-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Touchscreen do not work #59
Comments
Can you make a pull request for this? By copy and pasting code it's really difficult to track the actual changes |
Ok but how to do it ... i have no permission to create branch |
You have to fork the repository. Then, you can push your changes to your own fork / copy of the repo. Once you did that github should offer you an option to create a pull request. |
thanx, good to known :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I not sure why but touchscreen do not work on JS target (notebook with touchscreen)
I rewrite fallows, it is NOT the best solution but works:
These modifications break OrbitInputTransform at touch mode
But can be easily fixed by storing initial position at touch start
and for camera transform use difference between current and initial position
The text was updated successfully, but these errors were encountered: