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

太阳系三体模拟器

上级 047aa3ce
......@@ -200,8 +200,11 @@ class Planet(Entity):
return trail
def turn(self):
self.scale = self.init_scale * UrsinaConfig.body_size_factor
if hasattr(self.body_view.body, "torus_stars"):
# 星环小天体群(主要模拟小行星群,非一个天体)不受 body_size_factor 影响
self.scale = self.init_scale
else:
self.scale = self.init_scale * UrsinaConfig.body_size_factor
pos = self.body_view.position * UrsinaConfig.SCALE_FACTOR
if self.body_view.body.parent is None:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册