aboutsummaryrefslogtreecommitdiffstats
path: root/faqe.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-05-02 21:39:30 +0100
committerTomasz Kramkowski <tk@the-tk.com>2018-05-02 21:39:30 +0100
commit362f70b04da8f8e9c0c159527bce7da65591c260 (patch)
tree4547bf3ad23c663b4cae20a56560aab235bd03c1 /faqe.c
parent0ce30b0e09621694430e3afe25c8209b147064de (diff)
downloadfaqe-362f70b04da8f8e9c0c159527bce7da65591c260.tar.gz
faqe-362f70b04da8f8e9c0c159527bce7da65591c260.tar.xz
faqe-362f70b04da8f8e9c0c159527bce7da65591c260.zip
Cleanup: License headers, spacing, naming
Rename vnorm to fnorm (fragment normal). Change shader license headers to C++ style comments. Fix spacing for PI define in faqe.c. Add missing license headers.
Diffstat (limited to 'faqe.c')
-rw-r--r--faqe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/faqe.c b/faqe.c
index c13b4dc..1983464 100644
--- a/faqe.c
+++ b/faqe.c
@@ -18,7 +18,7 @@ enum {
HEIGHT = 600,
};
-# define PI 3.14159265358979323846
+#define PI 3.14159265358979323846
#define FOV (PI * 0.5)
void viewport(GLuint proj, int width, int height)