Collision Models

glHalfLife

Newbie
Joined
Oct 8, 2003
Messages
140
Reaction score
0
Hi,

When I create a box around my model, set it to smoothing group 1 in 3dsmax and then export only the collision box to an smd file name MyModel_phys.smd, the mdl that I compile does not use the collision model I specified and therefore does not use physics. If I use the model (not the collision model) as the collision model then the model compiler errors but creates its own collision model which does work with physics.

Does anyone know how to make my collision model work?

I use:

$collisionmodel "MyModel_phys.smd"
{
// Mass in kilograms
$concave
$mass 5.0
}
 
Back
Top