Reworked DebugDraw System #294

Merged
Pycorax merged 9 commits from SP3-1-DebugDraw into main 2022-12-16 02:21:32 +08:00
Pycorax commented 2022-12-15 23:51:48 +08:00 (Migrated from github.com)
  • Performance of drawing wireframe box or wireframe sphere is greatly improved as it is now batched
  • Added circle support for debug draw
  • Added filled cubes and spheres support for debug draw
  • Debug draw function calls now have their colour parameter set to the last and defaulted to white
  • Debug draw function calls now have a parameter to set if they should never be occluded (depth test)
  • Added built in primitive mesh for line cube (external outline only) meant for drawing in lines mode only
  • Added built in primitive mesh for line circle (external outline only) meant for drawing in lines mode only
- Performance of drawing wireframe box or wireframe sphere is greatly improved as it is now batched - Added circle support for debug draw - Added filled cubes and spheres support for debug draw - Debug draw function calls now have their colour parameter set to the last and defaulted to white - Debug draw function calls now have a parameter to set if they should never be occluded (depth test) - Added built in primitive mesh for line cube (external outline only) meant for drawing in lines mode only - Added built in primitive mesh for line circle (external outline only) meant for drawing in lines mode only
XiaoQiDigipen (Migrated from github.com) reviewed 2022-12-15 23:51:48 +08:00
Sign in to join this conversation.
No description provided.