started testing IK

This commit is contained in:
derek
2025-03-17 15:05:10 -05:00
parent b69226938e
commit 99cfc9dde2
21 changed files with 678 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
extends Node3D
@export var move_speed : float = 5
@export var turn_speed : float = 1
func _process(delta: float) -> void:
var dir = Input.get

View File

@@ -0,0 +1 @@
uid://bygmdun2d60wd

6
scripts/start_ik.gd Normal file
View File

@@ -0,0 +1,6 @@
@tool
extends SkeletonIK3D
func _ready() -> void:
start()

1
scripts/start_ik.gd.uid Normal file
View File

@@ -0,0 +1 @@
uid://ukl68e0p5jdo