-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain.tscn
23 lines (17 loc) · 938 Bytes
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[gd_scene load_steps=3 format=2]
[ext_resource path="res://3do/Unit.cs" type="Script" id=1]
[ext_resource path="res://Cube.tres" type="CubeMesh" id=2]
[node name="Spatial" type="Spatial"]
[node name="Commander" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.35993, 0 )
script = ExtResource( 1 )
filePath = "C:\\Users\\oscar\\HPIs\\totala1.hpi_out\\objects3d\\armcom.3do"
[node name="MeshInstance" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5.53172, 0, -5.19644 )
mesh = ExtResource( 2 )
material/0 = null
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 0.858841, 0.47508, -0.19155, -0.506802, 0.733715, -0.452563, -0.0744607, 0.485758, 0.870916, -2.36517, -1.84375, -2.16865 )
light_energy = 0.614
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.38367, 3.35282 )