I am working with a simple TRHEE.BoxGeometry
within a THREE.Scene
. My goal is to display the outline of the Geometry Segments rather than the Mesh itself.
Although I came across an example demonstrating this, I am struggling to replicate it successfully.
The reference example looks similar to the image shown below:
How can I show segment outlines and dynamically update the geometry during runtime?