instantreality 1.0

Component:
Physics
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

SliderJointD

Wrapper node for the ODE joint type slider. See www.ode.org for detailed description of the underlying engine.

Inheritance

Code

XML encoding
<SliderJointD axis='0 0 0'
loStop='-1e20'
hiStop='1e20'
vel='0'
fmax='0'
fudge='1'
bounce='0'
cfm='1e-5'
stopErp='0.2'
stopCfm='0'
force='0'
logFeature=''
 />
Classic encoding
SliderJointD {
	axis 0 0 0
	loStop -1e20
	hiStop 1e20
	vel 0
	fmax 0
	fudge 1
	bounce 0
	cfm 1e-5
	stopErp 0.2
	stopCfm 0
	force 0
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element