sdslabs / Rootex

An advanced C++ 3D game engine powering an in-production game yet to be announced

Home Page:https://rootex.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Depth Stencil test for Colliders

sin3point14 opened this issue · comments

commented

to improve visibility and detect buggy colliders

Currently, depth test is being done on Colliders too, so their wireframe gets obscured by other objects. Disable depth testing so that, colliders appear at the top to facilitate debugging.