我想知道:
OpenGL主要用途;
OpenGL在一般应用程序中可能那些用途;
OpenGL在Delphi开发中能够被最充分利用吗?

解决方案 »

  1.   

    第三个问题是想问是否还有比Delphi更好的开发工具可以更好地利用OpenGL?
      

  2.   


    ==================================================================OpenGL provides a small but powerful set of drawing operations, and all higher-level drawing requires their use. To help simplify some of your programming tasks, the OpenGL Utility Library (GLU) includes several routines that encapsulate OpenGL commands. Consult the OpenGL Reference Manual for more detailed descriptions of these routines. This section groups them functionally as follows: .Initialization
    .Manipulating Images for Use in Texturing 
    .Transforming Coordinates 
    .Tessellation 
    .Rendering Spheres, Cylinders, and Disks 
    .NURBS Curves and Surfaces 
    .Describing Errors InitializationWith GLU version 1.1 or later you can use a routine that returns the version number of GLU library or that returns the version number and any vendor-specific GLU extension calls (gluGetString).  const GLubyte *gluGetString(GLenum name);==================================================================
      

  3.   

    看看Delphi提供的Win32 SDK Reference吧