$maxverts: Difference between revisions

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


== Syntax ==
== Syntax ==
Line 8: Line 8:


  $maxverts 65530
  $maxverts 65530


[[Category:QC Commands|m]]
[[Category:QC Commands|m]]

Revision as of 02:19, 4 May 2014

The QC command $maxverts is used to define the maximum number of vertices allowed in each of the model's meshes.

Syntax

$maxverts <int>

Example

$maxverts 65530