//更新MVP矩阵 void UpdateMVPMat() { HMatrix mat = MathHelper.GetRotateMat(0, 0.8f, 0.8f); Transform.ModleMat = mat; Transform.UpdateMVPMat(); }