29 #ifndef __H3DFORCEEFFECT_H__
30 #define __H3DFORCEEFFECT_H__
43 Inst< MFInt32 > _deviceIndex = 0 );
Contains the MFInt32 field class.
Header file for X3DChildNode, X3D scene-graph node.
The base class for scenegraph force effects.
Definition: H3DForceEffect.h:39
H3DUniquePtr< MFInt32 > deviceIndex
A list of indices that tells which haptics devices to render the force on.
Definition: H3DForceEffect.h:53
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: H3DForceEffect.h:56
This abstract node type indicates that the concrete nodes which are instantiated based on it may be u...
Definition: X3DChildNode.h:42
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