Aligned foot rotation to ground normal

This commit is contained in:
2024-02-19 23:23:12 +01:00
parent f7209d2164
commit 1e5ab718bf
5 changed files with 73 additions and 6 deletions

View File

@ -5,4 +5,6 @@ var bone_id: int
var audio: AudioStreamPlayer3D
var position: Vector3
var velocity: Vector3
var attachment: BoneAttachment3D
var attachment: BoneAttachment3D
var floor_distance: float
var normal: Vector3