Talk:$body: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (WisdomBot moved page Talk:$body to Talk:$body/en: Moved to {{Multipage}} compliant page name. This action was perfomed by a bot under supervision.)
m (Nesciuse moved page Talk:$body/en to Talk:$body without leaving a redirect: Move to proper place)
 
(No difference)

Latest revision as of 02:58, 12 July 2024

If the reference model contains the model origin which other bits of model geometry and worldposition key to; specifying multiple reference SMDs would cause problems no? Surely there can on be one $body per QC, but the recent edits seem to imply there can be more than one ?

  • Reference meshes co-exist by default, rather than replacing each other.
  • <name> A label for this $body to distinguish it from other reference meshes (if there are any).

--Beeswax 14:50, 28 Apr 2008 (PDT)


From thewavelength HL2 docs:

$body <smd name> [reverse]

This is the reference .smd file for the model; the basic model with a skin.

It can include the reverse command, which flips all of the face's normals around. Reverse is used -only- in case problems occur exporting and normals are reversed by 3D Studio Max.

example: $body studio "monster" reverse

--Beeswax 09:19, 29 Apr 2008 (PDT)