-
Notifications
You must be signed in to change notification settings - Fork 0
/
CubePiece.tscn
28 lines (21 loc) · 1.17 KB
/
CubePiece.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=5 format=3 uid="uid://487bysnuw5km"]
[ext_resource type="Material" uid="uid://nejln00ijaj6" path="res://cube/radioactive_material.tres" id="1_6xclc"]
[sub_resource type="Curve" id="Curve_xwc5e"]
_data = [Vector2(0.00371747, 0.0102041), 0.0, 1.0015, 0, 0, Vector2(0.501859, 0.497959), 0.999266, 0.999266, 0, 0, Vector2(1, 1), 1.00036, 0.0, 0, 0]
point_count = 3
[sub_resource type="TubeTrailMesh" id="TubeTrailMesh_my20j"]
material = ExtResource("1_6xclc")
radial_steps = 4
sections = 4
section_rings = 6
cap_top = false
curve = SubResource("Curve_xwc5e")
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_7dyy8"]
points = PackedVector3Array(0, 0, 0, 0.7, 0, 0, 0.7, 0, 0.7, 0, 0, 0.7, 0.375, 0.8, 0.375)
[node name="CubePiece" type="RigidBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 0, 0, 0)
mesh = SubResource("TubeTrailMesh_my20j")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(0.414249, 0, 0.434048, 0, 0.6, 0, -0.434048, 0, 0.414249, -0.307682, -0.239077, 0.00731137)
shape = SubResource("ConvexPolygonShape3D_7dyy8")