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 4 of 4

Thread: math training for opengl

  1. #1
    Junior Member Regular Contributor
    Join Date
    Apr 2010
    Posts
    110

    math training for opengl

    hello.
    There is an software for help to visualize matrix , quaternion ,euler or test common operation with graphical or non graphical help .?
    a math learning/training application before learning opengl.
    Thanks

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Jan 2012
    Location
    Australia
    Posts
    717

    Re: math training for opengl

    I don't know of a single piece of software but you might like to get "Mathematics for 3D Game Progamming and Computer Graphics" by Eric Lengley. I found it very helpful - it covers almost any thing you want and its examples are all OpenGl/GLSL

  3. #3
    Junior Member Regular Contributor Kopelrativ's Avatar
    Join Date
    Apr 2011
    Posts
    212

    Re: math training for opengl

    I would also recommend http://www.arcsynthesis.org/gltut/
    It is a tutorial about graphics programming based on OpenGL, with a lot of the basics (including matrices and how they are used in this specific case).

  4. #4
    Advanced Member Frequent Contributor
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    892

    Re: math training for opengl

    +1 for Mathematics for 3D Game Progamming and Computer Graphics

    Still, there is no such thing as mathematics for OpenGL. Many of the concepts employed in 3D graphics are much older than 3D graphics and OpenGL.

    What you need to know for a wide variety of tasks is explained very well in the aforementioned book.

Posting Permissions

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