Abdelrahman Said abdelrahman
abdelrahman created pull request abdelrahman/tinyrenderer#2 2024-08-26 17:04:42 +00:00
Fix barycentric coordinates calculation
abdelrahman pushed to debug-barycentric at abdelrahman/tinyrenderer 2024-08-26 17:02:20 +00:00
a144f8ad1e Simplify barycentric coordinates function
abdelrahman pushed to debug-barycentric at abdelrahman/tinyrenderer 2024-08-26 15:42:57 +00:00
c66b4e4870 Update debug values
0e6235da9a Change loop in barycentric coordinates calculation function
e905fed7a5 Add V3_ELEM_COUNT macro
Compare 3 commits »
abdelrahman pushed to debug-barycentric at abdelrahman/tinyrenderer 2024-08-26 00:07:43 +00:00
d0b293ec9a Update commented lines
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 pushed to debug-barycentric at abdelrahman/tinyrenderer 2024-08-25 01:50:16 +00:00
c39efad8fb Set up for debugging
abdelrahman created branch debug-barycentric in abdelrahman/tinyrenderer 2024-08-25 01:50:16 +00:00
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