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>
42class SoVRMLCollisionP;
50 static void initClass(
void);
66 void commonConstructor(
void);
67 SoVRMLCollisionP * pimpl;
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition: SoGLRenderAction.h:50
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
The SoSFBool class is a container for an SbBool value.
Definition: SoSFBool.h:39
The SoSFNode class is a container for a single node.
Definition: SoSFNode.h:47
The SoSFTime class is a container for an SbTime value.
Definition: SoSFTime.h:40
The SoVRMLCollision class is used for collision detection with the avatar.
Definition: SoVRMLCollision.h:45
SoSFTime collideTime
Definition: SoVRMLCollision.h:56
SoSFNode proxy
Definition: SoVRMLCollision.h:55
SoSFBool collide
Definition: SoVRMLCollision.h:54
The SoVRMLGroup class is used for grouping VRML nodes.
Definition: SoVRMLGroup.h:45
virtual void GLRender(SoGLRenderAction *action)
Definition: Group.cpp:353
virtual void notify(SoNotList *list)
Definition: Group.cpp:712
#define SO_NODE_HEADER(classname)