From c252b28e71494f9ef41cf1027a1335255e4aebfc Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 9 Nov 2010 23:10:45 -0500 Subject: [PATCH] have to start somewhere --- anaglymtd.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 anaglymtd.lua 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