101 lines
2.7 KiB
Plaintext
101 lines
2.7 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://tests/test-collect-data.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="SpatialMaterial" id=1]
|
|
albedo_color = Color( 0.219608, 0.32549, 0.552941, 1 )
|
|
|
|
[sub_resource type="CubeMesh" id=2]
|
|
material = SubResource( 1 )
|
|
size = Vector3( 20, 0.2, 20 )
|
|
|
|
[sub_resource type="BoxShape" id=3]
|
|
extents = Vector3( 10, 0.1, 10 )
|
|
|
|
[node name="test-collect-data" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="r" type="Spatial" parent="."]
|
|
|
|
[node name="Camera" type="Camera" parent="r"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2, 3 )
|
|
|
|
[node name="face_cam" type="Camera" parent="r"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.4, 0.4 )
|
|
|
|
[node name="MeshInstance" type="MeshInstance" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0 )
|
|
mesh = SubResource( 2 )
|
|
material/0 = null
|
|
|
|
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 20, 0 )
|
|
|
|
[node name="StaticBody" type="StaticBody" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
|
shape = SubResource( 3 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_bottom = 1.0
|
|
margin_right = 78.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="good" type="Button" parent="VBoxContainer"]
|
|
margin_right = 160.0
|
|
margin_bottom = 20.0
|
|
text = "Good"
|
|
|
|
[node name="ok" type="Button" parent="VBoxContainer"]
|
|
margin_top = 24.0
|
|
margin_right = 160.0
|
|
margin_bottom = 44.0
|
|
text = "OK"
|
|
|
|
[node name="bad" type="Button" parent="VBoxContainer"]
|
|
margin_top = 48.0
|
|
margin_right = 160.0
|
|
margin_bottom = 68.0
|
|
text = "Bad"
|
|
|
|
[node name="face_trig" type="Button" parent="VBoxContainer"]
|
|
margin_top = 72.0
|
|
margin_right = 160.0
|
|
margin_bottom = 92.0
|
|
text = "Face/Body"
|
|
|
|
[node name="rotate" type="Button" parent="VBoxContainer"]
|
|
margin_top = 96.0
|
|
margin_right = 160.0
|
|
margin_bottom = 116.0
|
|
text = "Rotate/Still"
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer"]
|
|
margin_top = 120.0
|
|
margin_right = 160.0
|
|
margin_bottom = 124.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_top = 128.0
|
|
margin_right = 160.0
|
|
margin_bottom = 142.0
|
|
text = "Unknown"
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
|
margin_top = 146.0
|
|
margin_right = 160.0
|
|
margin_bottom = 150.0
|
|
|
|
[node name="s" type="ScrollContainer" parent="VBoxContainer"]
|
|
margin_top = 154.0
|
|
margin_right = 160.0
|
|
margin_bottom = 600.0
|
|
rect_min_size = Vector2( 160, 40 )
|
|
size_flags_vertical = 3
|
|
scroll_horizontal_enabled = false
|
|
|
|
[node name="b" type="VBoxContainer" parent="VBoxContainer/s"]
|