24#ifndef _SO_TEXTURE_3_TRANSFORM_
25#define _SO_TEXTURE_3_TRANSFORM_
27#include <Inventor/fields/SoSFVec3f.h>
28#include <Inventor/fields/SoSFFloat.h>
29#include <Inventor/nodes/SoNode.h>
110 virtual void doAction(
SoAction *action);
117 static void initClass();
118 static void exitClass();
Renders a scene graph using Open Inventor's Render Engine.
Computes transformation matrix for a subgraph.
friend class SoCallbackAction
Abstract base class for picking objects in a scene.
Field containing a floating-point value.
Field containing a three-dimensional vector.
SoTexture3Transform()
Creates a texture transformation node with default settings.
SoSFVec3f translation
Translation in S, T, and R.
SoSFVec3f scaleFactor
Scaling factors in S, T, and R.
SoSFVec3f center
Center point used for scaling and rotation.
SoSFFloat rotation
Counterclockwise rotation of the coordinate space, in radians.