1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[gd_scene load_steps=3 format=2]
[ext_resource path="res://ClippedCamera.gd" type="Script" id=1]
[sub_resource type="Curve3D" id=1]
_data = {
"points": PoolVector3Array( 0, 0, 0, 0, 0, 0, -11.4712, -0.218314, -3.21582, 0, 0, 0, 0, 0, 0, -3.62338, -1.79829, 1.06116, 0, 0, 0, 0, 0, 0, 3.36185, -1.6603, 0.687615, 0, 0, 0, 0, 0, 0, 11.8814, 0.819381, -6.02484 ),
"tilts": PoolRealArray( 0, 0, 0, 0 )
}
[node name="camera_path" type="Path"]
transform = Transform( 0.663561, 0.259244, -0.701769, 0, 0.93804, 0.346526, 0.748122, -0.229941, 0.622447, -6.92096, 5.41263, 6.28461 )
curve = SubResource( 1 )
[node name="follow" type="PathFollow" parent="."]
transform = Transform( -0.386343, -0.319804, 0.865138, 0.319547, 0.83347, 0.450797, -0.865233, 0.450615, -0.219813, 0.352082, -1.71976, 0.848567 )
offset = 13.0456
loop = false
[node name="camera" type="ClippedCamera" parent="follow"]
script = ExtResource( 1 )