Convex triangle problem

CmonGirl

26-10-2010 19:25:11

hi again.
I have a problem again. I create a convex mesh. similar bottom picture. Nice work but create unwanted triangle on my convex mesh.
NxOgre::Mesh* FreightMesh = NxOgre::MeshManager::getSingleton()->load("media:gutu.nxs");
FreightBody = pRenderSystem->createBody(new NxOgre::Convex(FreightMesh),InitDesc.SpawnLocation,"gutu.mesh");

How can i solve this problem??? Someone help. beta pls look here.

betajaen

26-10-2010 19:32:27

That mesh there, isn't a convex hull which is why PhysX added the triangle, so it could be Convex like.

CmonGirl

26-10-2010 19:56:51

:D Thanks beta. I solved through your.