domitry / elegans

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

try to achieve a more natural camera control #6

Closed wywzxxz closed 9 years ago

wywzxxz commented 9 years ago

I can hardly describe it , it more like the way we control camera in the game than the old one , try it and you will know what I mean. By the way,be cautious about the redundantly file and test modify inside other code file , I incautiously updated them and have no idea how to remove...

domitry commented 9 years ago

Thank you for your contribution, wywzxxz! These modifications are good except a few points.

To remove the unnecessary files, run git reset HEAD^ --soft, add necessary files, and create a new commit :) In addition, it's great if you make a new branch named e.g. "improve_camera_control" and make commit on the branch, not master.

wywzxxz commented 9 years ago

Emmm...I create a new branch "fix_display", but can't see how to open a pull request on it...