The triangles that make up each face become visible when I make use of the SVGRenderer to render semi-transparent surfaces. In the codepen, below, you can make out the triangles on the lowest level of the stacked shape pretty well, and then can see similar, but lighter, ones as you look at each “floor” above.
If you switch useSVGRenderer to = false at the top of the codepen’s JS, you will see that the WebGLRenderer doesn’t show these.
Is there a parameter or function I can call to simplify the geometry so that these will go away?
On a side note, SVGRenderer doesn’t have getSize() or setAnimationLoop() methods, but I’ll open a bug in github for those.