“55c3f312f65d4b8616ebcfdceafad0aae8542f50”上不存在“sim_lab/vr_demo.py”
提交 0258bcd4 编写于 作者: 三月三net's avatar 三月三net

Python超人-宇宙模拟器

上级 549ac3c5
...@@ -15,7 +15,7 @@ if __name__ == '__main__': ...@@ -15,7 +15,7 @@ if __name__ == '__main__':
""" """
自由落地模拟 自由落地模拟
""" """
# 地球在中心位置 # 创建一个地球,位于中心位置,初始速度为 0
earth = Earth(init_position=[0, 0, 0], init_velocity=[0, 0, 0], earth = Earth(init_position=[0, 0, 0], init_velocity=[0, 0, 0],
size_scale=1, texture="earth_hd.jpg") size_scale=1, texture="earth_hd.jpg")
# earth.raduis = 6373.22 # earth.raduis = 6373.22
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册