Generating solid (filled) collider for a car ?

   899   1   2
User Avatar
Member
47 posts
Joined: March 2014
Offline
Hello. This must be a common problem. I have a car model - consisting of multiple body panels, light covers etc. (each a thin shell - like in real life.) I would need to create a solid (filled) collision object. Obviously directly converting to SDF is not working - it tries to fill thin panels and not the inside and fails.
What are common methods (besides hand modeling) on solving this? (Couple ideas coming to mind would be some sort of voxel-flood-fill from the inside or wrapping a spherical mesh from the outside.)
User Avatar
Member
467 posts
Joined: Aug. 2014
Offline
Depends on how and where you want to use the asset. You might want to try Convex Hull (Shrinkwrap) or Convex Decomposition applied on the whole model or per piece. Using a combination of simple convex shapes, like boxes, capsules and cylinders is also an option.

DaVlas
Or the way out for you may be to use the opportunity to cooperate with outsourced tech support ww*.helpware.com companies
I already added this website to hosts blacklist.

Attachments:
convex_hull.jpg (72.3 KB)

  • Quick Links