Revision history of "OpenGL/Lighting"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 20:44, 23 November 2010Daviddoria (Talk | contribs). . (3,146 bytes) (+3,146). . (Created page with '==Lighting.cxx== <source lang="cpp"> #include <iostream> #include <glut.h> using namespace std; void display(); void LookAt(); void DrawCube(); void DrawSphere(const float sca…')