Inheritance diagram for osg::TexGenNode:

Public Types | |
| enum | ReferenceFrame { RELATIVE_RF, ABSOLUTE_RF } |
Public Member Functions | |
| TexGenNode () | |
| TexGenNode (TexGen *texgen) | |
| TexGenNode (const TexGenNode &tgb, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_Node (osg, TexGenNode) | |
| void | setReferenceFrame (ReferenceFrame rf) |
| Set the TexGenNode's ReferenceFrame, either to be relative to its parent reference frame. | |
| ReferenceFrame | getReferenceFrame () const |
| Ge thte TexGenNode's ReferenceFrame. | |
| void | setTextureUnit (unsigned int textureUnit) |
| Set the texture unit that this TexGenNode is associated with. | |
| unsigned int | getTextureUnit () const |
| void | setTexGen (TexGen *texgen) |
| Set the TexGen. | |
| TexGen * | getTexGen () |
| Get the TexGen. | |
| const TexGen * | getTexGen () const |
| Get the const TexGen. | |
Protected Member Functions | |
| virtual | ~TexGenNode () |
Protected Attributes | |
| unsigned int | _textureUnit |
| StateAttribute::GLModeValue | _value |
| osg::ref_ptr< TexGen > | _texgen |
| ReferenceFrame | _referenceFrame |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Ge thte TexGenNode's ReferenceFrame.
|
|
|
Get the const TexGen.
|
|
|
Get the TexGen.
|
|
|
|
|
||||||||||||
|
|
|
|
Set the TexGenNode's ReferenceFrame, either to be relative to its parent reference frame.
|
|
|
Set the TexGen.
|
|
|
Set the texture unit that this TexGenNode is associated with.
|
|
|
|
|
|
|
|
|
|
|
|
|