anaglymtd/anaglymtd.lua
2010-11-10 22:12:30 -05:00

10 lines
162 B
Lua

ag.import("std")
function init_event()
ground = std.createPlanePointNormal(0, 0, 0, 0, 0, 1)
ground:setColor(0, 1, 0)
ag.setCamera(2, -12, 10)
end