libigl-python-bindings
libigl-python-bindings copied to clipboard
How to create .dmat files?
In chapter 1 (https://libigl.github.io/libigl-python-bindings/tut-chapter1/) under the section "Gradient" a .dmat file is read for the example mesh: u = igl.read_dmat(os.path.join(root_folder, "data", "cheburashka-scalar.dmat"))
However, I don't know how to calculate "u" for my own mesh objects. Is there an easy formula or function to do so?