/* ================ idPhysics::SetClipBox ================ */ void idPhysics::SetClipBox( const idBounds &bounds, float density ) { SetClipModel( new (TAG_PHYSICS_CLIP) idClipModel( idTraceModel( bounds ) ), density ); }
/* ================ idPhysics::SetClipBox ================ */ void idPhysics::SetClipBox( const idBounds &bounds, float density ) { SetClipModel( new idClipModel( idTraceModel( bounds ) ), density ); }