|
|
Hello!
While reusing some MegaPov mesh in Pov 3.5 RC6, there sneaked an
"inside_vector" in my code. No warning and no error message. Is it still
allowed? I couldn't find anything in the docs about it. Codemax highlights
it as a keyword.
Greetings,
Marc-Hendrik
Athlon XP 1700+, 256 MB Ram, Win XP Prof, Pov 3.5 RC6
Post a reply to this message
|
|
|
|
Marc-Hendrik Bremer <Mar### [at] t-onlinede> wrote:
> While reusing some MegaPov mesh in Pov 3.5 RC6, there sneaked an
> "inside_vector" in my code. No warning and no error message. Is it still
> allowed?
Test if it works. There might be some surprise there.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
|
|
"Marc-Hendrik Bremer" <Mar### [at] t-onlinede> wrote...
> Hello!
>
> While reusing some MegaPov mesh in Pov 3.5 RC6, there sneaked an
> "inside_vector" in my code. No warning and no error message. Is it still
> allowed? I couldn't find anything in the docs about it. Codemax highlights
> it as a keyword.
Yes, it is there (the parser takes it and the code is there). No, it is
apparantly not documented.
-Nathan
Post a reply to this message
|
|