Experimental module for SnekStudio attempting to understand and potentially replace the built-in MediaPipe module
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

102 lines
3.1 KiB

[gd_scene load_steps=11 format=3 uid="uid://bsldjkd051hfj"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_prsl8"]
shading_mode = 0
albedo_color = Color(0.960784, 0.239216, 0.388235, 1)
[sub_resource type="CylinderMesh" id="CylinderMesh_15vc6"]
material = SubResource("StandardMaterial3D_prsl8")
top_radius = 0.003
bottom_radius = 0.003
height = 0.25
radial_segments = 8
cap_top = false
cap_bottom = false
[sub_resource type="CylinderMesh" id="CylinderMesh_qyx1w"]
material = SubResource("StandardMaterial3D_prsl8")
top_radius = 0.0
bottom_radius = 0.01
height = 0.05
radial_segments = 8
cap_top = false
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_3ajew"]
shading_mode = 0
albedo_color = Color(0.670588, 0.905882, 0.227451, 1)
[sub_resource type="CylinderMesh" id="CylinderMesh_3buap"]
material = SubResource("StandardMaterial3D_3ajew")
top_radius = 0.003
bottom_radius = 0.003
height = 0.25
radial_segments = 8
cap_top = false
cap_bottom = false
[sub_resource type="CylinderMesh" id="CylinderMesh_81e2y"]
material = SubResource("StandardMaterial3D_3ajew")
top_radius = 0.0
bottom_radius = 0.01
height = 0.05
radial_segments = 8
cap_top = false
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mioyw"]
shading_mode = 0
albedo_color = Color(0.2, 0.662745, 0.960784, 1)
[sub_resource type="CylinderMesh" id="CylinderMesh_kpq33"]
material = SubResource("StandardMaterial3D_mioyw")
top_radius = 0.003
bottom_radius = 0.003
height = 0.25
radial_segments = 8
cap_top = false
cap_bottom = false
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u1ptn"]
shading_mode = 0
albedo_color = Color(0.2, 0.662745, 0.960784, 1)
[sub_resource type="CylinderMesh" id="CylinderMesh_7wtlq"]
material = SubResource("StandardMaterial3D_u1ptn")
top_radius = 0.0
bottom_radius = 0.01
height = 0.05
radial_segments = 8
cap_top = false
[node name="DebugVisuals" type="Node3D"]
[node name="XArrow" type="Node3D" parent="."]
transform = Transform3D(-4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, 0, 0, 0)
[node name="Shaft" type="MeshInstance3D" parent="XArrow"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.125, 0)
mesh = SubResource("CylinderMesh_15vc6")
[node name="Tip" type="MeshInstance3D" parent="XArrow"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.275, 0)
mesh = SubResource("CylinderMesh_qyx1w")
[node name="YArrow" type="Node3D" parent="."]
[node name="Shaft" type="MeshInstance3D" parent="YArrow"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.125, 0)
mesh = SubResource("CylinderMesh_3buap")
[node name="Tip" type="MeshInstance3D" parent="YArrow"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.275, 0)
mesh = SubResource("CylinderMesh_81e2y")
[node name="ZArrow" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
[node name="Shaft" type="MeshInstance3D" parent="ZArrow"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.125, 0)
mesh = SubResource("CylinderMesh_kpq33")
[node name="Tip" type="MeshInstance3D" parent="ZArrow"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.275, 0)
mesh = SubResource("CylinderMesh_7wtlq")