From b288e0343dc20c0445217455e1883ecf90bd6a44 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 27 Sep 2024 21:01:04 +0200 Subject: [PATCH] addded override mention to spec --- doc/RFC_XR_Fragments.html | 3 ++- doc/RFC_XR_Fragments.md | 3 ++- doc/RFC_XR_Fragments.txt | 12 ++++++------ doc/RFC_XR_Fragments.xml | 5 +++-- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/doc/RFC_XR_Fragments.html b/doc/RFC_XR_Fragments.html index 8dd8043..cd172b2 100644 --- a/doc/RFC_XR_Fragments.html +++ b/doc/RFC_XR_Fragments.html @@ -318,7 +318,8 @@ This can be done via a JSON-pointers
This would mean: hide object(s) with name or tag-value 'penguin' upon scene-load, and show it when the user clicks the chair -
So when loading experience.glb the existence of experience.json is detected, to apply the explicit metadata.
-
+So after loading experience.glb the existence of experience.json is detected, to apply the explicit metadata.
+ +The sidecar will define (or override already existing) extras, which can be handy for multi-user platforms (offer 3D scene customization/personalization to users).
In THREE.js-code this would boil down to: