verve.gl — orthographic projection
Same 7×7 cube grid, same camera, same light — only the projection matrix differs. Under perspective (left) far rows shrink with distance. Under orthographic (right) all rows stay the same on-screen size: parallel rays, no foreshortening.
Perspective
Orthographic
Orthographic removes depth cues entirely — useful for CAD, isometric views, and shadow-map passes. Drag to orbit · wheel to zoom.
See also: orthographic-aware cascaded shadow maps.