I made this stop sign model and I need help creating the collisions. Why is it wrapping the whole thing and not the pole and just the sign?
[B]Here's my qc.[/B]
[code]$modelname "francis115\stop_sign.mdl"
$cdmaterials "models\francis115"
$body "Body" "stop_sign.smd"
$scale 1
$surfaceprop "metal"
$staticprop
$sequence idle "stop_sign.smd" fps 30
$collisionmodel "stop_sign_phys.smd" {
$automass
$concave
}
[/code]
[B]Phys Model:[/B]
[IMG]http://i1109.photobucket.com/albums/h439/DinoX115/Untitled-2.jpg[/IMG]
[B]Model Viewer[/B]
[IMG]http://i1109.photobucket.com/albums/h439/DinoX115/Untitled-3.jpg[/IMG]
If you invert the collision model's faces and assign a smoothing group it should behave.
That worked, thanks;D
[QUOTE=DanielPinoy;27911399]That worked, thanks;D[/QUOTE]
Happy to help =D
Sorry, you need to Log In to post a reply to this thread.