Thread: still not understanding matrices

  1. #1
    Registered User heat511's Avatar
    Join Date
    Dec 2001
    Posts
    169

    still not understanding matrices

    im afraid i still really don't understand the implemenation or concept of matrices in opengl programs... i've looked over nehe and i just don't seem to understand it... mostly the pushing and popping confuses me. mostly i guess what im really looking for is a tutorial that explains it in more depth... i couldn't really find anything on google

    thanks in advance
    "uh uh uh, you didn't say the magic word"
    -Jurassic Park

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    >>i couldn't really find anything on google<<

    You're lying; I know better.

    edit: and an ASM representation is not a good way to learn matricies. Try a math book. Or Google. Or even the Denthor of Asphyxia tutorials on this site. God. People that aren't willing to read. I've spent too much time on this post already.
    Away.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    www.gamedev.net
    www.gamasutra.com
    www.cprogramming.com - oops we are here. Yes this has been posted before - do a search
    www.google.com - I've searched this and yes there is a ton of info about matrices

  4. #4
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    >>mostly the pushing and popping confuses me

    the pushing and popping has to do with the matrix stack not matrices themselves. If thats whats giving you troubles you should look for tuts on the stack structure.

  5. #5
    I'm with confuted on this one, not just b/c he is one to be feared, but b/c he is correct. This site does have good tutorials and getting a math book to learn about mathematical concepts is always a good idea. Now osmeone correct me if I'm wrong, but don't books on OpenGL and 3D Game Programming cover these topics? If so, then getting on of those (specifically OpenGL Game Programming) which which would go in depth on things you need to understand, or maybe even get a book on 3D Math, Confuted or Silvercord may be able to point you to one if oyu ask really nicely.

    I owuld try asking confuted first since Silvercord is usually out at parties with women all over him.

  6. #6
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Sweet! I'm one to be feared!

    Hmmm.... I should make this useful, huh?

    The fourth link on Google appears to have some good stuff on matrix math in general.

    All the way down to the sixth link on google and I found something that looks custom-tailored to 3d stuff.

    Cruzin' around on this site for a few seconds and I find the thing I told you about before.

    Looking around some more and I stumbled across what RoD wrote or, from the looks of things, plagerized

    And I'm willing to bet you a virtual dollar that I could find more real easily. I know, because I've found it and read a ton of it. I just searched for "matrices" on Google - a more refined search would be better. Check out the math behind a matrix (multiply some by hand), then read the 3d stuff, and then come back here with specific questions and I'll be happy to help.

    Code:
    if(!RTFM && !STFW)
         nohelp();
    if(STFW && (notverymuch||notreally))
         nohelp();
    if(RTFM || STFW)
         useful();
    The last time useful() got called repeatedly on the same topic, I wrote a tutorial series. So put forth a little work of your own and I'll be useful again.
    Away.

  7. #7
    Confuted, don't let that go to your head, even GBonny (KingZoolerious) is one to be feared, but for different reasons of course.

  8. #8
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Haha, I just thought it was funny.

    And of course, I need another line.
    Away.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C simple Matrices
    By Cyberman86 in forum C Programming
    Replies: 3
    Last Post: 05-07-2009, 05:20 PM
  2. adding matrices, help with switches
    By quiet_forever in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2007, 08:21 AM
  3. Comparing Matrices (D3D9)
    By MicroFiend in forum Game Programming
    Replies: 2
    Last Post: 10-12-2005, 08:36 AM
  4. understanding recursive functions
    By houler in forum C Programming
    Replies: 7
    Last Post: 12-09-2004, 12:56 PM
  5. Problem multiplying rotation matrices together
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 03-04-2003, 09:20 AM