Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detaching 3D Objects from Documents #62

Open
AdamSobieski opened this issue Jan 2, 2021 · 1 comment
Open

Detaching 3D Objects from Documents #62

AdamSobieski opened this issue Jan 2, 2021 · 1 comment

Comments

@AdamSobieski
Copy link

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:

@cabanier
Copy link
Member

cabanier commented Jan 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants