DR-docs/docs/main/rua.md
2023-12-16 23:40:38 +08:00

29 lines
699 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 一些怪东西
## pyglet相关
pyglet 坐标轴原点是左上角 0, 0
## 坐标记录相关
记录的是部件碰撞箱中心的相对于控制仓碰撞箱中心的相对坐标
然后控制仓的坐标是单独记录的
记录的是区块坐标+区块内坐标
## 渲染
屏幕坐标系需要*100有待测试
这个应该跟 windows 屏幕缩放比例有关
嗯(我找一下你发的那个图
找到了 qq 群
我check一下微调器的代码原理应该一样有个函数我看看怎么实现
## 素材提供
<!-- [背景候选1号](../../assets/textures/runtime/background.png) -->
来自 @底层萌新 QQ1744251171
## gl.glClearColor(a / 255, b / 255, c / 255, d)