overhaul pizzeria

This commit is contained in:
yuni 2024-10-04 03:05:42 +02:00
parent 361587a7d7
commit f9227583d2
10 changed files with 3907 additions and 3 deletions

View file

@ -22,6 +22,10 @@
- Saturn: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
- Uranus: [By Askaniy, CC BY-SA 3.0](https://www.deviantart.com/askaniy/art/Uranus-Texture-Map-763551816)
- Neptune: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
- Textures:
- metal.jpg: ["Seamless metal texture" by hhh316, CC BY 3.0](https://www.deviantart.com/hhh316/art/Seamless-metal-texture-182943398)
- solarpanel.jpg: ["Solar panel-Texture 1" by Conquestus, CC BY 3.0](https://www.deviantart.com/conquestus/art/Solar-panel-Texture-1-703900580)
- plant.jpg: [OTF_Macro_Leaf_19 by Brent Leimenstoll, CC BY-SA 2.0](https://www.flickr.com/photos/brentleimenstoll/9117089591)
- Icon: By Yuni, CC0 License
- Sounds by Yuni, CC0 License:
- click.ogg: Recorded the click of a Victorinox Swisstool Spirit, when closing the big flathead screw driver

Binary file not shown.

BIN
assets/models/pizzeria3.bin Normal file

Binary file not shown.

3901
assets/models/pizzeria3.gltf Normal file

File diff suppressed because it is too large Load diff

BIN
assets/textures/metal.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
assets/textures/plant.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

BIN
src/blender/pizzeria3.blend Normal file

Binary file not shown.

View file

@ -436,8 +436,7 @@ actor -3300 10 0 pizzeria
id pizzeria
scale 40
pointofinterest yes
collider mesh
rotationy 54
collider handcrafted
angularmomentum 0 0 0
actor -120 0 20 MeteorAceGT
name "MeteorAceGT™"

View file

@ -45,7 +45,7 @@ pub fn asset_name_to_path(name: &str) -> &'static str {
"cruiser" => "models/cruiser.glb#Scene0",
"shippingcontainer" => "models/shippingcontainer.glb#Scene0",
"satellite" => "models/satellite.glb#Scene0",
"pizzeria" => "models/pizzeria2.glb#Scene0",
"pizzeria" => "models/pizzeria3.gltf#Scene0",
"pizzasign" => "models/pizzasign.glb#Scene0",
"selectagon" => "models/selectagon.glb#Scene0",
"orbitring" => "models/orbitring.glb#Scene0",