Description
Parameter identifiers for the geometry. Used for the "which" argument of and fz_proj_rndr_opts_geom_set.
enum fz_proj_geom_parm_enum {
FZ_PROJ_RNDR_OPTS_GEOM_TYPE_OBSOLETE,
FZ_PROJ_RNDR_OPTS_GEOM_QUALITY_OBSOLETE,
FZ_PROJ_RNDR_OPTS_GEOM_QUALITY_SILH_OBSOLETE,
FZ_PROJ_RNDR_OPTS_GEOM_QUALITY_SURF_OBSOLETE };
Members
FZ_PROJ_RNDR_OPTS_GEOM_TYPE_OBSOLETE
geometry type for smooth objects.
Obsolete: 6.5.0.0. This parameter is no longer supported. It is part
now part of the project smooth shading settings.
Type: fz_geom_type_enum
Default Value: FZ_GEOM_TYPE_ALWAYS_SMOOTH
FZ_PROJ_RNDR_OPTS_GEOM_QUALITY_OBSOLETE
Legacy parameter provided for backwards compatibility. has the same meaning and effect as
FZ_PROJ_RNDR_OPTS_GEOM_QUALITY_SILH.
Obsolete: 6.5.0.0. This parameter is no longer supported. RenderZone and Shaded Render
now have their own version of this parameter.
Type: double
Range: 0.0 <= value <= 1.0
Default Value: 1.0
FZ_PROJ_RNDR_OPTS_GEOM_QUALITY_SILH_OBSOLETE
silhouette smoothness setting when rendering smooth objects using their mathematical surface definition
rather than their facets.
Obsolete: 6.5.0.0. This parameter is no longer supported. RenderZone and Shaded Render
now have their own version of this parameter.
Type: double
Range: 0.0 <= value <= 1.0
Default Value: 1.0
FZ_PROJ_RNDR_OPTS_GEOM_QUALITY_SURF_OBSOLETE
surface smoothness setting when rendering smooth objects using their mathematical surface definition
rather than their facets.
Obsolete: 6.5.0.0. This parameter is no longer supported. RenderZone and Shaded Render
now have their own version of this parameter.
Type: double
Range: 0.0 <= value <= 1.0
Default Value: 1.0
Availability
5.0.0.0
Example Files
See Also
Defined in