Implemented transformations

This commit is contained in:
Lorenzo Torres 2025-08-06 15:32:32 +02:00
parent 00d51fc970
commit 6b948f6718
6 changed files with 250 additions and 30 deletions

View file

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