google / model-viewer

Easily display interactive 3D models on the web and in AR!
https://modelviewer.dev
Apache License 2.0
6.84k stars 807 forks source link

[Feature request] Ground Projected Skybox #4372

Closed mj321 closed 8 months ago

mj321 commented 1 year ago

I'd like to see support for the "ground projected skybox" from three.js in model-viewer

https://threejs.org/examples/webgl_materials_envmaps_groundprojected.html https://github.com/mrdoob/three.js/blob/master/examples/webgl_materials_envmaps_groundprojected.html

It would open up new use cases.

elalish commented 1 year ago

Agreed, that could be cool. Interested in trying a PR? I'd be happy to review and help with any questions.

mj321 commented 1 year ago

Agreed, that could be cool. Interested in trying a PR? I'd be happy to review and help with any questions.

TBH, i wouldn't even know where to start :(

phreak commented 11 months ago

Thinking further: if that ground projection would also be able to show animated graphics (for example seamless WEBPs), that could open a whole. world to the model viewer.

elalish commented 8 months ago

Fixed by #4604