Kai Burjack
Kai Burjack
I'm getting the same exception, plus two more, on IntelliJ IDEA Ultimate 2016.2.4 when loading a jit log file produced by JDK1.8.0_102 on Windows x64: ``` Failed to build annotations:...
Yes. Handedness comes into play when you transform view/camera/eye-space into clip space, which _by convention_ is usually what the GL_PROJECTION matrix did. With clip space in OpenGL we have _by...
This would be a truly awesome feature to have for GLFW! Currently I am using GLFW through LWJGL 3 and it works very well. Except for the fact that I...
I wanted to use reflect-metadata without Angular just to include it in a project with run-time type introspection of class properties, so I tried a very simple example with tsconfig.json...
+1 for providing the examples! None of the other examples/demos I found, even in the LunarG SDK, are of this quality and show that much!
I want to keep methods with (let's say) arbitrary epsilons and error recovery very low in JOML. If you try to normalize a zero vector, then you will be getting...
Yes, I'll document it and will add a Quaternion.isFinite() too.
> Vector.isFinite() would also be a good idea. I did meant that with my comment https://github.com/JOML-CI/JOML/issues/211#issuecomment-590770861 (did you open the link?)
Changes are pushed, but it seems the oss.sonatype.org endpoint to publish snapshots is currently down (504 gateway timeout in the Travis build when trying to upload the artifacts): https://travis-ci.org/JOML-CI/JOML/jobs/655543569 (also...
Alright, just manually retriggered the build and this one went through, so 1.9.23-SNAPSHOT is available now.