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
m (WisdomBot moved page $allowrootlods to $allowrootlods/en: Moved to {{Multipage}} compliant page name. This action was perfomed by a bot under supervision.)
(Removing deprecated Category)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{langsp}}
{{LanguageBar}}
{{Multiple issues|
 
{{Orphan|date=January 2024}}
{{update}}
{{update}}
}}




'''<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 15:


{{stub}}
{{stub}}
[[Category:Modeling]]
[[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.