30 #ifndef __FRICTIONALSURFACE_H__
31 #define __FRICTIONALSURFACE_H__
49 Inst< UpdateDamping > _damping = 0,
50 Inst< UpdateStaticFriction > _staticFriction = 0,
51 Inst< UpdateDynamicFriction > _dynamicFriction = 0,
52 Inst< SFBool > _useRelativeValues = 0 );
Header file for H3DFrictionalSurfaceNode.
Surface with friction.
Definition: FrictionalSurface.h:44
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: FrictionalSurface.h:57
Base class for surfaces with friction.
Definition: H3DFrictionalSurfaceNode.h:40
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194