-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix look_at_from_position()
usage in Your first 3D game tutorial
#10666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix look_at_from_position()
usage in Your first 3D game tutorial
#10666
Conversation
76af79f
to
14823a2
Compare
look_at_from_position()
usage in Your first 2D game tutoriallook_at_from_position()
usage in Your first 3D game tutorial
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs the C# fix but the motivation makes sense and the change looks right.
This would supersede #8718 |
PR #8718 is simpler and would accomplish the same thing, but I'm not sure if we want to encourage the practice of modifying function parameters. |
Found another one this would supersede #7123 |
The mob's orientation was previously shifted according to the player's height, which could lead to collision and movement issues that were difficult to diagnose.
14823a2
to
a7dacfa
Compare
look_at_from_position()
usage in Squash the Creeps (3D) godot-demo-projects#1165.The mob's orientation was previously shifted according to the player's height, which could lead to collision and movement issues that were difficult to diagnose.