Posted September 24, 2024 by Hangarter
#shader #release #v1.1.0 #angle-threshold #quads
This is the release of version 1.1.0, which includes:
- Angle threshold feature
- Minor bug fixes
- Updated example project
Angle Threshold
This feature was a suggestion from reddit users when I shared this shader - it renders surfaces as quads using the angle information of the triangles.
You can set the angle threshold in the shader, where the value will be used to choose if an edge will be rendered or not.
It's incredibly useful to have a cleaner wireframe mesh - as you can hide edges that are polluting the visual result.