shaders for spine animation #2233
Unanswered
10100010010001001010
asked this question in
Q&A
Replies: 2 comments 2 replies
-
What effect do you want to apply to the spine animation? Also, which examples in the tests are you referring to? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think it is possible. You probably just need to set a custom shader through Just keep in mind that two color tint Spines use |
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
-
is it possible to apply a shader to spine animation? The examples in the tests looks confusing to me, for example there is a line like this:
auto program = ProgramManager::getInstance()->loadProgram(positionTextureColor_vert, fragmentFilename, VertexLayoutType::Sprite);
and I didn't find the SkeletonAnimation option in the VertexLayoutType. Should I get the layout manually via the spine extension?
Beta Was this translation helpful? Give feedback.
All reactions