$maxverts: Difference between revisions
Jump to navigation
Jump to search
(Maya spat out a qci with some new qc commands) |
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. | |||
== 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