vertxxyz / Vertx.Debugging

Debugging utilities for Unity
MIT License
508 stars 33 forks source link

Custom line drawing #1

Closed vertxxyz closed 1 year ago

vertxxyz commented 3 years ago

Avoiding using Debug and Gizmos would mean that line drawing can be more advanced, and more performant. It also enables things like single-sided (or different rendering for backfaces) that help distinguish which face of a 3D shape is internal.