fix convex-plane for > 4 vertices
improve compound demo
This commit is contained in:
@@ -46,7 +46,7 @@ void GpuCompoundScene::setupScene(const ConstructionInfo& ci)
|
||||
btVector3 childPositions[3] = {
|
||||
btVector3(0,-2,0),
|
||||
btVector3(0,0,0),
|
||||
btVector3(0,2,0)
|
||||
btVector3(0,0,2)
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user