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

Use Signed Distance Functions #1

Open
3 tasks
leroycep opened this issue May 12, 2017 · 0 comments
Open
3 tasks

Use Signed Distance Functions #1

leroycep opened this issue May 12, 2017 · 0 comments

Comments

@leroycep
Copy link
Owner

leroycep commented May 12, 2017

Signed Distance Function allow you to create a renderable by composing functions together. These functions easy to parallelize on the GPU, because they are just a set of calculations to make, not a bunch of if-then rules.

  • Implement a signed distance function shader
  • Create algorithm that converts a minecraft-like world into SDFs
  • Generate GLSL programs from the SDFs
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