Talk:$staticprop

From Valve Developer Community
Revision as of 20:41, 2 April 2008 by Beeswax (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I think it's worth to point out this $staticprop explanation from VERC:

  • You should always use the $staticprop qc option with prop_physics models.
  • $staticprop is named similarly to prop_static entities for historical reasons - but the two things are completely separate concepts.
  • $staticprop removes all of the bone info for the model and collapses the object to a single coordinate system. You want to do this always (unless you're making an animated prop/character) because it makes the model more efficient for rendering.

see Jay Stelly - #10. Re: prop_physics collision model issues --n-neko 22:03, 19 Nov 2006 (PST)