cx20 / gltf-test

Testing the glTF Loader and WebGL Library

Home Page:https://cx20.github.io/gltf-test/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should provide a UI to change sample settings

cx20 opened this issue · comments

commented

Currently, the code for rotating the model is hard-coded.
It is preferable that this processing can be set by the control panel such as dat.gui.js.

Where possible, I'd suggest auto-rotate at the start, and then automatically stop rotating once any mouse-down or touch-start action happens. That's more friendly than having another checkbox onscreen.

Also, it would be nice to slow down the auto-rotate quite a bit. It's a dizzying rotation speed now 😄

commented

UI has been added for the following libraries. Also, the rotation speed was made a little slow.

  • Three.js
  • Babylon.js
  • Cesium.js
  • Grimoire.js
  • xeogl
  • Khronos glTF Loader
  • minimal-gltf-loader
  • QTEK Model Viewer
  • Hilo3d

image