mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Host video files on B2.
This commit is contained in:
parent
1d7f7acdf1
commit
d499000eb6
6 changed files with 50 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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_}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue