Talk:MAX MAP BRUSHSIDES: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Watch out for nodraw faces)
 
Line 1: Line 1:
== Watch out for nodraw faces ==
== Watch out for nodraw faces ==


Watch out for nodraw faces, because I think they take a huge part of this 65,535 brushsides quota. At least, that's what I think. On one of my maps, I blew this quota off although they're was only 20,000 brushsides or so. Reducing the amount of nodraw faces by ''triangulating'' a large amount of blocks fixed the problem without having to simplify the visible geometry at all. Seeing this, I guess that hint brushes and other tool textures could be of some trouble too. If someones has a better idea about this, feel free to share. --[[User:NykO18|NykO18]] 17:40, 5 May 2009 (UTC)
Watch out for nodraw faces, because I think they take a huge part of this 65,535 brushsides quota. At least, that's what I think. On one of my maps, I blew this quota off although they're was only 20,000 brushsides or so. Reducing the amount of nodraw faces by ''triangulating'' a large amount of blocks and simplifying ''redundant'' brushes fixed the problem without having to simplify the visible geometry at all. Seeing this, I guess that hint brushes and other tool textures could be of some trouble too. If someones has a better idea about this, feel free to share. --[[User:NykO18|NykO18]] 17:40, 5 May 2009 (UTC)
 
<pre>|\      |\
|_\      | \
| |  ->  | |
|_|      |_|</pre>

Revision as of 10:43, 5 May 2009

Watch out for nodraw faces

Watch out for nodraw faces, because I think they take a huge part of this 65,535 brushsides quota. At least, that's what I think. On one of my maps, I blew this quota off although they're was only 20,000 brushsides or so. Reducing the amount of nodraw faces by triangulating a large amount of blocks and simplifying redundant brushes fixed the problem without having to simplify the visible geometry at all. Seeing this, I guess that hint brushes and other tool textures could be of some trouble too. If someones has a better idea about this, feel free to share. --NykO18 17:40, 5 May 2009 (UTC)

|\       |\
|_\      | \
| |  ->  | |
|_|      |_|