Hi I’m trying to render Bounding Box that always rendered first
so I change material’s props depthTest, depthWrite false.
but with double sided transparent material, it doesn’t work… how to fix this…?
Try rendering the outlines in a separate .render call, clearing only color / stencil in-between calls - that way everything in the second call will appear above the first one, regardless how the materials are set up.