Fixed normal transformation
This commit is contained in:
parent
defdf051ec
commit
8b5f33ee3f
4 changed files with 9 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ fn init_mods() void {
|
|||
export fn sideros_init(init: api.GameInit) callconv(.c) void {
|
||||
resources = .{
|
||||
.camera = .{
|
||||
.position = .{ 5.0, 5.0, 5.0 },
|
||||
.position = .{ -5.0, 5.0, -5.0 },
|
||||
.target = .{ 0.0, 0.0, 0.0 },
|
||||
},
|
||||
.renderer = undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue