gradientspace / UnrealMeshProcessingTools

Sample Projects/Plugins for Mesh Processing in Unreal Engine
MIT License
248 stars 72 forks source link

Missing Eigen/Core! #1

Closed jrkhan closed 3 years ago

jrkhan commented 4 years ago

Looks like the Eigen's .gitignore excludes core https://gitlab.com/libeigen/eigen/-/blob/master/.gitignore#L11 So, probably due to case sensitivity differences, these files/directories didn't get added to the version of Eigen included here (which in turn resulted in a few plugin build failures until moving them over locally) https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/Core https://gitlab.com/libeigen/eigen/-/tree/master/Eigen/src/Core

Smoothing mesehs in editor seems to be working well once those files were added!

Wondering if you'd be open to a PR to add the files? (Or, unrelated, perhaps open to PR's in general for exposing additional libigl functions as editor tools?)

rms80 commented 3 years ago

this has been fixed