OpenGL|ES tutorials - Follows NeHe track.
In lesson one I am unable to build near the beginning of tutorial for the line:
size = zNear * tanf(DEGREES_TO_RADIANS(fieldOfView) / 2.0);
says that I am declaring degrees_to_radians, and I missing a header file or something?
size = zNear * tanf(DEGREES_TO_RADIANS(fieldOfView) / 2.0);
says that I am declaring degrees_to_radians, and I missing a header file or something?
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Track down an autorelease bug | kendric | 2 | 3,050 |
Jun 28, 2009 05:09 AM Last Post: kendric |
|

