Making a Collision Model
Making a collision model for Valve Source in 3D Studio is fairly simple once you are familiar with the requirements. The video tutorial here demonstrates the basics of making a collision model.
A basic list of requirements for making a collision model follows:
- The collision model should be a single mesh.
- Each element in the mesh should be a single convex piece of geometry.
- Although the elements should match the general shape of the full model, the polygon count should be kept very low.
- Each element needs to have a unique smoothing group applied to it.
- The whole model needs to have a material that has a Bitmap in the Diffuse map (even though the collision model is never rendered).
The video failed to mention that each element should be convex.
More in the Collision Models Series
- SMD Collision Mesh Tool
- Making a Collision Model
- Search for 3D Design Tips articles similar to "Making a Collision Model.
- Search all articles similar to "Making a Collision Model".
- List 3D Design Tips articles from all authors.
Copyright © 2009-2010 by Shawn Olson.







