"Kinesis" <nomail@nomail> wrote:
> Here's an example, as a screenshot. It is broken! I have been trying to utilize
> PovRay for fun with AI but it is not working correctly (messages from Povray say
> that '}' is misplaced, commonly).
> --
You don't have a terminating } in your light source.
Try formatting your code to have { and } for each level at some fixed
indentation, so that it's easy to visually check opening and closing curly
braces.
texture
{
pigment
{
pigment_map
{
}
}
}
sorta thing.
- BW
Post a reply to this message
|