33 #ifndef COIN_SOVRMLCOLLISION_H 34 #define COIN_SOVRMLCOLLISION_H 36 #include <Inventor/VRMLnodes/SoVRMLGroup.h> 37 #include <Inventor/nodes/SoSubNode.h> 38 #include <Inventor/fields/SoSFBool.h> 39 #include <Inventor/fields/SoSFNode.h> 40 #include <Inventor/fields/SoSFTime.h> 42 class SoVRMLCollisionP;
50 static void initClass(
void);
66 void commonConstructor(
void);
67 SoVRMLCollisionP * pimpl;
70 #endif // ! COIN_SOVRMLCOLLISION_H virtual void GLRender(SoGLRenderAction *action)
Definition: Group.cpp:353
#define SO_NODE_HEADER(classname)
SoSFTime collideTime
Definition: SoVRMLCollision.h:56
The SoSFBool class is a container for an SbBool value.
Definition: SoSFBool.h:39
SoSFNode proxy
Definition: SoVRMLCollision.h:55
The SoSFNode class is a container for a single node.
Definition: SoSFNode.h:47
The SoVRMLCollision class is used for collision detection with the avatar.
Definition: SoVRMLCollision.h:44
SoSFBool collide
Definition: SoVRMLCollision.h:54
The SoSFTime class is a container for an SbTime value.
Definition: SoSFTime.h:40
virtual void notify(SoNotList *list)
Definition: Group.cpp:712
The SoVRMLGroup class is used for grouping VRML nodes.
Definition: SoVRMLGroup.h:44
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition: SoGLRenderAction.h:50