I'd like to create a more interactive visualisation, something like what
JSXGraph does but in 3D, and with all the extra fun things MathBox can do. For people unfamiliar with JSXGraph, it creates visualisations where you can click and drag points and such and watch the visualisation update in real time,
try this for example. From reading the docs and examples it doesn't appear MathBox can do this sort of interaction out of the box.
Is this true? If so, is it feasible for me to add the feature? Does MathBox even remotely support interactive things? Could I use the raycast feature of Three.js to do this?