jared-hughes / DesThree

Desmos bindings for three.js
3 stars 0 forks source link

Move camera and fog options to top-right settings box #48

Open jared-hughes opened 3 years ago

jared-hughes commented 3 years ago

The current state of specifying camera (and soon fog & grid lines) in separate expressions has a few disadvantages:

It would make much more sense to put these options in to replace the 2D options. Backend could be similar to existing approach.

jared-hughes commented 3 years ago

Will probably want to enable (client-only) "advanced" mode to toggle rarely-used options like camera FOV and clipping planes.