jared-hughes / DesThree

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

Add line and point displays #39

Open jared-hughes opened 3 years ago

jared-hughes commented 3 years ago

EdgesGeometry (renders all edges: includes diagonals on a BoxGeometry) WireframeGeometry (renders only edges on faces with different normals: excludes diagonals on a BoxGeometry)

This would be a large task because these are handled differently than meshes:

Points