diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-03 23:47:53 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-03 23:47:53 +0000 |
| commit | 8b01f111e874493d0c3ecb0113a7639116c09c5c (patch) | |
| tree | 0d6b28feec2894850aec9e097267e23b44ce7148 /src/viewpoint.h | |
| parent | bd80808793bcadebc303409b316a7d50c8fc2eb5 (diff) | |
using ofLight
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; }; |
