have to start somewhere
This commit is contained in:
commit
c252b28e71
9
anaglymtd.lua
Normal file
9
anaglymtd.lua
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
ag.import("std")
|
||||
|
||||
function init_event()
|
||||
ground = std.createPlanePointNormal(0, 0, 0, 0, 0, 1)
|
||||
ground:setColor(0, 0, 1)
|
||||
|
||||
ag.setCamera(2, -12, 10)
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user