1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00
Commit graph

621 commits

Author SHA1 Message Date
bjorn 1714804651 Fix headset types; 2017-01-26 02:26:15 -08:00
bjorn e80f390151 Try #pragma once; 2017-01-26 02:21:56 -08:00
bjorn c47259ccec Fix OpenVR models; 2017-01-24 21:49:51 -08:00
bjorn 3dee0b4782 lovr.headset.getEyePosition; HeadsetEye; 2017-01-22 21:20:34 -08:00
bjorn 492a75acba Properly destroy modules on exit; 2017-01-21 18:18:12 -08:00
bjorn 4303846eac Clean up includes; 2017-01-21 18:00:32 -08:00
bjorn 6979b59980 map_int_find -> luax_pushenum; 2017-01-21 17:38:44 -08:00
bjorn 14dfeb688f Get rid of loadImage; 2017-01-21 17:29:20 -08:00
bjorn dff9cc3c98 Add stb_image implementation file; 2017-01-21 17:15:04 -08:00
bjorn 666a3a23d7 Remove assimp includes from lovrGraphics; 2017-01-21 17:12:08 -08:00
Bjorn Swenson a3a3a368c0 Merge pull request #9 from bjornbytes/math
Math
2017-01-20 20:44:05 -08:00
bjorn 9e0d8801b6 mat4_setTransform; 2017-01-20 20:43:00 -08:00
bjorn 1f4ecad44b Shuffle things around; 2017-01-20 20:16:59 -08:00
bjorn 039309a222 Remove unused math code; 2017-01-20 20:11:18 -08:00
bjorn 8a3d52b3c6 Cleanup ugh; 2017-01-20 19:55:54 -08:00
bjorn 07803ef16a Remove Vector and Rotation; 2017-01-20 19:46:45 -08:00
bjorn 4e43af9624 Kill l_lovrTransformUnpack for now;
Oh well
2017-01-20 18:39:49 -08:00
bjorn 4fc7d27750 lovr.graphics.transform; 2017-01-20 18:39:49 -08:00
bjorn 5e2cfcc9bd graphics.cube and Model:draw accept Transform; 2017-01-20 18:39:49 -08:00
bjorn a118a6bff5 Cleanup; 2017-01-20 18:39:49 -08:00
bjorn 3dbafc8214 Cleanup; 2017-01-20 18:39:48 -08:00
bjorn a3ccb16913 Rough math module; 2017-01-20 18:39:47 -08:00
bjorn c7399c8078 Reorder mat4 functions; 2017-01-20 18:39:47 -08:00
bjorn 4f0f685e04 luax_istype; 2017-01-20 18:39:47 -08:00
bjorn f19967e0e6 More general luax_registertype; 2017-01-20 18:39:47 -08:00
bjorn e8e2a99e5b Finish internal math library; 2017-01-20 18:39:46 -08:00
bjorn fdb363df4b Get closure on that lovr.event memory leak; 2017-01-20 18:39:46 -08:00
bjorn 8518e32ae2 vec3; 2017-01-20 18:39:46 -08:00
bjorn 7df96af22a Error message for Buffer overflow; 2017-01-16 19:56:18 -08:00
bjorn 66fbcceda8 v0.3.0; 2017-01-15 14:13:33 -08:00
bjorn 38768afda1 Sort out texture coordinates;
I hope
2017-01-15 13:49:46 -08:00
bjorn 797da11480 Headset mirror; 2017-01-14 21:57:28 -08:00
bjorn 4e97fec4eb Fix vive rendering; 2017-01-14 21:18:23 -08:00
bjorn 15ead25624 Headset uses Texture; 2017-01-14 21:08:47 -08:00
bjorn 59d1bb5ee9 MSAA Textures; Help; 2017-01-14 17:38:25 -08:00
bjorn 392962eb2b Remove unused lovrGraphicsSetShapeData; 2017-01-13 02:01:56 -08:00
bjorn a8b7af311e Improve graphics primitives; 2017-01-13 01:59:00 -08:00
Bjorn Swenson 09669dfdaf Merge pull request #8 from bjornbytes/canvas
Texture:renderTo
2017-01-12 16:00:52 -08:00
bjorn af3957d3c3 Perspective projection textures; 2017-01-12 01:26:44 -08:00
bjorn 09fdb72d5c Start texture projections; 2017-01-11 23:38:28 -08:00
bjorn 9e7e1a113f Formatting; 2017-01-11 20:32:11 -08:00
bjorn eba3996984 Improve CanvasState; 2017-01-11 20:26:08 -08:00
bjorn 9f43f84577 Fix Texture dimensions; 2017-01-11 18:45:01 -08:00
bjorn b05e2630dd CanvasState; 2017-01-11 09:25:43 -08:00
bjorn 1ad0ac557b Basic framebuffers; 2017-01-08 22:51:43 -08:00
bjorn b54483a50a Update LOVR_VERSION_MINOR; 2017-01-08 22:30:58 -08:00
bjorn 2a8d40abd6 Deprecate Buffer Textures; 2017-01-08 21:29:16 -08:00
bjorn e73e3fc5c4 Update to OpenVR 1.0.5; 2017-01-07 09:55:20 -08:00
bjorn 78c8557abc Fix controllers example; 2017-01-06 19:35:30 -08:00
bjorn cfdcb34f31 Update README; 2017-01-06 19:25:06 -08:00