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.06k stars 530 forks source link

How to host this gltf viewer in Wordpress? #349

Closed kmnewazbillah closed 9 months ago

kmnewazbillah commented 9 months ago

I want to host this viewer in my Wordpress. Can you help me to do this?

donmccurdy commented 9 months ago

Hi @kmnewazbillah – the code for this repository is shared as a public resource, but I can't help you with integrating it into your own projects.

If you're new to three.js, the three.js forums might be a better place to visit if you are running into more specific problems: https://discourse.threejs.org/

Alternatively, consider using https://modelviewer.dev/ — it's a great tool, and often easier to add to existing websites.