From the header of whiltile,pov:
8< snip >8
// Enable this next line to use a simpler test shape for debugging
// #declare DO_SIMPLE_SHAPE = 1;
//
// -w320 -h240
// -w800 -h600 +a0.3
#version 3.7;
8< snip >8
Just a thought...
Enabling the #declare by simply removing // at the beginning of the
line, gives you an error.
File 'whiltile.pov' line 17: Parse Error: As of POV-Ray 3.7, the '#version'
directive must be the first non-comment statement in the scene file.
Fatal error in parser: Cannot parse input.
Render failed
Why not moving the 1st two lines of the code-snippet after
#version 3.7; ?
--
Thorsten aka ThH
Post a reply to this message
|