bumpVertexDeclaration.fx 122 B

12345
  1. #if defined(BUMP) || defined(PARALLAX)
  2. #if defined(TANGENT) && defined(NORMAL)
  3. varying mat3 vTBN;
  4. #endif
  5. #endif