Abdelrahman Said abdelrahman
abdelrahman pushed to debug-barycentric at abdelrahman/tinyrenderer 2024-08-25 19:04:51 +00:00
36b113c036 Replace get_barycentric_coords with different calculation
abdelrahman created branch debug-barycentric in abdelrahman/tinyrenderer 2024-08-25 01:50:16 +00:00
abdelrahman pushed to debug-barycentric at abdelrahman/tinyrenderer 2024-08-25 01:50:16 +00:00
c39efad8fb Set up for debugging
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-25 01:47:57 +00:00
57dcf6457c Update includes and reorder variables
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-25 01:45:38 +00:00
7671f688a3 Extra resources for debugging
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-25 01:44:13 +00:00
f9851967d8 Ignore python related files
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-25 00:34:42 +00:00
5dac82ffb7 Pass float vectors when calculating barycentric coordinates
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-25 00:33:31 +00:00
185f44252f Flip the Y texture coordinate when loading the OBJ model
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-24 23:46:07 +00:00
cee57282cb Ignore png images in resources dir
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-24 22:39:54 +00:00
cdf521f184 Switch back to using object level normals
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-24 22:19:08 +00:00
cab1b538e6 Update result screenshot
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-24 22:17:02 +00:00
afa9bc7468 Update phong weights
8ccc424b06 Calculate light direction from position
62aa2fbc3b Change directional light to point light
Compare 3 commits »
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-24 18:08:19 +00:00
22edc89593 Update wapp submodule
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-08-24 18:07:33 +00:00
b8f6e5f187 Fix bug in memory allocation function
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 23:49:01 +00:00
1f5f01d73f Switch to using tangent normals
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 23:39:57 +00:00
798100f138 Fix Phong specular term
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 23:29:34 +00:00
aa9c443997 Update result screenshot
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 23:28:51 +00:00
535ead0337 Change light direction
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 23:26:24 +00:00
6f5c094f49 Use matrices to transform light and normals
996597684b Add transpose and inverse matrix utilities
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 21:44:12 +00:00
4f58fc4803 Rename create_shader to register_shader