NAME
cxGeoComplexityAdd
- specify the level of rendering detail
C SPECIFICATION
#include <cx/Geometry.h>
void cxGeoComplexityAdd(float value)
FORTRAN SPECIFICATION
subroutine cxGeoComplexityAdd(value)
real value
PARAMETERS
-
value
-
The complexity value, in [0..1].
DESCRIPTION
This routine affects the degree of tessellation used to render a primitive.
It affects spheres, cylinders, and cones.
Complexity is abstracted into a normalized range of [0..1], where a value
of 1.0 indicates the highest level of tessellation available and 0.5 is
the default.
The default sphere tesselation is 200 polygons.
SEE ALSO
cxGeoSpheresDefine(3E)
Last modified: Mon Nov 18 13:48:45 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996