after reading the pov ray help file i am left with a question
why does the following line not work?
#declare ZPos = RCon-XPos;
before this line the variables RCon and XPos are declared and set to 2.3
and 0 respectively
however, it returns an error saying that an object or directive was
expected but a while (the beginning of the next line) was found instead
Post a reply to this message
|