|
 |
Hi,
I'm having a go at embedding video in my animations by splitting video files up
into .png's and then calling them using image_map command with an array
identifier that stores the file names for the images.
Here is some of the code:
box { <0.00, 0.00, 0.00>,< 1.00, 1.00, 1.000>
texture {
pigment{
#declare thisfilename = magik_cube[X][Y][Z][F]
paint_tile(thisfilename)
}
} // end of texture
scale <0.9 0.9,0.001> rotate<0,0,0> translate <-0.45,-0.45,-0.501> rotate
x*0
} // end of box --------------------------------------
#end
.... but I keep getting the following error:
File 'initialise_cube.mac' line 163: Parse Error: Cannot assign uninitialized
identifier.
Fatal error in parser: Cannot parse input.
Render failed
Can anyone give me a lead ??
This is my first post to the forum.
Thanking you in advance.
Phil.
Post a reply to this message
|
 |