Low Poly Terrains #435
TokisanGames
started this conversation in
Extras
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To make a low poly terrain you need:
Instructions:
This is the updated shader snippet to calculate screen space normals:
Customize the shader as you see fit. You can use the default shader for painting, but it is overkill and has features that should be stripped out.
This method currently has an artifact on the LOD boundary which might be addressed by future improvements. Expanding mesh_size pushes it out further.
See #422 for a more complete example, but use the updated snippet here.
See #434 for gathered normals, instead of screenspace normals shown here. From @Xtarsia: "I think the screenspace method is better for [this] case."
Beta Was this translation helpful? Give feedback.
All reactions