摘要:
1 Joint Creation Joint提供了一种联系俩Actor的途径。典型的例子如门上的合页,人物的肩膀。.创建Joint的方法:PxRevoluteJointCreate(PxPhysics&physics,PxRigidActor*actor0,constPxTransform&localFrame0,PxRigidActor*actor1,constPxTransform&localFrame1);必须有一个Actor可以动,是PxRigidDynamic,要不就是PxArticulationLink. 另一个Actor无所谓。localFrame参数表示 阅读全文
posted @ 2011-06-02 16:28 mumuliang 阅读(3651) 评论(1) 推荐(0)