Display edges in InstancedBufferGeometry

Hi,

I created a simple example of instanced buffer geometry:


It’s a simple cube, each instance has a “color” instanced attribute and an “instancePosition” instanced attribute. Is it possible to display the edges for each cube or the edges for each triangle?

Thanks

Hi!
If I got you correctly, take a look at this forum topic:

Appreciate! I will have a look.