Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 21:31:15 +00:00
d750c49f71 Update result screenshot
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 21:30:30 +00:00
cf8c681474 Implement tangent normals and switch to using basic diffuse shader
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 21:28:27 +00:00
84fbb711e1 Add function to invert 3x3 matrix
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 21:28:04 +00:00
8c74706fdc Update head model
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 01:16:32 +00:00
d851509321 Update result screenshot
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 01:15:53 +00:00
e87f780dae Move vertex and fragment calculations to the shaders
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 01:14:58 +00:00
8726c833d4 Add extra vector and matrix types and operations
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 01:14:13 +00:00
da495d9e43 Add array access to Triangle struct
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-09-01 01:13:31 +00:00
18e9964d33 Move TRIANGLE_VERTICES constant to constants.h
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-31 21:24:27 +00:00
95d474c956 Save viewport matrix in a variable
41c30256b7 Remove unused variable
4b178de784 Update vector and matrix types
Compare 3 commits »
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-31 12:46:38 +00:00
bb6b0e3e5d Change f32x3 to union
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-26 21:30:38 +00:00
97622d0bf7 Move viewport matrix multiplication out of vertex shader
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-26 17:12:47 +00:00
319bad9659 Fix barycentric coordinates calculation (#2)
abdelrahman deleted branch debug-barycentric from abdelrahman/tinyrenderer 2024-08-26 17:12:47 +00:00
abdelrahman merged pull request abdelrahman/tinyrenderer#2 2024-08-26 17:12:45 +00:00
Fix barycentric coordinates calculation
abdelrahman pushed to debug-barycentric at abdelrahman/tinyrenderer 2024-08-26 17:09:53 +00:00
43066bb730 Remove debug lines
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