diff options
Diffstat (limited to 'src/viewpoint.h')
| -rw-r--r-- | src/viewpoint.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; }; |
