This article's documentation is for anything that uses the Source engine. Click here for more information.

$allowrootlods: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Removing deprecated Category)
 
Line 4: Line 4:




'''<code style="color:white">$allowrootlods</code>''' is the [[:Category:QC_Commands|QC command]]. When specified, a model will not discard all but the lowest [[LOD]] when a user has MODEL/TEXTURE detail set to LOW.
{{This is a|name=$allowrootlods|QC command}} When specified, a model will not discard all but the lowest [[LOD]] when a user has MODEL/TEXTURE detail set to LOW.


Useful for models that use LODs aggressively which are not suitable for viewing up close.
Useful for models that use LODs aggressively which are not suitable for viewing up close.
Line 17: Line 17:


[[Category:Modeling]]
[[Category:Modeling]]
[[Category:QC Commands|allowrootlods]]
[[Category:Source]]
[[Category:Source]]

Latest revision as of 21:02, 16 July 2025

English (en)Translate (Translate)
Broom icon.png
This article or section needs to be updated to include current information regarding the subject.
Remember to check for any notes left by the tagger at this article's talk page.


$allowrootlods is a QC command available in all Source Source games. When specified, a model will not discard all but the lowest LOD when a user has MODEL/TEXTURE detail set to LOW.

Useful for models that use LODs aggressively which are not suitable for viewing up close.

Syntax

$allowrootlods	<bool>



Stub

This article or section is a stub. You can help by expanding it.