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

Why mesh extraction skip each second frame? #28

Open
adizhol opened this issue Nov 23, 2022 · 0 comments
Open

Why mesh extraction skip each second frame? #28

adizhol opened this issue Nov 23, 2022 · 0 comments

Comments

@adizhol
Copy link

adizhol commented Nov 23, 2022

In

if ( surface_read_count == 1 )

you basically call g_marchingCubesHashSDF->extractIsoSurfaceGPUNoChrunk every two frames, instead of every frame.
I tried to change line 322 to "if (true)" and run every frame, but then Pangloin is frozen/hangs

@adizhol adizhol changed the title Why mesh extration skip each second frame? Why mesh extraction skip each second frame? Nov 23, 2022
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