-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.tscn
131 lines (117 loc) · 3.64 KB
/
test.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[gd_scene load_steps=11 format=3 uid="uid://buxs4i8dt200f"]
[ext_resource type="Texture2D" uid="uid://02qoqpqne75a" path="res://grid_vertical_plane.png" id="1"]
[ext_resource type="Texture2D" uid="uid://c5r2bkhvsxm87" path="res://grid_tileable.png" id="2"]
[sub_resource type="Environment" id="1"]
background_mode = 1
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_wsfn3"]
shading_mode = 0
albedo_texture = ExtResource("2")
uv1_scale = Vector3(128, 128, 128)
[sub_resource type="PlaneMesh" id="2"]
size = Vector2(256, 256)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_64qox"]
transparency = 1
shading_mode = 0
albedo_texture = ExtResource("1")
[sub_resource type="QuadMesh" id="4"]
size = Vector2(2, 2)
[sub_resource type="Animation" id="6"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("MovingPlane:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(0, 1, -0.65)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("MovingPlane:rotation")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(0, 0, 0.523599)]
}
tracks/2/type = "value"
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/path = NodePath("Ground:material_override:uv1_offset")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector3(0, 0, 0)]
}
[sub_resource type="Animation" id="7"]
length = 15.0
loop_mode = 1
step = 7.5
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("MovingPlane:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 7.5),
"transitions": PackedFloat32Array(-2, -2),
"update": 0,
"values": [Vector3(0, 1, -0.65), Vector3(0, 1, -5.15)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("MovingPlane:rotation")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0, 7.5),
"transitions": PackedFloat32Array(-2, -2),
"update": 0,
"values": [Vector3(0, 0, 0), Vector3(0, 0, 0.523599)]
}
tracks/2/type = "value"
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/path = NodePath("Ground:material_override:uv1_offset")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/keys = {
"times": PackedFloat32Array(0, 15),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Vector3(0, 0, 0), Vector3(0, -1, 0)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_jiobq"]
_data = {
&"RESET": SubResource("6"),
&"move_textures": SubResource("7")
}
[node name="Test" type="WorldEnvironment"]
environment = SubResource("1")
[node name="Ground" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -128)
material_override = SubResource("StandardMaterial3D_wsfn3")
mesh = SubResource("2")
[node name="MovingPlane" type="MeshInstance3D" parent="."]
transform = Transform3D(0.866025, -0.5, 0, 0.5, 0.866025, 0, 0, 0, 1, 0, 1, -0.65)
material_override = SubResource("StandardMaterial3D_64qox")
mesh = SubResource("4")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_jiobq")
}
autoplay = "move_textures"