What is an Angular Joint?
Angular Joint when created between 2 rigid bodies restricts the length/distance (provided by the user) that is maintained between them. The Rigid bodies are free to rotate in angular direction around the rigid bodies own axis.

Example to create Angular joint:
–Create Angular Joint
POCA2 = vector(0,0,0)
POCB2 = vector(-60,60,0)
desc2 = ConstraintDesc(”angular_constraint”,rb_box2,rb_plane,POCA2,POCB2,500,30)
angularjoint = pDirPhyz.createAngularJoint(desc2,20)
put angularjoint -DEBUG
Table of contents for Joints in Director Ageia Physics
- Constraint descriptor
- Linear Joint in ageia physics
- Angular Joint in Director Ageia Physics
- Spring constraint in Ageia Physics
1 Comment Already
Pingback & Trackback
Related Post
Leave Your Comments Below