jared-hughes / DesThree

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

Allow text labels #41

Open jared-hughes opened 3 years ago

jared-hughes commented 3 years ago

This will be hard to figure out.

TextGeometry exists, as does Sprite (always faces towards the camera). These seem overcomplicated though.

Might be able to make use of Desmos's existing label functionality or just draw text on the canvas without three.js or Desmos's help.