Philip Rideout
Philip Rideout
Consider renaming PI to FPI since clients often want to do `import kotlin.math.*`, which defines PI as a double.
The `if` condition at the top should find a perp axis, not choose a random one.
Using CMake 3.19 on a machine with Apple M1 now results in a ranlib failure due to heterogeneous arch types in the .o files. The provoking change appears to be...
I'm able to build blend2d from a fresh clone with very little pain (nice job!) but see lots of warnings: ``` [8/124] Building CXX object extern/blend2d/CMakeFiles/blend2d.dir/src/blend2d/blgradient_sse2.cpp.o ../extern/blend2d/src/blend2d/blgradient_sse2.cpp:149:7: warning: unused label...
Currently the only way to use this from Java is via gltfio.
Some users find the stateless Animator interface to be too low-level because it merely pushes a user-provided "elapsed time" into the glTF animation machinery. It is currently agnostic of concepts...
Default settings and model, but must use a debug build to repro (unoptimized shaders are probably required). The callstack contains `vkCreateGraphicsPipelines` which leads to `QGLCCompileToIRShader` in the qcom driver. Pixel...
This Android sample often shows a black camera image on the very first run after a fresh install. The first run is the only run that shows a permission dialog,...
WebGL 2.0 on Chrome and Firefox do not allow what they call "feedback loops" for depth, and there are Khronos conformance tests in existence to enforce this. For more information,...