Commit graph

11 commits

Author SHA1 Message Date
reo
71e991db77 Improve lighting
- No specular on surfaces facing away from the light source
- Transform the light direction to view space to ensure that all
  lighting calculations happen in a consistent coordinate space.
- Other lighting tweaks
2025-12-24 20:02:16 +03:00
reo
98d2a9dacb Add checkered sphere model 2025-12-15 23:08:32 +03:00
reo
2a255affe4 Fix the skybox visual artifact bug #10 2025-12-15 17:08:51 +03:00
reo
73692b710e Add debug wireframe rendering support 2025-12-15 15:53:54 +03:00
reo
db1b427e2a Physics Support
- NEW CRATE: raidillon_physics.
- Added new models to be able to test the physics support.
- Added a new system "PhysicsSystem" to apply physics calculations to the ECS world.
- NEW COMPONENT: RigidBodyComponent
2025-11-16 15:38:20 +00:00
reo
1e9b997aeb Implement HDRI skybox support 2025-09-26 22:44:43 +03:00
reo
44489f9fe3 Move models to git LFS 2025-09-26 16:52:14 +03:00
reo
3692736a61 wip 2025-08-30 12:55:42 +03:00
reo
cc7921a5fe wip: engine enhancements and fixes 2025-08-24 18:49:41 +03:00
reo
9816f14f53 Rename assets crate to asset 2025-08-17 21:23:11 +03:00
reo
3458662cfc Rename crate folders to remove raidillon prefix 2025-08-17 21:14:59 +03:00