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

Python超人-宇宙模拟器

上级 e7ba41e6
......@@ -105,8 +105,8 @@ def create_trails(parent):
if last_pos_distance < parent.trail_scale * trail_int_scale: # 间隔距离不小于1.2倍的拖尾球体
return
# trail = create_trail_line(parent, pos)
trail = create_trail_sphere(parent, pos)
# trail = create_trail_line(parent, pos) # 拖尾为线条
trail = create_trail_sphere(parent, pos) # 拖尾为球体
if trail is not None:
create_trail_info(parent.body, trail)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册