猫史档案馆


寻找切换特殊视角代码

用户:PoiresPoires查看:2 回复:2 评论:2 创建时间:2022-04-07T21:38:12


请问如何在岛3制作出像降维の大挑战一样的特殊视角,请您紧急回复,谢谢


回复

上一页1 页 / 共 1下一页
PoiresPoires

用java语言做出来,大佬请回复

点赞0


评论


钟离I尘世闲游钟离I尘世闲游

entity.player.cameraMode = Box3CameraMode.RELATIVE;     entity.player.cameraPosition = new Box3Vector3(0, 3, 8);     entity.player.swapInputDirection = true;     entity.player.reverseInputDirection = Box3InputDirection.HORIZONTAL;     entity.player.cameraFreezedAxis = Box3CameraFreezedAxis.z;     entity.player.freezedForwardDirection = new Box3Vector3(0, 0, 0); 没事不用谢,这是我肝了一天的成果

点赞0


评论