Fixed face culling
This commit is contained in:
parent
8a56f94b7f
commit
fb031e8a66
4 changed files with 7 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue