$maxverts: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The [[QC command]] '''<code>[[$maxverts]]</code>''' is used to define the number of vertexes in a given models mesh.
The [[QC command]] '''<code>[[$maxverts]]</code>''' is used to define the maximum number of vertexes in a given models mesh.


== Syntax ==
== Syntax ==

Revision as of 21:01, 25 March 2013

The QC command $maxverts is used to define the maximum number of vertexes in a given models mesh.

Syntax

$maxverts <int>

Example

$maxverts 65530