Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.23 KB

3D-Models-Load

GitHub stars GitHub

Load your 3D model easily in a Three.js scene and enjoy Showroom mode.

Usage

Enjoy live demo or run locally :

git clone https://github.com/sboez/3D-Models-Load.git
npm install
npm run dev

Compatible formats

.STL .DAE .FBX .GLTF .GLB

Textures

Only .GLB can show you the model with a texture because it's a binary file who contains images. It's also possible with .FBX, with Blender you need to check copy in Path Mode during export. Others need to add texture manually. But you can still change the texture path in the code, follow the procedure explained in the comments.

Samples

My samples models are lightweight .GLB

Capture d’écran 2020-03-09 à 14 21 10