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.
18 lines
795 B
18 lines
795 B
[gd_scene load_steps=5 format=2] |
|
|
|
[ext_resource path="res://addons/godot-openvr/meshes/models_hands_vr_glove_vmat.material" type="Material" id=1] |
|
[ext_resource path="res://addons/godot-openvr/OpenVRPose.gdns" type="Script" id=2] |
|
[ext_resource path="res://addons/godot-openvr/OpenVRSkeleton.gdns" type="Script" id=3] |
|
[ext_resource path="res://addons/godot-openvr/meshes/vr_glove_right_model_slim.glb" type="PackedScene" id=4] |
|
|
|
[node name="vr_glove_right_model_slim" instance=ExtResource( 4 )] |
|
script = ExtResource( 2 ) |
|
action = "/actions/godot/in/right_hand" |
|
|
|
[node name="Skeleton" parent="RootNode" index="0"] |
|
script = ExtResource( 3 ) |
|
action = "/actions/godot/in/right_hand" |
|
motion_range = 1 |
|
|
|
[node name="vr_glove_right_slim" parent="RootNode/Skeleton" index="0"] |
|
material/0 = ExtResource( 1 )
|
|
|