Add static cast from Quaternion to Vector4 #12632
OffsetMOSFET
started this conversation in
Engine Core
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand Quaternions have extra mathematical properties, but I'm writing a gdscript interface for a protocol, and it uses Quaternion arrays. I want to allow the user to use PackedVector4Arrays, but that requires writing a separate case to handle it every time.
It should be roughly four more lines in
variant.cpp
.Beta Was this translation helpful? Give feedback.
All reactions