You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: