Agustin Capeletto about 1 month ago
Volume rendering in CSS can be achieved by slicing a 3D scene into 2D grids along each axis. Each slice is a cross-section where occupied cells are painted and translated at fixed intervals.
The problem then becomes: how can we recreate each grid pattern with the least number of DOM nodes?