Public viewer

Simple Column

Published by pghauff ยท Updated 2026-03-13T21:03:19 UTC

Published grammar

This page uses the same scene-first presentation as the gallery viewer while also showing the source grammar text.

Start -> Base [ T ( 0 0.4 0 ) Tower( 2.4 0.84 ) ]

Base ->
[ S ( 1.6 0.4 1.6 ) I ( Cube grayStone 1 ) ]
[ T ( 0 0.3 0 ) S ( 1.2 0.18 1.2 ) I ( Cube brushedAluminum 0.18 ) ]

Tower( h r ) ->
[ S ( r h r ) I ( CubeY darkBasalt 0.18 ) ]
[ T ( 0 h 0 ) Crown( r 0.16 ) ]

Crown( r glow ) ->
[ S ( r * 2 0.32 r * 2 ) I ( Cube chromeSurface glow ) ]
[ A ( 45 1 ) S ( r * 1.3 0.14 r * 1.3 ) I ( Cube glowingPanel glow * 0.75 ) ]

Viewer notes

Scene viewer is loaded from the embedded modular editor in read-only mode.
Orbit, zoom, grid, and axis widget remain available.
Use the gallery to jump between published grammars without leaving the live viewer workflow.