In Threejs, the most efficient way to display a large number of cubes on an xyz grid for rendering WebGL, from the point of view of which rendering methods / indicators / parameters / material are used? Cubes should support receiving and casting shadows based on directionLight - or I can pre-calculate the side colors if this helps and is possible, but they do not have texture or special rotation. Thanks!
source share