Jump to content

Inverse Kinematics Samples Broken


photo

Recommended Posts

Problem

 

Inverse kinematics BodyRagDoll samples seems to be broken

 

post-82-0-01499100-1292278741_thumb.jpg

 

Reason

 

Most probably change of default intersection mask from 0xFFFFFFFF to 0x01. Script code uses 0x2 intersection mask.

 

engine.physics.getIntersection(point_0 + vec3(0.0f,0.0f,2.0f),point_0,0x02,ret)

Link to comment
×
×
  • Create New...