mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 14:33:47 +00:00
Bad corner tube
This commit is contained in:
parent
dbd2899d69
commit
072f6d0ce6
13 changed files with 5752 additions and 395 deletions
16
3D/Scenes/Props/Tube_3D_Corner.tscn
Normal file
16
3D/Scenes/Props/Tube_3D_Corner.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://sas2dyqvk7bs"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ckpnafpl6wcgg" path="res://3D/BlockbenchModels/Tubes/Tube_Corner.gltf" id="1_losm3"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_losm3"]
|
||||
height = 0.160095
|
||||
radius = 0.44043
|
||||
|
||||
[node name="TubeJunction" type="StaticBody3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.109167, -0.239903, -0.1134)
|
||||
shape = SubResource("CylinderShape3D_losm3")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_losm3")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue