-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCamera.tscn
More file actions
40 lines (29 loc) · 787 Bytes
/
Camera.tscn
File metadata and controls
40 lines (29 loc) · 787 Bytes
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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Camera.gd" type="Script" id=1]
[node name="Camera" type="Spatial"]
script = ExtResource( 1 )
speed_movement = 1.0
speed_rotation = 1.0
speed_pitch = 1.0
speed_zoom = 1.0
initial_height = 0.0
initial_distance = 0.0
initial_pitch = 0
[node name="Rotation" type="Spatial" parent="." index="0"]
_sections_unfolded = [ "Transform" ]
[node name="Pitch" type="Spatial" parent="Rotation" index="0"]
_sections_unfolded = [ "Transform" ]
[node name="Camera" type="Camera" parent="Rotation/Pitch" index="0"]
keep_aspect = 1
cull_mask = 1048575
environment = null
h_offset = 0.0
v_offset = 0.0
doppler_tracking = 0
projection = 0
current = false
fov = 70.0
size = 1.0
near = 0.05
far = 100.0
_sections_unfolded = [ "Transform" ]