PDA

View Full Version : .bmp file as texture


PerFnurt
13th August 2003, 06:09 PM
If a .bmp is used as texture image, the output to the .pov when rendering should be
texture { pigment {image_map { sys "someFile.bmp" }} }

not
texture { pigment {image_map { bmp "someFile.bmp" }} }

as "bmp" isn't part of POVray's map file specs.

Andy
13th August 2003, 06:55 PM
Yes - you are correct.

This has been fixed in the next release of AC3D.

Andy