1 #ifndef COIN_SOTEXTURE3TRANSFORM_H 2 #define COIN_SOTEXTURE3TRANSFORM_H 27 #include <Inventor/nodes/SoSubNode.h> 28 #include <Inventor/fields/SoSFVec3f.h> 29 #include <Inventor/fields/SoSFFloat.h> 30 #include <Inventor/fields/SoSFRotation.h> 41 static void initClass(
void);
60 #endif // !COIN_SOTEXTURE3TRANSFORM_H The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:41
The SoGetMatrixAction class is an action for accumulating the transformation matrix of a subgraph...
Definition: SoGetMatrixAction.h:35
The SoSFRotation class is a container for an SbRotation.This field is used where nodes, engines or other field containers needs to store a single rotation definition.
Definition: SoSFRotation.h:31
SoSFVec3f center
Definition: SoTexture3Transform.h:48
The SoPickAction class is the base class for picking actions.The basis for all interaction features t...
Definition: SoPickAction.h:32
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
SoSFRotation scaleOrientation
Definition: SoTexture3Transform.h:47
The SoTexture3Transform class is used to define 3D texture transformations.Textures applied to shapes...
Definition: SoTexture3Transform.h:35
virtual void getMatrix(SoGetMatrixAction *action)
Definition: SoNode.cpp:1001
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:67
virtual void pick(SoPickAction *action)
Definition: SoNode.cpp:1057
SoSFRotation rotation
Definition: SoTexture3Transform.h:45
virtual void doAction(SoAction *action)
Definition: SoNode.cpp:761
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:37
SoSFVec3f scaleFactor
Definition: SoTexture3Transform.h:46
SoSFVec3f translation
Definition: SoTexture3Transform.h:44
The SoCallbackAction class invokes callbacks at specific nodes.This action has mechanisms for trackin...
Definition: SoCallbackAction.h:70
The SoSFVec3f class is a container for an SbVec3f vector.This field is used where nodes...
Definition: SoSFVec3f.h:31
virtual void GLRender(SoGLRenderAction *action)
Definition: SoNode.cpp:904
virtual void callback(SoCallbackAction *action)
Definition: SoNode.cpp:974
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:39