-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test.tscn
89 lines (71 loc) · 2.84 KB
/
Test.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
89
[gd_scene load_steps=7 format=2]
[ext_resource path="res://addons/silicon.3d.anaglyph/anaglyph_camera.gd" type="Script" id=1]
[ext_resource path="res://camera.gd" type="Script" id=3]
[ext_resource path="res://Test.gd" type="Script" id=4]
[sub_resource type="SpatialMaterial" id=1]
albedo_color = Color( 0.658824, 1, 0.533333, 1 )
[sub_resource type="SpatialMaterial" id=2]
[sub_resource type="SpatialMaterial" id=3]
albedo_color = Color( 0.929412, 0.164706, 0.164706, 1 )
[node name="Spatial" type="Spatial"]
script = ExtResource( 4 )
[node name="TestMap" type="CSGCombiner" parent="."]
[node name="CSGBox" type="CSGBox" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
width = 50.0
depth = 50.0
material = SubResource( 1 )
[node name="CSGCylinder" type="CSGCylinder" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.14636, -13.0268 )
height = 12.4795
smooth_faces = false
material = SubResource( 2 )
[node name="CSGCylinder2" type="CSGCylinder" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8.41654, 5.14636, -5.18356 )
height = 12.4795
smooth_faces = false
material = SubResource( 2 )
[node name="CSGCylinder3" type="CSGCylinder" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -11.4151, 5.14636, -0.322075 )
height = 12.4795
smooth_faces = false
material = SubResource( 2 )
[node name="CSGCylinder4" type="CSGCylinder" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -10.0632, 5.14636, 12.5781 )
height = 12.4795
smooth_faces = false
material = SubResource( 2 )
[node name="CSGCylinder5" type="CSGCylinder" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.91916, 5.14636, 16.4095 )
height = 12.4795
smooth_faces = false
material = SubResource( 2 )
[node name="CSGCylinder6" type="CSGCylinder" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 11.1834, 5.14636, 8.25246 )
height = 12.4795
smooth_faces = false
material = SubResource( 2 )
[node name="CSGSphere" type="CSGSphere" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5.65475, 3.91823, -3.46645 )
radius = 1.89742
material = SubResource( 3 )
[node name="CSGSphere2" type="CSGSphere" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4.8745, 6.87762, 2.63972 )
radius = 1.89742
material = SubResource( 3 )
[node name="CSGSphere3" type="CSGSphere" parent="TestMap"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -3.59293, 3.28458, 9.91911 )
radius = 1.89742
material = SubResource( 3 )
[node name="MainCamera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.77615, 8.55628, 19.8781 )
size = 0.1
script = ExtResource( 3 )
[node name="AnaglyphCamera" type="Camera" parent="MainCamera"]
current = true
size = 0.1
script = ExtResource( 1 )
separation = 0.1
convergence = 100.0
greyscale = 0.0
half_res = 1.0