make nicer title screen
This commit is contained in:
parent
707ab29558
commit
d47ae062a3
14 changed files with 371 additions and 262 deletions
|
@ -43,7 +43,7 @@ func is_xr_class(name : String) -> bool:
|
|||
# Perform jump movement
|
||||
func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool):
|
||||
# Skip if the controller isn't active
|
||||
if !player_body.enabled or xr_start_node.is_xr_active():
|
||||
if !player_body.enabled or (xr_start_node != null and xr_start_node.is_xr_active()):
|
||||
return
|
||||
|
||||
#Calculate input vector
|
||||
|
|
|
@ -7,34 +7,34 @@
|
|||
[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="5"]
|
||||
[ext_resource type="Material" uid="uid://cdb40djkihelq" path="res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres" id="6"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_qtto3"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_5xx2k"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4i0yd"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_vwxoh"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_fahbc"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_nipe1"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_470u2"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4y4jx"]
|
||||
animation = &"Grip 5"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_fhgyt"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_0w20b"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_d6sxb"]
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_h1yus"]
|
||||
graph_offset = Vector2(-536, 11)
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_qtto3")
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_5xx2k")
|
||||
nodes/ClosedHand1/position = Vector2(-600, 300)
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_4i0yd")
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_vwxoh")
|
||||
nodes/ClosedHand2/position = Vector2(-360, 300)
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_fahbc")
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_nipe1")
|
||||
nodes/Grip/position = Vector2(0, 20)
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_470u2")
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_4y4jx")
|
||||
nodes/OpenHand/position = Vector2(-600, 100)
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_fhgyt")
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_0w20b")
|
||||
nodes/Trigger/position = Vector2(-360, 20)
|
||||
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]
|
||||
|
||||
|
@ -47,11 +47,11 @@ default_pose = ExtResource("3_wyae6")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15)
|
||||
|
||||
[node name="Skeleton3D" parent="Hand_low_L/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824)
|
||||
bones/1/rotation = Quaternion(0.323537, -2.56588e-05, -0.0272204, 0.945824)
|
||||
bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042)
|
||||
bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639)
|
||||
bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979)
|
||||
bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608)
|
||||
bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794416, 0.994608)
|
||||
bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929)
|
||||
bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775)
|
||||
bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934)
|
||||
|
@ -63,7 +63,7 @@ bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124)
|
|||
bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136)
|
||||
bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994)
|
||||
bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524)
|
||||
bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351)
|
||||
bones/21/rotation = Quaternion(-0.0625182, -0.000225721, -0.115393, 0.991351)
|
||||
bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086)
|
||||
bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249)
|
||||
|
||||
|
@ -73,9 +73,9 @@ surface_material_override/0 = ExtResource("6")
|
|||
[node name="AnimationPlayer" parent="Hand_low_L" instance=ExtResource("1")]
|
||||
|
||||
[node name="AnimationTree" type="AnimationTree" parent="."]
|
||||
tree_root = SubResource("AnimationNodeBlendTree_d6sxb")
|
||||
root_node = NodePath("../Hand_low_L")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_h1yus")
|
||||
anim_player = NodePath("../Hand_low_L/AnimationPlayer")
|
||||
active = true
|
||||
parameters/Grip/blend_amount = 0.0
|
||||
parameters/Trigger/blend_amount = 0.0
|
||||
|
||||
|
|
|
@ -253,61 +253,60 @@ void fragment() {
|
|||
|
||||
}
|
||||
"
|
||||
graph_offset = Vector2(652.664, 119.317)
|
||||
flags/unshaded = true
|
||||
nodes/fragment/0/position = Vector2(1800, -40)
|
||||
nodes/fragment/0/position = Vector2(6180, 580)
|
||||
nodes/fragment/2/node = SubResource("3")
|
||||
nodes/fragment/2/position = Vector2(1480, -200)
|
||||
nodes/fragment/3/node = SubResource("4")
|
||||
nodes/fragment/3/position = Vector2(-220, 200)
|
||||
nodes/fragment/3/position = Vector2(1480, 160)
|
||||
nodes/fragment/4/node = SubResource("5")
|
||||
nodes/fragment/4/position = Vector2(-20, 200)
|
||||
nodes/fragment/4/position = Vector2(2000, 60)
|
||||
nodes/fragment/5/node = SubResource("6")
|
||||
nodes/fragment/5/position = Vector2(180, 200)
|
||||
nodes/fragment/5/position = Vector2(2340, 60)
|
||||
nodes/fragment/6/node = SubResource("7")
|
||||
nodes/fragment/6/position = Vector2(380, 200)
|
||||
nodes/fragment/6/position = Vector2(2700, 120)
|
||||
nodes/fragment/7/node = SubResource("8")
|
||||
nodes/fragment/7/position = Vector2(580, 200)
|
||||
nodes/fragment/7/position = Vector2(3040, 120)
|
||||
nodes/fragment/8/node = SubResource("9")
|
||||
nodes/fragment/8/position = Vector2(260, 440)
|
||||
nodes/fragment/8/position = Vector2(1480, 620)
|
||||
nodes/fragment/9/node = SubResource("10")
|
||||
nodes/fragment/9/position = Vector2(780, 200)
|
||||
nodes/fragment/9/position = Vector2(3380, 160)
|
||||
nodes/fragment/10/node = SubResource("1")
|
||||
nodes/fragment/10/position = Vector2(1200, 200)
|
||||
nodes/fragment/10/position = Vector2(4080, 120)
|
||||
nodes/fragment/11/node = SubResource("2")
|
||||
nodes/fragment/11/position = Vector2(260, 600)
|
||||
nodes/fragment/11/position = Vector2(1480, 1000)
|
||||
nodes/fragment/12/node = SubResource("11")
|
||||
nodes/fragment/12/position = Vector2(1600, 60)
|
||||
nodes/fragment/12/position = Vector2(5840, 580)
|
||||
nodes/fragment/13/node = SubResource("12")
|
||||
nodes/fragment/13/position = Vector2(1000, 200)
|
||||
nodes/fragment/13/position = Vector2(3740, 120)
|
||||
nodes/fragment/14/node = SubResource("13")
|
||||
nodes/fragment/14/position = Vector2(260, 780)
|
||||
nodes/fragment/14/position = Vector2(1480, 1360)
|
||||
nodes/fragment/15/node = SubResource("14")
|
||||
nodes/fragment/15/position = Vector2(560, 600)
|
||||
nodes/fragment/15/position = Vector2(2000, 960)
|
||||
nodes/fragment/17/node = SubResource("15")
|
||||
nodes/fragment/17/position = Vector2(-380, -100)
|
||||
nodes/fragment/17/position = Vector2(2700, 820)
|
||||
nodes/fragment/18/node = SubResource("16")
|
||||
nodes/fragment/18/position = Vector2(-120, -40)
|
||||
nodes/fragment/18/position = Vector2(3040, 920)
|
||||
nodes/fragment/19/node = SubResource("17")
|
||||
nodes/fragment/19/position = Vector2(-120, -180)
|
||||
nodes/fragment/19/position = Vector2(3040, 1340)
|
||||
nodes/fragment/20/node = SubResource("18")
|
||||
nodes/fragment/20/position = Vector2(60, -180)
|
||||
nodes/fragment/20/position = Vector2(3380, 1380)
|
||||
nodes/fragment/22/node = SubResource("19")
|
||||
nodes/fragment/22/position = Vector2(620, -100)
|
||||
nodes/fragment/22/position = Vector2(4080, 680)
|
||||
nodes/fragment/23/node = SubResource("20")
|
||||
nodes/fragment/23/position = Vector2(360, 40)
|
||||
nodes/fragment/23/position = Vector2(3740, 820)
|
||||
nodes/fragment/24/node = SubResource("21")
|
||||
nodes/fragment/24/position = Vector2(60, -40)
|
||||
nodes/fragment/24/position = Vector2(3380, 920)
|
||||
nodes/fragment/25/node = SubResource("22")
|
||||
nodes/fragment/25/position = Vector2(800, -100)
|
||||
nodes/fragment/25/position = Vector2(4440, 640)
|
||||
nodes/fragment/26/node = SubResource("23")
|
||||
nodes/fragment/26/position = Vector2(660, -360)
|
||||
nodes/fragment/26/position = Vector2(1480, 1740)
|
||||
nodes/fragment/27/node = SubResource("24")
|
||||
nodes/fragment/27/position = Vector2(1000, -100)
|
||||
nodes/fragment/27/position = Vector2(4780, 640)
|
||||
nodes/fragment/28/node = SubResource("25")
|
||||
nodes/fragment/28/position = Vector2(1200, -100)
|
||||
nodes/fragment/28/position = Vector2(5140, 640)
|
||||
nodes/fragment/29/node = SubResource("26")
|
||||
nodes/fragment/29/position = Vector2(1400, 60)
|
||||
nodes/fragment/29/position = Vector2(5480, 640)
|
||||
nodes/fragment/30/node = SubResource("27")
|
||||
nodes/fragment/30/position = Vector2(1000, -240)
|
||||
nodes/fragment/30/position = Vector2(2000, 1320)
|
||||
nodes/fragment/connections = PackedInt32Array(2, 0, 0, 0, 3, 0, 4, 0, 4, 0, 5, 0, 5, 0, 6, 0, 6, 0, 7, 0, 8, 0, 7, 1, 7, 0, 9, 0, 12, 0, 0, 1, 9, 0, 13, 0, 13, 0, 10, 0, 14, 0, 10, 1, 11, 0, 15, 0, 15, 0, 13, 1, 5, 0, 17, 0, 17, 0, 18, 0, 17, 0, 19, 0, 19, 0, 20, 0, 18, 0, 24, 0, 24, 0, 23, 1, 22, 0, 25, 0, 20, 2, 22, 0, 24, 0, 22, 3, 23, 0, 22, 4, 24, 0, 22, 5, 25, 0, 27, 0, 26, 0, 27, 1, 27, 0, 28, 0, 28, 0, 29, 0, 10, 0, 29, 1, 29, 0, 12, 1, 14, 0, 30, 0, 30, 0, 28, 1)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="OpenXRActionMap" load_steps=195 format=3 uid="uid://cv1tl7assnmqv"]
|
||||
[gd_resource type="OpenXRActionMap" load_steps=178 format=3 uid="uid://cv1tl7assnmqv"]
|
||||
|
||||
[sub_resource type="OpenXRAction" id="OpenXRAction_yifcd"]
|
||||
resource_name = "trigger"
|
||||
|
@ -665,74 +665,6 @@ paths = PackedStringArray("/user/hand/left/output/haptic", "/user/hand/right/out
|
|||
interaction_profile_path = "/interaction_profiles/samsung/odyssey_controller"
|
||||
bindings = [SubResource("OpenXRIPBinding_t0cml"), SubResource("OpenXRIPBinding_ms10r"), SubResource("OpenXRIPBinding_d6355"), SubResource("OpenXRIPBinding_oskmg"), SubResource("OpenXRIPBinding_4kfx4"), SubResource("OpenXRIPBinding_3uuwr"), SubResource("OpenXRIPBinding_vh134"), SubResource("OpenXRIPBinding_1fhju"), SubResource("OpenXRIPBinding_jsvrg"), SubResource("OpenXRIPBinding_cjody"), SubResource("OpenXRIPBinding_q7nq1"), SubResource("OpenXRIPBinding_1xqks"), SubResource("OpenXRIPBinding_5v7jf"), SubResource("OpenXRIPBinding_agw55"), SubResource("OpenXRIPBinding_k4fqu")]
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rdc8g"]
|
||||
action = SubResource("OpenXRAction_wp0gf")
|
||||
paths = PackedStringArray("/user/hand/left/input/aim/pose", "/user/hand/right/input/aim/pose")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7ci1c"]
|
||||
action = SubResource("OpenXRAction_6cxc5")
|
||||
paths = PackedStringArray("/user/hand/left/input/aim/pose", "/user/hand/right/input/aim/pose")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0pd2x"]
|
||||
action = SubResource("OpenXRAction_1qblt")
|
||||
paths = PackedStringArray("/user/hand/left/input/grip/pose", "/user/hand/right/input/grip/pose")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_4rwwh"]
|
||||
action = SubResource("OpenXRAction_c3bvs")
|
||||
paths = PackedStringArray("/user/hand/left/input/palm_ext/pose", "/user/hand/right/input/palm_ext/pose")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lvx1l"]
|
||||
action = SubResource("OpenXRAction_t725j")
|
||||
paths = PackedStringArray("/user/hand/left/input/menu/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_p2tcy"]
|
||||
action = SubResource("OpenXRAction_11d6b")
|
||||
paths = PackedStringArray("/user/hand/left/input/system/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8lqkg"]
|
||||
action = SubResource("OpenXRAction_rju0c")
|
||||
paths = PackedStringArray("/user/hand/left/input/x/click", "/user/hand/right/input/a/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_m1igx"]
|
||||
action = SubResource("OpenXRAction_puvt0")
|
||||
paths = PackedStringArray("/user/hand/left/input/y/click", "/user/hand/right/input/b/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_o24jy"]
|
||||
action = SubResource("OpenXRAction_yifcd")
|
||||
paths = PackedStringArray("/user/hand/left/input/trigger/value", "/user/hand/right/input/trigger/value")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vdw57"]
|
||||
action = SubResource("OpenXRAction_d0pni")
|
||||
paths = PackedStringArray("/user/hand/left/input/trigger/click", "/user/hand/right/input/trigger/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_q0bn5"]
|
||||
action = SubResource("OpenXRAction_u273q")
|
||||
paths = PackedStringArray("/user/hand/left/input/squeeze/click", "/user/hand/right/input/squeeze/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sihq1"]
|
||||
action = SubResource("OpenXRAction_i5up3")
|
||||
paths = PackedStringArray("/user/hand/left/input/squeeze/click", "/user/hand/right/input/squeeze/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1ofap"]
|
||||
action = SubResource("OpenXRAction_mgaer")
|
||||
paths = PackedStringArray("/user/hand/left/input/thumbstick", "/user/hand/right/input/thumbstick")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_twoyd"]
|
||||
action = SubResource("OpenXRAction_x2ltk")
|
||||
paths = PackedStringArray("/user/hand/left/input/thumbstick/click", "/user/hand/right/input/thumbstick/click")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_m8qx7"]
|
||||
action = SubResource("OpenXRAction_52a4b")
|
||||
paths = PackedStringArray("/user/hand/left/input/thumbstick/touch", "/user/hand/right/input/thumbstick/touch")
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_pfjox"]
|
||||
action = SubResource("OpenXRAction_tbcxk")
|
||||
paths = PackedStringArray("/user/hand/left/output/haptic", "/user/hand/right/output/haptic")
|
||||
|
||||
[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_rsga2"]
|
||||
interaction_profile_path = "/interaction_profiles/htc/vive_cosmos_controller"
|
||||
bindings = [SubResource("OpenXRIPBinding_rdc8g"), SubResource("OpenXRIPBinding_7ci1c"), SubResource("OpenXRIPBinding_0pd2x"), SubResource("OpenXRIPBinding_4rwwh"), SubResource("OpenXRIPBinding_lvx1l"), SubResource("OpenXRIPBinding_p2tcy"), SubResource("OpenXRIPBinding_8lqkg"), SubResource("OpenXRIPBinding_m1igx"), SubResource("OpenXRIPBinding_o24jy"), SubResource("OpenXRIPBinding_vdw57"), SubResource("OpenXRIPBinding_q0bn5"), SubResource("OpenXRIPBinding_sihq1"), SubResource("OpenXRIPBinding_1ofap"), SubResource("OpenXRIPBinding_twoyd"), SubResource("OpenXRIPBinding_m8qx7"), SubResource("OpenXRIPBinding_pfjox")]
|
||||
|
||||
[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8xu3w"]
|
||||
action = SubResource("OpenXRAction_wp0gf")
|
||||
paths = PackedStringArray("/user/hand/left/input/aim/pose", "/user/hand/right/input/aim/pose")
|
||||
|
@ -823,4 +755,4 @@ bindings = [SubResource("OpenXRIPBinding_0hhqt"), SubResource("OpenXRIPBinding_u
|
|||
|
||||
[resource]
|
||||
action_sets = [SubResource("OpenXRActionSet_hc02c")]
|
||||
interaction_profiles = [SubResource("OpenXRInteractionProfile_q4jv5"), SubResource("OpenXRInteractionProfile_gh0s5"), SubResource("OpenXRInteractionProfile_hk3uy"), SubResource("OpenXRInteractionProfile_ci0m3"), SubResource("OpenXRInteractionProfile_8ffkv"), SubResource("OpenXRInteractionProfile_s65fn"), SubResource("OpenXRInteractionProfile_7w34y"), SubResource("OpenXRInteractionProfile_a7xw5"), SubResource("OpenXRInteractionProfile_rsga2"), SubResource("OpenXRInteractionProfile_t3axk"), SubResource("OpenXRInteractionProfile_2ydwc")]
|
||||
interaction_profiles = [SubResource("OpenXRInteractionProfile_q4jv5"), SubResource("OpenXRInteractionProfile_gh0s5"), SubResource("OpenXRInteractionProfile_hk3uy"), SubResource("OpenXRInteractionProfile_ci0m3"), SubResource("OpenXRInteractionProfile_8ffkv"), SubResource("OpenXRInteractionProfile_s65fn"), SubResource("OpenXRInteractionProfile_7w34y"), SubResource("OpenXRInteractionProfile_a7xw5"), SubResource("OpenXRInteractionProfile_t3axk"), SubResource("OpenXRInteractionProfile_2ydwc")]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[xr]
|
||||
|
||||
openxr/enabled=false
|
||||
openxr/enabled=true
|
||||
|
|
|
@ -78,6 +78,7 @@ trigger_left={
|
|||
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
limits/time/time_rollover_secs=30.0
|
||||
anti_aliasing/quality/use_debanding=true
|
||||
|
||||
[xr]
|
||||
|
||||
|
|
|
@ -42,65 +42,65 @@
|
|||
[ext_resource type="Texture2D" uid="uid://cr1l4g7btdyht" path="res://scenes/origin_gravity_demo/origin_gravity_demo.png" id="32_c4n1q"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhd30j0xpcxoi" path="res://scenes/sphere_world_demo/sphere_world_demo.png" id="34_xw8ig"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_yg038"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_bvajl"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_enmd7"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_f07e2"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_cqua4"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_5aai0"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_7ki8b"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_lctvu"]
|
||||
animation = &"Grip 5"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_6wi1u"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_7e485"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_q7l4u"]
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_x4nai"]
|
||||
graph_offset = Vector2(-536, 11)
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_yg038")
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_bvajl")
|
||||
nodes/ClosedHand1/position = Vector2(-600, 300)
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_enmd7")
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_f07e2")
|
||||
nodes/ClosedHand2/position = Vector2(-360, 300)
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_cqua4")
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_5aai0")
|
||||
nodes/Grip/position = Vector2(0, 20)
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_7ki8b")
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_lctvu")
|
||||
nodes/OpenHand/position = Vector2(-600, 100)
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_6wi1u")
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_7e485")
|
||||
nodes/Trigger/position = Vector2(-360, 20)
|
||||
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ou3pb"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_j005m"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_qqj8i"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_w78nm"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_osrqt"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_4g20o"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_b4tlu"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_7ko83"]
|
||||
animation = &"Grip 5"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_cgjta"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_4ayl1"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"]
|
||||
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_5tyiu"]
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_jq8ph"]
|
||||
graph_offset = Vector2(-552.664, 107.301)
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_ou3pb")
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_j005m")
|
||||
nodes/ClosedHand1/position = Vector2(-600, 300)
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_qqj8i")
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_w78nm")
|
||||
nodes/ClosedHand2/position = Vector2(-360, 300)
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_osrqt")
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_4g20o")
|
||||
nodes/Grip/position = Vector2(0, 40)
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_b4tlu")
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_7ko83")
|
||||
nodes/OpenHand/position = Vector2(-600, 100)
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_cgjta")
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_4ayl1")
|
||||
nodes/Trigger/position = Vector2(-360, 40)
|
||||
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]
|
||||
|
||||
|
@ -122,24 +122,8 @@ auto_inner_radius = 0.5
|
|||
|
||||
[node name="Skeleton3D" parent="XROrigin3D/LeftHand/LeftHand/Hand_low_L/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(0.323537, -2.56588e-05, -0.0272204, 0.945824)
|
||||
bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042)
|
||||
bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639)
|
||||
bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979)
|
||||
bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794416, 0.994608)
|
||||
bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929)
|
||||
bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775)
|
||||
bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934)
|
||||
bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027)
|
||||
bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843)
|
||||
bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685)
|
||||
bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718)
|
||||
bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124)
|
||||
bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136)
|
||||
bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994)
|
||||
bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524)
|
||||
bones/21/rotation = Quaternion(-0.0625182, -0.000225721, -0.115393, 0.991351)
|
||||
bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086)
|
||||
bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249)
|
||||
|
||||
[node name="BoneAttachment3D" type="BoneAttachment3D" parent="XROrigin3D/LeftHand/LeftHand/Hand_low_L/Armature/Skeleton3D" index="1"]
|
||||
transform = Transform3D(0.54083, 0.840813, -0.0231736, -0.0826267, 0.0805243, 0.993322, 0.837064, -0.535303, 0.113023, 0.039902, 0.0402828, -0.150096)
|
||||
|
@ -151,7 +135,7 @@ transform = Transform3D(0.999999, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
|||
|
||||
[node name="AnimationTree" parent="XROrigin3D/LeftHand/LeftHand" index="1"]
|
||||
root_node = NodePath("../Hand_low_L")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_q7l4u")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_x4nai")
|
||||
|
||||
[node name="FunctionPoseDetector" parent="XROrigin3D/LeftHand" index="1" instance=ExtResource("5_xgcrx")]
|
||||
|
||||
|
@ -166,24 +150,7 @@ strafe = true
|
|||
|
||||
[node name="Skeleton3D" parent="XROrigin3D/RightHand/RightHand/Hand_low_R/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(0.323537, 2.56588e-05, 0.0272204, 0.945824)
|
||||
bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042)
|
||||
bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639)
|
||||
bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979)
|
||||
bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608)
|
||||
bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929)
|
||||
bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775)
|
||||
bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934)
|
||||
bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027)
|
||||
bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843)
|
||||
bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685)
|
||||
bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718)
|
||||
bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124)
|
||||
bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136)
|
||||
bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994)
|
||||
bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524)
|
||||
bones/21/rotation = Quaternion(-0.0625182, 0.000225722, 0.115393, 0.991351)
|
||||
bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086)
|
||||
bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249)
|
||||
|
||||
[node name="mesh_Hand_low_R" parent="XROrigin3D/RightHand/RightHand/Hand_low_R/Armature/Skeleton3D" index="0"]
|
||||
surface_material_override/0 = ExtResource("26_id1x7")
|
||||
|
@ -198,7 +165,7 @@ transform = Transform3D(0.999999, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
|||
|
||||
[node name="AnimationTree" parent="XROrigin3D/RightHand/RightHand" index="1"]
|
||||
root_node = NodePath("../Hand_low_R")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_5tyiu")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_jq8ph")
|
||||
|
||||
[node name="FunctionPoseDetector" parent="XROrigin3D/RightHand" index="1" instance=ExtResource("5_xgcrx")]
|
||||
|
||||
|
|
|
@ -36,65 +36,65 @@
|
|||
[ext_resource type="PackedScene" uid="uid://bmjemjgtnpkpo" path="res://assets/3dmodelscc0/models/scenes/sniper_rifle.tscn" id="25_xgu4l"]
|
||||
[ext_resource type="PackedScene" uid="uid://deuxld12hxsq0" path="res://scenes/pickable_demo/objects/picatinny_scope.tscn" id="26_x40vw"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_hyrry"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ayae3"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_w7n3y"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_q1ybi"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_4ldx4"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_sf634"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_umxjy"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_cw65d"]
|
||||
animation = &"Grip 5"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_sx74n"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_y4myv"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_net35"]
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_ql04s"]
|
||||
graph_offset = Vector2(-536, 11)
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_hyrry")
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_ayae3")
|
||||
nodes/ClosedHand1/position = Vector2(-600, 300)
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_w7n3y")
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_q1ybi")
|
||||
nodes/ClosedHand2/position = Vector2(-360, 300)
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_4ldx4")
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_sf634")
|
||||
nodes/Grip/position = Vector2(0, 20)
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_umxjy")
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_cw65d")
|
||||
nodes/OpenHand/position = Vector2(-600, 100)
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_sx74n")
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_y4myv")
|
||||
nodes/Trigger/position = Vector2(-360, 20)
|
||||
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_8m0xv"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_lwvn0"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_kmq2h"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_23a7s"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_05bsb"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_la71d"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ahncs"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_b3yxh"]
|
||||
animation = &"Grip 5"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_xpqel"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_be0ca"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"]
|
||||
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_26m0p"]
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_0stb8"]
|
||||
graph_offset = Vector2(-552.664, 107.301)
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_8m0xv")
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_lwvn0")
|
||||
nodes/ClosedHand1/position = Vector2(-600, 300)
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_kmq2h")
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_23a7s")
|
||||
nodes/ClosedHand2/position = Vector2(-360, 300)
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_05bsb")
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_la71d")
|
||||
nodes/Grip/position = Vector2(0, 40)
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_ahncs")
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_b3yxh")
|
||||
nodes/OpenHand/position = Vector2(-600, 100)
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_xpqel")
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_be0ca")
|
||||
nodes/Trigger/position = Vector2(-360, 40)
|
||||
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]
|
||||
|
||||
|
@ -108,24 +108,8 @@ hand_skeleton = NodePath("LeftHand/Hand_Nails_low_L/Armature/Skeleton3D")
|
|||
|
||||
[node name="Skeleton3D" parent="XROrigin3D/LeftHand/XRToolsCollisionHand/LeftHand/Hand_Nails_low_L/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(0.323537, -2.56588e-05, -0.0272204, 0.945824)
|
||||
bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042)
|
||||
bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639)
|
||||
bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979)
|
||||
bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794416, 0.994608)
|
||||
bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929)
|
||||
bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775)
|
||||
bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934)
|
||||
bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027)
|
||||
bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843)
|
||||
bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685)
|
||||
bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718)
|
||||
bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124)
|
||||
bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136)
|
||||
bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994)
|
||||
bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524)
|
||||
bones/21/rotation = Quaternion(-0.0625182, -0.000225721, -0.115393, 0.991351)
|
||||
bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086)
|
||||
bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249)
|
||||
|
||||
[node name="BoneAttachment3D" type="BoneAttachment3D" parent="XROrigin3D/LeftHand/XRToolsCollisionHand/LeftHand/Hand_Nails_low_L/Armature/Skeleton3D" index="1"]
|
||||
transform = Transform3D(0.54083, 0.840813, -0.0231736, -0.0826267, 0.0805243, 0.993322, 0.837064, -0.535303, 0.113023, 0.039902, 0.0402828, -0.150096)
|
||||
|
@ -139,7 +123,7 @@ push_bodies = false
|
|||
|
||||
[node name="AnimationTree" parent="XROrigin3D/LeftHand/XRToolsCollisionHand/LeftHand" index="1"]
|
||||
root_node = NodePath("../Hand_Nails_low_L")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_net35")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_ql04s")
|
||||
|
||||
[node name="MovementDirect" parent="XROrigin3D/LeftHand/XRToolsCollisionHand" index="1" instance=ExtResource("7")]
|
||||
strafe = true
|
||||
|
@ -161,24 +145,7 @@ hand_skeleton = NodePath("RightHand/Hand_Nails_R/Armature/Skeleton3D")
|
|||
|
||||
[node name="Skeleton3D" parent="XROrigin3D/RightHand/XRToolsCollisionHand/RightHand/Hand_Nails_R/Armature" index="0"]
|
||||
bones/1/rotation = Quaternion(0.323537, 2.56588e-05, 0.0272204, 0.945824)
|
||||
bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042)
|
||||
bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639)
|
||||
bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979)
|
||||
bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608)
|
||||
bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929)
|
||||
bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775)
|
||||
bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934)
|
||||
bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027)
|
||||
bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843)
|
||||
bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685)
|
||||
bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718)
|
||||
bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124)
|
||||
bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136)
|
||||
bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994)
|
||||
bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524)
|
||||
bones/21/rotation = Quaternion(-0.0625182, 0.000225722, 0.115393, 0.991351)
|
||||
bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086)
|
||||
bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249)
|
||||
|
||||
[node name="BoneAttachment3D" type="BoneAttachment3D" parent="XROrigin3D/RightHand/XRToolsCollisionHand/RightHand/Hand_Nails_R/Armature/Skeleton3D" index="1"]
|
||||
transform = Transform3D(0.540829, -0.840813, 0.0231736, 0.0826268, 0.0805242, 0.993322, -0.837064, -0.535303, 0.113024, -0.039902, 0.0402828, -0.150096)
|
||||
|
@ -192,7 +159,7 @@ push_bodies = false
|
|||
|
||||
[node name="AnimationTree" parent="XROrigin3D/RightHand/XRToolsCollisionHand/RightHand" index="1"]
|
||||
root_node = NodePath("../Hand_Nails_R")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_26m0p")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_0stb8")
|
||||
|
||||
[node name="MovementDirect" parent="XROrigin3D/RightHand/XRToolsCollisionHand" index="1" instance=ExtResource("7")]
|
||||
|
||||
|
|
56
scenes/player_rig.tscn
Normal file
56
scenes/player_rig.tscn
Normal file
|
@ -0,0 +1,56 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://4aglyx1y67kh"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bq86r4yll8po" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn" id="1_20jn5"]
|
||||
[ext_resource type="PackedScene" uid="uid://b4ysuy43poobf" path="res://addons/godot-xr-tools/functions/function_pickup.tscn" id="2_cnhbw"]
|
||||
[ext_resource type="PackedScene" uid="uid://xqimcf20s2jp" path="res://addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn" id="3_rvq1d"]
|
||||
[ext_resource type="PackedScene" uid="uid://dg3gr6ofd8yx4" path="res://addons/godot-xr-tools/functions/movement_world_grab.tscn" id="4_3s67p"]
|
||||
[ext_resource type="PackedScene" uid="uid://diyu06cw06syv" path="res://addons/godot-xr-tools/player/player_body.tscn" id="5_bs6i8"]
|
||||
[ext_resource type="Script" path="res://addons/godot-xr-tools/overrides/ground_physics_settings.gd" id="6_hpams"]
|
||||
[ext_resource type="PackedScene" uid="uid://6uusxts6n6gm" path="res://addons/godot-xr-tools/desktop-support/movement_desktop_direct.tscn" id="6_k7epg"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_117uy"]
|
||||
script = ExtResource("6_hpams")
|
||||
flags = 0
|
||||
move_drag = 5.0
|
||||
move_traction = 30.0
|
||||
stop_on_slope = true
|
||||
move_max_slope = 45.0
|
||||
jump_max_slope = 45.0
|
||||
jump_velocity = 3.0
|
||||
bounciness = 0.0
|
||||
bounce_threshold = 1.0
|
||||
|
||||
[node name="PlayerRig" type="Node3D"]
|
||||
|
||||
[node name="XROrigin3D" type="XROrigin3D" parent="."]
|
||||
|
||||
[node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.72, 0)
|
||||
|
||||
[node name="LeftHand" type="XRController3D" parent="XROrigin3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 1, 0)
|
||||
tracker = &"left_hand"
|
||||
|
||||
[node name="LeftHand" parent="XROrigin3D/LeftHand" instance=ExtResource("1_20jn5")]
|
||||
|
||||
[node name="FunctionPickup" parent="XROrigin3D/LeftHand" instance=ExtResource("2_cnhbw")]
|
||||
|
||||
[node name="RightHand" type="XRController3D" parent="XROrigin3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 1, 0)
|
||||
tracker = &"right_hand"
|
||||
|
||||
[node name="RightHand" parent="XROrigin3D/RightHand" instance=ExtResource("3_rvq1d")]
|
||||
|
||||
[node name="FunctionPickup" parent="XROrigin3D/RightHand" instance=ExtResource("2_cnhbw")]
|
||||
|
||||
[node name="MovementWorldGrab" parent="XROrigin3D" instance=ExtResource("4_3s67p")]
|
||||
order = 5
|
||||
world_scale_min = 0.01
|
||||
world_scale_max = 10.0
|
||||
|
||||
[node name="PlayerBody" parent="XROrigin3D" instance=ExtResource("5_bs6i8")]
|
||||
motion_mode = 1
|
||||
push_rigid_bodies = false
|
||||
physics = SubResource("Resource_117uy")
|
||||
|
||||
[node name="MovementDesktopDirect" parent="XROrigin3D" instance=ExtResource("6_k7epg")]
|
BIN
scenes/title_scene.GPUParticlesCollisionSDF3D_data.exr
Normal file
BIN
scenes/title_scene.GPUParticlesCollisionSDF3D_data.exr
Normal file
Binary file not shown.
|
@ -0,0 +1,26 @@
|
|||
[remap]
|
||||
|
||||
importer="3d_texture"
|
||||
type="CompressedTexture3D"
|
||||
uid="uid://c6uya54wegrle"
|
||||
path="res://.godot/imported/title_scene.GPUParticlesCollisionSDF3D_data.exr-565c568c16b38957e36f9d809ba1cd69.ctex3d"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/title_scene.GPUParticlesCollisionSDF3D_data.exr"
|
||||
dest_files=["res://.godot/imported/title_scene.GPUParticlesCollisionSDF3D_data.exr-565c568c16b38957e36f9d809ba1cd69.ctex3d"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=3
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/channel_pack=1
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
slices/horizontal=1
|
||||
slices/vertical=21
|
BIN
scenes/title_scene.VoxelGI_data.res
Normal file
BIN
scenes/title_scene.VoxelGI_data.res
Normal file
Binary file not shown.
161
scenes/title_scene.tscn
Normal file
161
scenes/title_scene.tscn
Normal file
|
@ -0,0 +1,161 @@
|
|||
[gd_scene load_steps=22 format=3 uid="uid://bd86thqpujh3p"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/godot-xr-tools/staging/scene_base.gd" id="1_t86sx"]
|
||||
[ext_resource type="PackedScene" uid="uid://4aglyx1y67kh" path="res://scenes/player_rig.tscn" id="2_3jwhg"]
|
||||
[ext_resource type="PackedScene" uid="uid://clc5dre31iskm" path="res://addons/godot-xr-tools/xr/start_xr.tscn" id="3_hdcpx"]
|
||||
[ext_resource type="PackedScene" uid="uid://57q7hhomocdh" path="res://addons/godot-xr-tools/objects/world_grab_area.tscn" id="4_nruf2"]
|
||||
[ext_resource type="VoxelGIData" uid="uid://bxphdae7hohsh" path="res://scenes/title_scene.VoxelGI_data.res" id="5_ebg1r"]
|
||||
[ext_resource type="CompressedTexture3D" uid="uid://c6uya54wegrle" path="res://scenes/title_scene.GPUParticlesCollisionSDF3D_data.exr" id="6_l378m"]
|
||||
|
||||
[sub_resource type="Sky" id="Sky_c23dr"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_vgkyp"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_c23dr")
|
||||
ambient_light_color = Color(0.364084, 0.364084, 0.364084, 1)
|
||||
ambient_light_sky_contribution = 0.4
|
||||
ambient_light_energy = 0.34
|
||||
tonemap_mode = 2
|
||||
glow_enabled = true
|
||||
glow_normalized = true
|
||||
glow_intensity = 0.22
|
||||
glow_blend_mode = 1
|
||||
volumetric_fog_enabled = true
|
||||
volumetric_fog_density = 0.1744
|
||||
volumetric_fog_albedo = Color(0.60933, 0.60933, 0.60933, 1)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lvd12"]
|
||||
albedo_color = Color(0.563626, 0.563626, 0.563625, 1)
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_gsjte"]
|
||||
material = SubResource("StandardMaterial3D_lvd12")
|
||||
size = Vector2(100, 100)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tm3oq"]
|
||||
roughness = 0.27
|
||||
|
||||
[sub_resource type="TextMesh" id="TextMesh_6owc4"]
|
||||
material = SubResource("StandardMaterial3D_tm3oq")
|
||||
text = "Sneed"
|
||||
font_size = 36
|
||||
pixel_size = 0.1
|
||||
depth = 0.5
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_gj4t1"]
|
||||
size = Vector3(100, 100, 100)
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_0ygfi"]
|
||||
colors = PackedColorArray(0.764539, 0.208898, 0.642811, 1, 1, 1, 3, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_g0abw"]
|
||||
gradient = SubResource("Gradient_0ygfi")
|
||||
use_hdr = true
|
||||
|
||||
[sub_resource type="Curve" id="Curve_g0jsu"]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.905229, 0.968574), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_bbn11"]
|
||||
curve = SubResource("Curve_g0jsu")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_y126y"]
|
||||
resource_local_to_scene = true
|
||||
emission_shape = 3
|
||||
emission_box_extents = Vector3(0.1, 0.1, 0.1)
|
||||
spread = 0.0
|
||||
initial_velocity_min = 2.0
|
||||
initial_velocity_max = 2.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
damping_min = 0.03
|
||||
damping_max = 0.03
|
||||
scale_max = 1.3
|
||||
scale_curve = SubResource("CurveTexture_bbn11")
|
||||
color = Color(0.407056, 0.407056, 0.407056, 1)
|
||||
color_ramp = SubResource("GradientTexture1D_g0abw")
|
||||
hue_variation_min = -0.1
|
||||
hue_variation_max = 0.1
|
||||
turbulence_enabled = true
|
||||
turbulence_noise_scale = 6.228
|
||||
turbulence_influence_min = 0.01
|
||||
turbulence_influence_max = 0.01
|
||||
collision_mode = 1
|
||||
collision_friction = 0.06
|
||||
collision_bounce = 1.0
|
||||
|
||||
[sub_resource type="Curve" id="Curve_polom"]
|
||||
_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.149718, 0.977694), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_22hrm"]
|
||||
shading_mode = 2
|
||||
vertex_color_use_as_albedo = true
|
||||
vertex_color_is_srgb = true
|
||||
emission_enabled = true
|
||||
emission = Color(1, 1, 3, 1)
|
||||
emission_energy_multiplier = 4.15
|
||||
disable_receive_shadows = true
|
||||
use_particle_trails = true
|
||||
|
||||
[sub_resource type="TubeTrailMesh" id="TubeTrailMesh_xiw4w"]
|
||||
material = SubResource("StandardMaterial3D_22hrm")
|
||||
radius = 0.002
|
||||
radial_steps = 4
|
||||
cap_top = false
|
||||
cap_bottom = false
|
||||
curve = SubResource("Curve_polom")
|
||||
|
||||
[node name="TitleScene" type="Node3D"]
|
||||
script = ExtResource("1_t86sx")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_vgkyp")
|
||||
|
||||
[node name="PlayerRig" parent="." instance=ExtResource("2_3jwhg")]
|
||||
|
||||
[node name="Floor" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_gsjte")
|
||||
|
||||
[node name="Title" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, -10.1744)
|
||||
mesh = SubResource("TextMesh_6owc4")
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.38227, 3.47531, -13.7485)
|
||||
light_energy = 1.308
|
||||
light_bake_mode = 1
|
||||
shadow_enabled = true
|
||||
omni_range = 14.8072
|
||||
|
||||
[node name="StartXR" parent="." instance=ExtResource("3_hdcpx")]
|
||||
|
||||
[node name="WorldGrabArea" parent="." instance=ExtResource("4_nruf2")]
|
||||
gravity_space_override = 3
|
||||
gravity = 0.0
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="WorldGrabArea"]
|
||||
shape = SubResource("BoxShape3D_gj4t1")
|
||||
|
||||
[node name="VoxelGI" type="VoxelGI" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.785156, -6.01978)
|
||||
size = Vector3(31, 6.57, 31)
|
||||
data = ExtResource("5_ebg1r")
|
||||
|
||||
[node name="GPUParticles3D" type="GPUParticles3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.26492, 1.52311, -9.46452)
|
||||
cast_shadow = 0
|
||||
gi_mode = 2
|
||||
amount = 1000
|
||||
lifetime = 10.0
|
||||
preprocess = 5.0
|
||||
randomness = 0.18
|
||||
visibility_aabb = AABB(-100, -100, -100, 200, 200, 200)
|
||||
transform_align = 2
|
||||
trail_enabled = true
|
||||
trail_lifetime = 0.5
|
||||
process_material = SubResource("ParticleProcessMaterial_y126y")
|
||||
draw_pass_1 = SubResource("TubeTrailMesh_xiw4w")
|
||||
|
||||
[node name="GPUParticlesCollisionSDF3D" type="GPUParticlesCollisionSDF3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.171387, 1.63794, -9.15827)
|
||||
size = Vector3(13.1045, 5.27588, 4.47766)
|
||||
texture = ExtResource("6_l378m")
|
|
@ -24,65 +24,65 @@
|
|||
[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="22_0w02o"]
|
||||
[ext_resource type="Script" path="res://scenes/world_grab_demo/proxy_collision_detector.gd" id="25_6xc52"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_3vdkb"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_kmq2v"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_7kr0y"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_6j6d0"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_4nm7q"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_skfkg"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ovax6"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4ygh1"]
|
||||
animation = &"Grip 5"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_pgpwm"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_45bm0"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"]
|
||||
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_jpbdj"]
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_35hir"]
|
||||
graph_offset = Vector2(-536, 11)
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_3vdkb")
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_kmq2v")
|
||||
nodes/ClosedHand1/position = Vector2(-600, 300)
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_7kr0y")
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_6j6d0")
|
||||
nodes/ClosedHand2/position = Vector2(-360, 300)
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_4nm7q")
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_skfkg")
|
||||
nodes/Grip/position = Vector2(0, 20)
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_ovax6")
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_4ygh1")
|
||||
nodes/OpenHand/position = Vector2(-600, 100)
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_pgpwm")
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_45bm0")
|
||||
nodes/Trigger/position = Vector2(-360, 20)
|
||||
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_l2u0t"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_1wlut"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_1lcrd"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ramxn"]
|
||||
animation = &"Grip"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_1v0hg"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_rdbw8"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"]
|
||||
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_7nt6p"]
|
||||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_n0t0f"]
|
||||
animation = &"Grip 5"
|
||||
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_6ca5g"]
|
||||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_p6jdr"]
|
||||
filter_enabled = true
|
||||
filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"]
|
||||
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_n54dk"]
|
||||
[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_3isc8"]
|
||||
graph_offset = Vector2(-552.664, 107.301)
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_l2u0t")
|
||||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_1wlut")
|
||||
nodes/ClosedHand1/position = Vector2(-600, 300)
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_1lcrd")
|
||||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_ramxn")
|
||||
nodes/ClosedHand2/position = Vector2(-360, 300)
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_1v0hg")
|
||||
nodes/Grip/node = SubResource("AnimationNodeBlend2_rdbw8")
|
||||
nodes/Grip/position = Vector2(0, 40)
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_7nt6p")
|
||||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_n0t0f")
|
||||
nodes/OpenHand/position = Vector2(-600, 100)
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_6ca5g")
|
||||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_p6jdr")
|
||||
nodes/Trigger/position = Vector2(-360, 40)
|
||||
node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"]
|
||||
|
||||
|
@ -92,7 +92,7 @@ size = Vector3(14, 10, 14)
|
|||
[sub_resource type="Gradient" id="Gradient_ns6ft"]
|
||||
colors = PackedColorArray(0.764539, 0.208898, 0.642811, 1, 1, 1, 3, 1)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_s10f1"]
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_w4v7w"]
|
||||
gradient = SubResource("Gradient_ns6ft")
|
||||
use_hdr = true
|
||||
|
||||
|
@ -100,7 +100,7 @@ use_hdr = true
|
|||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(0.905229, 0.968574), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_kjesk"]
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_a46kg"]
|
||||
curve = SubResource("Curve_gunvg")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_2xajy"]
|
||||
|
@ -114,19 +114,19 @@ gravity = Vector3(0, 0, 0)
|
|||
damping_min = 0.03
|
||||
damping_max = 0.03
|
||||
scale_max = 1.3
|
||||
scale_curve = SubResource("CurveTexture_kjesk")
|
||||
scale_curve = SubResource("CurveTexture_a46kg")
|
||||
color = Color(0.407056, 0.407056, 0.407056, 1)
|
||||
color_ramp = SubResource("GradientTexture1D_s10f1")
|
||||
color_ramp = SubResource("GradientTexture1D_w4v7w")
|
||||
hue_variation_min = -0.1
|
||||
hue_variation_max = 0.1
|
||||
turbulence_influence_min = 0.001
|
||||
turbulence_influence_max = 0.001
|
||||
|
||||
[sub_resource type="Curve" id="Curve_u2ul3"]
|
||||
[sub_resource type="Curve" id="Curve_64nuj"]
|
||||
_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.149718, 0.977694), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 3
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_f3np2"]
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_42468"]
|
||||
shading_mode = 2
|
||||
vertex_color_use_as_albedo = true
|
||||
vertex_color_is_srgb = true
|
||||
|
@ -136,12 +136,12 @@ disable_receive_shadows = true
|
|||
use_particle_trails = true
|
||||
|
||||
[sub_resource type="TubeTrailMesh" id="TubeTrailMesh_ij0c8"]
|
||||
material = SubResource("StandardMaterial3D_f3np2")
|
||||
material = SubResource("StandardMaterial3D_42468")
|
||||
radius = 0.002
|
||||
radial_steps = 4
|
||||
cap_top = false
|
||||
cap_bottom = false
|
||||
curve = SubResource("Curve_u2ul3")
|
||||
curve = SubResource("Curve_64nuj")
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_0m1dj"]
|
||||
radius = 0.1
|
||||
|
@ -205,7 +205,7 @@ bone_idx = 9
|
|||
|
||||
[node name="AnimationTree" parent="XROrigin3D/LeftHand/LeftHand" index="1"]
|
||||
root_node = NodePath("../Hand_Nails_low_L")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_jpbdj")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_35hir")
|
||||
|
||||
[node name="FunctionPickup" parent="XROrigin3D/LeftHand" index="1" instance=ExtResource("3_gbd4b")]
|
||||
|
||||
|
@ -244,7 +244,7 @@ bone_idx = 9
|
|||
|
||||
[node name="AnimationTree" parent="XROrigin3D/RightHand/RightHand" index="1"]
|
||||
root_node = NodePath("../Hand_Nails_low_R")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_n54dk")
|
||||
tree_root = SubResource("AnimationNodeBlendTree_3isc8")
|
||||
|
||||
[node name="FunctionPickup" parent="XROrigin3D/RightHand" index="1" instance=ExtResource("3_gbd4b")]
|
||||
|
||||
|
|
Loading…
Reference in a new issue