unconed / MathBox.js

MathBox is a (work in progress) library for making presentation-quality math diagrams in WebGL.
MIT License
1.94k stars 127 forks source link

Zoom/Pan Around #36

Closed fab1an closed 9 years ago

fab1an commented 9 years ago

How do I drag and zoom the whole viewport around, when I'm plotting data where I don't know the dimensions beforehand?

unconed commented 9 years ago

There is no interactivity, you code it yourself.

fab1an commented 9 years ago

ok, thanks.