mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Data part 1.
This commit is contained in:
parent
1c62d995e8
commit
6311343de5
3
game/data/ai/1_testai.tres
Normal file
3
game/data/ai/1_testai.tres
Normal file
@ -0,0 +1,3 @@
|
||||
[gd_resource type="AIFSMAction" format=2]
|
||||
|
||||
[resource]
|
8
game/data/ai/2_actcont.tres
Normal file
8
game/data/ai/2_actcont.tres
Normal file
@ -0,0 +1,8 @@
|
||||
[gd_resource type="AIActionContainer" load_steps=3 format=2]
|
||||
|
||||
[sub_resource type="AIAction" id=1]
|
||||
|
||||
[sub_resource type="AIFSMAction" id=2]
|
||||
|
||||
[resource]
|
||||
ai_actions = [ SubResource( 1 ), SubResource( 2 ), null ]
|
3
game/data/aura_groups/1_aspect_of_scorpions.tres
Normal file
3
game/data/aura_groups/1_aspect_of_scorpions.tres
Normal file
@ -0,0 +1,3 @@
|
||||
[gd_resource type="AuraGroup" format=2]
|
||||
|
||||
[resource]
|
3
game/data/aura_groups/2_aspect_of_wasps.tres
Normal file
3
game/data/aura_groups/2_aspect_of_wasps.tres
Normal file
@ -0,0 +1,3 @@
|
||||
[gd_resource type="AuraGroup" format=2]
|
||||
|
||||
[resource]
|
3
game/data/aura_groups/3_aspect_of_wolves.tres
Normal file
3
game/data/aura_groups/3_aspect_of_wolves.tres
Normal file
@ -0,0 +1,3 @@
|
||||
[gd_resource type="AuraGroup" format=2]
|
||||
|
||||
[resource]
|
3
game/data/aura_groups/4_aspect_of_bees.tres
Normal file
3
game/data/aura_groups/4_aspect_of_bees.tres
Normal file
@ -0,0 +1,3 @@
|
||||
[gd_resource type="AuraGroup" format=2]
|
||||
|
||||
[resource]
|
28
game/data/auras/10_aspect_of_scorpions_rank_1.tres
Normal file
28
game/data/auras/10_aspect_of_scorpions_rank_1.tres
Normal file
@ -0,0 +1,28 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_scorpions.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/1_aspect_of_scorpions.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Scorpions"
|
||||
id = 10
|
||||
icon = ExtResource( 2 )
|
||||
time = 30.0
|
||||
tick = 3.0
|
||||
debuff = true
|
||||
rank = 10
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Scorpions"
|
||||
text_description = "Deals 340 to 380 damage every 3 sec, and increases damage taken by 10% for 30 sec."
|
||||
damage_enabled = true
|
||||
damage_type = 8
|
||||
damage_min = 340
|
||||
damage_max = 355
|
||||
attribute_count = 1
|
||||
StatModAttribute_0/stat = 24
|
||||
StatModAttribute_0/base_mod = 0.0
|
||||
StatModAttribute_0/bonus_mod = 0.0
|
||||
StatModAttribute_0/percent_mod = 10.0
|
||||
script = ExtResource( 1 )
|
23
game/data/auras/11_aspect_of_wasps_rank1.tres
Normal file
23
game/data/auras/11_aspect_of_wasps_rank1.tres
Normal file
@ -0,0 +1,23 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_wasps.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/2_aspect_of_wasps.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wasps"
|
||||
id = 11
|
||||
icon = ExtResource( 2 )
|
||||
time = 21.0
|
||||
tick = 1.0
|
||||
debuff = true
|
||||
rank = 10
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Wasps"
|
||||
text_description = "Deals 230 to 270 damage every 3 sec, this damage increases over the duration, for 21 sec."
|
||||
damage_enabled = true
|
||||
damage_type = 16
|
||||
damage_min = 280
|
||||
damage_max = 300
|
||||
script = ExtResource( 1 )
|
32
game/data/auras/12_aspect_of_wolves_rank_1.tres
Normal file
32
game/data/auras/12_aspect_of_wolves_rank_1.tres
Normal file
@ -0,0 +1,32 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_wolves.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/3_aspect_of_wolves.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wolves"
|
||||
id = 12
|
||||
icon = ExtResource( 2 )
|
||||
time = 22.0
|
||||
tick = 2.0
|
||||
debuff = true
|
||||
rank = 10
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Wolves"
|
||||
text_description = "Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec."
|
||||
damage_enabled = true
|
||||
damage_type = 16
|
||||
damage_min = 280
|
||||
damage_max = 330
|
||||
attribute_count = 2
|
||||
StatModAttribute_0/stat = 26
|
||||
StatModAttribute_0/base_mod = 0.0
|
||||
StatModAttribute_0/bonus_mod = 0.0
|
||||
StatModAttribute_0/percent_mod = -10.0
|
||||
StatModAttribute_1/stat = 27
|
||||
StatModAttribute_1/base_mod = 0.0
|
||||
StatModAttribute_1/bonus_mod = 0.0
|
||||
StatModAttribute_1/percent_mod = -10.0
|
||||
script = ExtResource( 1 )
|
23
game/data/auras/13_aspect_of_bees_rank_1.tres
Normal file
23
game/data/auras/13_aspect_of_bees_rank_1.tres
Normal file
@ -0,0 +1,23 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_bees.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Bees"
|
||||
id = 13
|
||||
icon = ExtResource( 2 )
|
||||
time = 21.0
|
||||
tick = 3.0
|
||||
debuff = true
|
||||
rank = 10
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Bees"
|
||||
text_description = "Deals 460 to 540 damage every 3 sec, healing you for 80% of the damage."
|
||||
damage_enabled = true
|
||||
damage_type = 16
|
||||
damage_min = 420
|
||||
damage_max = 440
|
||||
script = ExtResource( 1 )
|
19
game/data/auras/14_rejuvenation_rank_1.tres
Normal file
19
game/data/auras/14_rejuvenation_rank_1.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/rejuvenation.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Rejuvenation"
|
||||
id = 14
|
||||
icon = ExtResource( 2 )
|
||||
time = 30.0
|
||||
tick = 3.0
|
||||
rank = 10
|
||||
aura_type = 1
|
||||
text_name = "Rejuvenation"
|
||||
text_description = "Heals you for 400 to 450 every 3 sec for 30 sec."
|
||||
heal_enabled = true
|
||||
heal_min = 400
|
||||
heal_max = 450
|
||||
script = ExtResource( 1 )
|
18
game/data/auras/15_close_wounds_rank_1.tres
Normal file
18
game/data/auras/15_close_wounds_rank_1.tres
Normal file
@ -0,0 +1,18 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/close_wounds.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Close Wounds"
|
||||
id = 15
|
||||
icon = ExtResource( 2 )
|
||||
time = 21.0
|
||||
tick = 3.0
|
||||
aura_type = 1
|
||||
text_name = "Close Wounds"
|
||||
text_description = "Heals you for 720 to 780 every 3 sec for 21 sec."
|
||||
heal_enabled = true
|
||||
heal_min = 720
|
||||
heal_max = 780
|
||||
script = ExtResource( 1 )
|
19
game/data/auras/16_ironbark_rank_1.tres
Normal file
19
game/data/auras/16_ironbark_rank_1.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/ironbark.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Ironbark"
|
||||
id = 16
|
||||
icon = ExtResource( 2 )
|
||||
time = 6.0
|
||||
aura_type = 1
|
||||
text_name = "Ironbark"
|
||||
text_description = "Reduces damage taken by 70%. This spell is not on the global cooldown."
|
||||
attribute_count = 1
|
||||
StatModAttribute_0/stat = 24
|
||||
StatModAttribute_0/base_mod = 0.0
|
||||
StatModAttribute_0/bonus_mod = 0.0
|
||||
StatModAttribute_0/percent_mod = -70.0
|
||||
script = ExtResource( 1 )
|
21
game/data/auras/17_natures_swiftness_rank_1.tres
Normal file
21
game/data/auras/17_natures_swiftness_rank_1.tres
Normal file
@ -0,0 +1,21 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://data/icons/naturalist/natures_swiftness.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://data/effect_data/natures_swiftness.tres" type="SpellEffectVisual" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Nature's Swiftness"
|
||||
id = 17
|
||||
icon = ExtResource( 1 )
|
||||
time = 10.0
|
||||
aura_type = 1
|
||||
text_name = "Nature's Swiftness"
|
||||
text_description = "Increases your movement speed by 60% for 6 sec. This spell is not on the global cooldown."
|
||||
visual_spell_effects = ExtResource( 3 )
|
||||
attribute_count = 1
|
||||
StatModAttribute_0/stat = 1
|
||||
StatModAttribute_0/base_mod = 0.0
|
||||
StatModAttribute_0/bonus_mod = 0.0
|
||||
StatModAttribute_0/percent_mod = 60.0
|
||||
script = ExtResource( 2 )
|
11
game/data/auras/1_test1.tres
Normal file
11
game/data/auras/1_test1.tres
Normal file
@ -0,0 +1,11 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/amplify_pain.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
id = 1
|
||||
icon = ExtResource( 2 )
|
||||
aura_type = 1
|
||||
text_description = "Test"
|
||||
script = ExtResource( 1 )
|
13
game/data/auras/20_root_rank_1.tres
Normal file
13
game/data/auras/20_root_rank_1.tres
Normal file
@ -0,0 +1,13 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/root.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
id = 20
|
||||
icon = ExtResource( 2 )
|
||||
time = 10.0
|
||||
debuff = true
|
||||
aura_type = 1
|
||||
states_add = 4
|
||||
script = ExtResource( 1 )
|
28
game/data/auras/21_aspect_of_scorpions.tres
Normal file
28
game/data/auras/21_aspect_of_scorpions.tres
Normal file
@ -0,0 +1,28 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_scorpions.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/1_aspect_of_scorpions.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Scorpions"
|
||||
id = 21
|
||||
icon = ExtResource( 2 )
|
||||
time = 30.0
|
||||
tick = 3.0
|
||||
debuff = true
|
||||
rank = 1
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Scorpions"
|
||||
text_description = "Deals 340 to 380 damage every 3 sec, and increases damage taken by 10% for 30 sec."
|
||||
damage_enabled = true
|
||||
damage_type = 8
|
||||
damage_min = 10
|
||||
damage_max = 20
|
||||
attribute_count = 1
|
||||
StatModAttribute_0/stat = 24
|
||||
StatModAttribute_0/base_mod = 0.0
|
||||
StatModAttribute_0/bonus_mod = 0.0
|
||||
StatModAttribute_0/percent_mod = 10.0
|
||||
script = ExtResource( 1 )
|
23
game/data/auras/22_aspect_of_wasps.tres
Normal file
23
game/data/auras/22_aspect_of_wasps.tres
Normal file
@ -0,0 +1,23 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_wasps.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/2_aspect_of_wasps.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wasps"
|
||||
id = 22
|
||||
icon = ExtResource( 2 )
|
||||
time = 21.0
|
||||
tick = 1.0
|
||||
debuff = true
|
||||
rank = 1
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Wasps"
|
||||
text_description = "Deals 230 to 270 damage every 3 sec, this damage increases over the duration, for 21 sec."
|
||||
damage_enabled = true
|
||||
damage_type = 16
|
||||
damage_min = 6
|
||||
damage_max = 7
|
||||
script = ExtResource( 1 )
|
32
game/data/auras/23_aspect_of_wolves.tres
Normal file
32
game/data/auras/23_aspect_of_wolves.tres
Normal file
@ -0,0 +1,32 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_wolves.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/3_aspect_of_wolves.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wolves"
|
||||
id = 23
|
||||
icon = ExtResource( 2 )
|
||||
time = 22.0
|
||||
tick = 2.0
|
||||
debuff = true
|
||||
rank = 1
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Wolves"
|
||||
text_description = "Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec."
|
||||
damage_enabled = true
|
||||
damage_type = 16
|
||||
damage_min = 10
|
||||
damage_max = 12
|
||||
attribute_count = 2
|
||||
StatModAttribute_0/stat = 26
|
||||
StatModAttribute_0/base_mod = 0.0
|
||||
StatModAttribute_0/bonus_mod = 0.0
|
||||
StatModAttribute_0/percent_mod = -10.0
|
||||
StatModAttribute_1/stat = 27
|
||||
StatModAttribute_1/base_mod = 0.0
|
||||
StatModAttribute_1/bonus_mod = 0.0
|
||||
StatModAttribute_1/percent_mod = -10.0
|
||||
script = ExtResource( 1 )
|
23
game/data/auras/24_aspect_of_bees.tres
Normal file
23
game/data/auras/24_aspect_of_bees.tres
Normal file
@ -0,0 +1,23 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/icons/naturalist/aspect_of_bees.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://data/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Bees"
|
||||
id = 24
|
||||
icon = ExtResource( 2 )
|
||||
time = 21.0
|
||||
tick = 3.0
|
||||
debuff = true
|
||||
rank = 1
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
text_name = "Aspect of Bees"
|
||||
text_description = "Deals 460 to 540 damage every 3 sec, healing you for 80% of the damage."
|
||||
damage_enabled = true
|
||||
damage_type = 16
|
||||
damage_min = 60
|
||||
damage_max = 80
|
||||
script = ExtResource( 1 )
|
69
game/data/basic_models/ship_base.dae
Normal file
69
game/data/basic_models/ship_base.dae
Normal file
@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-11-05T20:05:32Z</created>
|
||||
<modified>2019-11-05T20:05:32Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-2" name="Cube.001">
|
||||
<mesh>
|
||||
<source id="id-mesh-2-positions">
|
||||
<float_array id="id-mesh-2-positions-array" count="12"> 0.9985207319259644 0.005162975750863552 -0.9978580474853516 0.9985207319259644 0.005162975750863552 1.0021419525146484 -1.0014792680740356 0.005162975750863552 1.0021419525146484 -1.0014792680740356 0.005162975750863552 -0.9978580474853516</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-2-positions-array" count="4" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-2-normals">
|
||||
<float_array id="id-mesh-2-normals-array" count="12"> 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-2-normals-array" count="4" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-2-texcoord-0">
|
||||
<float_array id="id-mesh-2-texcoord-0-array" count="8"> 0.9998998641967773 0.00010007619857788086 0.9998999834060669 0.9998998641967773 0.00010007619857788086 0.9998999834060669 0.00010001659393310547 0.00010004639625549316</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-2-texcoord-0-array" count="4" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-2-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-2-positions"/>
|
||||
</vertices>
|
||||
<polygons count="1">
|
||||
<input semantic="VERTEX" source="#id-mesh-2-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-2-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-2-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 3 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="Cube" name="Cube" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-2">
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/basic_models/ship_base.dae.import
Normal file
16
game/data/basic_models/ship_base.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/ship_base.dae-11eb9fc872bb243a59261a3713d95ba8.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/basic_models/ship_base.dae"
|
||||
dest_files=[ "res://.import/ship_base.dae-11eb9fc872bb243a59261a3713d95ba8.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, 0 )
|
||||
scale=Vector3( 1, 1, 1 )
|
7
game/data/biomes/1_test.tres
Normal file
7
game/data/biomes/1_test.tres
Normal file
@ -0,0 +1,7 @@
|
||||
[gd_resource type="BiomeData" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/biomes/simple_biome.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
target_script = ExtResource( 1 )
|
||||
voxel_surfaces = [ null, null, null, null ]
|
9
game/data/biomes/2_tdungb.tres
Normal file
9
game/data/biomes/2_tdungb.tres
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_resource type="BiomeData" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/biomes/simple_biome.gd" type="Script" id=1]
|
||||
[ext_resource path="res://data/dungeons/1_test.tres" type="DungeonData" id=2]
|
||||
|
||||
[resource]
|
||||
target_script = ExtResource( 1 )
|
||||
dungeon_datas = [ ExtResource( 2 ) ]
|
||||
voxel_surfaces = [ null, null, null, null ]
|
BIN
game/data/character_models/huf_calf.blend
Normal file
BIN
game/data/character_models/huf_calf.blend
Normal file
Binary file not shown.
152
game/data/character_models/huf_calf.dae
Normal file
152
game/data/character_models/huf_calf.dae
Normal file
File diff suppressed because one or more lines are too long
16
game/data/character_models/huf_calf.dae.import
Normal file
16
game/data/character_models/huf_calf.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_calf.dae-2406a84fea50f75097245c707b0365bf.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_calf.dae"
|
||||
dest_files=[ "res://.import/huf_calf.dae-2406a84fea50f75097245c707b0365bf.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
164
game/data/character_models/huf_chest.dae
Normal file
164
game/data/character_models/huf_chest.dae
Normal file
@ -0,0 +1,164 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-06-27T17:20:06Z</created>
|
||||
<modified>2019-06-27T17:20:06Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_images>
|
||||
<image id="id-image-3" name="Spine1.png">
|
||||
<init_from>../male_dae/Spine1.png</init_from>
|
||||
</image>
|
||||
</library_images>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<newparam sid="id-fx_surf-4">
|
||||
<surface type="2D">
|
||||
<init_from>id-image-3</init_from>
|
||||
<format>A8R8G8B8</format>
|
||||
</surface>
|
||||
</newparam>
|
||||
<newparam sid="id-fx_sampler-5">
|
||||
<sampler2D>
|
||||
<source>id-fx_surf-4</source>
|
||||
</sampler2D>
|
||||
</newparam>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<texture texture="id-fx_sampler-5" texcoord="CHANNEL1"/>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 1.0 1.0 1.0 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>4.0</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>0</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-6" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-7" name="Geometry_n27042">
|
||||
<mesh>
|
||||
<source id="id-mesh-7-positions">
|
||||
<float_array id="id-mesh-7-positions-array" count="192"> 6.0 14.0 12.0 -6.0 0.0 12.0 6.0 0.0 12.0 -6.0 14.0 12.0 -6.0 0.0 10.0 -6.0 0.0 12.0 -8.0 0.0 10.0 8.0 0.0 10.0 6.0 0.0 12.0 6.0 0.0 10.0 6.0 14.0 -12.0 -6.0 14.0 12.0 6.0 14.0 12.0 -6.0 14.0 -12.0 -6.0 14.0 -10.0 -8.0 14.0 10.0 -6.0 14.0 10.0 -8.0 14.0 -10.0 8.0 14.0 -10.0 6.0 14.0 10.0 8.0 14.0 10.0 6.0 14.0 -10.0 -6.0 14.0 12.0 -6.0 0.0 12.0 -6.0 14.0 12.0 -8.0 14.0 10.0 -8.0 0.0 10.0 -8.0 0.0 -10.0 -8.0 14.0 10.0 -8.0 14.0 -10.0 -8.0 0.0 10.0 -6.0 0.0 -10.0 -8.0 0.0 -10.0 -6.0 0.0 -12.0 6.0 14.0 12.0 6.0 0.0 12.0 8.0 0.0 10.0 8.0 14.0 10.0 6.0 14.0 12.0 8.0 14.0 -10.0 8.0 0.0 10.0 8.0 0.0 -10.0 8.0 14.0 10.0 6.0 0.0 -12.0 8.0 0.0 -10.0 6.0 0.0 -10.0 6.0 0.0 12.0 -6.0 0.0 -12.0 6.0 0.0 -12.0 -6.0 0.0 12.0 -6.0 14.0 -12.0 -6.0 14.0 -12.0 -6.0 0.0 -12.0 -8.0 0.0 -10.0 -8.0 14.0 -10.0 6.0 14.0 -12.0 8.0 14.0 -10.0 8.0 0.0 -10.0 6.0 0.0 -12.0 6.0 14.0 -12.0 -6.0 14.0 -12.0 6.0 0.0 -12.0 -6.0 0.0 -12.0 6.0 14.0 -12.0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-7-positions-array" count="64" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-7-normals">
|
||||
<float_array id="id-mesh-7-normals-array" count="192"> 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 -0.7071067690849304 0.0 0.7071067690849304 -0.7071067690849304 0.0 0.7071067690849304 -0.7071067690849304 0.0 0.7071067690849304 -0.7071067690849304 0.0 0.7071067690849304 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.7071067690849304 0.0 0.7071067690849304 0.7071067690849304 0.0 0.7071067690849304 0.7071067690849304 0.0 0.7071067690849304 0.7071067690849304 0.0 0.7071067690849304 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 -0.7071067690849304 0.0 -0.7071067690849304 -0.7071067690849304 0.0 -0.7071067690849304 -0.7071067690849304 0.0 -0.7071067690849304 -0.7071067690849304 0.0 -0.7071067690849304 0.0 1.0 0.0 0.7071067690849304 0.0 -0.7071067690849304 0.7071067690849304 0.0 -0.7071067690849304 0.7071067690849304 0.0 -0.7071067690849304 0.7071067690849304 0.0 -0.7071067690849304 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-7-normals-array" count="64" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-7-texcoord-0">
|
||||
<float_array id="id-mesh-7-texcoord-0-array" count="128"> 0.48334234952926636 0.516657829284668 0.7246348857879639 0.7981657981872559 0.48334237933158875 0.7981658577919006 0.7246348857879639 0.516657829284668 0.8462904691696167 0.44262343645095825 0.846276581287384 0.4828387498855591 0.8060751557350159 0.4426095485687256 0.8871771097183228 0.4426373839378357 0.8469479084014893 0.48283883929252625 0.8469617366790771 0.4426235258579254 0.0002524075098335743 0.7579504251480103 0.48283761739730835 0.516657829284668 0.48283761739730835 0.7579504251480103 0.0002523681614547968 0.5166578888893127 0.8878203630447388 0.040467895567417145 0.9280356168746948 0.4426228404045105 0.8878204226493835 0.4426228106021881 0.9280359745025635 0.04046791419386864 0.9911173582077026 0.4471968114376068 0.9509018063545227 0.04504188895225525 0.991117000579834 0.04504188895225525 0.9509017467498779 0.4471968114376068 0.8878204226493835 0.4828380346298218 0.28176039457321167 0.5161530375480652 0.0002523681614547968 0.5161531567573547 0.0002523681614547968 0.4592798948287964 0.2817603647708893 0.4592798948287964 0.28176039457321167 0.05712559446692467 0.0002523681614547968 0.4592798948287964 0.00025242718402296305 0.05712559446692467 0.2817603647708893 0.4592798948287964 0.8464292883872986 0.040467679500579834 0.8062139749526978 0.040453750640153885 0.8464431762695312 0.0002523681614547968 0.9509018063545227 0.004826724529266357 0.28226515650749207 0.5161531567573547 0.2822651267051697 0.459279865026474 0.5637731552124023 0.459279865026474 0.5637731552124023 0.5161529779434204 0.5637731552124023 0.057125575840473175 0.2822651267051697 0.459279865026474 0.28226515650749207 0.05712559446692467 0.5637731552124023 0.459279865026474 0.8471142649650574 0.0002523681614547968 0.8873156905174255 0.0404815673828125 0.8471003174781799 0.040467679500579834 0.8055704832077026 0.4828375279903412 0.5642779469490051 0.0002523681614547968 0.8055704832077026 0.0002523681614547968 0.5642779469490051 0.4828375279903412 0.8878204226493835 0.0002523681614547968 0.00025238783564418554 0.0002524862065911293 0.28176039457321167 0.0002523681614547968 0.28176039457321167 0.05712559446692467 0.00025242718402296305 0.05712559446692467 0.9509018063545227 0.4874124228954315 0.5637731552124023 0.057125575840473175 0.28226515650749207 0.05712559446692467 0.28226515650749207 0.0002523681614547968 0.5637730956077576 0.00025246653240174055 0.2817603647708893 0.7584550976753235 0.0002523681614547968 0.9997476935386658 0.00025238783564418554 0.7584550976753235 0.28176039457321167 0.9997476935386658</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-7-texcoord-0-array" count="64" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-7-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-7-positions"/>
|
||||
</vertices>
|
||||
<polygons count="32" material="id-trimat-8">
|
||||
<input semantic="VERTEX" source="#id-mesh-7-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-7-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-7-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 0 3 1 </p>
|
||||
<p> 4 5 6 </p>
|
||||
<p> 7 8 9 </p>
|
||||
<p> 10 11 12 </p>
|
||||
<p> 10 13 11 </p>
|
||||
<p> 14 15 16 </p>
|
||||
<p> 14 17 15 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 18 21 19 </p>
|
||||
<p> 16 15 22 </p>
|
||||
<p> 23 24 25 26 </p>
|
||||
<p> 27 28 29 </p>
|
||||
<p> 27 30 28 </p>
|
||||
<p> 31 32 33 </p>
|
||||
<p> 19 34 20 </p>
|
||||
<p> 35 36 37 38 </p>
|
||||
<p> 39 40 41 </p>
|
||||
<p> 42 40 39 </p>
|
||||
<p> 43 44 45 </p>
|
||||
<p> 46 47 48 </p>
|
||||
<p> 49 47 46 </p>
|
||||
<p> 4 32 31 </p>
|
||||
<p> 6 32 4 </p>
|
||||
<p> 7 45 44 </p>
|
||||
<p> 9 45 7 </p>
|
||||
<p> 17 14 50 </p>
|
||||
<p> 51 52 53 54 </p>
|
||||
<p> 18 55 21 </p>
|
||||
<p> 56 57 58 59 </p>
|
||||
<p> 60 61 62 </p>
|
||||
<p> 63 61 60 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot (9)" name="foot (9)" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-7">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-8" target="#id-material-6"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/huf_chest.dae.import
Normal file
16
game/data/character_models/huf_chest.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_chest.dae-dce4888a3614744d05db1359e9281189.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_chest.dae"
|
||||
dest_files=[ "res://.import/huf_chest.dae-dce4888a3614744d05db1359e9281189.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_finger.blend
Normal file
BIN
game/data/character_models/huf_finger.blend
Normal file
Binary file not shown.
132
game/data/character_models/huf_finger.dae
Normal file
132
game/data/character_models/huf_finger.dae
Normal file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:34:31Z</created>
|
||||
<modified>2019-10-26T16:34:31Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n21306">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="120"> 1.7886371612548828 3.0 0.6599506139755249 -0.2113627791404724 -5.540107395063387e-08 0.6599506139755249 1.7886371612548828 -5.540107395063387e-08 0.6599506139755249 -0.2113627791404724 3.0 0.6599506139755249 1.7886371612548828 3.0 0.6599506139755249 1.7886371612548828 3.0 -1.340049386024475 0.7886371612548828 3.327922821044922 -0.3400494456291199 -0.2113627791404724 3.0 0.6599506139755249 1.7886371612548828 3.0 0.6599506139755249 0.7886371612548828 3.327922821044922 -0.3400494456291199 -0.2113627791404724 -5.540107395063387e-08 -1.340049386024475 -0.2113627791404724 3.0 0.6599506139755249 -0.2113627791404724 3.0 -1.340049386024475 -0.2113627791404724 -5.540107395063387e-08 0.6599506139755249 1.7886371612548828 3.0 -1.340049386024475 1.7886371612548828 -5.540107395063387e-08 0.6599506139755249 1.7886371612548828 -5.540107395063387e-08 -1.340049386024475 1.7886371612548828 3.0 0.6599506139755249 -0.2113627791404724 -5.540107395063387e-08 -1.340049386024475 0.7886371612548828 -0.40049248933792114 -0.3400493264198303 -0.2113627791404724 -5.540107395063387e-08 0.6599506139755249 -0.2113627791404724 -5.540107395063387e-08 0.6599506139755249 0.7886371612548828 -0.40049248933792114 -0.3400493264198303 1.7886371612548828 -5.540107395063387e-08 0.6599506139755249 -0.2113627791404724 3.0 -1.340049386024475 1.7886371612548828 -5.540107395063387e-08 -1.340049386024475 -0.2113627791404724 -5.540107395063387e-08 -1.340049386024475 1.7886371612548828 3.0 -1.340049386024475 -0.2113627791404724 3.0 -1.340049386024475 0.7886371612548828 3.327922821044922 -0.3400494456291199 1.7886371612548828 3.0 -1.340049386024475 -0.2113627791404724 3.0 0.6599506139755249 0.7886371612548828 3.327922821044922 -0.3400494456291199 -0.2113627791404724 3.0 -1.340049386024475 -0.2113627791404724 -5.540107395063387e-08 -1.340049386024475 1.7886371612548828 -5.540107395063387e-08 -1.340049386024475 0.7886371612548828 -0.40049248933792114 -0.3400493264198303 1.7886371612548828 -5.540107395063387e-08 -1.340049386024475 1.7886371612548828 -5.540107395063387e-08 0.6599506139755249 0.7886371612548828 -0.40049248933792114 -0.3400493264198303</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="40" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="120"> 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.31159695982933044 0.9502144455909729 0.0 0.31159695982933044 0.9502144455909729 0.0 0.31159695982933044 0.9502144455909729 0.0 0.0 0.9502144455909729 0.3115967810153961 0.0 0.9502144455909729 0.3115967810153961 0.0 0.9502144455909729 0.3115967810153961 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 -0.3717847764492035 -0.928318977355957 0.0 -0.3717847764492035 -0.928318977355957 0.0 -0.3717847764492035 -0.928318977355957 0.0 0.0 -0.928318977355957 0.3717847764492035 0.0 -0.928318977355957 0.3717847764492035 0.0 -0.928318977355957 0.3717847764492035 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.9502144455909729 -0.3115968108177185 0.0 0.9502144455909729 -0.3115968108177185 0.0 0.9502144455909729 -0.3115968108177185 -0.31159698963165283 0.9502143263816833 0.0 -0.31159698963165283 0.9502143263816833 0.0 -0.31159698963165283 0.9502143263816833 0.0 0.0 -0.928318977355957 -0.3717847168445587 0.0 -0.928318977355957 -0.3717847168445587 0.0 -0.928318977355957 -0.3717847168445587 0.37178468704223633 -0.9283190369606018 0.0 0.37178468704223633 -0.9283190369606018 0.0 0.37178468704223633 -0.9283190369606018 0.0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="40" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="80"> 0.42512160539627075 0.0001972422905964777 0.0001972422905964777 0.28348010778427124 0.0001972422905964777 0.00019726782920770347 0.42512160539627075 0.28348010778427124 0.7091934084892273 0.5744838714599609 0.7091935276985168 0.28387460112571716 0.8544980883598328 0.429179310798645 0.9998027682304382 0.5744839310646057 0.7091934084892273 0.5744838714599609 0.8544980883598328 0.429179310798645 0.0001972422905964777 0.567157506942749 0.425121545791626 0.28387466073036194 0.425121545791626 0.567157506942749 0.00019725931633729488 0.28387460112571716 0.708798885345459 0.708798885345459 0.4255160987377167 0.28387460112571716 0.708798885345459 0.28387460112571716 0.4255160689353943 0.708798885345459 0.0001972422905964777 0.5675519704818726 0.14720550179481506 0.7145602107048035 0.00019725931633729488 0.8615683913230896 0.00019725931633729488 0.8615683913230896 0.14720550179481506 0.7145602107048035 0.2942137122154236 0.8615683913230896 0.4255160689353943 0.28348007798194885 0.8504403829574585 0.00019728484039660543 0.8504403829574585 0.28348010778427124 0.4255160689353943 0.0001972422905964777 0.9998027682304382 0.28387463092803955 0.8544980883598328 0.429179310798645 0.7091935276985168 0.28387460112571716 0.9998027682304382 0.5744839310646057 0.8544980883598328 0.429179310798645 0.9998027682304382 0.28387463092803955 0.0001972422905964777 0.5675519704818726 0.2942137122154236 0.5675519704818726 0.14720550179481506 0.7145602107048035 0.2942137122154236 0.5675519704818726 0.2942137122154236 0.8615683913230896 0.14720550179481506 0.7145602107048035</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="40" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="16" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 0 3 1 </p>
|
||||
<p> 4 5 6 </p>
|
||||
<p> 7 8 9 </p>
|
||||
<p> 10 11 12 </p>
|
||||
<p> 10 13 11 </p>
|
||||
<p> 14 15 16 </p>
|
||||
<p> 17 15 14 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 21 22 23 </p>
|
||||
<p> 24 25 26 </p>
|
||||
<p> 27 25 24 </p>
|
||||
<p> 28 29 30 </p>
|
||||
<p> 31 32 33 </p>
|
||||
<p> 34 35 36 </p>
|
||||
<p> 37 38 39 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="GameObject" name="GameObject" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/huf_finger.dae.import
Normal file
16
game/data/character_models/huf_finger.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_finger.dae-1081d7b4a1262c3764cabb0305687ec5.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_finger.dae"
|
||||
dest_files=[ "res://.import/huf_finger.dae-1081d7b4a1262c3764cabb0305687ec5.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_fingers.blend
Normal file
BIN
game/data/character_models/huf_fingers.blend
Normal file
Binary file not shown.
132
game/data/character_models/huf_fingers.dae
Normal file
132
game/data/character_models/huf_fingers.dae
Normal file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:34:50Z</created>
|
||||
<modified>2019-10-26T16:34:50Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n21306">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="138"> 2.721693754196167 3.4303247928619385 3.034485340118408 0.402802050113678 0.03169350326061249 3.0344855785369873 2.721693754196167 0.03169350326061249 3.0344855785369873 2.721693754196167 3.4303247928619385 3.034485340118408 0.402802050113678 3.4303247928619385 3.034485340118408 0.402802050113678 0.03169350326061249 3.0344855785369873 2.721693754196167 3.4303247928619385 3.034485340118408 2.721693754196167 3.430323839187622 -3.0394952297210693 1.5622478723526 4.015072345733643 -0.00250492081977427 0.402802050113678 3.430323839187622 -3.0394952297210693 1.5622478723526 4.015072345733643 -0.00250492081977427 2.721693754196167 3.430323839187622 -3.0394952297210693 0.402802050113678 0.03169269487261772 -3.0394949913024902 0.402802050113678 3.4303247928619385 3.034485340118408 0.402802050113678 3.430323839187622 -3.0394952297210693 0.402802050113678 0.03169269487261772 -3.0394949913024902 0.402802050113678 0.03169350326061249 3.0344855785369873 0.402802050113678 3.4303247928619385 3.034485340118408 2.721693754196167 3.430323839187622 -3.0394952297210693 2.721693754196167 0.03169350326061249 3.0344855785369873 2.721693754196167 0.03169269487261772 -3.0394949913024902 2.721693754196167 3.4303247928619385 3.034485340118408 0.402802050113678 0.03169269487261772 -3.0394949913024902 1.5622478723526 -0.6145361065864563 -0.0025044819340109825 0.402802050113678 0.03169350326061249 3.0344855785369873 0.402802050113678 0.03169350326061249 3.0344855785369873 1.5622478723526 -0.6145361065864563 -0.0025044819340109825 2.721693754196167 0.03169350326061249 3.0344855785369873 0.402802050113678 3.430323839187622 -3.0394952297210693 2.721693754196167 0.03169269487261772 -3.0394949913024902 0.402802050113678 0.03169269487261772 -3.0394949913024902 2.721693754196167 3.430323839187622 -3.0394952297210693 2.721693754196167 0.03169269487261772 -3.0394949913024902 0.402802050113678 3.430323839187622 -3.0394952297210693 0.402802050113678 3.4303247928619385 3.034485340118408 2.721693754196167 3.4303247928619385 3.034485340118408 1.5622478723526 4.015072345733643 -0.00250492081977427 0.402802050113678 3.430323839187622 -3.0394952297210693 0.402802050113678 3.4303247928619385 3.034485340118408 1.5622478723526 4.015072345733643 -0.00250492081977427 0.402802050113678 0.03169269487261772 -3.0394949913024902 2.721693754196167 0.03169269487261772 -3.0394949913024902 1.5622478723526 -0.6145361065864563 -0.0025044819340109825 2.721693754196167 0.03169269487261772 -3.0394949913024902 2.721693754196167 0.03169350326061249 3.0344855785369873 1.5622478723526 -0.6145361065864563 -0.0025044819340109825</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="46" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="138"> 0.0 7.015135139454287e-08 1.0 0.0 7.015135139454287e-08 1.0 0.0 7.015135139454287e-08 1.0 0.0 7.015134428911551e-08 0.9999999403953552 0.0 7.015134428911551e-08 0.9999999403953552 0.0 7.015134428911551e-08 0.9999999403953552 0.4503067433834076 0.8928739428520203 -1.209111530897644e-07 0.4503067433834076 0.8928739428520203 -1.209111530897644e-07 0.4503067433834076 0.8928739428520203 -1.209111530897644e-07 0.0 0.9819637537002563 -0.1890692263841629 0.0 0.9819637537002563 -0.1890692263841629 0.0 0.9819637537002563 -0.1890692263841629 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 9.304312875713094e-09 0.0 -1.0 9.304312875713094e-09 0.0 -1.0 9.304312875713094e-09 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 -0.4868471622467041 -0.8734871745109558 1.1828583268425064e-07 -0.4868471622467041 -0.8734871745109558 1.1828583268425064e-07 -0.4868471622467041 -0.8734871745109558 1.1828583268425064e-07 0.0 -0.978101909160614 0.20812657475471497 0.0 -0.978101909160614 0.20812657475471497 0.0 -0.978101909160614 0.20812657475471497 0.0 -7.015134428911551e-08 -0.9999999403953552 0.0 -7.015134428911551e-08 -0.9999999403953552 0.0 -7.015134428911551e-08 -0.9999999403953552 0.0 -7.015135139454287e-08 -0.9999999403953552 0.0 -7.015135139454287e-08 -0.9999999403953552 0.0 -7.015135139454287e-08 -0.9999999403953552 0.0 0.9819638133049011 0.1890689730644226 0.0 0.9819638133049011 0.1890689730644226 0.0 0.9819638133049011 0.1890689730644226 -0.4503067433834076 0.8928739428520203 -1.209111530897644e-07 -0.4503067433834076 0.8928739428520203 -1.209111530897644e-07 -0.4503067433834076 0.8928739428520203 -1.209111530897644e-07 0.0 -0.9781019687652588 -0.20812632143497467 0.0 -0.9781019687652588 -0.20812632143497467 0.0 -0.9781019687652588 -0.20812632143497467 0.4868472218513489 -0.8734871745109558 1.1828584689510535e-07 0.4868472218513489 -0.8734871745109558 1.1828584689510535e-07 0.4868472218513489 -0.8734871745109558 1.1828584689510535e-07</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="46" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="92"> 0.764029324054718 0.00018497165001463145 0.4844920039176941 0.19091376662254333 0.4844920039176941 0.00018499125144444406 0.764029324054718 0.00018497165001463145 0.764029324054718 0.19091376662254333 0.4844920039176941 0.19091376662254333 0.28009232878685 0.49950623512268066 0.28009232878685 0.00018497165001463145 0.3821071684360504 0.24984566867351532 0.48412206768989563 0.00018497165001463145 0.3821071684360504 0.24984566867351532 0.28009232878685 0.00018497165001463145 0.49976980686187744 0.7796769142150879 0.0001850108674261719 0.500139594078064 0.49976980686187744 0.5001396536827087 0.49976980686187744 0.7796769142150879 0.00018497165001463145 0.7796769142150879 0.0001850108674261719 0.500139594078064 0.0001850893022492528 0.4997696578502655 0.2797223627567291 0.00018499125144444406 0.2797223925590515 0.4997696578502655 0.00018497165001463145 0.00018497165001463145 0.5001397728919983 0.5001396536827087 0.6034590005874634 0.7499772906303406 0.5001397728919983 0.9998149871826172 0.5001397728919983 0.9998149871826172 0.6034590005874634 0.7499772906303406 0.7067782878875732 0.9998149871826172 0.675220787525177 0.47082096338272095 0.4844920039176941 0.191283717751503 0.675220787525177 0.1912837028503418 0.4844920039176941 0.47082096338272095 0.4844920039176941 0.191283717751503 0.675220787525177 0.47082096338272095 0.48412206768989563 0.4995062053203583 0.28009232878685 0.49950623512268066 0.3821071684360504 0.24984566867351532 0.48412206768989563 0.00018497165001463145 0.48412206768989563 0.4995062053203583 0.3821071684360504 0.24984566867351532 0.5001397728919983 0.5001396536827087 0.7067782878875732 0.500139594078064 0.6034590005874634 0.7499772906303406 0.7067782878875732 0.500139594078064 0.7067782878875732 0.9998149871826172 0.6034590005874634 0.7499772906303406</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="46" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="16" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 </p>
|
||||
<p> 9 10 11 </p>
|
||||
<p> 12 13 14 </p>
|
||||
<p> 15 16 17 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 21 19 18 </p>
|
||||
<p> 22 23 24 </p>
|
||||
<p> 25 26 27 </p>
|
||||
<p> 28 29 30 </p>
|
||||
<p> 31 32 33 </p>
|
||||
<p> 34 35 36 </p>
|
||||
<p> 37 38 39 </p>
|
||||
<p> 40 41 42 </p>
|
||||
<p> 43 44 45 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="GameObject" name="GameObject" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/huf_fingers.dae.import
Normal file
16
game/data/character_models/huf_fingers.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_fingers.dae-ace0097d7cb208e8d2836b10f454a7c6.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_fingers.dae"
|
||||
dest_files=[ "res://.import/huf_fingers.dae-ace0097d7cb208e8d2836b10f454a7c6.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_foot.blend
Normal file
BIN
game/data/character_models/huf_foot.blend
Normal file
Binary file not shown.
140
game/data/character_models/huf_foot.dae
Normal file
140
game/data/character_models/huf_foot.dae
Normal file
@ -0,0 +1,140 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:35:35Z</created>
|
||||
<modified>2019-10-26T16:35:35Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n22640">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="222"> 19.065866470336914 6.124234199523926 3.589294195175171 19.065866470336914 6.12423038482666 -3.892451286315918 9.5780029296875 6.108541488647461 4.8701677322387695 9.5780029296875 6.108537673950195 -4.734785556793213 9.5780029296875 6.108541488647461 4.8701677322387695 19.065866470336914 6.12423038482666 -3.892451286315918 9.425298690795898 0.43039822578430176 -4.423781871795654 9.425298690795898 0.430401086807251 4.554752826690674 7.410611152648926 -3.1934421062469482 2.995004177093506 7.410611152648926 -3.193444013595581 -2.9950008392333984 7.410611152648926 -3.193444013595581 -2.9950008392333984 0.22260546684265137 -3.1934421062469482 2.995004653930664 0.22260546684265137 -3.193444013595581 -2.9950003623962402 -1.7920818328857422 0.43039798736572266 -4.6717000007629395 -1.7920818328857422 0.4304013252258301 4.676117420196533 -2.183391571044922 6.108537673950195 -5.000000476837158 7.410611152648926 -3.193444013595581 -2.9950008392333984 7.410611152648926 -3.1934421062469482 2.995004177093506 0.22260546684265137 -3.1934421062469482 2.995004653930664 9.425298690795898 0.430401086807251 4.554752826690674 19.065866470336914 3.1920552253723145 -3.8924498558044434 19.065866470336914 3.1920580863952637 3.5892956256866455 9.425298690795898 0.430401086807251 4.554752826690674 9.425298690795898 0.43039822578430176 -4.423781871795654 19.065866470336914 3.1920552253723145 -3.8924498558044434 19.065866470336914 6.12423038482666 -3.892451286315918 19.065866470336914 6.124234199523926 3.589294195175171 19.065866470336914 3.1920552253723145 -3.8924498558044434 -2.183391571044922 6.108537673950195 -5.000000476837158 -2.183391571044922 6.108541488647461 4.999999523162842 9.5780029296875 6.108537673950195 -4.734785556793213 19.065866470336914 3.1920580863952637 3.5892956256866455 9.5780029296875 6.108537673950195 -4.734785556793213 -2.183391571044922 6.108541488647461 4.999999523162842 9.5780029296875 6.108541488647461 4.8701677322387695 -1.7920818328857422 0.43039798736572266 -4.6717000007629395 9.425298690795898 0.43039822578430176 -4.423781871795654 7.410611152648926 -3.193444013595581 -2.9950008392333984 0.22260546684265137 -3.193444013595581 -2.9950003623962402 9.425298690795898 0.430401086807251 4.554752826690674 -1.7920818328857422 0.4304013252258301 4.676117420196533 0.22260546684265137 -3.1934421062469482 2.995004653930664 7.410611152648926 -3.1934421062469482 2.995004177093506 -1.7920818328857422 0.4304013252258301 4.676117420196533 -1.7920818328857422 0.43039798736572266 -4.6717000007629395 0.22260546684265137 -3.193444013595581 -2.9950003623962402 0.22260546684265137 -3.1934421062469482 2.995004653930664 -2.183391571044922 6.108541488647461 4.999999523162842 -2.183391571044922 6.108537673950195 -5.000000476837158 -1.7920818328857422 0.4304013252258301 4.676117420196533 9.425298690795898 0.430401086807251 4.554752826690674 19.065866470336914 3.1920580863952637 3.5892956256866455 19.065866470336914 6.124234199523926 3.589294195175171 19.065866470336914 6.124234199523926 3.589294195175171 9.5780029296875 6.108541488647461 4.8701677322387695 9.425298690795898 0.430401086807251 4.554752826690674 9.425298690795898 0.43039822578430176 -4.423781871795654 19.065866470336914 6.12423038482666 -3.892451286315918 19.065866470336914 3.1920552253723145 -3.8924498558044434 19.065866470336914 6.12423038482666 -3.892451286315918 9.425298690795898 0.43039822578430176 -4.423781871795654 9.5780029296875 6.108537673950195 -4.734785556793213 9.425298690795898 0.430401086807251 4.554752826690674 -2.183391571044922 6.108541488647461 4.999999523162842 -1.7920818328857422 0.4304013252258301 4.676117420196533 -2.183391571044922 6.108541488647461 4.999999523162842 9.425298690795898 0.430401086807251 4.554752826690674 9.5780029296875 6.108541488647461 4.8701677322387695 -1.7920818328857422 0.43039798736572266 -4.6717000007629395 -2.183391571044922 6.108537673950195 -5.000000476837158 9.425298690795898 0.43039822578430176 -4.423781871795654 -2.183391571044922 6.108537673950195 -5.000000476837158 9.5780029296875 6.108537673950195 -4.734785556793213 9.425298690795898 0.43039822578430176 -4.423781871795654</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="74" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="222"> -0.0016540436772629619 0.9999986290931702 -4.2991047166651697e-07 -0.0016540436772629619 0.9999986290931702 -4.2991047166651697e-07 -0.0016540436772629619 0.9999986290931702 -4.2991047166651697e-07 -0.001653940067626536 0.9999986886978149 -4.1859675548039377e-07 -0.001653940067626536 0.9999986886978149 -4.1859675548039377e-07 -0.001653940067626536 0.9999986886978149 -4.1859675548039377e-07 0.8740095496177673 -0.4859086573123932 1.536623699394113e-07 0.8740095496177673 -0.4859086573123932 1.536623699394113e-07 0.8740095496177673 -0.4859086573123932 1.536623699394113e-07 0.8740095496177673 -0.4859086573123932 1.536623699394113e-07 2.1123436387635725e-14 -1.0 2.657943412032182e-07 2.1123436387635725e-14 -1.0 2.657943412032182e-07 2.1123436387635725e-14 -1.0 2.657943412032182e-07 -0.9976337552070618 -0.06875202804803848 2.2406030808497235e-08 -0.9976337552070618 -0.06875202804803848 2.2406030808497235e-08 -0.9976337552070618 -0.06875202804803848 2.2406030808497235e-08 2.1123436387635725e-14 -1.0 3.543924549376243e-07 2.1123436387635725e-14 -1.0 3.543924549376243e-07 2.1123436387635725e-14 -1.0 3.543924549376243e-07 0.27538567781448364 -0.9613338112831116 3.558989760676923e-07 0.27538567781448364 -0.9613338112831116 3.558989760676923e-07 0.27538567781448364 -0.9613338112831116 3.558989760676923e-07 0.27538567781448364 -0.9613338708877563 2.96568003932407e-07 0.27538567781448364 -0.9613338708877563 2.96568003932407e-07 0.27538567781448364 -0.9613338708877563 2.96568003932407e-07 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 8.601995560297837e-09 1.0 -2.594724435311946e-07 8.601995560297837e-09 1.0 -2.594724435311946e-07 8.601995560297837e-09 1.0 -2.594724435311946e-07 1.0 0.0 0.0 -4.384166363280428e-09 1.0 -4.052166104884236e-07 -4.384166363280428e-09 1.0 -4.052166104884236e-07 -4.384166363280428e-09 1.0 -4.052166104884236e-07 0.01238020695745945 -0.39381739497184753 -0.9191052913665771 0.01238020695745945 -0.39381739497184753 -0.9191052913665771 0.01238020695745945 -0.39381739497184753 -0.9191052913665771 0.01238020695745945 -0.39381739497184753 -0.9191052913665771 0.006019482854753733 -0.40819865465164185 0.9128733277320862 0.006019482854753733 -0.40819865465164185 0.9128733277320862 0.006019482854753733 -0.40819865465164185 0.9128733277320862 0.006019482854753733 -0.40819865465164185 0.9128733277320862 -0.8740096688270569 -0.485908567905426 1.649589762564574e-07 -0.8740096688270569 -0.485908567905426 1.649589762564574e-07 -0.8740096688270569 -0.485908567905426 1.649589762564574e-07 -0.8740096688270569 -0.485908567905426 1.649589762564574e-07 -0.9976338148117065 -0.06875205785036087 2.9322647421281545e-08 -0.9976338148117065 -0.06875205785036087 2.9322647421281545e-08 -0.9976338148117065 -0.06875205785036087 2.9322647421281545e-08 0.09964670240879059 4.430324054283119e-07 0.9950228333473206 0.09964670240879059 4.430324054283119e-07 0.9950228333473206 0.09964670240879059 4.430324054283119e-07 0.9950228333473206 0.13365322351455688 -0.05854882299900055 0.989297091960907 0.13365322351455688 -0.05854882299900055 0.989297091960907 0.13365322351455688 -0.05854882299900055 0.989297091960907 0.05503074452280998 -4.78259948977211e-07 -0.9984846711158752 0.05503074452280998 -4.78259948977211e-07 -0.9984846711158752 0.05503074452280998 -4.78259948977211e-07 -0.9984846711158752 0.08838265389204025 -0.05684573948383331 -0.9944631457328796 0.08838265389204025 -0.05684573948383331 -0.9944631457328796 0.08838265389204025 -0.05684573948383331 -0.9944631457328796 0.010801599361002445 -0.05620228871703148 0.9983608722686768 0.010801599361002445 -0.05620228871703148 0.9983608722686768 0.010801599361002445 -0.05620228871703148 0.9983608722686768 0.011020945385098457 -0.055755581706762314 0.9983835816383362 0.011020945385098457 -0.055755581706762314 0.9983835816383362 0.011020945385098457 -0.055755581706762314 0.9983835816383362 0.022060900926589966 -0.056192539632320404 -0.9981761574745178 0.022060900926589966 -0.056192539632320404 -0.9981761574745178 0.022060900926589966 -0.056192539632320404 -0.9981761574745178 0.022509418427944183 -0.055279798805713654 -0.9982171654701233 0.022509418427944183 -0.055279798805713654 -0.9982171654701233 0.022509418427944183 -0.055279798805713654 -0.9982171654701233</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="74" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="148"> 0.00018798629753291607 0.2239556759595871 0.00018808897584676743 0.029041707515716553 0.24736551940441132 0.2573249340057373 0.2473655492067337 0.007097352761775255 0.24736551940441132 0.2573249340057373 0.00018808897584676743 0.029041707515716553 0.6621658802032471 0.556405782699585 0.6621658802032471 0.7903140187263489 0.5541486144065857 0.7496795058250427 0.5541486144065857 0.5936282277107239 0.43952223658561707 0.5219787359237671 0.25226080417633057 0.6780300140380859 0.25226080417633057 0.5219787359237671 0.3602779805660248 0.5130499005317688 0.36027804017066956 0.26952117681503296 0.5085554122924805 0.5216027498245239 0.43952223658561707 0.5219787359237671 0.43952223658561707 0.6780300140380859 0.25226080417633057 0.6780300140380859 0.6621658802032471 0.7903140187263489 0.923423171043396 0.5702480673789978 0.9234231114387512 0.7651619911193848 0.6621658802032471 0.7903140187263489 0.6621658802032471 0.556405782699585 0.923423171043396 0.5702480673789978 0.9998118877410889 0.5702480673789978 0.9998118877410889 0.7651619911193848 0.923423171043396 0.5702480673789978 0.5537726283073425 0.00018798629753291607 0.5537726283073425 0.26070737838745117 0.2473655492067337 0.007097352761775255 0.9234231114387512 0.7651619911193848 0.2473655492067337 0.007097352761775255 0.5537726283073425 0.26070737838745117 0.24736551940441132 0.2573249340057373 0.10372437536716461 0.2714679539203644 0.10373176634311676 0.5637738108634949 0.0018020524876192212 0.5121639370918274 0.00018798629753291607 0.32490941882133484 0.6579849720001221 0.2534913718700409 0.6579813957214355 0.5457428693771362 0.5541486144065857 0.4927843511104584 0.5549732446670532 0.3055247366428375 0.36027804017066956 0.26952117681503296 0.3602779805660248 0.5130499005317688 0.25226080417633057 0.46936869621276855 0.25226080417633057 0.3133174180984497 0.5085554122924805 0.26108336448669434 0.5085554122924805 0.5216027498245239 0.36027804017066956 0.26952117681503296 0.6579849720001221 0.2534913718700409 0.7284048795700073 0.0006495587294921279 0.8047924041748047 0.00018798629753291607 0.8047924041748047 0.00018798629753291607 0.8061420321464539 0.2496040016412735 0.6579849720001221 0.2534913718700409 0.10373176634311676 0.5637738108634949 0.25137439370155334 0.8157175183296204 0.17498590052127838 0.8155073523521423 0.25137439370155334 0.8157175183296204 0.10373176634311676 0.5637738108634949 0.2518848478794098 0.5675683617591858 0.6579849720001221 0.2534913718700409 0.8061420321464539 0.5560297966003418 0.6579813957214355 0.5457428693771362 0.8061420321464539 0.5560297966003418 0.6579849720001221 0.2534913718700409 0.8061420321464539 0.2496040016412735 0.10372437536716461 0.2714679539203644 0.2518848478794098 0.26108336448669434 0.10373176634311676 0.5637738108634949 0.2518848478794098 0.26108336448669434 0.2518848478794098 0.5675683617591858 0.10373176634311676 0.5637738108634949</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="74" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="24" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 9 </p>
|
||||
<p> 10 11 12 </p>
|
||||
<p> 13 14 15 </p>
|
||||
<p> 16 17 18 </p>
|
||||
<p> 19 20 21 </p>
|
||||
<p> 22 23 24 </p>
|
||||
<p> 25 26 27 </p>
|
||||
<p> 28 29 30 </p>
|
||||
<p> 26 31 27 </p>
|
||||
<p> 32 33 34 </p>
|
||||
<p> 35 36 37 38 </p>
|
||||
<p> 39 40 41 42 </p>
|
||||
<p> 43 44 45 46 </p>
|
||||
<p> 47 48 49 </p>
|
||||
<p> 50 51 52 </p>
|
||||
<p> 53 54 55 </p>
|
||||
<p> 56 57 58 </p>
|
||||
<p> 59 60 61 </p>
|
||||
<p> 62 63 64 </p>
|
||||
<p> 65 66 67 </p>
|
||||
<p> 68 69 70 </p>
|
||||
<p> 71 72 73 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot" name="foot" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/huf_foot.dae.import
Normal file
16
game/data/character_models/huf_foot.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_foot.dae-35adefe1dce5a1e7f7f80ba6fabcf6a6.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_foot.dae"
|
||||
dest_files=[ "res://.import/huf_foot.dae-35adefe1dce5a1e7f7f80ba6fabcf6a6.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 1.3, 0, -1.571 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_forearm.blend
Normal file
BIN
game/data/character_models/huf_forearm.blend
Normal file
Binary file not shown.
132
game/data/character_models/huf_forearm.dae
Normal file
132
game/data/character_models/huf_forearm.dae
Normal file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:35:53Z</created>
|
||||
<modified>2019-10-26T16:35:53Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n24446">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="144"> 3.0208749771118164 22.74309730529785 -3.018502712249756 3.025911808013916 0.2514934539794922 -3.1829192638397217 -0.7194194197654724 0.25149330496788025 0.012691855430603027 3.0208749771118164 22.74309730529785 -3.018502712249756 6.52204704284668 0.2514934539794922 0.025932978838682175 3.025911808013916 0.2514934539794922 -3.1829192638397217 6.27518367767334 22.74309730529785 0.03670458123087883 6.52204704284668 0.2514934539794922 0.025932978838682175 3.0208749771118164 22.74309730529785 -3.018502712249756 3.025911808013916 0.2514934539794922 -3.1829192638397217 3.0213897228240967 -0.276827871799469 0.03641104698181152 -0.7194194197654724 0.25149330496788025 0.012691855430603027 6.27518367767334 22.74309730529785 0.03670458123087883 3.0360257625579834 22.74309730529785 3.280247688293457 3.0209481716156006 0.251493364572525 3.4962081909179688 3.0208749771118164 22.74309730529785 -3.018502712249756 -0.7194194197654724 0.25149330496788025 0.012691855430603027 -0.4449899196624756 22.74309730529785 0.00883028656244278 3.0209481716156006 0.251493364572525 3.4962081909179688 6.52204704284668 0.2514934539794922 0.025932978838682175 6.27518367767334 22.74309730529785 0.03670458123087883 3.0209481716156006 0.251493364572525 3.4962081909179688 -0.4449899196624756 22.74309730529785 0.00883028656244278 -0.7194194197654724 0.25149330496788025 0.012691855430603027 3.0360257625579834 22.74309730529785 3.280247688293457 -0.4449899196624756 22.74309730529785 0.00883028656244278 3.0209481716156006 0.251493364572525 3.4962081909179688 3.0209481716156006 0.251493364572525 3.4962081909179688 -0.7194194197654724 0.25149330496788025 0.012691855430603027 3.0213897228240967 -0.276827871799469 0.03641104698181152 3.0213897228240967 -0.276827871799469 0.03641104698181152 3.025911808013916 0.2514934539794922 -3.1829192638397217 6.52204704284668 0.2514934539794922 0.025932978838682175 3.0209481716156006 0.251493364572525 3.4962081909179688 3.0213897228240967 -0.276827871799469 0.03641104698181152 6.52204704284668 0.2514934539794922 0.025932978838682175 3.0360257625579834 22.74309730529785 3.280247688293457 3.030078649520874 23.775440216064453 0.016454607248306274 -0.4449899196624756 22.74309730529785 0.00883028656244278 3.0208749771118164 22.74309730529785 -3.018502712249756 -0.4449899196624756 22.74309730529785 0.00883028656244278 3.030078649520874 23.775440216064453 0.016454607248306274 6.27518367767334 22.74309730529785 0.03670458123087883 3.0208749771118164 22.74309730529785 -3.018502712249756 3.030078649520874 23.775440216064453 0.016454607248306274 3.0360257625579834 22.74309730529785 3.280247688293457 6.27518367767334 22.74309730529785 0.03670458123087883 3.030078649520874 23.775440216064453 0.016454607248306274</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="48" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="144"> -0.6490620970726013 0.005415583960711956 -0.7607161402702332 -0.6490620970726013 0.005415583960711956 -0.7607161402702332 -0.6490620970726013 0.005415583960711956 -0.7607161402702332 0.6761791706085205 0.005536912474781275 -0.7367163896560669 0.6761791706085205 0.005536912474781275 -0.7367163896560669 0.6761791706085205 0.005536912474781275 -0.7367163896560669 0.6844316124916077 0.007861326448619366 -0.7290346622467041 0.6844316124916077 0.007861326448619366 -0.7290346622467041 0.6844316124916077 0.007861326448619366 -0.7290346622467041 -0.1370302140712738 -0.9774608016014099 -0.16060268878936768 -0.1370302140712738 -0.9774608016014099 -0.16060268878936768 -0.1370302140712738 -0.9774608016014099 -0.16060268878936768 0.7075709104537964 0.0063104587607085705 0.7066142559051514 0.7075709104537964 0.0063104587607085705 0.7066142559051514 0.7075709104537964 0.0063104587607085705 0.7066142559051514 -0.6578317284584045 0.007897177711129189 -0.7531235814094543 -0.6578317284584045 0.007897177711129189 -0.7531235814094543 -0.6578317284584045 0.007897177711129189 -0.7531235814094543 0.70395427942276 0.007386328186839819 0.7102068662643433 0.70395427942276 0.007386328186839819 0.7102068662643433 0.70395427942276 0.007386328186839819 0.7102068662643433 -0.6815100312232971 0.008441035635769367 0.7317600846290588 -0.6815100312232971 0.008441035635769367 0.7317600846290588 -0.6815100312232971 0.008441035635769367 0.7317600846290588 -0.6848090887069702 0.007455770391970873 0.7286843657493591 -0.6848090887069702 0.007455770391970873 0.7286843657493591 -0.6848090887069702 0.007455770391970873 0.7286843657493591 -0.13920220732688904 -0.9789190888404846 0.14946605265140533 -0.13920220732688904 -0.9789190888404846 0.14946605265140533 -0.13920220732688904 -0.9789190888404846 0.14946605265140533 0.14684021472930908 -0.9761363863945007 -0.15998657047748566 0.14684021472930908 -0.9761363863945007 -0.15998657047748566 0.14684021472930908 -0.9761363863945007 -0.15998657047748566 0.14799480140209198 -0.9776524305343628 0.14930926263332367 0.14799480140209198 -0.9776524305343628 0.14930926263332367 0.14799480140209198 -0.9776524305343628 0.14930926263332367 -0.27307024598121643 0.9170621037483215 0.29056787490844727 -0.27307024598121643 0.9170621037483215 0.29056787490844727 -0.27307024598121643 0.9170621037483215 0.29056787490844727 -0.27018168568611145 0.9117690920829773 -0.30932050943374634 -0.27018168568611145 0.9117690920829773 -0.30932050943374634 -0.27018168568611145 0.9117690920829773 -0.30932050943374634 0.2900700569152832 0.9057562351226807 -0.30897384881973267 0.2900700569152832 0.9057562351226807 -0.30897384881973267 0.2900700569152832 0.9057562351226807 -0.30897384881973267 0.2886505722999573 0.913009524345398 0.2882612943649292 0.2886505722999573 0.913009524345398 0.2882612943649292 0.2886505722999573 0.913009524345398 0.2882612943649292</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="48" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="96"> 0.00022213153715711087 0.4051676392555237 0.8956282138824463 0.4007665514945984 0.8956282138824463 0.5967659950256348 0.00022144333343021572 0.781822144985199 0.8956276774406433 0.5971817970275879 0.8956276774406433 0.7861002683639526 0.0002079085970763117 0.6041208505630493 0.8956276774406433 0.5971817970275879 0.00022144333343021572 0.781822144985199 0.0015506002819165587 0.9776261448860168 0.09672503918409348 0.8891913294792175 0.19852560758590698 0.9997920393943787 0.0002079085970763117 0.393068790435791 0.0002144083264283836 0.21058078110218048 0.8956249356269836 0.20410466194152832 0.00022213153715711087 0.4051676392555237 0.8956282138824463 0.5967659950256348 0.0002079085970763117 0.588367223739624 0.8956249356269836 0.20410466194152832 0.8956249356269836 0.4003507196903229 0.0002079085970763117 0.393068790435791 0.8956320881843567 0.2036888599395752 0.0002079085970763117 0.008098178543150425 0.8956320881843567 0.0002079085970763117 0.0002147906634490937 0.19827058911323547 0.0002079085970763117 0.008098178543150425 0.8956320881843567 0.2036888599395752 0.19852562248706818 0.7940776944160461 0.19852560758590698 0.9997920393943787 0.09672503918409348 0.8891913294792175 0.09672503918409348 0.8891913294792175 0.0015506002819165587 0.9776261448860168 0.0002079085970763117 0.7865160703659058 0.19852562248706818 0.7940776944160461 0.09672503918409348 0.8891913294792175 0.0002079085970763117 0.7865160703659058 0.39004284143447876 0.9853241443634033 0.29168397188186646 0.8914228081703186 0.39004284143447876 0.7865160703659058 0.19901783764362335 0.8037786483764648 0.39004284143447876 0.7865160703659058 0.29168397188186646 0.8914228081703186 0.1989414244890213 0.9899268746376038 0.19901783764362335 0.8037786483764648 0.29168397188186646 0.8914228081703186 0.39004284143447876 0.9853241443634033 0.1989414244890213 0.9899268746376038 0.29168397188186646 0.8914228081703186</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="48" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="16" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 </p>
|
||||
<p> 9 10 11 </p>
|
||||
<p> 12 13 14 </p>
|
||||
<p> 15 16 17 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 21 22 23 </p>
|
||||
<p> 24 25 26 </p>
|
||||
<p> 27 28 29 </p>
|
||||
<p> 30 31 32 </p>
|
||||
<p> 33 34 35 </p>
|
||||
<p> 36 37 38 </p>
|
||||
<p> 39 40 41 </p>
|
||||
<p> 42 43 44 </p>
|
||||
<p> 45 46 47 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot (4)" name="foot (4)" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/huf_forearm.dae.import
Normal file
16
game/data/character_models/huf_forearm.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_forearm.dae-bee5ecdadc4c6be0c37528fb83e95ebd.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_forearm.dae"
|
||||
dest_files=[ "res://.import/huf_forearm.dae-bee5ecdadc4c6be0c37528fb83e95ebd.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_hand.blend
Normal file
BIN
game/data/character_models/huf_hand.blend
Normal file
Binary file not shown.
142
game/data/character_models/huf_hand.dae
Normal file
142
game/data/character_models/huf_hand.dae
Normal file
@ -0,0 +1,142 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:36:19Z</created>
|
||||
<modified>2019-10-26T16:36:19Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n23530">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="234"> 2.806770086288452 9.729671478271484 3.0444517135620117 0.2460263967514038 9.729671478271484 2.8931288719177246 3.388094902038574 0.878646731376648 2.8852953910827637 0.2460263967514038 9.706267356872559 -3.7628984451293945 -0.3150032162666321 0.7555149793624878 -0.04438414052128792 0.2460263967514038 9.729671478271484 2.8931288719177246 6.166758060455322 1.090924620628357 -0.5734933614730835 3.388094902038574 0.878646731376648 2.8852953910827637 3.031733989715576 -0.09417501091957092 -0.15710660815238953 3.1314024925231934 4.129013538360596 3.0068135261535645 3.388094902038574 0.878646731376648 2.8852953910827637 6.166758060455322 1.090924620628357 -0.5734933614730835 3.388094902038574 0.878646731376648 2.8852953910827637 3.1314024925231934 4.129013538360596 3.0068135261535645 2.806770086288452 9.729671478271484 3.0444517135620117 2.806770086288452 9.729671478271484 3.0444517135620117 2.969086170196533 7.36403226852417 -3.7757911682128906 2.806770086288452 9.696488380432129 -3.779404640197754 0.2460263967514038 9.729671478271484 2.8931288719177246 -0.3150032162666321 0.7555149793624878 -0.04438414052128792 3.388094902038574 0.878646731376648 2.8852953910827637 2.6540708541870117 0.8786457777023315 -3.4434263706207275 3.031733989715576 -0.09417501091957092 -0.15710660815238953 -0.3150032162666321 0.7555149793624878 -0.04438414052128792 -0.3150032162666321 0.7555149793624878 -0.04438414052128792 3.031733989715576 -0.09417501091957092 -0.15710660815238953 3.388094902038574 0.878646731376648 2.8852953910827637 6.166758060455322 1.090924620628357 -0.5734933614730835 3.031733989715576 -0.09417501091957092 -0.15710660815238953 2.6540708541870117 0.8786457777023315 -3.4434263706207275 2.806770086288452 9.696488380432129 -3.779404640197754 0.2460263967514038 9.706267356872559 -3.7628984451293945 1.5263983011245728 10.357232093811035 -0.4431380033493042 0.2460263967514038 9.729671478271484 2.8931288719177246 2.806770086288452 9.729671478271484 3.0444517135620117 1.5263983011245728 10.357232093811035 -0.4431380033493042 2.806770086288452 9.696488380432129 -3.779404640197754 1.5263983011245728 10.357232093811035 -0.4431380033493042 2.806770086288452 9.729671478271484 3.0444517135620117 0.2460263967514038 9.706267356872559 -3.7628984451293945 0.2460263967514038 9.729671478271484 2.8931288719177246 1.5263983011245728 10.357232093811035 -0.4431380033493042 0.34154370427131653 6.167104721069336 -3.683029890060425 0.9530831575393677 6.1584320068359375 -6.245877265930176 2.6540708541870117 0.8786457777023315 -3.4434263706207275 2.969086170196533 7.36403226852417 -3.7757911682128906 6.166758060455322 1.090924620628357 -0.5734933614730835 2.9387881755828857 6.180903434753418 -6.391706466674805 2.9387881755828857 6.180903434753418 -6.391706466674805 2.6540708541870117 0.8786457777023315 -3.4434263706207275 0.9530831575393677 6.1584320068359375 -6.245877265930176 -0.3150032162666321 0.7555149793624878 -0.04438414052128792 0.34154370427131653 6.167104721069336 -3.683029890060425 2.6540708541870117 0.8786457777023315 -3.4434263706207275 0.34154370427131653 6.167104721069336 -3.683029890060425 -0.3150032162666321 0.7555149793624878 -0.04438414052128792 0.2460263967514038 9.706267356872559 -3.7628984451293945 6.166758060455322 1.090924620628357 -0.5734933614730835 2.6540708541870117 0.8786457777023315 -3.4434263706207275 2.9387881755828857 6.180903434753418 -6.391706466674805 0.34154370427131653 6.167104721069336 -3.683029890060425 0.2460263967514038 9.706267356872559 -3.7628984451293945 0.9530831575393677 6.1584320068359375 -6.245877265930176 2.806770086288452 9.696488380432129 -3.779404640197754 2.969086170196533 7.36403226852417 -3.7757911682128906 2.9387881755828857 6.180903434753418 -6.391706466674805 0.9530831575393677 6.1584320068359375 -6.245877265930176 2.806770086288452 9.696488380432129 -3.779404640197754 2.9387881755828857 6.180903434753418 -6.391706466674805 0.9530831575393677 6.1584320068359375 -6.245877265930176 0.2460263967514038 9.706267356872559 -3.7628984451293945 2.806770086288452 9.696488380432129 -3.779404640197754 3.1314024925231934 4.129013538360596 3.0068135261535645 6.166758060455322 1.090924620628357 -0.5734933614730835 2.969086170196533 7.36403226852417 -3.7757911682128906 3.1314024925231934 4.129013538360596 3.0068135261535645 2.969086170196533 7.36403226852417 -3.7757911682128906 2.806770086288452 9.729671478271484 3.0444517135620117</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="78" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="234"> -0.058976396918296814 -0.021819591522216797 0.9980208277702332 -0.058976396918296814 -0.021819591522216797 0.9980208277702332 -0.058976396918296814 -0.021819591522216797 0.9980208277702332 -0.9980469942092896 0.06246593967080116 -0.00021964096231386065 -0.9980469942092896 0.06246593967080116 -0.00021964096231386065 -0.9980469942092896 0.06246593967080116 -0.00021964096231386065 0.3710753917694092 -0.8962160348892212 0.24310441315174103 0.3710753917694092 -0.8962160348892212 0.24310441315174103 0.3710753917694092 -0.8962160348892212 0.24310441315174103 0.7778862118721008 0.03798193112015724 0.6272562742233276 0.7778862118721008 0.03798193112015724 0.6272562742233276 0.7778862118721008 0.03798193112015724 0.6272562742233276 -0.8241533637046814 -0.04397594556212425 -0.5646568536758423 -0.8241533637046814 -0.04397594556212425 -0.5646568536758423 -0.8241533637046814 -0.04397594556212425 -0.5646568536758423 0.9975873231887817 0.06942173838615417 -0.00033759739017114043 0.9975873231887817 0.06942173838615417 -0.00033759739017114043 0.9975873231887817 0.06942173838615417 -0.00033759739017114043 -0.6016491651535034 -0.2142634093761444 0.7694864869117737 -0.6016491651535034 -0.2142634093761444 0.7694864869117737 -0.6016491651535034 -0.2142634093761444 0.7694864869117737 -0.24619919061660767 -0.9366916418075562 -0.24898755550384521 -0.24619919061660767 -0.9366916418075562 -0.24898755550384521 -0.24619919061660767 -0.9366916418075562 -0.24898755550384521 -0.22294341027736664 -0.9206414222717285 0.3204928934574127 -0.22294341027736664 -0.9206414222717285 0.3204928934574127 -0.22294341027736664 -0.9206414222717285 0.3204928934574127 0.30165454745292664 -0.9042122960090637 -0.30233216285705566 0.30165454745292664 -0.9042122960090637 -0.30233216285705566 0.30165454745292664 -0.9042122960090637 -0.30233216285705566 0.0025004211347550154 0.9811264276504517 -0.19335125386714935 0.0025004211347550154 0.9811264276504517 -0.19335125386714935 0.0025004211347550154 0.9811264276504517 -0.19335125386714935 -0.010689187794923782 0.983445942401886 0.18088626861572266 -0.010689187794923782 0.983445942401886 0.18088626861572266 -0.010689187794923782 0.983445942401886 0.18088626861572266 0.4496265649795532 0.8932060599327087 -0.004343436099588871 0.4496265649795532 0.8932060599327087 -0.004343436099588871 0.4496265649795532 0.8932060599327087 -0.004343436099588871 -0.4467114508152008 0.8946725726127625 -0.0031457135919481516 -0.4467114508152008 0.8946725726127625 -0.0031457135919481516 -0.4467114508152008 0.8946725726127625 -0.0031457135919481516 -0.891954779624939 -0.39961400628089905 -0.21148350834846497 -0.891954779624939 -0.39961400628089905 -0.21148350834846497 -0.891954779624939 -0.39961400628089905 -0.21148350834846497 0.9105055928230286 0.3726927936077118 -0.17910760641098022 0.9105055928230286 0.3726927936077118 -0.17910760641098022 0.9105055928230286 0.3726927936077118 -0.17910760641098022 -0.05870920792222023 -0.48271992802619934 -0.8738046884536743 -0.05870920792222023 -0.48271992802619934 -0.8738046884536743 -0.05870920792222023 -0.48271992802619934 -0.8738046884536743 -0.7033063769340515 -0.3359256982803345 -0.626509428024292 -0.7033063769340515 -0.3359256982803345 -0.626509428024292 -0.7033063769340515 -0.3359256982803345 -0.626509428024292 -0.9744512438774109 -0.03131818026304245 -0.22240526974201202 -0.9744512438774109 -0.03131818026304245 -0.22240526974201202 -0.9744512438774109 -0.03131818026304245 -0.22240526974201202 0.5902296304702759 -0.4162682592868805 -0.6916283965110779 0.5902296304702759 -0.4162682592868805 -0.6916283965110779 0.5902296304702759 -0.4162682592868805 -0.6916283965110779 -0.9722338318824768 -0.03147226944565773 -0.23188528418540955 -0.9722338318824768 -0.03147226944565773 -0.23188528418540955 -0.9722338318824768 -0.03147226944565773 -0.23188528418540955 0.9966742992401123 0.06929218024015427 -0.04288323596119881 0.9966742992401123 0.06929218024015427 -0.04288323596119881 0.9966742992401123 0.06929218024015427 -0.04288323596119881 -0.06562377512454987 0.5935561060905457 -0.8021126985549927 -0.06562377512454987 0.5935561060905457 -0.8021126985549927 -0.06562377512454987 0.5935561060905457 -0.8021126985549927 -0.0030949122738093138 0.5729670524597168 -0.8195725679397583 -0.0030949122738093138 0.5729670524597168 -0.8195725679397583 -0.0030949122738093138 0.5729670524597168 -0.8195725679397583 0.8120554685592651 0.5340477824211121 0.2352849841117859 0.8120554685592651 0.5340477824211121 0.2352849841117859 0.8120554685592651 0.5340477824211121 0.2352849841117859 0.9983189105987549 0.057841069996356964 0.003696698695421219 0.9983189105987549 0.057841069996356964 0.003696698695421219 0.9983189105987549 0.057841069996356964 0.003696698695421219</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="78" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="156"> 0.9997839331626892 0.5228562355041504 0.8850158452987671 0.587982177734375 0.8005629777908325 0.11227048933506012 0.00021604637731797993 0.04388314113020897 0.4640107750892639 0.23269721865653992 0.0012202104553580284 0.3871900737285614 0.2532651722431183 0.47673511505126953 0.2532651722431183 0.7163183689117432 0.1330757886171341 0.6023361086845398 0.8783561587333679 0.26106148958206177 0.8005629777908325 0.11227048933506012 0.9997839331626892 0.00021604637731797993 0.8005629777908325 0.11227048933506012 0.8783561587333679 0.26106148958206177 0.9997839331626892 0.5228562355041504 0.9704052805900574 0.9920774102210999 0.849810779094696 0.6397119164466858 0.9704052805900574 0.6401105523109436 0.0012202104553580284 0.3871900737285614 0.4640107750892639 0.23269721865653992 0.4774515926837921 0.4759542942047119 0.008168826811015606 0.4763863682746887 0.1330757886171341 0.6023361086845398 0.00021604637731797993 0.7203516364097595 0.00021604637731797993 0.7203516364097595 0.1330757886171341 0.6023361086845398 0.2532651722431183 0.7163183689117432 0.2532651722431183 0.47673511505126953 0.1330757886171341 0.6023361086845398 0.008168826811015606 0.4763863682746887 0.39495640993118286 0.8281967639923096 0.2536972761154175 0.8272396326065063 0.3242512047290802 0.6559504866600037 0.2538270354270935 0.48421844840049744 0.39495640993118286 0.4763863682746887 0.3242512047290802 0.6559504866600037 0.39495640993118286 0.8281967639923096 0.3242512047290802 0.6559504866600037 0.39495640993118286 0.4763863682746887 0.2536972761154175 0.8272396326065063 0.2538270354270935 0.48421844840049744 0.3242512047290802 0.6559504866600037 0.47788363695144653 0.18905745446681976 0.6025822758674622 0.22205178439617157 0.5517873167991638 0.505911648273468 0.8001309037208557 0.19725708663463593 0.8001308441162109 0.639279842376709 0.6743777990341187 0.25518184900283813 0.6743777990341187 0.25518184900283813 0.5517873167991638 0.505911648273468 0.6025822758674622 0.22205178439617157 0.4640107750892639 0.23269721865653992 0.18286922574043274 0.044983457773923874 0.4774515926837921 0.00021604637731797993 0.18286922574043274 0.044983457773923874 0.4640107750892639 0.23269721865653992 0.00021604637731797993 0.04388314113020897 0.8001308441162109 0.639279842376709 0.5517873167991638 0.505911648273468 0.6743777990341187 0.25518184900283813 0.47788363695144653 0.18905745446681976 0.6027265191078186 0.00021604637731797993 0.6025822758674622 0.22205178439617157 0.7711129188537598 0.04929892346262932 0.8001309037208557 0.19725708663463593 0.6743777990341187 0.25518184900283813 0.6025822758674622 0.22205178439617157 0.7711129188537598 0.04929892346262932 0.6743777990341187 0.25518184900283813 0.6025822758674622 0.22205178439617157 0.6027265191078186 0.00021604637731797993 0.7711129188537598 0.04929892346262932 0.6810609698295593 0.9887381196022034 0.47788363695144653 0.7840779423713684 0.849810779094696 0.6397119164466858 0.6810609698295593 0.9887381196022034 0.849810779094696 0.6397119164466858 0.9704052805900574 0.9920774102210999</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="78" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="26" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 </p>
|
||||
<p> 9 10 11 </p>
|
||||
<p> 12 13 14 </p>
|
||||
<p> 15 16 17 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 21 22 23 </p>
|
||||
<p> 24 25 26 </p>
|
||||
<p> 27 28 29 </p>
|
||||
<p> 30 31 32 </p>
|
||||
<p> 33 34 35 </p>
|
||||
<p> 36 37 38 </p>
|
||||
<p> 39 40 41 </p>
|
||||
<p> 42 43 44 </p>
|
||||
<p> 45 46 47 </p>
|
||||
<p> 48 49 50 </p>
|
||||
<p> 51 52 53 </p>
|
||||
<p> 54 55 56 </p>
|
||||
<p> 57 58 59 </p>
|
||||
<p> 60 61 62 </p>
|
||||
<p> 63 64 65 </p>
|
||||
<p> 66 67 68 </p>
|
||||
<p> 69 70 71 </p>
|
||||
<p> 72 73 74 </p>
|
||||
<p> 75 76 77 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot (2)" name="foot (2)" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/huf_hand.dae.import
Normal file
16
game/data/character_models/huf_hand.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_hand.dae-c941276dbbdc18a22d21e82280ce9e77.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_hand.dae"
|
||||
dest_files=[ "res://.import/huf_hand.dae-c941276dbbdc18a22d21e82280ce9e77.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_handl.blend
Normal file
BIN
game/data/character_models/huf_handl.blend
Normal file
Binary file not shown.
142
game/data/character_models/huf_handl.dae
Normal file
142
game/data/character_models/huf_handl.dae
Normal file
@ -0,0 +1,142 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:36:36Z</created>
|
||||
<modified>2019-10-26T16:36:36Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n23530">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="234"> 0.46377110481262207 0.7555150985717773 0.018691182136535645 0.32705485820770264 6.181759357452393 -5.7957444190979 0.6304917335510254 9.729669570922852 -3.5847771167755127 -0.9806902408599854 9.706268310546875 3.4908103942871094 0.46377110481262207 0.7555150985717773 0.018691182136535645 0.6304917335510254 9.729669570922852 -3.5847771167755127 -5.953303337097168 1.0909242630004883 -1.0369340181350708 -2.420029878616333 0.8786458969116211 -3.7202467918395996 -2.8107218742370605 -0.09417486190795898 -0.6820616722106934 -3.1552248001098633 4.129012584686279 -3.776017665863037 -2.420029878616333 0.8786458969116211 -3.7202467918395996 -5.953303337097168 1.0909242630004883 -1.0369340181350708 -1.8174667358398438 9.729669570922852 -4.351461410522461 -3.6258885860443115 7.3640336990356445 2.8441667556762695 -3.4692745208740234 9.696489334106445 2.886963367462158 -2.420029878616333 0.8786458969116211 -3.7202467918395996 0.32705485820770264 6.181759357452393 -5.7957444190979 0.46377110481262207 0.7555150985717773 0.018691182136535645 -3.23978853225708 0.8786468505859375 2.59794282913208 -2.8107218742370605 -0.09417486190795898 -0.6820616722106934 0.46377110481262207 0.7555150985717773 0.018691182136535645 0.46377110481262207 0.7555150985717773 0.018691182136535645 -2.8107218742370605 -0.09417486190795898 -0.6820616722106934 -2.420029878616333 0.8786458969116211 -3.7202467918395996 -5.953303337097168 1.0909242630004883 -1.0369340181350708 -2.8107218742370605 -0.09417486190795898 -0.6820616722106934 -3.23978853225708 0.8786468505859375 2.59794282913208 -3.4692745208740234 9.696489334106445 2.886963367462158 -0.9806902408599854 9.706268310546875 3.4908103942871094 -1.4193915128707886 10.357231140136719 -0.42305928468704224 0.6304917335510254 9.729669570922852 -3.5847771167755127 -1.8174667358398438 9.729669570922852 -4.351461410522461 -1.4193915128707886 10.357231140136719 -0.42305928468704224 -3.4692745208740234 9.696489334106445 2.886963367462158 -1.4193915128707886 10.357231140136719 -0.42305928468704224 -1.8174667358398438 9.729669570922852 -4.351461410522461 -0.9806902408599854 9.706268310546875 3.4908103942871094 0.6304917335510254 9.729669570922852 -3.5847771167755127 -1.4193915128707886 10.357231140136719 -0.42305928468704224 -3.6258885860443115 7.3640336990356445 2.8441667556762695 -1.0540337562561035 6.1671061515808105 3.390197277069092 -3.4692745208740234 9.696489334106445 2.886963367462158 0.46377110481262207 0.7555150985717773 0.018691182136535645 -1.0540337562561035 6.1671061515808105 3.390197277069092 -3.23978853225708 0.8786468505859375 2.59794282913208 -1.0540337562561035 6.1671061515808105 3.390197277069092 0.46377110481262207 0.7555150985717773 0.018691182136535645 -0.9806902408599854 9.706268310546875 3.4908103942871094 -1.0540337562561035 6.1671061515808105 3.390197277069092 -3.6258885860443115 7.3640336990356445 2.8441667556762695 -3.23978853225708 0.8786468505859375 2.59794282913208 -5.953303337097168 1.0909242630004883 -1.0369340181350708 -3.23978853225708 0.8786468505859375 2.59794282913208 -3.6258885860443115 7.3640336990356445 2.8441667556762695 -0.9806902408599854 9.706268310546875 3.4908103942871094 -3.4692745208740234 9.696489334106445 2.886963367462158 -1.0540337562561035 6.1671061515808105 3.390197277069092 -3.1552248001098633 4.129012584686279 -3.776017665863037 -5.953303337097168 1.0909242630004883 -1.0369340181350708 -3.6258885860443115 7.3640336990356445 2.8441667556762695 -3.1552248001098633 4.129012584686279 -3.776017665863037 -3.6258885860443115 7.3640336990356445 2.8441667556762695 -1.8174667358398438 9.729669570922852 -4.351461410522461 -2.420029878616333 0.8786458969116211 -3.7202467918395996 -3.1552248001098633 4.129012584686279 -3.776017665863037 -2.118748188018799 6.181759357452393 -6.372318744659424 -3.1552248001098633 4.129012584686279 -3.776017665863037 -1.8174667358398438 9.729669570922852 -4.351461410522461 -2.118748188018799 6.181759357452393 -6.372318744659424 -2.420029878616333 0.8786458969116211 -3.7202467918395996 -2.118748188018799 6.181759357452393 -6.372318744659424 0.32705485820770264 6.181759357452393 -5.7957444190979 0.6304917335510254 9.729669570922852 -3.5847771167755127 -2.118748188018799 6.181759357452393 -6.372318744659424 -1.8174667358398438 9.729669570922852 -4.351461410522461 0.32705485820770264 6.181759357452393 -5.7957444190979 -2.118748188018799 6.181759357452393 -6.372318744659424 0.6304917335510254 9.729669570922852 -3.5847771167755127</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="78" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="234"> 0.9968764185905457 -0.044671639800071716 -0.06512899696826935 0.9968764185905457 -0.044671639800071716 -0.06512899696826935 0.9968764185905457 -0.044671639800071716 -0.06512899696826935 0.9725326299667358 0.0709495097398758 0.22169004380702972 0.9725326299667358 0.0709495097398758 0.22169004380702972 0.9725326299667358 0.0709495097398758 0.22169004380702972 -0.3011930584907532 -0.8962161540985107 -0.32569822669029236 -0.3011930584907532 -0.8962161540985107 -0.32569822669029236 -0.3011930584907532 -0.8962161540985107 -0.32569822669029236 -0.6036593914031982 -0.14997592568397522 -0.7830086350440979 -0.6036593914031982 -0.14997592568397522 -0.7830086350440979 -0.6036593914031982 -0.14997592568397522 -0.7830086350440979 -0.9726570248603821 0.06937650591135025 -0.22164207696914673 -0.9726570248603821 0.06937650591135025 -0.22164207696914673 -0.9726570248603821 0.06937650591135025 -0.22164207696914673 0.655446469783783 -0.5444010496139526 -0.5234666466712952 0.655446469783783 -0.5444010496139526 -0.5234666466712952 0.655446469783783 -0.5444010496139526 -0.5234666466712952 0.17860640585422516 -0.9366915225982666 0.30117881298065186 0.17860640585422516 -0.9366915225982666 0.30117881298065186 0.17860640585422516 -0.9366915225982666 0.30117881298065186 0.2938927412033081 -0.9206415414810181 -0.25699472427368164 0.2938927412033081 -0.9206415414810181 -0.25699472427368164 0.2938927412033081 -0.9206415414810181 -0.25699472427368164 -0.36586707830429077 -0.904212236404419 0.2203216254711151 -0.36586707830429077 -0.904212236404419 0.2203216254711151 -0.36586707830429077 -0.904212236404419 0.2203216254711151 -0.04482562839984894 0.984632134437561 0.16879016160964966 -0.04482562839984894 0.984632134437561 0.16879016160964966 -0.04482562839984894 0.984632134437561 0.16879016160964966 0.0509171299636364 0.9853816628456116 -0.1625743955373764 0.0509171299636364 0.9853816628456116 -0.1625743955373764 0.0509171299636364 0.9853816628456116 -0.1625743955373764 -0.44415736198425293 0.890652596950531 -0.09727366268634796 -0.44415736198425293 0.890652596950531 -0.09727366268634796 -0.44415736198425293 0.890652596950531 -0.09727366268634796 0.4303297996520996 0.8970082998275757 0.1009574607014656 0.4303297996520996 0.8970082998275757 0.1009574607014656 0.4303297996520996 0.8970082998275757 0.1009574607014656 -0.2094069868326187 -0.003880602540448308 0.9778209328651428 -0.2094069868326187 -0.003880602540448308 0.9778209328651428 -0.2094069868326187 -0.003880602540448308 0.9778209328651428 0.5307353138923645 -0.335925430059433 0.7781221866607666 0.5307353138923645 -0.335925430059433 0.7781221866607666 0.5307353138923645 -0.335925430059433 0.7781221866607666 0.8916351199150085 -0.03131802752614021 0.4516700506210327 0.8916351199150085 -0.03131802752614021 0.4516700506210327 0.8916351199150085 -0.03131802752614021 0.4516700506210327 -0.2298867404460907 -0.05058520659804344 0.9719018340110779 -0.2298867404460907 -0.05058520659804344 0.9719018340110779 -0.2298867404460907 -0.05058520659804344 0.9719018340110779 -0.8013180494308472 -0.07026112079620361 0.5940981507301331 -0.8013180494308472 -0.07026112079620361 0.5940981507301331 -0.8013180494308472 -0.07026112079620361 0.5940981507301331 -0.23565906286239624 -0.022736599668860435 0.971569836139679 -0.23565906286239624 -0.022736599668860435 0.971569836139679 -0.23565906286239624 -0.022736599668860435 0.971569836139679 -0.8206909894943237 0.4881768822669983 -0.2968998849391937 -0.8206909894943237 0.4881768822669983 -0.2968998849391937 -0.8206909894943237 0.4881768822669983 -0.2968998849391937 -0.9619854092597961 0.21210111677646637 -0.1720380187034607 -0.9619854092597961 0.21210111677646637 -0.1720380187034607 -0.9619854092597961 0.21210111677646637 -0.1720380187034607 -0.8453949093818665 -0.19971860945224762 -0.49539870023727417 -0.8453949093818665 -0.19971860945224762 -0.49539870023727417 -0.8453949093818665 -0.19971860945224762 -0.49539870023727417 -0.9539867639541626 0.20542438328266144 -0.21842649579048157 -0.9539867639541626 0.20542438328266144 -0.21842649579048157 -0.9539867639541626 0.20542438328266144 -0.21842649579048157 0.2052440345287323 -0.44706350564956665 -0.8706371784210205 0.2052440345287323 -0.44706350564956665 -0.8706371784210205 0.2052440345287323 -0.44706350564956665 -0.8706371784210205 0.26536720991134644 0.460077166557312 -0.8472952842712402 0.26536720991134644 0.460077166557312 -0.8472952842712402 0.26536720991134644 0.460077166557312 -0.8472952842712402 0.19788458943367004 0.5061801671981812 -0.8394184708595276 0.19788458943367004 0.5061801671981812 -0.8394184708595276 0.19788458943367004 0.5061801671981812 -0.8394184708595276</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="78" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="156"> 0.5218600630760193 0.0002102560829371214 0.20830613374710083 0.1853604018688202 0.0002102560829371214 0.11258230358362198 0.867277204990387 0.031136849895119667 0.6541602611541748 0.4426397383213043 0.5222805738449097 0.0002102560829371214 0.9512004256248474 0.47537362575531006 0.9512004256248474 0.6970915198326111 0.8399733901023865 0.5916087031364441 0.29479873180389404 0.37474343180656433 0.47103965282440186 0.2974971532821655 0.5218601226806641 0.5488545298576355 0.4476715624332428 0.9038350582122803 0.336069256067276 0.5492749810218811 0.4476715624332428 0.5494441986083984 0.47103965282440186 0.2974971532821655 0.20830613374710083 0.1853604018688202 0.5218600630760193 0.0002102560829371214 0.7243806719779968 0.4750509262084961 0.8399733901023865 0.5916087031364441 0.7170208692550659 0.700823962688446 0.7170208692550659 0.700823962688446 0.8399733901023865 0.5916087031364441 0.9512004256248474 0.6970915198326111 0.9512004256248474 0.47537362575531006 0.8399733901023865 0.5916087031364441 0.7243806719779968 0.4750509262084961 0.9982912540435791 0.35390618443489075 0.8676977157592773 0.355641633272171 0.9335895776748657 0.17843414843082428 0.8677236437797546 0.009959222748875618 0.9982912540435791 0.0002102560829371214 0.9335895776748657 0.17843414843082428 0.9982912540435791 0.35390618443489075 0.9335895776748657 0.17843414843082428 0.9982912540435791 0.0002102560829371214 0.8676977157592773 0.355641633272171 0.8677236437797546 0.009959222748875618 0.9335895776748657 0.17843414843082428 0.6739917993545532 0.6330440640449524 0.5361819863319397 0.6283698678016663 0.7166002988815308 0.5298954844474792 0.6541602611541748 0.4426397383213043 0.8508608937263489 0.19937385618686676 0.867277204990387 0.4746304452419281 0.8508608937263489 0.19937385618686676 0.6541602611541748 0.4426397383213043 0.867277204990387 0.031136849895119667 0.5361819863319397 0.6283698678016663 0.6739917993545532 0.6330440640449524 0.5222805738449097 0.9037646651268005 0.7166002988815308 0.9997897744178772 0.5222805738449097 0.9037646651268005 0.6739917993545532 0.6330440640449524 0.6073618531227112 0.4750509262084961 0.7166002988815308 0.5298954844474792 0.5361819863319397 0.6283698678016663 0.17455972731113434 0.8625103235244751 0.0002102560829371214 0.7026265263557434 0.336069256067276 0.5492749810218811 0.17455972731113434 0.8625103235244751 0.336069256067276 0.5492749810218811 0.4476715624332428 0.9038350582122803 0.47103965282440186 0.2974971532821655 0.29479873180389404 0.37474343180656433 0.19895519316196442 0.26822349429130554 0.29479873180389404 0.37474343180656433 0.01886296644806862 0.2792241871356964 0.19895519316196442 0.26822349429130554 0.47103965282440186 0.2974971532821655 0.19895519316196442 0.26822349429130554 0.20830613374710083 0.1853604018688202 0.0002102560829371214 0.11258230358362198 0.19895519316196442 0.26822349429130554 0.01886296644806862 0.2792241871356964 0.20830613374710083 0.1853604018688202 0.19895519316196442 0.26822349429130554 0.0002102560829371214 0.11258230358362198</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="78" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="26" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 </p>
|
||||
<p> 9 10 11 </p>
|
||||
<p> 12 13 14 </p>
|
||||
<p> 15 16 17 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 21 22 23 </p>
|
||||
<p> 24 25 26 </p>
|
||||
<p> 27 28 29 </p>
|
||||
<p> 30 31 32 </p>
|
||||
<p> 33 34 35 </p>
|
||||
<p> 36 37 38 </p>
|
||||
<p> 39 40 41 </p>
|
||||
<p> 42 43 44 </p>
|
||||
<p> 45 46 47 </p>
|
||||
<p> 48 49 50 </p>
|
||||
<p> 51 52 53 </p>
|
||||
<p> 54 55 56 </p>
|
||||
<p> 57 58 59 </p>
|
||||
<p> 60 61 62 </p>
|
||||
<p> 63 64 65 </p>
|
||||
<p> 66 67 68 </p>
|
||||
<p> 69 70 71 </p>
|
||||
<p> 72 73 74 </p>
|
||||
<p> 75 76 77 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot (2)" name="foot (2)" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/huf_handl.dae.import
Normal file
16
game/data/character_models/huf_handl.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_handl.dae-ddd1821816882a9541f9b3cf5cde3a49.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_handl.dae"
|
||||
dest_files=[ "res://.import/huf_handl.dae-ddd1821816882a9541f9b3cf5cde3a49.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.571 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_head.blend
Normal file
BIN
game/data/character_models/huf_head.blend
Normal file
Binary file not shown.
198
game/data/character_models/huf_head.dae
Normal file
198
game/data/character_models/huf_head.dae
Normal file
File diff suppressed because one or more lines are too long
16
game/data/character_models/huf_head.dae.import
Normal file
16
game/data/character_models/huf_head.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/huf_head.dae-6679cee5300fe22eca15659fcf0611fa.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/huf_head.dae"
|
||||
dest_files=[ "res://.import/huf_head.dae-6679cee5300fe22eca15659fcf0611fa.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
BIN
game/data/character_models/huf_neck.blend
Normal file
BIN
game/data/character_models/huf_neck.blend
Normal file
Binary file not shown.
BIN
game/data/character_models/huf_pelvis.blend
Normal file
BIN
game/data/character_models/huf_pelvis.blend
Normal file
Binary file not shown.
BIN
game/data/character_models/huf_spine.blend
Normal file
BIN
game/data/character_models/huf_spine.blend
Normal file
Binary file not shown.
BIN
game/data/character_models/huf_spine1.blend
Normal file
BIN
game/data/character_models/huf_spine1.blend
Normal file
Binary file not shown.
BIN
game/data/character_models/huf_spine2.blend
Normal file
BIN
game/data/character_models/huf_spine2.blend
Normal file
Binary file not shown.
BIN
game/data/character_models/huf_thigh.blend
Normal file
BIN
game/data/character_models/huf_thigh.blend
Normal file
Binary file not shown.
BIN
game/data/character_models/huf_upperarm.blend
Normal file
BIN
game/data/character_models/huf_upperarm.blend
Normal file
Binary file not shown.
128
game/data/character_models/neck.dae
Normal file
128
game/data/character_models/neck.dae
Normal file
@ -0,0 +1,128 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:42:39Z</created>
|
||||
<modified>2019-10-26T16:42:39Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n26070">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="102"> 3.836428165435791 2.1740331649780273 3.001486301422119 3.836428165435791 2.1740331649780273 -3.001554012298584 -2.2435741424560547 0.46213269233703613 -3.001554012298584 -1.8221278190612793 -4.464297294616699 -3.868910551071167 5.3482794761657715 -2.5981624126434326 3.798290491104126 -1.8221282958984375 -4.464295387268066 3.798290491104126 -1.8221278190612793 -4.464297294616699 -3.868910551071167 5.348278522491455 -2.5981645584106445 -3.868910551071167 5.3482794761657715 -2.5981624126434326 3.798290491104126 3.836428165435791 2.1740331649780273 -3.001554012298584 5.3482794761657715 -2.5981624126434326 3.798290491104126 5.348278522491455 -2.5981645584106445 -3.868910551071167 3.836428165435791 2.1740331649780273 -3.001554012298584 3.836428165435791 2.1740331649780273 3.001486301422119 5.3482794761657715 -2.5981624126434326 3.798290491104126 -2.2435741424560547 0.46213269233703613 -3.001554012298584 3.836428165435791 2.1740331649780273 -3.001554012298584 -1.8221278190612793 -4.464297294616699 -3.868910551071167 -1.8221278190612793 -4.464297294616699 -3.868910551071167 -2.2435741424560547 0.46213269233703613 3.0014865398406982 -2.2435741424560547 0.46213269233703613 -3.001554012298584 -1.8221282958984375 -4.464295387268066 3.798290491104126 -2.2435741424560547 0.46213269233703613 3.0014865398406982 -1.8221278190612793 -4.464297294616699 -3.868910551071167 -1.8221282958984375 -4.464295387268066 3.798290491104126 3.836428165435791 2.1740331649780273 3.001486301422119 -2.2435741424560547 0.46213269233703613 3.0014865398406982 5.3482794761657715 -2.5981624126434326 3.798290491104126 3.836428165435791 2.1740331649780273 3.001486301422119 -1.8221282958984375 -4.464295387268066 3.798290491104126 5.348278522491455 -2.5981645584106445 -3.868910551071167 -1.8221278190612793 -4.464297294616699 -3.868910551071167 3.836428165435791 2.1740331649780273 -3.001554012298584 -2.2435741424560547 0.46213269233703613 3.0014865398406982</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="34" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="102"> -0.27102428674697876 0.9625725150108337 0.0 -0.27102428674697876 0.9625725150108337 0.0 -0.27102428674697876 0.9625725150108337 0.0 0.25186482071876526 -0.9677625298500061 2.0145100165791519e-07 0.25186482071876526 -0.9677625298500061 2.0145100165791519e-07 0.25186482071876526 -0.9677625298500061 2.0145100165791519e-07 0.25186485052108765 -0.9677624702453613 2.215344778733197e-07 0.25186485052108765 -0.9677624702453613 2.215344778733197e-07 0.25186485052108765 -0.9677624702453613 2.215344778733197e-07 0.953304648399353 0.30201035737991333 -2.036553752304826e-07 0.953304648399353 0.30201035737991333 -2.036553752304826e-07 0.953304648399353 0.30201035737991333 -2.036553752304826e-07 0.9533044099807739 0.30201080441474915 0.0 0.9533044099807739 0.30201080441474915 0.0 0.9533044099807739 0.30201080441474915 0.0 -0.047652509063482285 0.16924259066581726 -0.9844217300415039 -0.047652509063482285 0.16924259066581726 -0.9844217300415039 -0.047652509063482285 0.16924259066581726 -0.9844217300415039 -0.9963607788085938 -0.08523667603731155 0.0 -0.9963607788085938 -0.08523667603731155 0.0 -0.9963607788085938 -0.08523667603731155 0.0 -0.9963606595993042 -0.08523666113615036 -4.402361497568563e-08 -0.9963606595993042 -0.08523666113615036 -4.402361497568563e-08 -0.9963606595993042 -0.08523666113615036 -4.402361497568563e-08 -0.04388225078582764 0.1558525264263153 0.9868051409721375 -0.04388225078582764 0.1558525264263153 0.9868051409721375 -0.04388225078582764 0.1558525264263153 0.9868051409721375 -0.0396440215408802 0.15232737362384796 0.9875346422195435 -0.0396440215408802 0.15232737362384796 0.9875346422195435 -0.0396440215408802 0.15232737362384796 0.9875346422195435 -0.043055541813373566 0.16543646156787872 -0.9852801561355591 -0.043055541813373566 0.16543646156787872 -0.9852801561355591 -0.043055541813373566 0.16543646156787872 -0.9852801561355591 -0.27102428674697876 0.9625725150108337 0.0</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="34" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="68"> 0.3382556736469269 0.7735599875450134 0.0002156893751816824 0.7735599875450134 0.0002157164562959224 0.41787371039390564 0.0002156893751816824 0.4174422323703766 0.4319670498371124 0.0002156893751816824 0.4319670498371124 0.41744229197502136 0.0002156893751816824 0.4174422323703766 0.00021570292301476002 0.0002157435374101624 0.4319670498371124 0.0002156893751816824 0.4323984384536743 0.38312485814094543 0.7142909169197083 0.0002156893751816824 0.7142909169197083 0.43196696043014526 0.4323984384536743 0.38312485814094543 0.4323984384536743 0.045084837824106216 0.7142909169197083 0.0002156893751816824 0.7182105779647827 0.8027231097221375 0.7112575173377991 0.44710487127304077 0.9969717860221863 0.8496248722076416 0.7108261585235596 0.43239834904670715 0.4323984682559967 0.8192804455757141 0.4323984384536743 0.48124048113822937 0.7108261585235596 0.8641496300697327 0.4323984682559967 0.8192804455757141 0.7108261585235596 0.43239834904670715 0.9997842907905579 0.0002156893751816824 0.7147222757339478 0.40273553133010864 0.7216917872428894 0.04711759090423584 0.9997842907905579 0.4174421429634094 0.7147222757339478 0.40273553133010864 0.9997842907905579 0.0002156893751816824 0.9969717860221863 0.43239834904670715 0.9969717860221863 0.8496248722076416 0.7112575173377991 0.44710487127304077 0.3382556736469269 0.41787365078926086</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="34" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="12" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 </p>
|
||||
<p> 9 10 11 </p>
|
||||
<p> 12 13 14 </p>
|
||||
<p> 15 16 17 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 21 22 23 </p>
|
||||
<p> 24 25 26 </p>
|
||||
<p> 27 28 29 </p>
|
||||
<p> 30 31 32 </p>
|
||||
<p> 33 0 2 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot (7)" name="foot (7)" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/neck.dae.import
Normal file
16
game/data/character_models/neck.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/neck.dae-e41626fba5c00fb238ee35d93f8ca864.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/neck.dae"
|
||||
dest_files=[ "res://.import/neck.dae-e41626fba5c00fb238ee35d93f8ca864.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
158
game/data/character_models/pelvis.dae
Normal file
158
game/data/character_models/pelvis.dae
Normal file
File diff suppressed because one or more lines are too long
16
game/data/character_models/pelvis.dae.import
Normal file
16
game/data/character_models/pelvis.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/pelvis.dae-0e8dc732582f60c98255ac1873bc13d9.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/pelvis.dae"
|
||||
dest_files=[ "res://.import/pelvis.dae-0e8dc732582f60c98255ac1873bc13d9.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
140
game/data/character_models/spine.dae
Normal file
140
game/data/character_models/spine.dae
Normal file
@ -0,0 +1,140 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:43:09Z</created>
|
||||
<modified>2019-10-26T16:43:09Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n23090">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="204"> 4.0 13.000001907348633 12.999998092651367 -7.0 2.117968961101724e-06 13.0 4.0 2.117968961101724e-06 13.0 4.0 13.000001907348633 12.999998092651367 -7.0 13.000001907348633 12.999998092651367 -7.0 2.117968961101724e-06 13.0 -9.0 -1.792127477528993e-06 -11.0 -9.0 13.000001907348633 10.999998092651367 -9.0 12.999998092651367 -11.000001907348633 -9.0 -1.792127477528993e-06 -11.0 -9.0 1.792127477528993e-06 11.0 -9.0 13.000001907348633 10.999998092651367 6.0 12.999998092651367 -11.000001907348633 6.0 -1.792127477528993e-06 -11.0 4.0 -2.117968961101724e-06 -13.0 4.0 12.999998092651367 -13.000001907348633 6.0 12.999998092651367 -11.000001907348633 6.0 1.792127477528993e-06 11.0 6.0 -1.792127477528993e-06 -11.0 6.0 13.000001907348633 10.999998092651367 -7.0 2.117968961101724e-06 13.0 -7.0 13.000001907348633 12.999998092651367 -9.0 13.000001907348633 10.999998092651367 -9.0 1.792127477528993e-06 11.0 -9.0 -1.792127477528993e-06 -11.0 -7.0 2.117968961101724e-06 13.0 -9.0 1.792127477528993e-06 11.0 -9.0 -1.792127477528993e-06 -11.0 -7.0 -2.117968961101724e-06 -13.0 -7.0 2.117968961101724e-06 13.0 4.0 2.117968961101724e-06 13.0 -7.0 2.117968961101724e-06 13.0 -7.0 -2.117968961101724e-06 -13.0 4.0 -2.117968961101724e-06 -13.0 6.0 1.792127477528993e-06 11.0 4.0 2.117968961101724e-06 13.0 4.0 -2.117968961101724e-06 -13.0 6.0 1.792127477528993e-06 11.0 4.0 -2.117968961101724e-06 -13.0 6.0 -1.792127477528993e-06 -11.0 -7.0 12.999998092651367 -13.000001907348633 4.0 -2.117968961101724e-06 -13.0 -7.0 -2.117968961101724e-06 -13.0 4.0 12.999998092651367 -13.000001907348633 6.0 1.792127477528993e-06 11.0 6.0 13.000001907348633 10.999998092651367 4.0 13.000001907348633 12.999998092651367 4.0 2.117968961101724e-06 13.0 -7.0 12.999998092651367 -13.000001907348633 -7.0 -2.117968961101724e-06 -13.0 -9.0 -1.792127477528993e-06 -11.0 -9.0 12.999998092651367 -11.000001907348633 6.0 13.000001907348633 10.999998092651367 6.0 12.999998092651367 -11.000001907348633 4.0 12.999998092651367 -13.000001907348633 6.0 13.000001907348633 10.999998092651367 4.0 12.999998092651367 -13.000001907348633 4.0 13.000001907348633 12.999998092651367 -7.0 13.000001907348633 12.999998092651367 4.0 13.000001907348633 12.999998092651367 4.0 12.999998092651367 -13.000001907348633 -7.0 12.999998092651367 -13.000001907348633 -7.0 13.000001907348633 12.999998092651367 -7.0 12.999998092651367 -13.000001907348633 -9.0 13.000001907348633 10.999998092651367 -7.0 12.999998092651367 -13.000001907348633 -9.0 12.999998092651367 -11.000001907348633 -9.0 13.000001907348633 10.999998092651367</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="68" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="204"> 0.0 1.4671911685582018e-07 1.0 0.0 1.4671911685582018e-07 1.0 0.0 1.4671911685582018e-07 1.0 0.0 1.467191452775296e-07 1.0 0.0 1.467191452775296e-07 1.0 0.0 1.467191452775296e-07 1.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 -1.333810217829523e-08 0.0 -1.0 -1.333810217829523e-08 0.0 -1.0 -1.333810217829523e-08 0.0 0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 -0.7071067094802856 1.0374608194752e-07 0.7071067094802856 -0.7071067094802856 1.0374608194752e-07 0.7071067094802856 -0.7071067094802856 1.0374608194752e-07 0.7071067094802856 -0.7071067094802856 1.0374608194752e-07 0.7071067094802856 6.201100424168063e-14 -1.0 1.6292068494294654e-07 6.201100424168063e-14 -1.0 1.6292068494294654e-07 6.201100424168063e-14 -1.0 1.6292068494294654e-07 -5.247085182796471e-14 -1.0 1.6292069915380125e-07 -5.247085182796471e-14 -1.0 1.6292069915380125e-07 -5.247085182796471e-14 -1.0 1.6292069915380125e-07 0.0 -1.0 1.6292068494294654e-07 0.0 -1.0 1.6292068494294654e-07 0.0 -1.0 1.6292068494294654e-07 0.0 -1.0 1.6292068494294654e-07 -5.247085182796471e-14 -1.0 1.6292069915380125e-07 -5.247085182796471e-14 -1.0 1.6292069915380125e-07 -5.247085182796471e-14 -1.0 1.6292069915380125e-07 6.201100424168063e-14 -1.0 1.6292068494294654e-07 6.201100424168063e-14 -1.0 1.6292068494294654e-07 6.201100424168063e-14 -1.0 1.6292068494294654e-07 0.0 -1.4671911685582018e-07 -1.0 0.0 -1.4671911685582018e-07 -1.0 0.0 -1.4671911685582018e-07 -1.0 0.0 -1.4671911685582018e-07 -1.0 0.7071067094802856 1.0374608194752e-07 0.7071067094802856 0.7071067094802856 1.0374608194752e-07 0.7071067094802856 0.7071067094802856 1.0374608194752e-07 0.7071067094802856 0.7071067094802856 1.0374608194752e-07 0.7071067094802856 -0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 -0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 -0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 -0.7071067094802856 -1.0374608194752e-07 -0.7071067094802856 1.7339533542326535e-07 1.0 -1.7339533542326535e-07 1.7339533542326535e-07 1.0 -1.7339533542326535e-07 1.7339533542326535e-07 1.0 -1.7339533542326535e-07 -1.467191310666749e-07 1.0 -1.467191310666749e-07 -1.467191310666749e-07 1.0 -1.467191310666749e-07 -1.467191310666749e-07 1.0 -1.467191310666749e-07 0.0 1.0 -1.0670481742636184e-07 0.0 1.0 -1.0670481742636184e-07 0.0 1.0 -1.0670481742636184e-07 0.0 1.0 -1.0670481742636184e-07 1.467191310666749e-07 1.0 -1.467191310666749e-07 1.467191310666749e-07 1.0 -1.467191310666749e-07 1.467191310666749e-07 1.0 -1.467191310666749e-07 -1.7339533542326535e-07 1.0 -1.7339533542326535e-07 -1.7339533542326535e-07 1.0 -1.7339533542326535e-07 -1.7339533542326535e-07 1.0 -1.7339533542326535e-07</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="68" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="136"> 0.969333291053772 0.484761118888855 0.7272359132766724 0.6896127462387085 0.7272359132766724 0.484761118888855 0.969333291053772 0.484761118888855 0.969333291053772 0.6896127462387085 0.7272359132766724 0.6896127462387085 0.4847610294818878 0.9471377730369568 0.7268584370613098 0.5374345779418945 0.7268584370613098 0.9471377730369568 0.4847610294818878 0.9471377730369568 0.484761118888855 0.5374345183372498 0.7268584370613098 0.5374345779418945 0.24228614568710327 0.3325827717781067 0.0001887497928692028 0.3325827419757843 0.0001887537509901449 0.27990928292274475 0.24228617548942566 0.27990928292274475 0.24228614568710327 0.3325827717781067 0.0001887175312731415 0.742285966873169 0.0001887497928692028 0.3325827419757843 0.24228617548942566 0.7422860264778137 0.484761118888855 0.484761118888855 0.7268584370613098 0.484761118888855 0.7268584370613098 0.5374345779418945 0.484761118888855 0.5374345183372498 0.484761118888855 0.03743447735905647 0.5220065712928772 0.48438358306884766 0.4847610294818878 0.4471379518508911 0.484761118888855 0.03743447735905647 0.5220069289207458 0.0001887175312731415 0.5220065712928772 0.48438358306884766 0.7268583178520203 0.4843836724758148 0.5220065712928772 0.48438358306884766 0.5220069289207458 0.0001887175312731415 0.7268584966659546 0.00018884432211052626 0.7641041278839111 0.4471379816532135 0.7268583178520203 0.4843836724758148 0.7268584966659546 0.00018884432211052626 0.7641041278839111 0.4471379816532135 0.7268584966659546 0.00018884432211052626 0.7641041278839111 0.03743445873260498 0.44751524925231934 0.5220066905021667 0.24266362190246582 0.27990928292274475 0.44751524925231934 0.27990931272506714 0.24266363680362701 0.5220066905021667 0.0001887175312731415 0.742285966873169 0.24228617548942566 0.7422860264778137 0.24228617548942566 0.7949594855308533 0.00018872262444347143 0.7949594855308533 0.7268584370613098 0.9998112916946411 0.4847610592842102 0.9998112916946411 0.4847610294818878 0.9471377730369568 0.7268584370613098 0.9471377730369568 0.037434276193380356 0.00018880810239352286 0.4471380114555359 0.0001887175312731415 0.48438361287117004 0.03743431344628334 0.037434276193380356 0.00018880810239352286 0.48438361287117004 0.03743431344628334 0.0001887175312731415 0.037434421479701996 0.0001887175312731415 0.2422861009836197 0.0001887175312731415 0.037434421479701996 0.48438361287117004 0.03743431344628334 0.48438361287117004 0.24228596687316895 0.0001887175312731415 0.2422861009836197 0.48438361287117004 0.24228596687316895 0.03743436932563782 0.27953171730041504 0.48438361287117004 0.24228596687316895 0.44713783264160156 0.2795318365097046 0.03743436932563782 0.27953171730041504</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="68" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="24" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 </p>
|
||||
<p> 9 10 11 </p>
|
||||
<p> 12 13 14 15 </p>
|
||||
<p> 16 17 18 </p>
|
||||
<p> 19 17 16 </p>
|
||||
<p> 20 21 22 23 </p>
|
||||
<p> 24 25 26 </p>
|
||||
<p> 27 28 29 </p>
|
||||
<p> 30 31 32 </p>
|
||||
<p> 33 30 32 </p>
|
||||
<p> 34 35 36 </p>
|
||||
<p> 37 38 39 </p>
|
||||
<p> 40 41 42 </p>
|
||||
<p> 43 41 40 </p>
|
||||
<p> 44 45 46 47 </p>
|
||||
<p> 48 49 50 51 </p>
|
||||
<p> 52 53 54 </p>
|
||||
<p> 55 56 57 </p>
|
||||
<p> 58 59 60 </p>
|
||||
<p> 60 61 58 </p>
|
||||
<p> 62 63 64 </p>
|
||||
<p> 65 66 67 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot (1)" name="foot (1)" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/spine.dae.import
Normal file
16
game/data/character_models/spine.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/spine.dae-f993a532b50983aae5abc53592e88da4.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/spine.dae"
|
||||
dest_files=[ "res://.import/spine.dae-f993a532b50983aae5abc53592e88da4.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
170
game/data/character_models/spine1.dae
Normal file
170
game/data/character_models/spine1.dae
Normal file
File diff suppressed because one or more lines are too long
16
game/data/character_models/spine1.dae.import
Normal file
16
game/data/character_models/spine1.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/spine1.dae-15d81779b79a12e9f071c4f570ccab54.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/spine1.dae"
|
||||
dest_files=[ "res://.import/spine1.dae-15d81779b79a12e9f071c4f570ccab54.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.571 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
276
game/data/character_models/spine2.dae
Normal file
276
game/data/character_models/spine2.dae
Normal file
File diff suppressed because one or more lines are too long
16
game/data/character_models/spine2.dae.import
Normal file
16
game/data/character_models/spine2.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/spine2.dae-32586b0139c29c133cf646c61d0da52c.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/spine2.dae"
|
||||
dest_files=[ "res://.import/spine2.dae-32586b0139c29c133cf646c61d0da52c.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
152
game/data/character_models/thigh.dae
Normal file
152
game/data/character_models/thigh.dae
Normal file
File diff suppressed because one or more lines are too long
16
game/data/character_models/thigh.dae.import
Normal file
16
game/data/character_models/thigh.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/thigh.dae-d1ee5ec45cc4767d20e26985f309bfe4.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/thigh.dae"
|
||||
dest_files=[ "res://.import/thigh.dae-d1ee5ec45cc4767d20e26985f309bfe4.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
132
game/data/character_models/upperarm.dae
Normal file
132
game/data/character_models/upperarm.dae
Normal file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
|
||||
<asset>
|
||||
<contributor>
|
||||
<author>Anonymous</author>
|
||||
<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
|
||||
</contributor>
|
||||
<created>2019-10-26T16:44:26Z</created>
|
||||
<modified>2019-10-26T16:44:26Z</modified>
|
||||
<unit meter="1.0" name="meter"/>
|
||||
<up_axis>Z_UP</up_axis>
|
||||
</asset>
|
||||
<library_effects>
|
||||
<effect id="id-fx-2" name="Standard-fx">
|
||||
<profile_COMMON>
|
||||
<technique sid="common">
|
||||
<blinn>
|
||||
<emission>
|
||||
<color> 0.800000011920929 0.800000011920929 0.800000011920929 1.0 </color>
|
||||
</emission>
|
||||
<ambient>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</ambient>
|
||||
<diffuse>
|
||||
<color> 0.6400000095367432 0.6400000095367432 0.6400000095367432 0.8 </color>
|
||||
</diffuse>
|
||||
<specular>
|
||||
<color> 0.0 0.0 0.0 1.0 </color>
|
||||
</specular>
|
||||
<shininess>
|
||||
<float>50</float>
|
||||
</shininess>
|
||||
<reflective>
|
||||
<color> 0.5 0.5 0.5 1.0 </color>
|
||||
</reflective>
|
||||
<index_of_refraction>
|
||||
<float>1.2</float>
|
||||
</index_of_refraction>
|
||||
</blinn>
|
||||
<extra>
|
||||
<technique profile="FCOLLADA">
|
||||
</technique>
|
||||
<technique profile="GOOGLEEARTH">
|
||||
<double_sided>1</double_sided>
|
||||
</technique>
|
||||
</extra>
|
||||
</technique>
|
||||
</profile_COMMON>
|
||||
</effect>
|
||||
</library_effects>
|
||||
<library_materials>
|
||||
<material id="id-material-3" name="Standard">
|
||||
<instance_effect url="#id-fx-2"/>
|
||||
</material>
|
||||
</library_materials>
|
||||
<library_geometries>
|
||||
<geometry id="id-mesh-4" name="Geometry_n25626">
|
||||
<mesh>
|
||||
<source id="id-mesh-4-positions">
|
||||
<float_array id="id-mesh-4-positions-array" count="144"> 3.050855875015259 22.000717163085938 -3.9126644134521484 -1.0189766883850098 22.58841323852539 0.23332569003105164 3.051396131515503 24.6923828125 0.22653771936893463 3.05085825920105 23.82558822631836 4.592586994171143 3.051396131515503 24.6923828125 0.22653771936893463 -1.0189766883850098 22.58841323852539 0.23332569003105164 7.103752136230469 22.714216232299805 0.23332422971725464 3.051396131515503 24.6923828125 0.22653771936893463 3.05085825920105 23.82558822631836 4.592586994171143 3.051565170288086 -0.2713194191455841 -4.615930080413818 7.103752136230469 22.714216232299805 0.23332422971725464 7.783209800720215 1.0261036157608032 0.2243989259004593 3.050855875015259 22.000717163085938 -3.9126644134521484 3.051396131515503 24.6923828125 0.22653771936893463 7.103752136230469 22.714216232299805 0.23332422971725464 -1.0189766883850098 22.58841323852539 0.23332569003105164 3.051565170288086 -0.2713194191455841 -4.615930080413818 -1.6998529434204102 -0.27131935954093933 0.22439947724342346 3.050855875015259 22.000717163085938 -3.9126644134521484 3.051565170288086 -0.2713194191455841 -4.615930080413818 -1.0189766883850098 22.58841323852539 0.23332569003105164 4.175086975097656 -2.6902050971984863 0.38393157720565796 3.051565170288086 -0.2713194191455841 -4.615930080413818 7.783209800720215 1.0261036157608032 0.2243989259004593 -1.6998529434204102 -0.27131935954093933 0.22439947724342346 3.051565170288086 -0.2713194191455841 -4.615930080413818 4.175086975097656 -2.6902050971984863 0.38393157720565796 -1.0189766883850098 22.58841323852539 0.23332569003105164 3.051567792892456 -0.27131733298301697 5.313718318939209 3.05085825920105 23.82558822631836 4.592586994171143 4.175086975097656 -2.6902050971984863 0.38393157720565796 7.783209800720215 1.0261036157608032 0.2243989259004593 3.051567792892456 -0.27131733298301697 5.313718318939209 7.103752136230469 22.714216232299805 0.23332422971725464 3.051567792892456 -0.27131733298301697 5.313718318939209 7.783209800720215 1.0261036157608032 0.2243989259004593 3.051565170288086 -0.2713194191455841 -4.615930080413818 3.050855875015259 22.000717163085938 -3.9126644134521484 7.103752136230469 22.714216232299805 0.23332422971725464 3.051567792892456 -0.27131733298301697 5.313718318939209 -1.6998529434204102 -0.27131935954093933 0.22439947724342346 4.175086975097656 -2.6902050971984863 0.38393157720565796 3.051567792892456 -0.27131733298301697 5.313718318939209 -1.0189766883850098 22.58841323852539 0.23332569003105164 -1.6998529434204102 -0.27131935954093933 0.22439947724342346 3.05085825920105 23.82558822631836 4.592586994171143 3.051567792892456 -0.27131733298301697 5.313718318939209 7.103752136230469 22.714216232299805 0.23332422971725464</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-positions-array" count="48" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-normals">
|
||||
<float_array id="id-mesh-4-normals-array" count="144"> -0.3983200192451477 0.7689831256866455 -0.5000060796737671 -0.3983200192451477 0.7689831256866455 -0.5000060796737671 -0.3983200192451477 0.7689831256866455 -0.5000060796737671 -0.45197775959968567 0.8749635815620422 0.1736518144607544 -0.45197775959968567 0.8749635815620422 0.1736518144607544 -0.45197775959968567 0.8749635815620422 0.1736518144607544 0.43161314725875854 0.8847801685333252 0.17571021616458893 0.43161314725875854 0.8847801685333252 0.17571021616458893 0.43161314725875854 0.8847801685333252 0.17571021616458893 0.711873471736908 0.022590868175029755 -0.7019443511962891 0.711873471736908 0.022590868175029755 -0.7019443511962891 0.711873471736908 0.022590868175029755 -0.7019443511962891 0.37946099042892456 0.7756109237670898 -0.5044174194335938 0.37946099042892456 0.7756109237670898 -0.5044174194335938 0.37946099042892456 0.7756109237670898 -0.5044174194335938 -0.7134653925895691 0.021524008363485336 -0.7003597617149353 -0.7134653925895691 0.021524008363485336 -0.7003597617149353 -0.7134653925895691 0.021524008363485336 -0.7003597617149353 -0.7118849158287048 0.02214212343096733 -0.7019469738006592 -0.7118849158287048 0.02214212343096733 -0.7019469738006592 -0.7118849158287048 0.02214212343096733 -0.7019469738006592 0.6317546963691711 -0.6325954794883728 -0.44800567626953125 0.6317546963691711 -0.6325954794883728 -0.44800567626953125 0.6317546963691711 -0.6325954794883728 -0.44800567626953125 -0.3496151566505432 -0.8717727661132812 -0.3431931436061859 -0.3496151566505432 -0.8717727661132812 -0.3431931436061859 -0.3496151566505432 -0.8717727661132812 -0.3431931436061859 -0.7336728572845459 0.020304322242736816 0.6791993975639343 -0.7336728572845459 0.020304322242736816 0.6791993975639343 -0.7336728572845459 0.020304322242736816 0.6791993975639343 0.6506999731063843 -0.6124902367591858 0.44882649183273315 0.6506999731063843 -0.6124902367591858 0.44882649183273315 0.6506999731063843 -0.6124902367591858 0.44882649183273315 0.729312002658844 0.022566894069314003 0.6838089823722839 0.729312002658844 0.022566894069314003 0.6838089823722839 0.729312002658844 0.022566894069314003 0.6838089823722839 0.7130056619644165 0.02215156890451908 -0.7008083462715149 0.7130056619644165 0.02215156890451908 -0.7008083462715149 0.7130056619644165 0.02215156890451908 -0.7008083462715149 -0.3657515347003937 -0.8658089637756348 0.34146830439567566 -0.3657515347003937 -0.8658089637756348 0.34146830439567566 -0.3657515347003937 -0.8658089637756348 0.34146830439567566 -0.7307866811752319 0.021500051021575928 0.6822671890258789 -0.7307866811752319 0.021500051021575928 0.6822671890258789 -0.7307866811752319 0.021500051021575928 0.6822671890258789 0.7347998023033142 0.02031107433140278 0.6779798269271851 0.7347998023033142 0.02031107433140278 0.6779798269271851 0.7347998023033142 0.02031107433140278 0.6779798269271851</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-normals-array" count="48" stride="3">
|
||||
<param name="X" type="float"/>
|
||||
<param name="Y" type="float"/>
|
||||
<param name="Z" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<source id="id-mesh-4-texcoord-0">
|
||||
<float_array id="id-mesh-4-texcoord-0-array" count="96"> 0.5808790922164917 0.3719758987426758 0.40601038932800293 0.36988964676856995 0.48772314190864563 0.27642783522605896 0.40274345874786377 0.19059351086616516 0.48772314190864563 0.27642783522605896 0.40601038932800293 0.36988964676856995 0.5808790922164917 0.19722960889339447 0.48772314190864563 0.27642783522605896 0.40274345874786377 0.19059351086616516 0.0001784463383955881 0.8143166303634644 0.185672327876091 0.19059351086616516 0.1856723129749298 0.7829081416130066 0.5808790922164917 0.3719758987426758 0.48772314190864563 0.27642783522605896 0.5808790922164917 0.19722960889339447 0.0001784463383955881 0.9869756698608398 0.6243298649787903 0.8146734833717346 0.6243298649787903 0.9998215436935425 0.016217146068811417 0.8283863663673401 0.6243298649787903 0.8146734833717346 0.0001784463383955881 0.9869756698608398 0.286406010389328 0.28792110085487366 0.18802538514137268 0.4033867120742798 0.18602921068668365 0.19059351086616516 0.4023866355419159 0.4111871123313904 0.18802538514137268 0.4033867120742798 0.286406010389328 0.28792110085487366 0.03394240885972977 0.01304028183221817 0.6580930352210999 0.1902366280555725 0.0001784463383955881 0.1758364737033844 0.286406010389328 0.28792110085487366 0.18602921068668365 0.19059351086616516 0.4023866355419159 0.1924906075000763 0.6842159628868103 0.026945922523736954 0.8473213911056519 0.6582507491111755 0.6584499478340149 0.6187003254890442 0.0001784463383955881 0.8143166303634644 0.027022702619433403 0.20664259791374207 0.185672327876091 0.19059351086616516 0.4023866355419159 0.1924906075000763 0.4023866355419159 0.4111871123313904 0.286406010389328 0.28792110085487366 0.6580930352210999 0.1902366280555725 0.03394240885972977 0.01304028183221817 0.6580930352210999 0.0001784463383955881 0.8473213911056519 0.0001784463383955881 0.8473213911056519 0.6582507491111755 0.6842159628868103 0.026945922523736954</float_array>
|
||||
<technique_common>
|
||||
<accessor source="#id-mesh-4-texcoord-0-array" count="48" stride="2">
|
||||
<param name="S" type="float"/>
|
||||
<param name="T" type="float"/>
|
||||
</accessor>
|
||||
</technique_common>
|
||||
</source>
|
||||
<vertices id="id-mesh-4-vertices">
|
||||
<input semantic="POSITION" source="#id-mesh-4-positions"/>
|
||||
</vertices>
|
||||
<polygons count="16" material="id-trimat-5">
|
||||
<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
|
||||
<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
|
||||
<input semantic="TEXCOORD" source="#id-mesh-4-texcoord-0" offset="0" set="0"/>
|
||||
<p> 0 1 2 </p>
|
||||
<p> 3 4 5 </p>
|
||||
<p> 6 7 8 </p>
|
||||
<p> 9 10 11 </p>
|
||||
<p> 12 13 14 </p>
|
||||
<p> 15 16 17 </p>
|
||||
<p> 18 19 20 </p>
|
||||
<p> 21 22 23 </p>
|
||||
<p> 24 25 26 </p>
|
||||
<p> 27 28 29 </p>
|
||||
<p> 30 31 32 </p>
|
||||
<p> 33 34 35 </p>
|
||||
<p> 36 37 38 </p>
|
||||
<p> 39 40 41 </p>
|
||||
<p> 42 43 44 </p>
|
||||
<p> 45 46 47 </p>
|
||||
</polygons>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</library_geometries>
|
||||
<library_visual_scenes>
|
||||
<visual_scene id="id-scene-1" name="scene">
|
||||
<node id="foot (6)" name="foot (6)" type="NODE">
|
||||
<matrix sid="transform"> 1.0 0.0 0.0 0.0 0.0 -1.6292068494294654e-07 -1.0 0.0 0.0 1.0 -1.6292068494294654e-07 0.0 0.0 0.0 0.0 1.0 </matrix>
|
||||
<instance_geometry url="#id-mesh-4">
|
||||
<bind_material>
|
||||
<technique_common>
|
||||
<instance_material symbol="id-trimat-5" target="#id-material-3"/>
|
||||
</technique_common>
|
||||
</bind_material>
|
||||
</instance_geometry>
|
||||
</node>
|
||||
</visual_scene>
|
||||
</library_visual_scenes>
|
||||
<scene>
|
||||
<instance_visual_scene url="#id-scene-1" />
|
||||
</scene>
|
||||
</COLLADA>
|
16
game/data/character_models/upperarm.dae.import
Normal file
16
game/data/character_models/upperarm.dae.import
Normal file
@ -0,0 +1,16 @@
|
||||
[remap]
|
||||
|
||||
importer="collada_mdr"
|
||||
type="MeshDataResource"
|
||||
path="res://.import/upperarm.dae-cf2b46f2d30871ec43b123c1e370e293.res"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://data/character_models/upperarm.dae"
|
||||
dest_files=[ "res://.import/upperarm.dae-cf2b46f2d30871ec43b123c1e370e293.res" ]
|
||||
|
||||
[params]
|
||||
|
||||
offset=Vector3( 0, 0, 0 )
|
||||
rotation=Vector3( 0, 0, -1.5708 )
|
||||
scale=Vector3( 0.011, 0.011, 0.011 )
|
3
game/data/character_specs/1_test.tres
Normal file
3
game/data/character_specs/1_test.tres
Normal file
@ -0,0 +1,3 @@
|
||||
[gd_resource type="CharacterSpec" format=2]
|
||||
|
||||
[resource]
|
Loading…
Reference in New Issue
Block a user