add moonlet that occludes the sun
This commit is contained in:
parent
402883d8bf
commit
beefe695f6
BIN
assets/models/moonlet.glb
Normal file
BIN
assets/models/moonlet.glb
Normal file
Binary file not shown.
|
@ -3,8 +3,8 @@ actor 300000 0 500000 jupiter
|
||||||
rotationy -1.40
|
rotationy -1.40
|
||||||
angularmomentum 0 0.0001 0
|
angularmomentum 0 0.0001 0
|
||||||
|
|
||||||
actor 2000 0 0 asteroid1
|
actor 3000 0 0 moonlet
|
||||||
scale 200
|
scale 500
|
||||||
|
|
||||||
actor -2300 10 0 pizzeria
|
actor -2300 10 0 pizzeria
|
||||||
scale 30
|
scale 30
|
||||||
|
|
|
@ -24,6 +24,7 @@ fn asset_name_to_path(name: &str) -> &'static str {
|
||||||
"jupiter" => "models/jupiter.glb#Scene0",
|
"jupiter" => "models/jupiter.glb#Scene0",
|
||||||
"asteroid1" => ASSET_ASTEROID1,
|
"asteroid1" => ASSET_ASTEROID1,
|
||||||
"asteroid2" => ASSET_ASTEROID2,
|
"asteroid2" => ASSET_ASTEROID2,
|
||||||
|
"moonlet" => "models/moonlet.glb#Scene0",
|
||||||
"pizzeria" => "models/pizzeria.glb#Scene0",
|
"pizzeria" => "models/pizzeria.glb#Scene0",
|
||||||
_ => "models/error.glb#Scene0",
|
_ => "models/error.glb#Scene0",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue