>>zRcube :Features

 

What POV features does zRcube support?
To request a feature, mail us at mouret_e@epita.fr

zRcube outputs a png file called zrcube.png.
input parameters are: file.pov width height


+: supported
-: not yet supported

Known Bugs and Fix-Mes:
* anti-alias core dumps on some low resolutions
special zrcube extensions:
+ #zfor (n) TOKENS... #zend
where n is an integer value. This will repeat the code contained by TOKENS... n times.
The loop variable is "zr".
for an example refer to misc/scenes/macro.pov
pre-processor:
+ #include
+ #declare
+ // comments
+ /* */ comments
objects:
+ sphere
+ box
+ plane
+ light_source
+ triangle
+ camera
- normal
+ transform
- csg
- cone
- torus
camera:
+ perspective projection
- orthographic
- fisheye
- ultra_wide
- omnimax
- panoramic
- cylinder
global_settings:
+ adc_bailout
+ max_trace_level
- max_intersections
- ambient_light
- assumed_gamma
- hf_gray_16
- irid_wavelength
- number_of_waves
interior:
+ ior
- caustics
- fade_distance
- fade_power
pigment:
+ color
+ color_map
+ transform
- normal
pattern types:
+ gradient
+ leopard
+ mandel
+ onion
- granite
+ image_map
+ transform
- normal
texture types:
+ png
+ jpg
+ ppm
- tga
- gif
- iff
- pgm
- sys
mapping types:
+ planar
+ spherical
+ cylindrical
- torus
finish:
+ ambient
+ diffuse
+ brilliance
+ phong
+ phong_size
+ specular
+ roughness
+ metallic
+ reflection
+ reflection_exponent
- irid
- crand
transform:
- rotate
+ scale
+ translate
- matrix
float_functions:
+ abs
+ acos
+ asin
+ cos
+ sin
+ tan
+ radians
vector_functions:
+ vnormalize
+ vcross