donmccurdy / three-gltf-viewer

Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
https://gltf-viewer.donmccurdy.com/
MIT License
2.1k stars 534 forks source link

how to make product so that it can view in your gltf viewer #253

Closed sumsrk closed 3 years ago

sumsrk commented 3 years ago

please please help me out how to prepare a model so that it can view in gltf viewer .... I have made the model in 3ds max ....

donmccurdy commented 3 years ago

Hi, sorry I am not a 3DS Max expert at all. You will need to export your model to the glTF (.gltf or .glb) format. A plugin is available to export from 3DS Max, described here:

https://doc.babylonjs.com/extensions/Exporters/3DSMax_to_glTF

If that isn't working for you, bringing the model into Blender (https://www.blender.org/) and then exporting to glTF is also a very popular choice.