Skip to content
GLITCH~1.DOC
lab RECORD //

Glitch Architecture

Breaking Structural Integrity

This project focuses on the intentional destruction of structural boundaries using vertex displacement shaders.

The goal was to see how far we could push the geometry before the rendering engine crashed.

Key Learnings

  • Vertex limits: Reached at 14.5M polys.
  • Color bleeding: High chromatic aberration masks the low-res textures deliberately.

We discovered that forcing a stack overflow directly inside the GLSL shader resulted in these completely randomized, beautiful artifacts:

Gallery image 1
1 / 3

The memory leaks became the art.