have to start somewhere

This commit is contained in:
Josh Holtrop 2010-11-09 23:10:45 -05:00
commit c252b28e71

9
anaglymtd.lua Normal file
View 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