[Bleeding]How to add shape with arbitrary local postion?

FriedChicken

29-04-2008 09:06:18

It seems that there isn't a postion parameter in Actor's method "addShape". But if I want to add a shape to the actor with designated local postion, what should I do?

betajaen

29-04-2008 10:19:02

The pose variable (it's a NxMat34) in the ShapeParams.

FriedChicken

29-04-2008 16:06:10

Thanks. I find it in the source code.

I'll think a bit more before I post my question.