-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnode_3d.tscn
76 lines (57 loc) · 2.81 KB
/
node_3d.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
[gd_scene load_steps=6 format=3 uid="uid://dpgjj2fr2ta2j"]
[ext_resource type="PackedScene" uid="uid://bnlhb0bt7wj7q" path="res://Scenes/Objects/Player/player.tscn" id="1_e7r4o"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3ekif"]
albedo_color = Color(1, 0.925567, 0.193532, 1)
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_aknjo"]
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
sky_energy_multiplier = 2.0
ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
[sub_resource type="Sky" id="Sky_vl48f"]
sky_material = SubResource("ProceduralSkyMaterial_aknjo")
[sub_resource type="Environment" id="Environment_m7qi5"]
background_mode = 2
sky = SubResource("Sky_vl48f")
tonemap_mode = 2
glow_enabled = true
[node name="Node3D" type="Node3D"]
[node name="Player" parent="." instance=ExtResource("1_e7r4o")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -4)
[node name="Enviroment" type="Node" parent="."]
[node name="CSGBox3D" type="CSGBox3D" parent="Enviroment"]
use_collision = true
size = Vector3(45, 0.1, 45)
[node name="CSGCylinder3D" type="CSGCylinder3D" parent="Enviroment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.7, 1.1, 0)
use_collision = true
material = SubResource("StandardMaterial3D_3ekif")
[node name="CSGCylinder3D2" type="CSGCylinder3D" parent="Enviroment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.74401, 1.1, 0)
use_collision = true
material = SubResource("StandardMaterial3D_3ekif")
[node name="CSGCylinder3D3" type="CSGCylinder3D" parent="Enviroment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.05109, 1.1, -13.0382)
use_collision = true
material = SubResource("StandardMaterial3D_3ekif")
[node name="CSGCylinder3D4" type="CSGCylinder3D" parent="Enviroment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.94891, 1.1, -5.03817)
use_collision = true
material = SubResource("StandardMaterial3D_3ekif")
[node name="CSGCylinder3D5" type="CSGCylinder3D" parent="Enviroment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.05109, 1.1, -15.0382)
use_collision = true
material = SubResource("StandardMaterial3D_3ekif")
[node name="CSGBox3D3" type="CSGBox3D" parent="Enviroment"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1.3, 5.5)
use_collision = true
size = Vector3(3, 2.5, 6)
[node name="CSGBox3D2" type="CSGBox3D" parent="Enviroment/CSGBox3D3"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.6, 0)
operation = 2
snap = 1.0
size = Vector3(1.4, 1.3, 6)
[node name="World" type="Node" parent="."]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="World"]
transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0)
shadow_enabled = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="World"]
environment = SubResource("Environment_m7qi5")