This commit is contained in:
github-actions[bot]
2026-04-30 00:18:30 +00:00
parent 06fe436f07
commit 17f52fc8d6
2 changed files with 190 additions and 27 deletions
+10 -1
View File
@@ -2,7 +2,7 @@
Hosted at: https://ruvnet.github.io/RuView/pointcloud/
## Modes
## Transport modes
- Default — synthetic in-browser demo (no backend, no network calls).
- `?backend=auto` — fetch from `/api/splats` on the same origin
@@ -12,4 +12,13 @@ Hosted at: https://ruvnet.github.io/RuView/pointcloud/
- `?live=1` — require a live backend; show an offline message instead
of falling back to the synthetic demo.
## Effect flags (face-mesh mode)
Comma-separated. Defaults to `all`.
- `?fx=all` — texture + mesh + scan + halo (cinematic default).
- `?fx=clean` — webcam-sampled colors only, no overlays.
- `?fx=points` — solid amber points, no extras (lightest mode).
- `?fx=texture,mesh,scan,halo` — pick individual effects.
See ADR-094 for the deployment design.