# Glass Sculpture

A raymarched glass sculpture under a studio light rig, with refraction, total internal reflection, chromatic dispersion, absorption, bloom, and interactive lighting.

## Download

Download the complete verified example source:

```bash
npx vgpu examples pull glass-sculpture --out ./glass-sculpture
```

## Explore

- [Interactive example](https://vgpu.sh/examples/glass-sculpture)
- [Fullscreen preview](https://vgpu.sh/preview/glass-sculpture)
- [Complete source](https://vgpu.sh/examples/glass-sculpture/source.md)

## Included files

- `index.tsx`
- `renderer.ts`
- `scene.ts`
- `camera.ts`
- `pointer-input.ts`
- `sculpture.wgsl`
- `bloom-extract.wgsl`
- `bloom-blur.wgsl`
- `present.wgsl`
