From 8b01f111e874493d0c3ecb0113a7639116c09c5c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 3 Jan 2012 23:47:53 +0000 Subject: using ofLight --- src/viewpoint.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/viewpoint.h') diff --git a/src/viewpoint.h b/src/viewpoint.h index 2a43a2d..20da42d 100644 --- a/src/viewpoint.h +++ b/src/viewpoint.h @@ -39,5 +39,9 @@ class viewpoint { int lightNum; GLfloat lightColour[]; + + GLfloat* getLightPosition; + + ofLight light; }; -- cgit v1.2.3