gpt4 book ai didi

c++ - 确保相机位置始终位于屏幕中心?

转载 作者:太空宇宙 更新时间:2023-11-04 04:57:46 25 4
gpt4 key购买 nike

给定 2 个函数 Translate(x,y) 和 Scale(x),我希望相机的位置始终位于屏幕的中心。还有一个比例因子变量,通过修改它可以放大或缩小屏幕中心。鉴于我知道屏幕的像素尺寸,我该如何实现呢?谢谢

最佳答案

像这样:

screen_coords = (world_coords - camera_world_coords) * camera_zoom + 0.5 * screen_dimension

关于c++ - 确保相机位置始终位于屏幕中心?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3595033/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com