Commit Graph

384 Commits

Author SHA1 Message Date
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
bjorn 9ae3ee566b Update README; 2017-01-06 19:24:46 -08:00
Bjorn Swenson 7cce1e30a7 Merge pull request #7 from bjornbytes/sound
Sound
2017-01-06 19:17:39 -08:00
bjorn 1e2294a345 Fix Source memory leak; 2017-01-06 19:15:03 -08:00
bjorn 33a34b60b1 OpenAL CMake; 2017-01-06 19:03:37 -08:00
bjorn d2d28e6100 Audio fixes; 2017-01-06 18:43:24 -08:00
bjorn 9cbfeb0bf4 Sync audio listener with headset; 2017-01-06 17:45:15 -08:00
bjorn 1c61fa88b3 HRTF; 2017-01-06 14:13:51 -08:00
bjorn cd3da38478 lovr.audio.getVolume; lovr.audio.setVolume; 2017-01-06 00:41:08 -08:00
bjorn 84bbe291d1 Global pause/resume/rewind/stop for lovr.audio; 2017-01-06 00:37:16 -08:00
bjorn c2c1e8aac5 Audio listener position and orientation; 2017-01-05 21:36:38 -08:00
bjorn fa6b742972 Source:getOrientation; Source:setOrientation; 2017-01-05 21:21:14 -08:00
bjorn d437d04259 SoundData -> SourceData; 2017-01-05 21:10:01 -08:00
bjorn b28d822797 Source:setPosition; Source:getPosition; 2017-01-05 21:07:12 -08:00
bjorn 952330d1c8 Source:getPitch; Source:setPitch; 2017-01-05 20:32:22 -08:00
bjorn 0d33dd432d Source:getVolume; Source:setVolume; 2017-01-05 20:27:32 -08:00
bjorn ff10224589 Source:seek; Source:tell; 2017-01-05 20:21:16 -08:00
bjorn 56b121a0e9 Loop-de-loop!; 2017-01-05 18:22:38 -08:00
bjorn d6a30fc6d2 Basic sources; 2017-01-05 17:44:00 -08:00
bjorn 807561deed Add stb_vorbis; 2017-01-04 23:57:24 -08:00
bjorn 9aa14ecf8e Update .gitignore; 2017-01-04 23:57:11 -08:00
bjorn 062bdda684 Basic audio boilerplate; 2017-01-02 19:09:33 -08:00
bjorn 724e0dd6eb Shader arrays; 2016-12-30 11:57:15 -08:00
Bjorn Swenson 7dcb551fc0 Merge pull request #5 from adamransom/fix/openvr-version
Update README to require OpenVR v1.0.3
2016-12-13 11:16:19 -08:00
Adam Ransom cf7c6f1912 Fix README cmake instructions for Unix;
Given that in the example we clone openvr into the same directory as
lovr and then proceed to `cd` into the `build` directory, the
`-DOPENVR_DIR` argument needs to point to 2 directories about the
current directory.
2016-12-13 19:11:43 +09:00
Adam Ransom 16b2d72029 Update README requiring OpenVR 1.0.3; 2016-12-13 19:11:35 +09:00
bjorn a6450f0141 Update README; 2016-12-08 18:42:22 -08:00
bjorn 79cb9e0f9c Update README; 2016-12-08 18:41:32 -08:00
bjorn 949faa01f4 Update README; 2016-12-08 18:40:23 -08:00
bjorn 10706f6173 Update README; 2016-12-08 18:39:46 -08:00
bjorn cefdc4dab9 Update README; 2016-12-08 18:38:58 -08:00
bjorn b0f56fd614 Update README; 2016-12-08 18:36:34 -08:00
bjorn ec484a9d67 Update README; 2016-12-08 18:36:10 -08:00
bjorn b993ce9b73 Update README; 2016-12-08 18:35:12 -08:00
bjorn 9e774f17cc LICENSE; 2016-12-08 18:26:41 -08:00
bjorn 62a3876353 Update README; 2016-12-05 01:17:32 -08:00
bjorn fd204c3edc Add examples; 2016-12-05 01:16:24 -08:00
bjorn a3d25e472a Default axis for lovr.graphics.cube; 2016-12-05 00:54:03 -08:00