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

Too many unique verts: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{src topicon}} {{stub}} There are more than 65555 brush and/or displacement vertices in the map. This is usually caused by having too many texlights at too low of a luxel scale, but can also be caused by having too much brush geometry in general. Category:Compile errors")
 
No edit summary
Line 1: Line 1:
{{src topicon}}
{{src topicon}}
{{stub}}
{{stub}}
There are more than 65555 brush and/or displacement vertices in the map. This is usually caused by having too many [[texlight]]s at too low of a luxel scale, but can also be caused by having too much brush geometry in general.
There are more than 65555 brush and/or displacement vertices in the map. This is usually caused by having too many brush faces at too low of a luxel scale (since brushes get subdivided every 31 luxels), but can also be caused by having too much brush and/or displacement geometry in general.


[[Category:Compile errors]]
[[Category:Compile errors]]

Revision as of 08:42, 20 March 2025

Stub

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

There are more than 65555 brush and/or displacement vertices in the map. This is usually caused by having too many brush faces at too low of a luxel scale (since brushes get subdivided every 31 luxels), but can also be caused by having too much brush and/or displacement geometry in general.