domitry / elegans

Elegant 3D plots generator with WebGL.
http://elegans.readthedocs.org/
Other
59 stars 20 forks source link

Point cloud reconstruction #7

Closed wywzxxz closed 9 years ago

wywzxxz commented 9 years ago

It could be convenient to build surface from point clound( i.e: [ [0,0,5] , [0,5,5] , [5,0,5] ,[5,5,10] ] ) rather than a existing mesh, just like plot3/surface in matlab.

However , as far as I can see , nodejs don't have any 3D interpolation module at can achieve( which corresponding to the "griddata" in matalb). Now i'm working on Octave, a open source "matlab" which offering a C++ library that do have the griddata function , but I'm been stacked when compile because nodejs use node-gyp but octave use mkoctfile ...

wywzxxz commented 9 years ago

stucked on compile Octave C++ libs into Node-Webkit plugin