Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 347 Bytes

Problem with Spatial.look_at and translation in same frame

Description

Commenting line 38 in Code/Game.gd fixes the issue of rotation seemingly being interpolated if the spatial node is translated in the same frame as look_at.

All code in the repo is public domain, just in case.