mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 04:15:54 +00:00
Models
This commit is contained in:
parent
792a0a3fcb
commit
8bcf84fdf7
20 changed files with 1474 additions and 1 deletions
14
3D/Scenes/Props/Tube_3D_Junction.tscn
Normal file
14
3D/Scenes/Props/Tube_3D_Junction.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b72piaqmqsj10"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bl8777043cvvh" path="res://3D/BlockbenchModels/Tubes/Tube_Junction.gltf" id="1_dbm4x"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.01587, 0.868431, 0.871704)
|
||||
|
||||
[node name="TubeJunction" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00793457, 0.00475672, 0.0043335)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_dbm4x")]
|
||||
14
3D/Scenes/Props/Tube_3D_Straight.tscn
Normal file
14
3D/Scenes/Props/Tube_3D_Straight.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b7c6lrbrqgdlf"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b30t8h1ka40k3" path="res://3D/BlockbenchModels/Tubes/Tube_Straight.gltf" id="1_ee17e"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(1.01587, 0.868431, 0.871704)
|
||||
|
||||
[node name="TubeStraight" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00793457, 0.00475672, 0.0043335)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_ee17e")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue