domitry / elegans

Elegant 3D plots generator with WebGL.
http://elegans.readthedocs.org/
Other
59 stars 20 forks source link

hard to control #4

Closed wywzxxz closed 9 years ago

wywzxxz commented 9 years ago

Is there any way I can change the way controlling camera?

domitry commented 9 years ago

No options related to the issue have been implemented, but this problem is caused by TrackballControl (https://github.com/domitry/elegans/blob/master/src/utils/TrackballControls.js), so modify the code, build it and send pull-request to this repository.

wywzxxz commented 9 years ago

pull-request has been sent.