From f2555661698339b7ad7e4aa23b72ee058559ea71 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 31 Mar 2023 17:16:39 +0200 Subject: [PATCH] update documentation --- doc/RFC.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/RFC.md b/doc/RFC.md index ad8dcea..9dab3bc 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -14,10 +14,9 @@ # XR Fragments (key/value params) -``` -⛁ = fragment support through 3D asset-file (custom property) -⚂ = fragment support through navigator URI (`document.location.href` e.g.) -``` +⛁ = fragment support through 3D asset-file (custom property)
+⚂ = fragment support through navigator URI (`document.location.href` e.g.)
+ | param | type | scope(s) | category | notes | |---------|---------------|-------|--------------------|---------------------------------| | prio | int (-10..1) | ⛁ | Asset loading / linking | \#static allow client to ignore lower-prio objects in the renderloop, to compensate frame-drop/cpu/gpu-overload scenario’soc/notes/prio.md |