formZ SDK | 4.0 Call Back Reference | Renderer
Description
Render display attribute identifier. This enum is used in the function, which tells formZ what kind of extra graphics the renderer is drawing on the screen.
enum fz_rndr_disp_attr_enum {
FZ_RNDR_DISP_ATTR_GRID,
FZ_RNDR_DISP_ATTR_AXIS,
FZ_RNDR_DISP_ATTR_MARQUEE,
FZ_RNDR_DISP_ATTR_LITE,
FZ_RNDR_DISP_ATTR_ULAY };
Members
FZ_RNDR_DISP_ATTR_GRID
The renderer draws the grid.
FZ_RNDR_DISP_ATTR_AXIS
The renderer draw the world and reference plane axes
FZ_RNDR_DISP_ATTR_MARQUEE
The renderer draws the axis markers
FZ_RNDR_DISP_ATTR_LITE
The renderer draws the graphic representation of lights
FZ_RNDR_DISP_ATTR_ULAY
The renderer draws the underlay image
Availability
5.0.0.0
See Also
Defined in