softimagewht

float4x4 WorldITXf : WorldInverseTranspose < string UIWidget="None"; >;

//把法线从局部空间变换到世界空间
float4x4 ViewIXf : ViewInverse < string UIWidget="None"; >;

//把Vector从观察空间变换到世界空间

float4x4 WvpXf : WorldViewProjection < string UIWidget="None"; >;

//从物体空间转为裁剪空间

float4x4 WorldXf : World < string UIWidget="None"; >;

//从物体坐标转为世界坐标

分类:

技术点:

相关文章:

  • 2021-12-22
  • 2021-11-25
  • 2021-10-27
  • 2021-11-14
  • 2021-11-14
猜你喜欢
  • 2021-11-14
  • 2021-04-20
  • 2021-11-14
  • 2021-11-14
  • 2021-11-04
相关资源
相似解决方案