Fixed face culling

This commit is contained in:
Lorenzo Torres 2025-08-06 15:50:05 +02:00
parent 8a56f94b7f
commit fb031e8a66
4 changed files with 7 additions and 11 deletions

View file

@ -45,7 +45,7 @@ fn init_mods() void {
export fn sideros_init(init: api.GameInit) callconv(.c) void {
pool = ecs.Pool.init(allocator, .{
.camera = .{
.position = .{ 0.0, 0.0, 40.0 },
.position = .{ 0.0, 0.0, 5.0 },
.target = .{ 0.0, 0.0, 0.0 },
},
.renderer = undefined,