commit c252b28e71494f9ef41cf1027a1335255e4aebfc Author: Josh Holtrop Date: Tue Nov 9 23:10:45 2010 -0500 have to start somewhere diff --git a/anaglymtd.lua b/anaglymtd.lua new file mode 100644 index 0000000..5993fdb --- /dev/null +++ b/anaglymtd.lua @@ -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