初级玩家

- 贡献度
- 2
- 金元
- 826
- 积分
- 91
- 精华
- 0
- 注册时间
- 2010-9-11
|
本帖最后由 yrdshappy 于 2011-2-18 20:16 编辑
set ControllerQuest.iShortCutReset to 199 ;设置Home键为重置视角的快捷键(Set the key 'Home' for reseting the camera)
set ControllerQuest.fMaxDistance to 9000 ;设置子弹视角最大跟随距离(Set the max distance the camera will follow the arrow)
set ControllerQuest.fOptimalDistance to 9000 ;设置子弹视角平滑跟随距离(Set the max Optimal distance the camera will follow the arrow, details in attention II)
set ControllerQuest.fTimeScaleShooting to 0.5 ;设置箭矢飞行期间时间流逝缩放比(Set the TimeMultiplier when the arrow is flying)
set ControllerQuest.fTimeScaleShooted to 0.3 ;设置箭矢击毙目标后,观察模式下时间流逝缩放比(Set the TimeMultiplier when the arrow has shooted the target, and target is killed)
set ControllerQuest.fResetSpeed to 500 ;设置相机复位速度(Set the speed of reseting of the camera)
----------------------------------
能说一下第二项与第三项的区别吗,最大跟随与平滑跟随,9000估计是多远,我吧这两个都设成9000了,好不好 |
|