From 2afbb0313dafe3f52a38ee2061cb1de8043d16e6 Mon Sep 17 00:00:00 2001 From: ultramn Date: Sat, 4 Feb 2017 20:03:12 -0800 Subject: Moved plot_lighthouse to the tools folder --- dave/plot_lighthouse/glutil.c | 75 ------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 dave/plot_lighthouse/glutil.c (limited to 'dave/plot_lighthouse/glutil.c') diff --git a/dave/plot_lighthouse/glutil.c b/dave/plot_lighthouse/glutil.c deleted file mode 100644 index dd022a0..0000000 --- a/dave/plot_lighthouse/glutil.c +++ /dev/null @@ -1,75 +0,0 @@ -// -// glutil.c -// -// -// Created by user on 2/4/17. -// -// - -#include "glutil.h" - -void DrawGrid( - float minX, float maxX, - float minY, float maxY, - float minZ, float maxZ, - float stepX, float stepY, float stepZ) -{ - float x,y,z; - - glBegin(GL_LINES); - - // X grid stripes - for (y=minY; y