place a couple of mysterious monoliths

This commit is contained in:
yuni 2024-03-29 14:19:42 +01:00
parent 477794f95c
commit 79edffccc1
4 changed files with 16 additions and 0 deletions

BIN
assets/models/monolith.glb Normal file

Binary file not shown.

Binary file not shown.

View file

@ -7,6 +7,21 @@ actor 3000 0 0 moonlet
scale 500 scale 500
angularmomentum 0 0.0001 0 angularmomentum 0 0.0001 0
actor 1000 20 300 monolith
scale 2
rotationx 0.5
angularmomentum 0.0 0.0 0.01
actor 10000 2000 -3500 monolith
scale 2
rotationx 0.5
angularmomentum 0.0 0.0 0.01
actor -8000 -1000 -100 monolith
scale 2
rotationx 0.5
angularmomentum 0.0 0.0 0.01
actor -3300 10 0 pizzeria actor -3300 10 0 pizzeria
scale 40 scale 40
rotationy -0.25 rotationy -0.25

View file

@ -26,6 +26,7 @@ fn asset_name_to_path(name: &str) -> &'static str {
"asteroid1" => ASSET_ASTEROID1, "asteroid1" => ASSET_ASTEROID1,
"asteroid2" => ASSET_ASTEROID2, "asteroid2" => ASSET_ASTEROID2,
"moonlet" => "models/moonlet.glb#Scene0", "moonlet" => "models/moonlet.glb#Scene0",
"monolith" => "models/monolith_neon.glb#Scene0",
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0", "MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
"pizzeria" => "models/pizzeria2.glb#Scene0", "pizzeria" => "models/pizzeria2.glb#Scene0",
"pizzasign" => "models/pizzasign.glb#Scene0", "pizzasign" => "models/pizzasign.glb#Scene0",