immersive-web / proposals

Initial proposals for future Immersive Web work (see README)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detaching 3D Objects from Documents

AdamSobieski opened this issue · 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:

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