Outerra forum

Outerra Engine => Technology => Topic started by: apat on March 24, 2012, 08:43:44 am

Title: Bulletphysics mesh vs visual mesh
Post by: apat on March 24, 2012, 08:43:44 am
I've tested Anteworld (quite fun!) and noticed that the vehicle sank through the ground when the gound is very rocky. I take it that the fractal data is only availble on the graphics (shader thing) and the collision mesh is the "original" mesh? I.e graphic mesh isn't shared with bulletphysics?

Title: Re: Bulletphysics mesh vs visual mesh
Post by: cameni on March 24, 2012, 10:36:06 am
The meshes are always generated on the GPU, and then read back to CPU side for physics. The issues is that the lateral displacement that is in effect in mountains isn't accounted for yet in the collision checking, effectively behaving as if no displacement existed. See also this (http://www.outerra.com/forum/index.php?topic=867.msg10112#msg10112). It's being worked on.