GoomiiV2 / Rampancy

A new level editor for the Halo games based on a CSG/Brush workflow, similar to Source/Quake level editing.
MIT License
36 stars 1 forks source link

Improve the error geomerty display #7

Closed GoomiiV2 closed 2 years ago

GoomiiV2 commented 2 years ago

I use unity debug.Draw api at to render the wrl debug geo but, its really damm slow (Unity why do you choke with a few debug draw calls, like huge fps tanks, grrrr).

The new system would create a game object for each error instance and list it under a "Debug" object in the scene view. The plus of this too is you can easily go to the site of the error and have more context information.

(Hopefully there won't be much need for this as the algo will make nice clean geo, right!?)

GoomiiV2 commented 2 years ago

4eb4d771ddde1559508a3344b2b75a91eb42717b 12cc35b2772cc619e130785635ab18ad55620dd0

Leaving open for now to try and tag some of the other errors as well.