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
[gd_scene load_steps=8 format=2]
[ext_resource path="res://3d/pavement_commute/pavement_commute.glb" type="PackedScene" id=1]
[ext_resource path="res://3d/pavement_commute/pavement_commute.gd" type="Script" id=2]
[ext_resource path="res://ClippedCamera.gd" type="Script" id=3]
[ext_resource path="res://3d/pavement_commute/clouds.tscn" type="PackedScene" id=4]
[sub_resource type="Curve3D" id=1]
_data = {
"points": PoolVector3Array( 0, 0, 0, 0, 0, 0, -5.76342, -0.405746, -0.388683, 0, 0, 0, 0, 0, 0, 6.79391, -0.218522, 0.505322 ),
"tilts": PoolRealArray( 0, 0 )
}
[sub_resource type="ProceduralSky" id=2]
[sub_resource type="Environment" id=3]
background_mode = 1
background_sky = SubResource( 2 )
background_color = Color( 0.521569, 0.905882, 0.854902, 1 )
ambient_light_sky_contribution = 0.0
[node name="pavement_commute" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="pine_tree" parent="ground_cylinder" index="1"]
transform = Transform( 0.697956, 0.00053103, 0.00975401, 0.00816877, 0.11696, -0.023907, -0.0560515, 0.0236578, 0.117973, 13.9588, 1.02693, 0.137188 )
[node name="start_position" type="Spatial" parent="." index="1"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 6.7, 10.226, 0 )
[node name="camera_path" type="Path" parent="." index="2"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 3.02173, 12.6112, 16.7366 )
curve = SubResource( 1 )
[node name="follow" type="PathFollow" parent="camera_path" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.937356, -0.333791, -0.0450972 )
offset = 4.84193
loop = false
[node name="camera" type="ClippedCamera" parent="camera_path/follow" index="0"]
script = ExtResource( 3 )
[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="3"]
environment = SubResource( 3 )
[node name="clouds" parent="." index="4" instance=ExtResource( 4 )]