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

太阳系三体模拟器

上级 b6ffb3a5
...@@ -54,7 +54,7 @@ class CarinaeV382(FixedStar): ...@@ -54,7 +54,7 @@ class CarinaeV382(FixedStar):
def __init__(self, name="船底座V382", mass=39 * MO, def __init__(self, name="船底座V382", mass=39 * MO,
init_position=[0, 0, 0], init_position=[0, 0, 0],
init_velocity=[0, 0, 0], init_velocity=[0, 0, 0],
color=(255, 244, 89), color=(255, 172, 40),
texture="fixed_star.png", size_scale=1.0, distance_scale=1.0, texture="fixed_star.png", size_scale=1.0, distance_scale=1.0,
rotation_speed=0.26, ignore_mass=False): rotation_speed=0.26, ignore_mass=False):
params = { params = {
......
...@@ -51,7 +51,7 @@ class Rigel(FixedStar): ...@@ -51,7 +51,7 @@ class Rigel(FixedStar):
def __init__(self, name="参宿七", mass=18 * MO, def __init__(self, name="参宿七", mass=18 * MO,
init_position=[0, 0, 0], init_position=[0, 0, 0],
init_velocity=[0, 0, 0], init_velocity=[0, 0, 0],
color=(141, 213, 227), color=(200, 200, 255),
texture="fixed_star.png", size_scale=1.0, distance_scale=1.0, texture="fixed_star.png", size_scale=1.0, distance_scale=1.0,
rotation_speed=0.33, ignore_mass=False): rotation_speed=0.33, ignore_mass=False):
params = { params = {
......
...@@ -67,8 +67,8 @@ class VYCanisMajoris(FixedStar): ...@@ -67,8 +67,8 @@ class VYCanisMajoris(FixedStar):
"distance_scale": distance_scale, "distance_scale": distance_scale,
"rotation_speed": rotation_speed, "rotation_speed": rotation_speed,
"ignore_mass": ignore_mass, "ignore_mass": ignore_mass,
"texture_bright": 1, "texture_bright": 2,
"texture_contrast": 5 "texture_contrast": 3
} }
super().__init__(**params) super().__init__(**params)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册