29 #ifndef __VISCOSITYEFFECT_H__
30 #define __VISCOSITYEFFECT_H__
50 Inst< SFFloat > _viscosity = 0,
51 Inst< SFBool > _enabled = 0,
52 Inst< MFInt32 > _deviceIndex = 0,
53 Inst< SFNode > _metadata = 0,
54 Inst< SFFloat > _dampingFactor = 0 );
Header file for H3DForceEffect.
Contains the SFBool field class.
Contains the SFFloat field class.
Contains the SFInt32 field class.
Contains the SFVec3f field class.
The base class for scenegraph force effects.
Definition: H3DForceEffect.h:39
TraverseInfo is a structure that is passed along when traversing the scene graph.
Definition: TraverseInfo.h:57
ViscosityEffect is a localized haptic effect.
Definition: ViscosityEffect.h:46
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: ViscosityEffect.h:85
H3DUniquePtr< SFBool > enabled
Enables or disables the force calculations.
Definition: ViscosityEffect.h:76
H3DUniquePtr< SFFloat > dampingFactor
dampingFactor
Definition: ViscosityEffect.h:82
H3DUniquePtr< SFFloat > radius
The radius of the sphere moving through the fluid.
Definition: ViscosityEffect.h:64
H3DUniquePtr< SFFloat > viscosity
The viscosity of the fluid.
Definition: ViscosityEffect.h:70
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