Abdelrahman Said abdelrahman
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
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 21:31:35 +00:00
c91f1b9e9b Use correct default arena init function
3ceafe5899 Update wapp submodule
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-08-23 21:30:17 +00:00
775f0864a8 Rename arena default allocation function
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 20:59:20 +00:00
5eeb7d6819 Switch to using wapp_mem_arena_init_default
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-23 20:52:34 +00:00
ed43a0f286 Use GB macro to define arena size
bf1aa69cf5 Update wapp submodule
8b8855d648 Reformat
Compare 3 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-08-23 20:50:47 +00:00
8b6fb23bac Use size utils in arena tests
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-08-23 20:49:04 +00:00
1fb340561f Add size utils
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-18 23:08:25 +00:00
0b9a37a9cd Update result screenshot
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-18 23:06:18 +00:00
2bea7218db Test implementation of phong shader
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-18 21:30:11 +00:00
afc10fb79a Add rgb elements to V3f
abdelrahman pushed to main at abdelrahman/tinyrenderer 2024-08-18 21:26:18 +00:00
86138f838c Add default material to model