dai.yuqi Posted April 18, 2011 Posted April 18, 2011 I create ObjectMeshDynamic, and added BodyFracture. When I call fracture.createCrackPieces() , how could I get the broken object? When I call fracture.getObject(), I can only get the hidden object. What should I do to get the broken pieces?
frustum Posted April 19, 2011 Posted April 19, 2011 Children bodies of your BodyFracture will be a new BodyFractures which are created after createCrackPieces().
Recommended Posts