I was wondering it was possible to embed a gltf/glb viewer on a layout and have the model pan/rotate by the user with mouse/touch.
Mikal made an attempt using babylon.js library but it doesn't seem to work anymore : construct.net/en/forum/construct-3/general-discussion-7/babylon-3d-simple-js-147886
Has anyone walked this path with more success ?
Develop games in your browser. Powerful, performant & highly capable.
You can put model viewer on another canvas over or behind the C3 canvas.
modelviewer.dev
Thank you !
But I didn't managed to implement it in a construct project.