Jump to content

Recommended Posts

Posted

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.)

Posted

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.

Posted

Thanks. Are you saying then that collision meshes can be non-convex?

 

I was just thinking of things like rotating gears like in the below mockup and how I would theoretically pull them off, though I'm not working on my Summer Games entry any more for the time being.

 

post-368-0-62225900-1472848137.jpg

  • Upvote 1
Posted

I would make the round part a cylinder and make a box for each of the teeth.

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

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.

×
×
  • Create New...