|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| index.html | ||
README.md
RuView — Live 3D Point Cloud Viewer
Hosted at: https://ruvnet.github.io/RuView/pointcloud/
Transport modes
- Default — synthetic in-browser demo (no backend, no network calls).
?backend=auto— fetch from/api/splatson the same origin (only works when the viewer is served byruview-pointcloud serve).?backend=<url>— fetch from<url>/api/splatson a CORS-permitting host (e.g.?backend=https://my-ruview.example.com).?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.