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

Index out of range in the shader #3

Open
crazyhouse33 opened this issue Apr 11, 2018 · 1 comment
Open

Index out of range in the shader #3

crazyhouse33 opened this issue Apr 11, 2018 · 1 comment

Comments

@crazyhouse33
Copy link

The recursion can stop on the level 0. In the shader, in that case, you examine the table lut on indice -1. You can see that by not calling the recursion, but just directly put an icosaedron triangle in the buffer. You will see that the morphing is inversed.

Both issues had been resolved in https://github.com/Niverton/CDLOD

@Illation
Copy link
Owner

Oh cool, I had no idea about your project, it would have been awesome to have it as a fork from my repository so I could pull in your additions.

That said, I am not actually actively maintaining this repository anymore, but I might try fixing it in my Engine where I continue working on Planet Rendering here https://github.com/Illation/ETEngine, so that is probably a better place to put in issues.

I'd love to learn more about what you are doing and keep in touch about your project though, it sounds interesting. From what I can tell you are adding procedural generation 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