-
Notifications
You must be signed in to change notification settings - Fork 0
/
Receptor.tscn
48 lines (38 loc) · 1.33 KB
/
Receptor.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
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Receptor.gd" type="Script" id=1]
[sub_resource type="PlaneMesh" id=1]
[sub_resource type="GradientTexture" id=2]
[sub_resource type="SpatialMaterial" id=3]
albedo_color = Color( 0, 0.392157, 1, 1 )
albedo_texture = SubResource( 2 )
emission_enabled = true
emission = Color( 0, 0.552941, 1, 1 )
emission_energy = 1.0
emission_operator = 0
emission_on_uv2 = false
[sub_resource type="SpatialMaterial" id=4]
emission_enabled = true
emission = Color( 1, 1, 1, 1 )
emission_energy = 1.0
emission_operator = 0
emission_on_uv2 = false
[sub_resource type="SpatialMaterial" id=5]
emission_enabled = true
emission = Color( 1, 1, 1, 1 )
emission_energy = 1.0
emission_operator = 0
emission_on_uv2 = false
[node name="Receptor" type="Spatial"]
script = ExtResource( 1 )
[node name="Receptor" type="MeshInstance" parent="."]
transform = Transform( 0.5, 0, 0, 0, 1, 0, 0, 0, 0.1, 0, 0, 0 )
mesh = SubResource( 1 )
material/0 = SubResource( 3 )
[node name="Receptor2" type="MeshInstance" parent="."]
transform = Transform( 0.5, 0, 0, 0, 1, 0, 0, 0, 0.01, 0, 0.001, -0.1 )
mesh = SubResource( 1 )
material/0 = SubResource( 4 )
[node name="Receptor3" type="MeshInstance" parent="."]
transform = Transform( 0.5, 0, 0, 0, 1, 0, 0, 0, 0.01, 0, 0.001, 0.1 )
mesh = SubResource( 1 )
material/0 = SubResource( 5 )