Template:I Studiomodel: Difference between revisions
Jump to navigation
Jump to search
m (Robot: fixing template case.) |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ScrollBox|title=Studiomodel| | |||
: Changes the model skin to the specified number. | ; <code>Skin <[[int]]></code> | ||
: Changes the model's [[$texturegroup|skin]] to the specified number. | |||
: Set | ; <code>SetBodyGroup <int></code> | ||
: Set the model's [[$bodygroup|body group]]. | |||
: | ; <code>EnableShadow</code> | ||
; <code>DisableShadow</code> | |||
: Control the model's cheap render-to-texture shadow. | |||
; {{EP1 add|<code>AlternativeSorting <[[bool]]></code>}} | |||
: Used to attempt to fix sorting problems when rendering. | : Used to attempt to fix sorting problems when rendering. {{todo|What is the effect?}} | ||
}} |
Revision as of 09:21, 20 July 2009
Studiomodel:
Skin <int>
- Changes the model's skin to the specified number.
SetBodyGroup <int>
- Set the model's body group.
EnableShadow
DisableShadow
- Control the model's cheap render-to-texture shadow.
AlternativeSorting <bool>
(in all games since)
- Used to attempt to fix sorting problems when rendering. Todo: What is the effect?