0.7.1
Add:
- Add
lovr.graphics.cylinder. - Add
lovr.graphics.sphere. - Add
lovr.graphics.box. - Add
Model:getAABB. - Add
lovrNormalMatrixuniform to shaders.
Change:
- Change the minimum required OpenGL version from 2.1 to 3.3.
- Change the minimum required OpenGL ES version from 2.0 to 3.0.
- Change the minimum required WebGL version from 1.0 to 2.0.
- Change
lovr.math.newTransform,Transform:setTransformation, andlovr.graphics.transformto accept 3 scale parameters instead of 1.
Fix:
- Fix
Mesh:getVertexMapindices. - Fix bug where Meshes wouldn't unmap sometimes.
- Fix
Collider:getAABB. - Fix
Collider:applyTorque.
Remove:
- Remove
lovr.audio.getDopplerEffectandlovr.audio.setDopplerEffect.