29 #ifndef __SMOOTHSURFACE_H__
30 #define __SMOOTHSURFACE_H__
55 Inst< UpdateDamping > _damping = 0,
56 Inst< SFBool > _useRelativeValues = 0 );
Contains different templates to modify field behaviour.
Header file for H3DStiffnessSurfaceNode.
Contains the SFBool field class.
Contains the SFFloat field class.
A H3DStiffnessSurfaceNode is the base class for surfaces that have stiffness and damping.
Definition: H3DStiffnessSurfaceNode.h:47
A SmoothSurface has no friction at all.
Definition: SmoothSurface.h:50
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: SmoothSurface.h:61
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