libigl-python-bindings icon indicating copy to clipboard operation
libigl-python-bindings copied to clipboard

How to create .dmat files?

Open mirickmi opened this issue 2 years ago • 0 comments

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?

mirickmi avatar May 20 '22 12:05 mirickmi