-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWorld.tscn
More file actions
108 lines (91 loc) · 3.15 KB
/
Copy pathWorld.tscn
File metadata and controls
108 lines (91 loc) · 3.15 KB
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
[gd_scene load_steps=14 format=2]
[ext_resource path="res://World.gd" type="Script" id=1]
[ext_resource path="res://mat_blue.tres" type="Material" id=2]
[ext_resource path="res://mat_green.tres" type="Material" id=3]
[ext_resource path="res://assets/maujoe.camera_control/scripts/camera_control.gd" type="Script" id=4]
[ext_resource path="res://HUD.tscn" type="PackedScene" id=5]
[ext_resource path="res://Box.tscn" type="PackedScene" id=6]
[ext_resource path="res://mat_floor.tres" type="Material" id=7]
[sub_resource type="CubeMesh" id=1]
material = ExtResource( 2 )
size = Vector3( 1, 1, 1 )
subdivide_width = 3
subdivide_height = 3
subdivide_depth = 3
[sub_resource type="CubeMesh" id=2]
material = ExtResource( 3 )
size = Vector3( 1, 1, 1 )
[sub_resource type="MeshLibrary" id=3]
item/0/name = ""
item/0/mesh = SubResource( 1 )
item/0/shapes = [ ]
item/1/name = ""
item/1/mesh = SubResource( 2 )
item/1/shapes = [ ]
item/2/name = ""
item/2/shapes = [ ]
item/3/name = ""
item/3/shapes = [ ]
[sub_resource type="ProceduralSky" id=4]
radiance_size = 3
[sub_resource type="Environment" id=5]
background_mode = 2
background_sky = SubResource( 4 )
background_color = Color( 0.101961, 0.101961, 0.101961, 1 )
ambient_light_color = Color( 1, 1, 1, 1 )
fog_enabled = true
fog_color = Color( 0, 0, 0, 1 )
tonemap_mode = 2
tonemap_white = 1.6
ss_reflections_enabled = true
ssao_enabled = true
dof_blur_far_distance = 176.29
dof_blur_far_transition = 3.99
dof_blur_near_distance = 22.5
glow_enabled = true
glow_strength = 0.65
glow_bloom = 0.14
[sub_resource type="PlaneShape" id=6]
[node name="World" type="Spatial"]
script = ExtResource( 1 )
[node name="GridMap" type="GridMap" parent="." groups=[
"map",
]]
mesh_library = SubResource( 3 )
cell_size = Vector3( 1, 1, 1 )
cell_center_x = false
cell_center_y = false
cell_center_z = false
data = {
"cells": PoolIntArray( 3, 2, 0, 4, 2, 0, 2, 3, 536870912, 4, 3, 0, 5, 3, 0, 2, 4, 0, 3, 4, 0, 4, 4, 0, 2, 5, 0, 2, 11, 0, 3, 11, 0, 4, 11, 0, 3, 12, 0, 3, 13, 0 )
}
__meta__ = {
"_editor_clip_": 0
}
[node name="Camera" type="Camera" parent="." groups=[
"camera",
]]
transform = Transform( -0.0038788, -0.655749, 0.754969, -0.00207531, 0.754978, 0.655747, -0.99999, 0.000976712, -0.00428929, 19.677, 12.943, 0 )
current = true
size = 20.0
script = ExtResource( 4 )
sensitivity = 0.099
max_speed = Vector3( 20, 20, 20 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 0.997696, -0.0291489, 0.0612545, 0, 0.902974, 0.429694, -0.0678363, -0.428705, 0.900894, 0, 13.2786, 0 )
shadow_enabled = true
[node name="HUD" parent="." instance=ExtResource( 5 )]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 5 )
[node name="StaticBody" type="StaticBody" parent="."]
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
transform = Transform( 100, 0, 0, 0, 100, 0, 0, 0, 100, 0, 0, 0 )
shape = SubResource( 6 )
[node name="Box" parent="." instance=ExtResource( 6 )]
visible = false
[node name="CSGCylinder" type="CSGCylinder" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0 )
radius = 200.0
height = 0.5
sides = 16
material = ExtResource( 7 )