|
|
1. "functions.inc"
Are there some jobs planned around this file? I wonder why there are functions
with "not used" and "has no effect" parameters. Is it some kind of backward
compatibility?
2. "metals.inc" and "gold.inc"
Within standard "Insert/Include files" menu there is only "metals.inc" entry
probably becouse it contains inclusion of "golds.inc" at begining. But some
identifiers (finishes) declared within "golds.inc" are ovewervritten in
"metals.inc". IMO this could be mentioned somewhere in the documentation.
3. "screen.inc"
Floats, vectors and tranform created within Camera_Update macro are not
documented but are global, important and usefull for user.
ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35
Post a reply to this message
|
|
|
|
> 1. "functions.inc"
>
> Are there some jobs planned around this file?
I don't know...
> 3. "screen.inc"
>
> Floats, vectors and tranform created within Camera_Update
> macro are not documented but are global, important and
> usefull for user.
I'll discuss this with Ingo.
Rune
--
3D images and anims, include files, tutorials and more:
Rune's World: http://rsj.mobilixnet.dk (updated Nov 5)
POV-Ray Users: http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk
Post a reply to this message
|
|