added first cassette hand model

This commit is contained in:
2025-08-17 02:58:15 +10:00
parent 3dedd1f5af
commit cdb8e4dbcd
16 changed files with 170 additions and 35 deletions

View File

@@ -90,6 +90,7 @@ func _process(delta: float) -> void:
func hfov_to_vfov(hfov_degrees: float) -> void:
return rad_to_deg(2.0 * atan(tan(deg_to_rad(hfov_degrees) / 2.0) * 9.0 / 16.0))
46.8264
func minecraft_translation(amplitude: float) -> Vector3: