Template:I StudioModel: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{minititle|Studiomodel}} {{IO|Skin|param=integer|Changes the model skin to the specified number.}} {{IO|DisableShadow|Turn shadow off.}} {{IO|EnableShadow|Turn shadow on.}} {...")
 
m (→‎top: Substituted IO templates)
 
Line 1: Line 1:
{{minititle|Studiomodel}}
{{minititle|Studiomodel}}
{{IO|Skin|param=integer|Changes the model skin to the specified number.}}
{{I|Skin|param=integer|Changes the model skin to the specified number.}}
{{IO|DisableShadow|Turn shadow off.}}
{{I|DisableShadow|Turn shadow off.}}
{{IO|EnableShadow|Turn shadow on.}}
{{I|EnableShadow|Turn shadow on.}}
{{IO|AlternativeSorting|param=bool|Used to attempt to fix sorting problems when rendering. True activates, false deactivates}}
{{I|AlternativeSorting|param=bool|Used to attempt to fix sorting problems when rendering. True activates, false deactivates}}
{{IO|SetRenderAttribute|param=string|et the value of a render attribute used in material dynamic expressions. Examples: $myfloat=0.25 $myfloat4=1.0,0.0,1.0,1.0}}
{{I|SetRenderAttribute|param=string|et the value of a render attribute used in material dynamic expressions. Examples: $myfloat=0.25 $myfloat4=1.0,0.0,1.0,1.0}}

Latest revision as of 12:56, 21 April 2025

Studiomodel:

Skin <integer>
Changes the model skin to the specified number.
DisableShadow
Turn shadow off.
EnableShadow
Turn shadow on.
AlternativeSorting <boolean>
Used to attempt to fix sorting problems when rendering. True activates, false deactivates
SetRenderAttribute <string>