place a couple of mysterious monoliths
This commit is contained in:
parent
477794f95c
commit
79edffccc1
4 changed files with 16 additions and 0 deletions
BIN
assets/models/monolith.glb
Normal file
BIN
assets/models/monolith.glb
Normal file
Binary file not shown.
BIN
assets/models/monolith_neon.glb
Normal file
BIN
assets/models/monolith_neon.glb
Normal file
Binary file not shown.
15
src/defs.txt
15
src/defs.txt
|
@ -7,6 +7,21 @@ actor 3000 0 0 moonlet
|
|||
scale 500
|
||||
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
|
||||
scale 40
|
||||
rotationy -0.25
|
||||
|
|
|
@ -26,6 +26,7 @@ fn asset_name_to_path(name: &str) -> &'static str {
|
|||
"asteroid1" => ASSET_ASTEROID1,
|
||||
"asteroid2" => ASSET_ASTEROID2,
|
||||
"moonlet" => "models/moonlet.glb#Scene0",
|
||||
"monolith" => "models/monolith_neon.glb#Scene0",
|
||||
"MeteorAceGT" => "models/MeteorAceGT.glb#Scene0",
|
||||
"pizzeria" => "models/pizzeria2.glb#Scene0",
|
||||
"pizzasign" => "models/pizzasign.glb#Scene0",
|
||||
|
|
Loading…
Add table
Reference in a new issue