-
Notifications
You must be signed in to change notification settings - Fork 1
/
3d_scene.tscn
88 lines (65 loc) · 3.27 KB
/
3d_scene.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
77
78
79
80
81
82
83
84
85
86
87
88
[gd_scene load_steps=13 format=3 uid="uid://cbdt8lmycl8pc"]
[sub_resource type="BoxMesh" id="BoxMesh_vm88u"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_we7ye"]
albedo_color = Color(0.0392157, 0.172549, 0.0196078, 1)
metallic = 0.5
roughness = 0.5
emission_enabled = true
emission = Color(0, 1, 0, 1)
[sub_resource type="BoxMesh" id="BoxMesh_07f2q"]
material = SubResource("StandardMaterial3D_we7ye")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6mjsl"]
albedo_color = Color(0.282353, 0.282353, 0.282353, 1)
[sub_resource type="QuadMesh" id="QuadMesh_2uocv"]
material = SubResource("StandardMaterial3D_6mjsl")
size = Vector2(200, 200)
[sub_resource type="BoxMesh" id="BoxMesh_twdwb"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_brk07"]
albedo_color = Color(0.47451, 0.25098, 1, 1)
[sub_resource type="BoxMesh" id="BoxMesh_3im6l"]
size = Vector3(16, 16, 1)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_q4uaa"]
metallic = 0.9
roughness = 0.1
[sub_resource type="SphereMesh" id="SphereMesh_38g8l"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_aho7u"]
metallic = 1.0
roughness = 0.0
[sub_resource type="FogMaterial" id="FogMaterial_tldur"]
emission = Color(0.627451, 0, 1, 1)
[node name="Node3D" type="Node3D"]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.866023, -0.433016, 0.250001, 0, 0.499998, 0.866027, -0.500003, 0.749999, -0.43301, 0, 0, 0)
visible = false
shadow_enabled = true
directional_shadow_max_distance = 250.0
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(0.887547, -0.303155, 0.346926, -3.32261e-09, 0.753013, 0.658006, -0.460717, -0.584011, 0.668334, 1.58606, 3.10979, 4.04378)
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.02753, -1.19209e-07, 0.710748)
shadow_enabled = true
shadow_bias = 0.04
shadow_blur = 2.5
[node name="WhiteBox" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_vm88u")
[node name="GreenEmissiveBox" type="MeshInstance3D" parent="."]
transform = Transform3D(1.1804, 0, -0.190789, 0, 1.64407, 0, 0.339276, 0, 0.663786, 1.43118, 0, 0.586329)
mesh = SubResource("BoxMesh_07f2q")
[node name="Floor" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, -0.60722, 0)
mesh = SubResource("QuadMesh_2uocv")
[node name="PurpleBox" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.365823, -0.778727, 0.564842)
mesh = SubResource("BoxMesh_twdwb")
surface_material_override/0 = SubResource("StandardMaterial3D_brk07")
[node name="Mirror" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1)
mesh = SubResource("BoxMesh_3im6l")
surface_material_override/0 = SubResource("StandardMaterial3D_q4uaa")
[node name="ReflectiveSphere" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.4368, 0, 0)
mesh = SubResource("SphereMesh_38g8l")
surface_material_override/0 = SubResource("StandardMaterial3D_aho7u")
[node name="FogVolume" type="FogVolume" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.342018, -1.18089, 0.661332)
material = SubResource("FogMaterial_tldur")