Franciman / plasm

plot your functions with rust and wasm - https://frankplus.github.io/plasm/
MIT License
10 stars 2 forks source link

3d plotter #3

Closed frankplus closed 4 years ago

frankplus commented 4 years ago

Hey beautiful people, We can now merge our 3d plotter implementation. The plotter can now draw 3d explicit function by computing an x-y grid and for each corner of the grid compute the corresponding z coordinate and then build the triangels. The wireframe at the border of the triangle is also drawn to give a perspective.