|
|
On Wed, 16 Jan 2002 16:00:37 +1100, Chris Cason wrote:
>> 3. The inside_vector keyword is highlighted in the editor and accepted by
>> the parser even though Pov 3.5 doesn't appear implement any feature
>> which uses the inside_vector keyword.
>
> This means the keyword is recognized by the parser. It will have to be removed
> from the parser before the highlighting will go away.
It is indeed. I looked at this when it was first reported and not only is
it recognized by the parser (in the sense that it is in tokenize.cpp) but
it is also *used* by the parser, for mesh objects. The code that uses that
value has been commented out - probably by Nathan - but is still there. The
code to parse it should probably also be commented out.
--
plane{-z,-3normal{crackle scale.2#local a=5;#while(a)warp{repeat x flip x}rotate
z*60#local a=a-1;#end translate-9*x}pigment{rgb 1}}light_source{-9red 1rotate 60
*z}light_source{-9rgb y rotate-z*60}light_source{9-z*18rgb z}text{ttf"arial.ttf"
"RP".01,0translate-<.6,.4,.02>pigment{bozo}}light_source{-z*3rgb-.2}//Ron Parker
Post a reply to this message
|
|