Render_Mode
List of: Enumerations
Subjects: Rendering Control
Contents: Rendering Base

Purpose: Specifies the mode of rendering.

Filename: rbase/rnd_husk/include/rh_args.hxx

Values: RENDER_MODE_FLAT=0 Constant Color across facet.

RENDER_MODE_LAMBERT=1 Illumination model based on the diffuse reflection of a surface.

RENDER_MODE_GOURAUD=2 Interpolated intensities across facet.

RENDER_MODE_PHONG=3 Interpolated normals across facet.

RENDER_MODE_PREVIEW=4 Anti-aliasing and transparency.

RENDER_MODE_FULL=5 All Visual attributes.

RENDER_MODE_RAYTRACE_PREVIEW=6 Same as raytrace full but without anti-aliasing.

RENDER_MODE_RAYTRACE_FULL=7 Same as full but with improved anti-aliasing on secondary effects.
PDF/RBASE/07EN.PDF
HTM/DATA/RBASE/RBASE/07EN/0004.HTM