Catcake中实现firstPersonCamera

1. Catcake本身提供的ckScr所提供的与相机相关的借口太少,需要自身加强一下。

 

2. 想要再Catcake中实现firstPersonCamera的相机,肯定要使用到相机的旋转。
   最快捷的方案是ckVec::rotateX_r32()、ckVec::rotateY_r32()

你可能感兴趣的:(Catcake中实现firstPersonCamera)