Too many unique verts: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
{{stub}} | {{stub}} | ||
There are more than 65535 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. | There are more than 65535 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. | ||
== Fixes == | |||
* Find faces with low luxel scales, and set higher values to reduce subdivision. | |||
* Convert complicated brushwork to models, using a tool such as [[Propper++]]. | |||
[[Category:Compile errors]] | [[Category:Compile errors]] |
Revision as of 15:47, 20 March 2025
There are more than 65535 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.
Fixes
- Find faces with low luxel scales, and set higher values to reduce subdivision.
- Convert complicated brushwork to models, using a tool such as Propper++.