Commit Graph
37 Commits
Author SHA1 Message Date
cozis b3f51f305a Change smoothing parameters 2024-11-10 23:39:57 +01:00
cozis 058f9f8a3e Add low pass filter 2024-11-10 23:03:38 +01:00
cozis 9cb3b83b9b Simplify pixel loop and remove scale factor 2024-11-10 19:45:13 +01:00
cozis 33de0c2799 expand function calls 2024-11-09 19:58:02 +01:00
cozis 43d3cadb09 Comment the ray tracing loop 2024-10-11 00:56:03 +02:00
cozis 3fb52b966e Mention being able to screenshot with the spacebar 2024-10-11 00:05:59 +02:00
cozis 480179ff61 Update README 2024-10-11 00:03:50 +02:00
cozis 0a6f14900b Better camera movement 2024-10-10 23:58:59 +02:00
cozis 34286b53e5 Add comments to main.c 2024-10-10 23:14:02 +02:00
cozis 479100ec4a Reorganize files and remove unused code 2024-10-10 14:57:27 +02:00
cozis ab6bddbafd Add licenses to shaders 2024-10-10 12:41:11 +02:00
cozis ccc541ca16 Add License paragraph to README 2024-10-10 12:39:23 +02:00
cozis 5cc7c0c955 Add licenses 2024-10-10 12:37:59 +02:00
cozis 0e0365992b Update README 2024-10-10 12:27:21 +02:00
cozis 94b1fd1ca6 Implement screenshots and add images to the README 2024-10-10 12:18:57 +02:00
cozis 6cee9c77a7 Add scene file parsing 2024-10-09 14:56:07 +02:00
cozis 2f62b9f345 Fix compilation error 2024-10-09 12:06:33 +02:00
cozis 24431926e0 Add --init-scale option 2024-10-09 00:47:45 +02:00
cozis 097b50022a Add --threads option 2024-10-09 00:27:51 +02:00
cozis a85b5eae4b Workers now operate on columns of the image 2024-10-08 23:53:14 +02:00
cozis 565ae7e5cf Dynamic resolution 2024-10-08 14:58:07 +02:00
cozis 51189d0f57 Fix energy loss 2024-10-08 00:20:16 +02:00
cozis dad4d0f1ed Fix shading 2024-10-07 13:56:29 +02:00
cozis c86d7d994e Change scene 2024-10-04 13:41:02 +02:00
cozis a3a89d4bc7 Add light sampling 2024-10-04 13:15:02 +02:00
cozis a0b554cdb4 Fix bug 2024-10-03 11:00:17 +02:00
cozis a1cf606c40 Improve cubemap 2024-10-02 14:01:21 +02:00
cozis de6a305e15 Add skybox cubemap 2024-10-02 13:38:44 +02:00
cozis 2fdc6c244d Add image to README 2024-09-30 22:40:53 +02:00
cozis e3a4c2b39e Change scene 2024-09-30 22:18:17 +02:00
cozis 0ae5e22ad2 Use tabs instead of spaces, remove unused code, drop metallic materials 2024-09-30 21:53:06 +02:00
cozis 1aafa05988 Combine specular and diffuse rays 2024-09-17 14:41:10 +02:00
cozis 609ddc7831 Tweaks 2024-09-17 11:24:35 +02:00
cozis cdbe010679 Parallelize 2024-09-17 11:10:09 +02:00
cozis 72091042bb Emissive materials 2024-09-17 01:59:53 +02:00
cozis b92bb7d9cd Add sample accumulation 2024-09-16 14:12:54 +02:00
cozis ddd25a798e first commit 2024-09-16 13:13:56 +02:00