[Gtkradiant] [Bug 869] New: MAX_ORIGINAL_EDGES/MAX_EDGE_LINES too low for some extreme maps
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Thu, 02 Oct 2003 20:56:32 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=869
Summary: MAX_ORIGINAL_EDGES/MAX_EDGE_LINES too low for some
extreme maps
Product: GtkRadiant
Version: 1.3
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: q3map2
AssignedTo: ydnar@shaderlab.com
ReportedBy: tma@op.ath.cx
<Timbo> // create a new edge
<Timbo> if ( numEdgeLines >= MAX_EDGE_LINES ) {
<Timbo> Error( "MAX_EDGE_LINES" );
<Timbo> }
<Timbo> one of the guys working on tremulous is hitting that limit
<Godmil> the error comes at the t-juct stage... here is the output after a 95%
map compile
<Godmil> 37651 axial edge lines
<Godmil> 27230 non-axial edge lines
<Godmil> 3 degenerate edges
<Godmil> 19701 verts added for T-junctions
<Godmil> 178573 total verts
<Godmil> 34663 naturally ordered
<Godmil> 3921 rotated orders
<Godmil> 728 can't order
<Godmil> 0 broken (degenerate) surfaces removed