| Name |
Type |
Description |
| bounds |
long |
Flag which enables or disables the rendering of the bounding box surrounding the volume (default = 0).
|
| cubes |
long |
Flag which enables or disables cube subdivision (default = 1).
|
| clip |
long |
Flag for enabling a controllable clip plane to slice the volume along an arbitrary axis (default = 0)
|
| clipangle |
float list[3] |
Rotation angles per axis for the clip plane (default = 0 0 0)
|
| clipaxis |
float list[3] |
Axis coefficients for the clip plane (default = 1 0 0)
|
| density |
float |
The density threshold for constructing the surface. (default = 0.5)
|
| displaylist |
int |
Cache in displaylist flag (default = 0) This feature may be used to speed up rendering
time by creating and storing a list of gl drawing commands on the graphics card. This
will have no effect if matrixoutput turned on.
|
| distance |
float |
The distance offset from the camera. (default = -5)
|
| intensity |
float |
The intensity scale factor for multiplying against volume density values. (default = 0.5)
|