-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
#2275 Improve assertions for invalid transforms. #2276
#2275 Improve assertions for invalid transforms. #2276
Conversation
These are already caught by assertions in GLRenderer, but by that time it is unclear what call pushed in the bad values
I'm generally supportive of these changes. I recommend using the existing |
Sure @stephengold I've made those changes |
I see you also added an automated test. That's great, but it needs javadoc and a copy of the JME license. |
Thanks for your quick responses @richardTingle. Just a few more small things ... |
* #2275 Improve assertions for invalid transforms. These are already caught by assertions in GLRenderer, but by that time it is unclear what call pushed in the bad values * #2275 Swap to use more generally available validation methods * #2275 Add license and javadoc * #2275 Correct copyright year * #2275 It is a quaternion
These are already caught by assertions in GLRenderer, but by that time it is unclear what call pushed in the bad values
closes #2275