Apply GLSL shader to only some letters #316
Unanswered
csimlinger
asked this question in
Q&A
Replies: 1 comment
-
(Moved to a discussion) I can't think of a good built-in way to do that; the nature of instanced rendering is that you can only have one material/shader applied to the whole thing. If I needed to do that, I might try customizing the shader to apply the special effects to only certain characters, distinguishing them by Other ideas, anyone? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering what solution would you recommend to apply a shader to only some letters?
So far I was generating each letter on a text mesh, so that I could apply a shader to individuell letters, but that was painfully slow, especially for longer text.
What approach is recommended?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions