Thread: OpenGL

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    35

    OpenGL

    Are games made entirely from openGL or do they just use it for effects?

    (By entirely I mean like the tutorials at NeHe's site how you actually put objects in the openGL code)

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    it is used entirly for the Graphics part of the game.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    411
    It can be used to determine what the player clicks on with the mouse, but thats about the extent of game interaction of opengl, you can basically look at it as an output device.

    The game has the run on its own behind the scenes, GL just shows whats going on on the screen.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  4. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM