class grNormalBinding: public grNode

Normals binding

Inheritance:


Public Fields

[more]int value
The binding mode.

Public Methods

[more] grNormalBinding()
Default constructor
[more]char* Name() const
see grNode


Inherited from grNode:

Public Methods

ovoid Render( grStatus & status )
ovoid Select( grStatus & status )
ogrNode* FindByName( const GLuint name )


Documentation

Normals binding. This node specifies the current normalsbinding. The values are: PER_VERTEX (a normal for each vertex), OVERALL (a normal for all objects), PER_FACE (a normal for each face), PER_CORNER (a normal for each vertex in a face), PER_PART (a normal for each group of ojects, ie strip, lineset, ...).
o grNormalBinding()
Default constructor

ochar* Name() const
see grNode

oint value
The binding mode.


This class has no child classes.
See Also:
grNormal.

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.