-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMECH-Interactive.tscn
More file actions
86 lines (69 loc) · 3.29 KB
/
MECH-Interactive.tscn
File metadata and controls
86 lines (69 loc) · 3.29 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
[gd_scene load_steps=8 format=2]
[ext_resource path="res://SkyboxPivot.tscn" type="PackedScene" id=1]
[ext_resource path="res://LAND-Body.tscn" type="PackedScene" id=2]
[ext_resource path="res://MECH-BOT.tscn" type="PackedScene" id=3]
[ext_resource path="res://MECH-Interactive.vs" type="Script" id=4]
[ext_resource path="res://sky-sphere.png" type="Texture" id=5]
[sub_resource type="PanoramaSky" id=1]
panorama = ExtResource( 5 )
[sub_resource type="Environment" id=2]
background_mode = 2
background_sky = SubResource( 1 )
ambient_light_color = Color( 0.529412, 0.498039, 0.466667, 1 )
ambient_light_energy = 0.0
ambient_light_sky_contribution = 0.14
[node name="World" type="Spatial"]
script = ExtResource( 4 )
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 2 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( 0.898127, 0, 0.439735, 0, 1, 0, -0.439735, 0, 0.898127, 4.62611, 10.9975, 9.99753 )
cull_mask = 1047551
current = true
far = 1000.0
[node name="LAND-Body" parent="." instance=ExtResource( 2 )]
[node name="MECH-BOT" parent="." instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10.7569, 0 )
[node name="SkyboxPivot" parent="." instance=ExtResource( 1 )]
visible = false
[node name="lights" type="Spatial" parent="."]
[node name="DirectionalLight" type="DirectionalLight" parent="lights"]
transform = Transform( -0.452494, 0.5339, -0.714283, -0.407985, 0.588293, 0.698183, 0.792968, 0.60734, -0.0483759, 80.6626, 89.19, 5.82 )
layers = 1024
light_color = Color( 1, 0.952941, 0.901961, 1 )
light_specular = 0.0
light_cull_mask = 4294967293
shadow_enabled = true
[node name="OmniLight" type="OmniLight" parent="lights"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 12.0875, 1.3904, 31.7355 )
layers = 1024
light_color = Color( 1, 0.835294, 0.686275, 1 )
light_energy = 8.0
light_specular = 0.0
light_cull_mask = 4294967293
[node name="DirectionalLight2" type="DirectionalLight" parent="lights"]
transform = Transform( 0.87328, 0.331382, -0.357168, 0.485392, -0.528302, 0.696629, 0.0421576, -0.781718, -0.622205, 24.1418, 19.8316, 0 )
layers = 1024
light_color = Color( 0.666667, 0.835294, 0.964706, 1 )
light_specular = 0.0
light_cull_mask = 4294967293
[node name="DirectionalLight3" type="DirectionalLight" parent="lights"]
transform = Transform( 0.61841, 0.359139, 0.698991, -0.784317, 0.337703, 0.520389, -0.0491595, -0.870044, 0.490518, 40.3776, 24.0007, 12.0108 )
layers = 1024
light_color = Color( 1, 0.964706, 0.909804, 1 )
light_specular = 0.0
light_cull_mask = 4294967293
[node name="DirectionalLight4" type="DirectionalLight" parent="lights"]
transform = Transform( -3.09086e-08, -0.707107, -0.707107, -3.09086e-08, 0.707107, -0.707107, 1, 0, -4.37114e-08, -48.3261, -2.40074, -14.1251 )
layers = 1024
light_color = Color( 0.835294, 0.74902, 0.839216, 1 )
light_specular = 0.0
light_cull_mask = 4294967293
[node name="DirectionalLight5" type="DirectionalLight" parent="lights"]
transform = Transform( 1, 0, 0, 0, 0.5, -0.866025, 0, 0.866025, 0.5, 29.79, -23.2705, 8.62341 )
layers = 1024
light_color = Color( 0.862745, 0.913725, 0.960784, 1 )
light_specular = 0.0
light_cull_mask = 4294967293
[node name="CameraPrueba" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 42.3918, 0 )