Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HeatMethod with EEK hard crashes editor #10

Open
SixWays opened this issue Sep 6, 2024 · 0 comments
Open

HeatMethod with EEK hard crashes editor #10

SixWays opened this issue Sep 6, 2024 · 0 comments

Comments

@SixWays
Copy link

SixWays commented Sep 6, 2024

I'm trying to use HeatMethod to calculate geodesics on meshes. However calling EstimateGeodesicDistances when using the EEK kernel causes a hard crash of the editor. No Unity crash reporter, no crash dump, editor logs just stop, can't see anything in windows event viewer. Doesn't seem to be instant (at least on large meshes where calculating a geodesic takes an appreciable time) so it may be happening near the end of the first calculation rather than just not getting to the calculation at all.

This is under all the following conditions:

  • Converting mesh using ToCGALPolyhedron3
  • Converting mesh using ToCGALSurfaceMesh3
  • Manually converting to Polyhedron3
  • Manually converting to SurfaceMesh3
  • Using this repo's binaries
  • Using the base repo's binaries
  • Using the base repo's source
  • Placing binaries and/or source in a separate assembly
  • Placing binaries and/or source in the calling assembly

EIK seems to work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant