-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added Collision Hands Demo #478
Closed
Closed
Changes from 14 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f34da22
added Collision Hands Demo
DigitalN8m4r3 e3de824
fix gdlint errors
DigitalN8m4r3 4bac343
added Boxing Dummy model
DigitalN8m4r3 912074b
added weight 3d models and updated boxing dummy material
DigitalN8m4r3 a0610e8
updated weight models, added code adjustments to collision hand
DigitalN8m4r3 2312d0d
added boxing gloves - collision toy
DigitalN8m4r3 ae4ede4
added punching bag and ball
DigitalN8m4r3 b88bbf1
added audio to the gloves and a new theme for the demo
DigitalN8m4r3 87e51a1
added boxing ring to complete the scenery
DigitalN8m4r3 87ed84c
added the abbility to latch onto interactables
DigitalN8m4r3 5888b6a
Some restructuring and improvements to collision hands (#6)
BastiaanOlij 1f24e55
added suggested changes - bigger room/ removed blood splatter
DigitalN8m4r3 f2dd38e
added climbing grips 3d model
DigitalN8m4r3 9c93a6e
additional changes to the climbing grips
DigitalN8m4r3 5762a97
requested changes pass 1
DigitalN8m4r3 3fb7193
changes pass 2 - fix remaining gdlint errors
DigitalN8m4r3 4dbcd4d
changes pass 3 - gdlint errors
DigitalN8m4r3 12c09f5
pass 4 - gdlint 7 remaining
DigitalN8m4r3 40133f5
pass 5 - gdlint
DigitalN8m4r3 fb3094b
Update collision_hand.gd
DigitalN8m4r3 d779c37
Update collision_hand.gd
DigitalN8m4r3 14958df
Merge branch 'master' into collision_hands_demo
DigitalN8m4r3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
32 changes: 32 additions & 0 deletions
32
addons/godot-xr-tools/hands/model/Boxing_Glove_L.glb.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[remap] | ||
|
||
importer="scene" | ||
importer_version=1 | ||
type="PackedScene" | ||
uid="uid://lf3legcgq3r5" | ||
path="res://.godot/imported/Boxing_Glove_L.glb-2aa257630c7df1e061e319e1e5c9f8d5.scn" | ||
|
||
[deps] | ||
|
||
source_file="res://addons/godot-xr-tools/hands/model/Boxing_Glove_L.glb" | ||
dest_files=["res://.godot/imported/Boxing_Glove_L.glb-2aa257630c7df1e061e319e1e5c9f8d5.scn"] | ||
|
||
[params] | ||
|
||
nodes/root_type="Node3D" | ||
nodes/root_name="Scene Root" | ||
nodes/apply_root_scale=true | ||
nodes/root_scale=1.0 | ||
meshes/ensure_tangents=true | ||
meshes/generate_lods=true | ||
meshes/create_shadow_meshes=true | ||
meshes/light_baking=1 | ||
meshes/lightmap_texel_size=0.2 | ||
skins/use_named_skins=true | ||
animation/import=true | ||
animation/fps=30 | ||
animation/trimming=false | ||
animation/remove_immutable_tracks=true | ||
import_script/path="" | ||
_subresources={} | ||
gltf/embedded_image_handling=1 |
Binary file not shown.
32 changes: 32 additions & 0 deletions
32
addons/godot-xr-tools/hands/model/Boxing_Glove_R.glb.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[remap] | ||
|
||
importer="scene" | ||
importer_version=1 | ||
type="PackedScene" | ||
uid="uid://c5qmih52i7koq" | ||
path="res://.godot/imported/Boxing_Glove_R.glb-2e583f6a9d1b6ada29a49a9ba1d9a544.scn" | ||
|
||
[deps] | ||
|
||
source_file="res://addons/godot-xr-tools/hands/model/Boxing_Glove_R.glb" | ||
dest_files=["res://.godot/imported/Boxing_Glove_R.glb-2e583f6a9d1b6ada29a49a9ba1d9a544.scn"] | ||
|
||
[params] | ||
|
||
nodes/root_type="Node3D" | ||
nodes/root_name="Scene Root" | ||
nodes/apply_root_scale=true | ||
nodes/root_scale=1.0 | ||
meshes/ensure_tangents=true | ||
meshes/generate_lods=true | ||
meshes/create_shadow_meshes=true | ||
meshes/light_baking=1 | ||
meshes/lightmap_texel_size=0.2 | ||
skins/use_named_skins=true | ||
animation/import=true | ||
animation/fps=30 | ||
animation/trimming=false | ||
animation/remove_immutable_tracks=true | ||
import_script/path="" | ||
_subresources={} | ||
gltf/embedded_image_handling=1 |
61 changes: 61 additions & 0 deletions
61
addons/godot-xr-tools/hands/scenes/custom/left_boxing_glove.tscn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
[gd_scene load_steps=13 format=3 uid="uid://7nsquv3asg0l"] | ||
|
||
[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="1_y37tm"] | ||
[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="2_8rneq"] | ||
[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_yo8lr"] | ||
[ext_resource type="PackedScene" uid="uid://lf3legcgq3r5" path="res://addons/godot-xr-tools/hands/model/Boxing_Glove_L.glb" id="4_fd3xs"] | ||
[ext_resource type="Material" uid="uid://ce4m8atbt42h0" path="res://addons/godot-xr-tools/hands/materials/boxing_gloves_blue.material" id="5_yo8xa"] | ||
[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="6_hmoud"] | ||
|
||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_jefwo"] | ||
animation = &"Grip" | ||
|
||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_3ev5p"] | ||
animation = &"Grip" | ||
|
||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_367dj"] | ||
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_jdlqa"] | ||
animation = &"Grip 5" | ||
|
||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_f8yrh"] | ||
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_74ypr"] | ||
graph_offset = Vector2(-536, 11) | ||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_jefwo") | ||
nodes/ClosedHand1/position = Vector2(-600, 300) | ||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_3ev5p") | ||
nodes/ClosedHand2/position = Vector2(-360, 300) | ||
nodes/Grip/node = SubResource("AnimationNodeBlend2_367dj") | ||
nodes/Grip/position = Vector2(0, 20) | ||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_jdlqa") | ||
nodes/OpenHand/position = Vector2(-600, 100) | ||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_f8yrh") | ||
nodes/Trigger/position = Vector2(-360, 20) | ||
node_connections = [&"output", 0, &"Grip", &"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1"] | ||
|
||
[node name="LeftHand" type="Node3D"] | ||
script = ExtResource("1_y37tm") | ||
hand_blend_tree = ExtResource("2_8rneq") | ||
default_pose = ExtResource("3_yo8lr") | ||
|
||
[node name="Boxing_Glove_L" parent="." instance=ExtResource("4_fd3xs")] | ||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) | ||
|
||
[node name="mesh_Boxing_Glove_L" parent="Boxing_Glove_L/Armature/Skeleton3D" index="0"] | ||
surface_material_override/0 = ExtResource("5_yo8xa") | ||
|
||
[node name="AnimationPlayer" parent="Boxing_Glove_L/Armature" index="1" instance=ExtResource("6_hmoud")] | ||
|
||
[node name="AnimationTree" type="AnimationTree" parent="."] | ||
tree_root = SubResource("AnimationNodeBlendTree_74ypr") | ||
anim_player = NodePath("../Boxing_Glove_L/Armature/AnimationPlayer") | ||
active = true | ||
parameters/Grip/blend_amount = 0.0 | ||
parameters/Trigger/blend_amount = 0.0 | ||
|
||
[editable path="Boxing_Glove_L"] |
61 changes: 61 additions & 0 deletions
61
addons/godot-xr-tools/hands/scenes/custom/right_boxing_glove.tscn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
[gd_scene load_steps=13 format=3 uid="uid://bcdwojrf634qt"] | ||
|
||
[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="1_4jqcc"] | ||
[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="2_5w3g4"] | ||
[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_sesm6"] | ||
[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="6_0axct"] | ||
[ext_resource type="PackedScene" uid="uid://c5qmih52i7koq" path="res://addons/godot-xr-tools/hands/model/Boxing_Glove_R.glb" id="7_q5gof"] | ||
[ext_resource type="Material" uid="uid://ce4m8atbt42h0" path="res://addons/godot-xr-tools/hands/materials/boxing_gloves_blue.material" id="8_0prnb"] | ||
|
||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ssi0w"] | ||
animation = &"Grip" | ||
|
||
[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_hq5ia"] | ||
animation = &"Grip" | ||
|
||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_1qlga"] | ||
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_fu75d"] | ||
animation = &"Grip 5" | ||
|
||
[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ffepe"] | ||
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_vhdjk"] | ||
graph_offset = Vector2(-552.664, 107.301) | ||
nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_ssi0w") | ||
nodes/ClosedHand1/position = Vector2(-600, 300) | ||
nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_hq5ia") | ||
nodes/ClosedHand2/position = Vector2(-360, 300) | ||
nodes/Grip/node = SubResource("AnimationNodeBlend2_1qlga") | ||
nodes/Grip/position = Vector2(0, 40) | ||
nodes/OpenHand/node = SubResource("AnimationNodeAnimation_fu75d") | ||
nodes/OpenHand/position = Vector2(-600, 100) | ||
nodes/Trigger/node = SubResource("AnimationNodeBlend2_ffepe") | ||
nodes/Trigger/position = Vector2(-360, 40) | ||
node_connections = [&"output", 0, &"Grip", &"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1"] | ||
|
||
[node name="RightHand" type="Node3D"] | ||
script = ExtResource("1_4jqcc") | ||
hand_blend_tree = ExtResource("2_5w3g4") | ||
default_pose = ExtResource("3_sesm6") | ||
|
||
[node name="Boxing_Glove_R" parent="." instance=ExtResource("7_q5gof")] | ||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) | ||
|
||
[node name="mesh_Boxing_Glove_R" parent="Boxing_Glove_R/Armature/Skeleton3D" index="0"] | ||
surface_material_override/0 = ExtResource("8_0prnb") | ||
|
||
[node name="AnimationPlayer" parent="Boxing_Glove_R/Armature" index="1" instance=ExtResource("6_0axct")] | ||
|
||
[node name="AnimationTree" type="AnimationTree" parent="."] | ||
tree_root = SubResource("AnimationNodeBlendTree_vhdjk") | ||
anim_player = NodePath("../Boxing_Glove_R/Armature/AnimationPlayer") | ||
active = true | ||
parameters/Grip/blend_amount = 0.0 | ||
parameters/Trigger/blend_amount = 0.0 | ||
|
||
[editable path="Boxing_Glove_R"] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions
36
addons/godot-xr-tools/hands/textures/boxing_glove_blue_baseColor.png.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://d1xotjiwaftsw" | ||
path.s3tc="res://.godot/imported/boxing_glove_blue_baseColor.png-8f5fc5a230c245a34b9838409cd06520.s3tc.ctex" | ||
path.etc2="res://.godot/imported/boxing_glove_blue_baseColor.png-8f5fc5a230c245a34b9838409cd06520.etc2.ctex" | ||
metadata={ | ||
"imported_formats": ["s3tc_bptc", "etc2_astc"], | ||
"vram_texture": true | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://addons/godot-xr-tools/hands/textures/boxing_glove_blue_baseColor.png" | ||
dest_files=["res://.godot/imported/boxing_glove_blue_baseColor.png-8f5fc5a230c245a34b9838409cd06520.s3tc.ctex", "res://.godot/imported/boxing_glove_blue_baseColor.png-8f5fc5a230c245a34b9838409cd06520.etc2.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=2 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=0 | ||
compress/channel_pack=0 | ||
mipmaps/generate=true | ||
mipmaps/limit=-1 | ||
roughness/mode=0 | ||
roughness/src_normal="" | ||
process/fix_alpha_border=true | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions
36
addons/godot-xr-tools/hands/textures/boxing_glove_normal.png.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://ce2531mhgkwuf" | ||
path.s3tc="res://.godot/imported/boxing_glove_normal.png-ceff99e953e1dd78ec32d80f7ee6c91f.s3tc.ctex" | ||
path.etc2="res://.godot/imported/boxing_glove_normal.png-ceff99e953e1dd78ec32d80f7ee6c91f.etc2.ctex" | ||
metadata={ | ||
"imported_formats": ["s3tc_bptc", "etc2_astc"], | ||
"vram_texture": true | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://addons/godot-xr-tools/hands/textures/boxing_glove_normal.png" | ||
dest_files=["res://.godot/imported/boxing_glove_normal.png-ceff99e953e1dd78ec32d80f7ee6c91f.s3tc.ctex", "res://.godot/imported/boxing_glove_normal.png-ceff99e953e1dd78ec32d80f7ee6c91f.etc2.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=2 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=1 | ||
compress/channel_pack=0 | ||
mipmaps/generate=true | ||
mipmaps/limit=-1 | ||
roughness/mode=1 | ||
roughness/src_normal="res://assets/digitaln8m4r3/textures/boxing_glove_normal.png" | ||
process/fix_alpha_border=true | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=0 |
Binary file added
BIN
+652 KB
addons/godot-xr-tools/hands/textures/boxing_glove_occlusionRoughnessMetallic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions
36
addons/godot-xr-tools/hands/textures/boxing_glove_occlusionRoughnessMetallic.png.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://dttbm3eklweue" | ||
path.s3tc="res://.godot/imported/boxing_glove_occlusionRoughnessMetallic.png-70c884bb1b7bccb1731812cfdf5d4bc9.s3tc.ctex" | ||
path.etc2="res://.godot/imported/boxing_glove_occlusionRoughnessMetallic.png-70c884bb1b7bccb1731812cfdf5d4bc9.etc2.ctex" | ||
metadata={ | ||
"imported_formats": ["s3tc_bptc", "etc2_astc"], | ||
"vram_texture": true | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://addons/godot-xr-tools/hands/textures/boxing_glove_occlusionRoughnessMetallic.png" | ||
dest_files=["res://.godot/imported/boxing_glove_occlusionRoughnessMetallic.png-70c884bb1b7bccb1731812cfdf5d4bc9.s3tc.ctex", "res://.godot/imported/boxing_glove_occlusionRoughnessMetallic.png-70c884bb1b7bccb1731812cfdf5d4bc9.etc2.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=2 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=0 | ||
compress/channel_pack=0 | ||
mipmaps/generate=true | ||
mipmaps/limit=-1 | ||
roughness/mode=0 | ||
roughness/src_normal="" | ||
process/fix_alpha_border=true | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This block of '##' (API Documentation Comments) produces some really funky online documentation.
If this is just documentation for developers, you may want to use the '#' style of comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for taking a look at this, wasnt aware that this would actualy produce this kind of mess.
gonna look into it and remove unecassary comments.