Hello,
I’ve been working on creating a bounding box visualization using a JSON configuration file. Initially, I used OmniGlass to create a cube of glass for this purpose.
> # Create cube
cubePrim = UsdGeom.Cube.Define(stage, f'/World/boundingbox/{label}_{count + add_to_count}')
Like this:
However, I’d like to improve the visualization by using a wireframe instead of a solid glass cube.
Can someone please guide me on how to convert the glass cube into a wireframe representation for better visualization?