Blockland Forums > Modification Help
concave mesh to convex mesh converter
soba:
So....flip the normals, you're saying? or something?
Demian:
--- Quote from: soba on August 13, 2011, 03:14:14 AM ---So....flip the normals, you're saying? or something?
--- End quote ---
What? No. Why is this so hard. You need to manually modfy your mesh and make sure each object is convex.
Read this: http://www.rustycode.com/tutorials/convex.html
Then read it again. Then perhaps once more. It is talking about collision meshes but it explains concave/convex very well.
This blob is convex.
This blob is concave.
This polygon is concave.
To make it convex I need to split it into these faces.
Butler:
Oh, You want to change a BALL. Yeah, that's a whole different process.
Demian:
--- Quote from: Butler on August 16, 2011, 05:57:17 PM ---Oh, You want to change a BALL. Yeah, that's a whole different process.
--- End quote ---
A sphere is convex and he never mentioned one.