UF_STD_vrml_params_s (view source)
 
Defined in: uf_std.h
 
Also known as:
 


Data Members

angular_tolerance
double
Angular tolerance to smooth edges.
Angular tolerance (in radians) used
to determine if an edge adjoining
facets should be hidden. Use constants:
UF_STD_SMOOTH_COARSE
UF_STD_SMOOTH_MEDIUM
UF_STD_SMOOTH_FINE
Default value is UF_STD_SMOOTH_MEDIUM

unit_size
float
The size of one VRML unit in
millimeters. Can be any value greater
than zero, or use constants:
UF_STD_UNITS_METER
UF_STD_UNITS_MM
UF_STD_UNITS_INCH
Default value is UF_STD_UNITS_METER

generate_all_lod
logical
Generate all Levels of Detail (LOD).
TRUE = Generate all Levels of Detail
FALSE = Generate only the highest Level
of Detail

hide_smooth_edges
logical
Hide smooth edges in facet models.
TRUE = Hide smooth edges
FALSE = Do not hide smooth edges
Default value is TRUE.

generate_one_model
logical
Generate only one facet model.
Generate one facet model for all
IndexedFaceSet nodes
TRUE = Generate only one facet model
FALSE = Generate a facet model per
IndexedFaceSet

more_details
logical
Display more summary details.
TRUE = Display more summary details
FALSE = Do not display more summary
details

use_cache
logical
Use caching of global coordinate
vertices and normal vectors.
TRUE = Use caching
FALSE = Do not use caching
Default value is TRUE.

suppress_warnings
logical
Suppress displaying of warning
messages.
TRUE = Suppress warning messages
FALSE = Do not suppress warning messages