fireball/lib/renderers/shaders/ShaderChunk/skinbase_vertex.glsl

8 lines
216 B
Plaintext
Raw Normal View History

2018-12-25 13:59:22 +00:00
#ifdef USE_SKINNING
mat4 boneMatX = getBoneMatrix( skinIndex.x );
mat4 boneMatY = getBoneMatrix( skinIndex.y );
mat4 boneMatZ = getBoneMatrix( skinIndex.z );
mat4 boneMatW = getBoneMatrix( skinIndex.w );
#endif