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.
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.