Debug Render Logger
For CET developers. This is a class (in lua) that has methods like AddDot, AddLine. There is a c# app that will view the json as 3D scenes
I should have made this a long time ago, would have made life easier
This is used to help visualize 3D problems. The examples in the screenshot/video are a raycast function I was working on for wall hang
There are two parts to this mod:
lua class
c# viewer app
The class just needs to be copied into your project. Instantiate it and call the add functions. Save when you’d like (each time save is called, the class resets itself so you can add more, save that, repeat)
The current add 3D functions are:
Dot
Line
Circle
Filled Square
If you have another primitive you’d like me to add, just let me know
There are also functions to add text