retopo arm cause the lighting was fucked
This commit is contained in:
commit
db1eeebfcf
3 changed files with 43 additions and 5 deletions
21
scenes/icepick_arm.tscn
Normal file
21
scenes/icepick_arm.tscn
Normal file
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c4aghhlbletw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ccggyhqyue6fr" path="res://assets/pickaxe_arm.glb" id="1_grvsx"]
|
||||
[ext_resource type="Script" path="res://scripts/arm.gd" id="2_u82st"]
|
||||
|
||||
[node name="pickaxe_arm" instance=ExtResource("1_grvsx")]
|
||||
script = ExtResource("2_u82st")
|
||||
|
||||
[node name="Sphere_004" parent="Armature/Skeleton3D" index="0"]
|
||||
transform = Transform3D(0.919691, 0, 0, 0, 0.919691, 0, 0, 0, 0.919691, 0, -9.53674e-07, 0)
|
||||
|
||||
[node name="Sphere_001" parent="Armature/Skeleton3D" index="1"]
|
||||
transform = Transform3D(0.919691, 0, 0, 0, 0.919691, 0, 0, 0, 0.919691, 0, 0, 0)
|
||||
|
||||
[node name="SkeletonIK3D" type="SkeletonIK3D" parent="Armature/Skeleton3D" index="3"]
|
||||
root_bone = &"Bone"
|
||||
tip_bone = &"Bone.011"
|
||||
target_node = NodePath("../../Target")
|
||||
|
||||
[node name="Target" type="Marker3D" parent="Armature" index="1"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10.2, 0)
|
Loading…
Add table
Add a link
Reference in a new issue