bumpVertexDeclaration.fx 149 B

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