8000 GitHub - whynotcode2023/three-gltf-viewer: Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

whynotcode2023/three-gltf-viewer

 
 

Repository files navigation

glTF Viewer

Preview glTF 2.0 models in WebGL using three.js and a drag-and-drop interface.

Viewer: gltf-viewer.donmccurdy.com

screenshot

Quickstart

npm install
npm run dev

glTF 2.0 Resources

Known Issues

  • Limited drag-and-drop support in Safari.

Changes

Support for adding a high quality 360 background image. The current environments convert equirectangular images to a lower res cubemap for use with IBL. This change uses the EXR conversion to cubemap for the IBL but adds a separate mesh for rendering the high quality equirectangular image.

Download EXR from: https://polyhaven.com/a/ninomaru_teien

About

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • CSS 11.6%
  • HTML 3.5%
0