Something huge is coming to Threejs. Today I achieved an N-tile shadow render in a single draw call using RenderBundle, Depth 2D Array FBO, and CameraArray.

Basically, here one draw call and one command renders and stores shadows for 16 different parts of the scene.
Post image

Comments