beige90 / Madeleine.js

Pure javaScript 3D Model Viewer (.STL Format)
MIT License
111 stars 22 forks source link

Touch Control doesn't work #3

Open lagmoellertim opened 6 years ago

lagmoellertim commented 6 years ago

Hello, I've tested Madeleine on a device with a touchscreen and everytime I try to move the object it disappears. Is there a way to fix this?

nathanbertram commented 5 years ago

Seeing the same issue here as well - were you able to find a solution @lagmoellertim ?

averter commented 4 years ago

I am experiencing a similar issue with my laptop but only when I use the mouse wheel. Additionally the expand and take a photo buttons don't seem to do anything.

vmario89 commented 4 years ago

have the same issue in 2020. seems to be unfixed. dont understand why this issue was closed. did anyone find a solution for this problem?

vmario89 commented 4 years ago

i had a view deeper into code. i am not a JS developer but i removed most of un-implemented functions now from code because that's what i can do xD. example: https://gitea.fablabchemnitz.de/MarioVoigt/Madeleine.js-for-Gitea

its a pitty that nobody contributes. Madeleine is such a cool implementation. Has a lot of potential

averter commented 4 years ago

True @vmario89. The project seems abandoned though (last update was in 2019). If you are able to find the root cause of this please share the solution. Thanks.

vmario89 commented 4 years ago

The root cause is that the buttons are implemented visually but there are no backends which control the behaviour. I think its not that much work left for it, but it is work. I looked into the project forks but there are no newer forks https://techgaun.github.io/active-forks/index.html#JinJunho/Madeleine.js except https://github.com/ducky/Madeleine.js which contains 3 newer commits.

you can check out https://github.com/brentyi/stl_web_viewer2 which is also really interesting

vmario89 commented 4 years ago

by the way i got some tip from a person on the web. there's some other thing related to threejs: https://codeberg.org/Codeberg/build-deploy-gitea/pulls/31/files

beige90 commented 4 years ago

Sorry guys for such a long waiting response 😂 I created this repo for fun and could hardly manage it due to my work for living. So many times I planned to start refactoring with the newest version of dependencies, but it's not easy to start. I will take back the responsibility of what I started and begin with fixing small bugs. Re-opening this issue is the first step but please understand that I can't guarantee a prompt resolution.