矩阵处增加非常重要的注释

This commit is contained in:
2019-07-12 10:13:01 +08:00
parent fc67299042
commit 8dca542974
3 changed files with 6 additions and 2 deletions

View File

@@ -277,8 +277,6 @@ public:
camera.height=h;
camera.center.Set(0,0,0,1);
camera.eye.Set(100,100,0,1); //xyz三个值不要一样以方便调试
camera.znear=0.01f;
camera.zfar=1024;
camera.Refresh(); //更新矩阵计算
}