Host video files on B2.

This commit is contained in:
David Himmelstrup 2020-07-21 12:34:12 +08:00
commit d499000eb6
6 changed files with 50 additions and 3 deletions

View file

@ -78,7 +78,7 @@ sphere {
<0,0,0>, 3
texture {
uv_mapping pigment{
image_map{ png ${png_} }
image_map{ png "${png_}" }
}
}
rotate <0,${rotY_},0>

View file

@ -75,7 +75,7 @@ polygon {
<0, 0>, <0, 1>, <1, 1>, <1, 0>
texture {
pigment{
image_map{ png ${png_} }
image_map{ png "${png_}" }
}
}
translate <-1/2,-1/2>

View file

@ -88,7 +88,7 @@ sphere {
<0,0,0>, 4
texture {
uv_mapping pigment{
image_map{ png ${png_} }
image_map{ png "${png_}" }
}
}
rotate <0,${rotY_},${rotZ_}>