|
|
0af4622525
|
Add texture support to the renderer
- Refactor to use the new model::Model struct
- Implement blinn-phong shading
- Add texture support for shaders
|
2025-07-13 20:03:43 +03:00 |
|
|
|
76dabf2e63
|
Add function render_into to the renderer
To be used for the Dear ImGui integration
|
2025-07-05 20:44:20 +03:00 |
|
|
|
a17a6016b8
|
Move shaders to separate files
|
2025-07-05 20:42:55 +03:00 |
|
|
|
cdbac0d4ab
|
Improve ECS
Use query_one_mut instead of query_mut for single objects
|
2025-06-30 23:29:41 +03:00 |
|
|
|
b793bec63a
|
Update shaders to do light processing in the fragment shaders
|
2025-06-30 11:04:54 +03:00 |
|
|
|
95070f854c
|
Implement a basic engine with separate modules
|
2025-06-29 23:18:39 +03:00 |
|