提交 eb4d7897 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 bfcd4c81
......@@ -197,6 +197,8 @@ class UrsinaSimulator(Simulator):
if view_closely:
# 近距离查看
if isinstance(view_closely, float):
if view_closely < 0.001:
view_closely = 0.001
camera.clip_plane_near = view_closely
else:
# 设置 camera 的裁剪面和位置
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册