proposals icon indicating copy to clipboard operation
proposals copied to clipboard

Detaching 3D Objects from Documents

Open AdamSobieski opened this issue 5 years ago • 1 comments

I would like to propose that DOM elements, including 3D objects, could be detached from HTML document windows, and interacted with in XR environments.

When 3D objects are detached from an HTML document, events from interacting with them would route to HTML documents and they could be updated from HTML documents.

An example scenario of interest involves a mathematical 3D graph placed in an HTML document such that it could be detached from the document to be interacted with in an XR environment. There are to consider implementational details with respect to the scaling of the 3D content, adaptive level of detail for the 3D mesh or meshes, and whether the mathematical graph data is on the client or a remote server.

See also:

  • https://lists.w3.org/Archives/Public/public-immersive-web/2020Oct/0007.html
  • https://github.com/immersive-web/detached-elements
  • https://github.com/immersive-web/proposals/issues/61

AdamSobieski avatar Jan 02 '21 16:01 AdamSobieski

There's already a proposal, github repo and an implementation of this feature. Please see https://github.com/immersive-web/detached-elements

cabanier avatar Jan 02 '21 20:01 cabanier