jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

Request TrackballControls #32

Closed oliverlee closed 8 years ago

oliverlee commented 9 years ago

I guess I'm requesting TrackballControls if you guys have time to add it.

jasongrout commented 9 years ago

This should be very similar to the OrbitControls control: https://github.com/jovyan/pythreejs/blob/master/pythreejs/nbextension/pythreejs.js#L353. Probably mostly a cut and paste. I'll look at this soon, but of course a PR would speed things along. You'd also need to include the trackballcontrols js file in the threejs directory.

oliverlee commented 9 years ago

I can take a look when I have some time but I'm not in any hurry so it don't expect to get to it soon.

jasongrout commented 8 years ago

Fixed by #36. Thanks again, @yungyuc!