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

bug in prev_level() #21

Closed
cdcseacave opened this issue Jan 2, 2020 · 3 comments
Closed

bug in prev_level() #21

cdcseacave opened this issue Jan 2, 2020 · 3 comments

Comments

@cdcseacave
Copy link

cdcseacave commented Jan 2, 2020

there is clearly a bug in prev_level() though I am not sure of the right fix (depends if m_previous refers to positive or negative previous); I guess the fix should be m_previous = (m_level ? &m_levels[m_level - 1] : NULL), but pls confirm:

https://github.com/dthuerck/mapmap_cpu/blob/master/mapmap/source/multilevel.impl.h#L152

@dthuerck
Copy link
Owner

Hi there,

thanks for reporting this and sorry for my delay, I'm pretty busy ATM. I'm guessing this occurs when using mvs-texturing? If so, is there anyway I can get some (small) input data to replay the problem on my side?

Thanks!

@dthuerck
Copy link
Owner

push

Could you provide me with your input data in order to replicate the problem?

@cdcseacave
Copy link
Author

sry, I gave up trying to make this work, and I removed all the source code related to it

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

2 participants