Appearance
Interface: WeldJointOpt
Weld joint definition. You need to specify local anchor points where they are attached and the relative body angle. The position of the anchor points is important for computing the reaction torque.
Extends
Extended by
Properties
collideConnected?
optionalcollideConnected:boolean
Set this flag to true if the attached bodies should collide.
Inherited from
dampingRatio?
optionaldampingRatio:number
The damping ratio. 0 = no damping, 1 = critical damping.
frequencyHz?
optionalfrequencyHz:number
The mass-spring-damper frequency in Hertz. Rotation only. Disable softness with a value of 0.
referenceAngle?
optionalreferenceAngle:number
The bodyB angle minus bodyA angle in the reference state (radians).
style?
optionalstyle:Style
Styling for dev-tools.
Inherited from
userData?
optionaluserData:any
Use this to attach application specific data to your joints.