anaglymtd/anaglymtd.lua
2010-11-09 23:10:45 -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, 0, 1)
ag.setCamera(2, -12, 10)
end