Utility to visualize collision boundaries (AABBs and Spheres) in the scene. This class is designed as a singleton for easy access during debugging.
Static
Gets the singleton instance of the visualizer.
The visualizer instance.
Updates the debug visualization for the given scene. Compares existing debug objects with current scene bounds and adds/removes/updates them.
The scene to visualize.
Utility to visualize collision boundaries (AABBs and Spheres) in the scene. This class is designed as a singleton for easy access during debugging.