Ikaroon / TMP3D

A small extension that makes 3D text with Unity's TextMeshPro possible. It uses raymarching and a geometry shader to work around the limitations of TMP at the moment
Other
97 stars 7 forks source link

Reduce usage of "if" in shader #1

Closed Ikaroon closed 1 year ago

Ikaroon commented 2 years ago

At the moment the shader uses a lot of ifs. Given that they aren't recommended in shaders and should be used with caution they should be reduced if they cannot be eliminated.