Open CASCADE Technology 6.6.0
Enumerations
Visual3d_TypeOfModel.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  Visual3d_TypeOfModel { Visual3d_TOM_NONE, Visual3d_TOM_INTERP_COLOR, Visual3d_TOM_FACET, Visual3d_TOM_VERTEX }
 Definition of the rendering (colour shading) model
TOM_NONE No interpolation, constant shading
(FLAT Shading)
TOM_INTERP_COLOR Linear interpolation of color
(Gouraud Shading)
TOM_FACET Interpolation of color based on
dot products
(Quick Phong Shading)
TOM_VERTEX Interpolation of color based on
normals
(Phong Shading)
More...

Enumeration Type Documentation

Enumerator:
Visual3d_TOM_NONE 
Visual3d_TOM_INTERP_COLOR 
Visual3d_TOM_FACET 
Visual3d_TOM_VERTEX 
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines