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

Thread: Math Book that focus in OpenGL

  1. #1
    Intern Newbie
    Join Date
    Jan 2009
    Posts
    49

    Math Book that focus in OpenGL

    I know only few topics in linear algebra. They said linear algebra is really needed in 3D.

    The latest math that I know is calculus. Can anyone here recommend a book that focuses more on 3D rendering and also in linear algebra?

    I don't know where to post this so I just posted it here.

    Thanks
    Sarah22

  2. #2
    Member Regular Contributor Rosario Leonardi's Avatar
    Join Date
    Aug 2008
    Location
    Italy
    Posts
    352

    Re: Math Book that focus in OpenGL

    I have read this (some years ago)
    3D Math Primer for Graphics and Game Development
    You can find more information on the book site

    The bad thing about this book is that all matrix are directX
    style, so you have to transpose every matrix and invert every operation order.
    It speak about vector, matrix, quaternion, geometric test..ecc...
    The only part that I miss is floating point numerical robustness that is used for physics and AI tests.

    Luckily I found a good chapter about numerical robustnessin the book "real time collision detection" by Christer Ericson, it speak about collision detection algorithms, Math (a lot of math) and numerical robustness. If you want to create a physics engine is a must.
    ~ ~ I tell you, realtime 3D is made of blood, sweat and screams! ~ ~

  3. #3
    Super Moderator Frequent Contributor Groovounet's Avatar
    Join Date
    Jul 2004
    Posts
    936

    Re: Math Book that focus in OpenGL

    Hummm, I'm not a big fan of 3D Math Primer ... let's say I believe there are better books for this purpose:
    - Essential Mathematics for Games & Interactive Application
    - Mathematics for 3D game programming & computer graphics

  4. #4
    Intern Newbie
    Join Date
    Mar 2001
    Location
    Sheffield, UK
    Posts
    31

    Re: Math Book that focus in OpenGL

    I'd echo Groovounet's recommendation of Essential Mathematics for Games & Interactive Applications. It takes a more practical approach to describing the linear algebra stuff which can make it easier to pick up if you haven't got a maths degree.

    It's had a major rewrite for the second edition and now focuses on shader stuff rather than fixed function pipeline.

  5. #5
    Intern Contributor
    Join Date
    Sep 2008
    Posts
    65

    Re: Math Book that focus in OpenGL

    Me too want to buy a math book I want to decide between "Essential Mathematics for Games & Interactive Applications" and "Geometric Tools for Computer Graphics "Can any one help me please.

Posting Permissions

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