mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 21:21:17 +00:00
Models and mapping
This commit is contained in:
parent
c72d96dc0a
commit
9f644c9c5c
16 changed files with 1060 additions and 110 deletions
14
3D/Scenes/Props/WaterCooler_3D.tscn
Normal file
14
3D/Scenes/Props/WaterCooler_3D.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://q1qxucg2hesk"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dy171el4rqvh7" path="res://3D/BlockbenchModels/WaterCooler/Water_Cooler.gltf" id="1_12tq2"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.5279561, 1.4798961, 0.41145313)
|
||||
|
||||
[node name="WaterCooler" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.014254756, 0.1481523, -0.015983611)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_12tq2")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue