$maxverts: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Maya spat out a qci with some new qc commands)
 
No edit summary
Line 1: Line 1:
Used for vertex animations An SMD command that defines the number of vertexes in a given models mesh.
The [[QC command]] '''<code>[[$maxverts]]</code>''' is used to define the number of vertexes in a given models mesh.
 
== Syntax ==
 
$maxverts <int>
 
== Example ==
 
$maxverts 65530
 
 
[[Category:QC Commands|m]]

Revision as of 16:06, 20 March 2013

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

Syntax

$maxverts <int>

Example

$maxverts 65530