[help] 0.9 ShapeGroup and NShape ?

tsky

15-05-2007 15:59:10

Hi,

perhaps i miss something, but i could not find the classes :

nShape, shapeGroup

nor a renamed type of that...

tought nShape now is WheelShape and shapeGroup is only Group but seems not to be !?

Anyone some porting hints ?

tom

betajaen

15-05-2007 16:56:54

nShape = PrismShape
ShapeGroup = Not implemented yet, but you can mimic it via passing the first shape to the body, then using mBody->addShape(...) afterwards.