We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
= 4.3
Any
Transform3D::looking_at() doesn't have use_model_front parameter, as in GDScript counterpart
Transform3D::looking_at()
use_model_front
n/a
The text was updated successfully, but these errors were encountered:
Thanks!
We recently fixed this for Basis in PR #1625
Basis
Looks like we need to do the same for Transform3D
Transform3D
Sorry, something went wrong.
@dsnopek, thanks, and I forgot to mention, probably the same fix should be applied to the Transform3D::set_look_at() too
Transform3D::set_look_at()
No branches or pull requests
Godot version
godot-cpp version
System information
Any
Issue description
Transform3D::looking_at()
doesn't haveuse_model_front
parameter, as in GDScript counterpartSteps to reproduce
n/a
Minimal reproduction project
n/a
The text was updated successfully, but these errors were encountered: