This article's documentation is for anything that uses the Source engine. Click here for more information.

$maxverts

From Valve Developer Community
Revision as of 17:51, 14 July 2024 by Trigger hurt (talk | contribs) (Making use of the "this is a" template for the first line here.)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

English (en)Translate (Translate)

$maxverts is a QC command available in all Source 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

See also