Name
ShadeMode - 3D API shade mode
Usage
ShadeMode = int(model)
Valid Enumerants
model: Flat, Smooth, Gouraud, Phong
Description
Specify the shading model.
See the OpenGL glShadeModel manual page for details.
See the D3DRS_SHADEMODE render state description for DirectX 9.
The standard reset callback sets the ShadeMode state to int(Smooth).
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
DirectX 9
See Also
ShadeModel
|