This commit is contained in:
github-actions[bot]
2026-04-30 00:21:42 +00:00
parent 17f52fc8d6
commit 82f88a2036
2 changed files with 27 additions and 190 deletions
+1 -10
View File
@@ -2,7 +2,7 @@
Hosted at: https://ruvnet.github.io/RuView/pointcloud/
## Transport modes
## Modes
- Default — synthetic in-browser demo (no backend, no network calls).
- `?backend=auto` — fetch from `/api/splats` on the same origin
@@ -12,13 +12,4 @@ 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.