Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: New to OpenGL... references anyone?

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2011
    Posts
    8

    New to OpenGL... references anyone?

    Hi, I recently graduated with a bachelors in computer science and am planning on spending my summer developing a game for android. I made a demo(at least thats what we'll call it) as an independent study this winter. Drawing was all done onto a flat canvas, which meant in order to make things appear in front of or behind objects I needed to do some nasty sorting. Thusly I have decided to learn openGL. I have been successful in drawing some objects to the screen(as Ive mentioned in other posts), and it looks great, but I am still a noob, a great big stinking noob. I am having trouble with associating matrices with my drawable objects, I am going to need a good handle on this as there are alot of animations required.Everything I have done with openGL to this point has been looking at tutorials, copy/paste/edit/slam head on desk... Are there any online references or even books you could recommend? I am developing for android which uses java, and free resources are preferred, but I understand sometimes you just have to pay. Thanks you for your help

  2. #2
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: New to OpenGL... references anyone?

    These pages are really good to actually learn modern GL (rather than copy-paste magic formulas) :
    http://www.arcsynthesis.org/gltut/
    Written by Alfonse Reinheart who is frequently present around here, so feel free to post here and ask for explanations on specific topics.

  3. #3
    Junior Member Newbie
    Join Date
    Jun 2011
    Posts
    8

    Re: New to OpenGL... references anyone?

    Thanks for the info, I have been directed to NeHe's tutorials many times and do not find them as helpful as this one has been so far.. Got a bit of reading to do today....!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •