Name |
Type |
g/s |
Description |
bounds |
int |
|
Flag which enables or disables the rendering of the bounding box surrounding the volume (default = 0).
|
clip |
int |
|
Flag for enabling a controllable clip plane to slice the volume along an arbitrary axis (default = 0)
|
clipangle |
float |
|
Rotation angles per axis for the clip plane (default = 0 0 0)
|
clipaxis |
float |
|
Axis coefficients for the clip plane (default = 1 0 0)
|
cubes |
int |
|
Flag which enables or disables cube subdivision (default = 1).
|
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) |
slices |
int |
|
Sets he number of slices used as proxies for rendering the volume data. |