I’ve been doing some visualization tests for my upcoming game, and stumbled onto the Spatial Mapping Wireframe Material. The colors it uses are the same exact colors I’ve been planning to use in my game, and I really like the look and feel of the pure black objects in the renderer with colored wireframe. After googling as many ways as I can I am unable to find a way to override the distance to set the object to a single color. Is there a way to override that, or should I make use a different material to render the wireframes of my models? My goal is to be able to change the wireframe color programmatically. I appreciate your help!