$maxverts: Difference between revisions
Jump to navigation
Jump to search

mNo edit summary |
Trigger hurt (talk | contribs) m (Making use of the "this is a" template for the first line here.) |
||
Line 1: | Line 1: | ||
{{stub}} | |||
{{LanguageBar}} | |||
{{this is a|QC command|name=$maxverts}} It defines the maximum number of vertices allowed in each of the model's meshes. | |||
{{todo|Why is this a useful command?}} | |||
== Syntax == | == Syntax == | ||
Line 8: | Line 12: | ||
$maxverts 65530 | $maxverts 65530 | ||
== See also == | |||
* [[$maxconvexpieces]] | |||
[[Category:QC Commands|m]] | [[Category:QC Commands|m]] |
Revision as of 17:51, 14 July 2024


$maxverts
is a QC command available in all Source games. It defines the maximum number of vertices allowed in each of the model's meshes.
Todo: Why is this a useful command?
Syntax
$maxverts <int>
Example
$maxverts 65530