init
This commit is contained in:
19
addons/godot-xr-tools/functions/function_pose_detector.tscn
Normal file
19
addons/godot-xr-tools/functions/function_pose_detector.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bft3xyxs31ci3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cupmjxb4tpq3p" path="res://addons/godot-xr-tools/functions/function_pose_detector.gd" id="1"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="1"]
|
||||
radius = 0.08
|
||||
height = 0.24
|
||||
|
||||
[node name="FunctionPoseDetector" type="Node3D"]
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="SenseArea" type="Area3D" parent="."]
|
||||
collision_layer = 0
|
||||
collision_mask = 2097152
|
||||
monitorable = false
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape3D" parent="SenseArea"]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, -0.01)
|
||||
shape = SubResource("1")
|
||||
Reference in New Issue
Block a user