-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflur_oben_2.tscn
81 lines (60 loc) · 3 KB
/
flur_oben_2.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
[gd_scene load_steps=16 format=2]
[ext_resource path="res://concept-art/flur_oben_2.obj" type="ArrayMesh" id=1]
[ext_resource path="res://concept-art/side_desk.obj" type="ArrayMesh" id=2]
[ext_resource path="res://concept-art/lamp.png" type="Texture" id=3]
[ext_resource path="res://concept-art/lamp.obj" type="ArrayMesh" id=4]
[ext_resource path="res://concept-art/cow_statue.png" type="Texture" id=5]
[ext_resource path="res://concept-art/cow_statue_base.png" type="Texture" id=6]
[ext_resource path="res://concept-art/cow_statue.obj" type="ArrayMesh" id=7]
[ext_resource path="res://concept-art/sidedesk.png" type="Texture" id=8]
[sub_resource type="SpatialMaterial" id=1]
albedo_texture = ExtResource( 3 )
[sub_resource type="SpatialMaterial" id=2]
albedo_texture = ExtResource( 6 )
[sub_resource type="SpatialMaterial" id=3]
albedo_texture = ExtResource( 5 )
[sub_resource type="SpatialMaterial" id=4]
albedo_texture = ExtResource( 8 )
[sub_resource type="BoxShape" id=5]
extents = Vector3( 1.53974, 1.36094, 1.73236 )
[sub_resource type="BoxShape" id=6]
extents = Vector3( 1, 1.36094, 0.125099 )
[sub_resource type="BoxShape" id=7]
extents = Vector3( 1, 1.36094, 0.125099 )
[node name="flur_oben_2" type="Spatial"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5.78973, 2.5, -1.39502 )
[node name="flur_oben_2" type="MeshInstance" parent="."]
mesh = ExtResource( 1 )
material/0 = null
material/1 = null
material/2 = null
[node name="lamp" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0882521, 0, 1.56054 )
mesh = ExtResource( 4 )
material/0 = SubResource( 1 )
[node name="lamp2" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0882521, 0, -0.669578 )
mesh = ExtResource( 4 )
material/0 = SubResource( 1 )
[node name="cow_statue" type="MeshInstance" parent="."]
transform = Transform( 1.33429, 0, 0.357521, 0, 1.38136, 0, -0.357521, 0, 1.33429, 0.128524, 0.756247, 0.142565 )
mesh = ExtResource( 7 )
material/0 = SubResource( 2 )
material/1 = SubResource( 3 )
[node name="side_desk" type="MeshInstance" parent="."]
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0.111733, 0, 0.431949 )
mesh = ExtResource( 2 )
material/0 = SubResource( 4 )
[node name="colliders" type="Spatial" parent="."]
[node name="StaticBody" type="StaticBody" parent="colliders"]
[node name="CollisionShape" type="CollisionShape" parent="colliders/StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.23464, 1.22381, 0.617766 )
shape = SubResource( 5 )
[node name="StaticBody2" type="StaticBody" parent="colliders"]
[node name="CollisionShape" type="CollisionShape" parent="colliders/StaticBody2"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0210299, 1.22716, -0.999537 )
shape = SubResource( 6 )
[node name="StaticBody3" type="StaticBody" parent="colliders"]
[node name="CollisionShape" type="CollisionShape" parent="colliders/StaticBody3"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.83038, 1.22716, -0.999537 )
shape = SubResource( 7 )