# three-gltf-viewer **Repository Path**: hubzyy/three-gltf-viewer ## Basic Information - **Project Name**: three-gltf-viewer - **Description**: three-gltf-viewer 预览glb、gltf模型文件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-06-15 - **Last Updated**: 2023-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # glTF Viewer Preview glTF 2.0 models in WebGL using three.js and a drag-and-drop interface. Viewer: [gltf-viewer.donmccurdy.com](https://gltf-viewer.donmccurdy.com/) ![screenshot](https://user-images.githubusercontent.com/1848368/31580352-b7354096-b101-11e7-86d7-f07677835812.png) ## Quickstart ``` npm install npm run dev ``` ## glTF 2.0 Resources - [THREE.GLTFLoader](https://github.com/mrdoob/three.js/blob/dev/examples/js/loaders/GLTFLoader.js) - [glTF 2.0 Specification](https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/README.md) - [glTF 2.0 Sample Models](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/) ## Known Issues - [ ] Limited drag-and-drop support in Safari.