justawayofthesamurai
justawayofthesamurai
If the mtxLookAt function is invoked in the following way (for use in bgfx rendering), it produces an invalid view matrix. ``` bx::Vec3 up = {(0.0F), (1.0F), (0.0F)}; bx::Vec3 eye...
There seems to be no documentation on this specific metamethod. My assumption based on the context is that this metamethod acts the same way as `sol:call_constructor` when creating a new...
This PR contains code I have written for a controls mod for the 2ship2harkinian application, and I wanted to share it here in case it is useful to anyone else....