Jump to content

collisionhull / collisionmesh


gamecreator
 Share

Recommended Posts

I was wondering simply what the limitations are of creating shapes like this in a 3D modeling program. In other words, how complex can they be?. Can they be a single plus shape (+) or will that need to be made out of two boxes (or more, if they can't overlap)? How about a torus knot?

 

Maybe it's easier to ask if the collisionhull/collisionmesh shapes must be convex as well, like the convex shape examples in the tutorial.

 

(I am aware that they don't work with animated models though.)

Link to comment
Share on other sites

If you want a dynamic concave shape, build it out of multiple convex shapes. If you just want static geometry (an object that can be collided against but can't itself move) then the collision mesh is fine. Simpler geometry is always better because it's faster to calculate. Physics shapes can be very rough approximations of the visible geometry..

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...