/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/libraries/opengl/high.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gl      - core functionality
 
2
glu     - complex shapes
 
3
glut    - utility toolkit 
 
4
 
 
5
 
 
6
Callbacks
 
7
---------
 
8
        glutDisplayFunc
 
9
        glutIdleFunc
 
10
        glutKeyboardFunc        
 
11
 
 
12
auxSolidSphere(1.0);
 
13
auxSolidTorus();
 
14
glEnable(GL_AUTO_NORMAL)