class grHints: public grNode

Implementation-specific hints

Inheritance:


Public Fields

[more]GLenum Fog
Fog hint.
[more]GLenum LineSmoot
Line smoothing hint.
[more]GLenum PerspCorrection
Perpesctive correction hint.
[more]GLenum PointSmoot
Point smoothing hint
[more]GLenum PolygonSmooth
Polygon smoothing hint

Public Methods

[more] grHints()
Default constructor
[more]void Get()
Retrieves settings from internal opengl status
[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

Implementation-specific hints. This node specifies implementation-specific hints of opengl rendering. All the setting accepts the following values: GL_FASTEST, GL_NICEST or GL_DONT_CARE.
o grHints()
Default constructor

ovoid Get()
Retrieves settings from internal opengl status

ochar* Name() const
see grNode.

oGLenum Fog
Fog hint.

oGLenum LineSmoot
Line smoothing hint.

oGLenum PerspCorrection
Perpesctive correction hint.

oGLenum PointSmoot
Point smoothing hint

oGLenum PolygonSmooth
Polygon smoothing hint


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

Alphabetic index HTML hierarchy of classes or Java


GCR, Graphics Library, VCG, IEI-CNR.