-
**Repro**
- Download ibl.ktx from https://github.com/bjornbytes/lovr-docs/tree/v0.16.0/examples/Lighting/PBR_Materials
- Expected: Should look something like
![weird hexagon](https://files.mastodo…
-
### Which OS are you using?
Windows
### Expected Behaviour
nothing in particular
### Actual Behaviour
...
I also see the following error:
```
[2023-03-06 13:39:48] | ERROR | Gi…
-
I am developing a VR game but the player is able to go through walls and fly.
-
I check out dev branch, git [886db5f9](https://github.com/bjornbytes/lovr/commit/886db5f91d5349065e4a4f8f204562700744aa83). I do a totally standard build (`cmake.exe .. -A x64`.)
I run the followin…
-
Add constants with math objects for axes (for example, lovr.math.vec3.up, lovr.math.vec3.down, etc...), like it's done in Unity. It's should be useful during calculations.
-
404 error when accessing https://lovr.org/f/L%D6VR.dmg.
Link from https://lovr.org/downloads -- MacOS
-
Readme mentions lovr-keyboard instead of lovr-mouse
-
I get:
```
Error:
utils/ui/ui.lua:827: Could not read Font from 'ui/DejaVuSansMono.ttf'
```
The path it should read from is 'utils/ui/DejaVuSansMono.ttf'
To me it seems like
```
local root…
-
Curious if we can load a module (e.g., audio) manually / on demand? This is more a dev/workflow issue as enabling audio module in conf file increases startup time, and i'm not always going to play aud…
-
I noticed `lovr.physics.newBoxShape` was creating a uniformly sized box when giving it a non-uniform scale. E.g.,
```lua
local box = lovr.physics.newBoxShape(widget.scale[1], widget.scale[2], widg…