Thread: What mathematics should I take to have a chance in 3-D graphics?

  1. #1
    Registered User HelpfulPerson's Avatar
    Join Date
    Jun 2013
    Location
    Over the rainbow
    Posts
    288

    What mathematics should I take to have a chance in 3-D graphics?

    I don't really want to do this as a job when I do get out of college, but I think it would be interesting just to go through the basics of 3-D programming. What I want is to know enough to make a basic yet decent application. Right now though, I'm in high school in an Algebra II class. I've taken geometry, but not to the point where I would call myself proficient or advanced in the subject. From what I've looked at, I need to have experience with matrices and vectors. Is there a class I should take in school to have experience with this? Also, is there any good online tutorials/books to learn the math involved?
    "Some people think they can outsmart me, maybe. Maybe. I've yet to meet one that can outsmart bullet" - Meet the Heavy, Team Fortress 2

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Linear algebra are the magic words. Whether that exists at your high school depends on your high school, I suppose; it wouldn't be on the track to AP Calculus, really, which is where everybody seems to want to go so I suspect the odds are against you (unless you're at a magnet).

    I think Dunn/Parberry's 3D Math Primer is a pretty good book to start from (I plan to use it if/when the next time I teach 3D graphics math/programming).

  3. #3
    Registered User HelpfulPerson's Avatar
    Join Date
    Jun 2013
    Location
    Over the rainbow
    Posts
    288
    Quote Originally Posted by tabstop View Post
    Linear algebra are the magic words. Whether that exists at your high school depends on your high school, I suppose; it wouldn't be on the track to AP Calculus, really, which is where everybody seems to want to go so I suspect the odds are against you (unless you're at a magnet).

    I think Dunn/Parberry's 3D Math Primer is a pretty good book to start from (I plan to use it if/when the next time I teach 3D graphics math/programming).
    Well, my school has a course called College Algebra. I've heard it's just a slightly harder version of Algebra II. Then after that it has Trigonometry and of course, Calculus.
    "Some people think they can outsmart me, maybe. Maybe. I've yet to meet one that can outsmart bullet" - Meet the Heavy, Team Fortress 2

  4. #4
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    College Algebra and Linear Algebra may have letters in common but they are not at all the same course. (You may well do a bit of linear algebra in a college algebra course, but you may not -- here there is 0 to very little in college algebra but some in pre-calculus (mostly just adding force vectors and the like; no transformation matrices or anything like that).)

  5. #5
    Registered User HelpfulPerson's Avatar
    Join Date
    Jun 2013
    Location
    Over the rainbow
    Posts
    288
    Thanks for that, I'll look into that primer you suggested.
    "Some people think they can outsmart me, maybe. Maybe. I've yet to meet one that can outsmart bullet" - Meet the Heavy, Team Fortress 2

  6. #6
    Registered User
    Join Date
    Nov 2013
    Posts
    107
    Mainly vectors and matrices. The physics side has few equations. The maths isn't really anything above high school maths.

  7. #7
    Tweaking master Aslaville's Avatar
    Join Date
    Sep 2012
    Location
    Rogueport
    Posts
    528
    Quote Originally Posted by jim_0 View Post
    Mainly vectors and matrices. The physics side has few equations. The maths isn't really anything above high school maths.
    Woooh,..I like how you under-rate that but actually the vectors and matrices used in 3-D programming are not learn't in high school but somewhere in intermediate Calculus because here we are going to talk about things like partial differentiation , inverses , eigen values and vectors and all that kind of thing.

  8. #8
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Linear algebra. Calculus.

  9. #9
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Quote Originally Posted by Aslaville View Post
    Woooh,..I like how you under-rate that but actually the vectors and matrices used in 3-D programming are not learn't in high school but somewhere in intermediate Calculus because here we are going to talk about things like partial differentiation , inverses , eigen values and vectors and all that kind of thing.
    I learned those things in high school.
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

  10. #10
    Tweaking master Aslaville's Avatar
    Join Date
    Sep 2012
    Location
    Rogueport
    Posts
    528
    Quote Originally Posted by grumpy View Post
    I learned those things in high school.
    Yeah I also did but this is not the norm.
    Last edited by Aslaville; 12-14-2013 at 09:32 AM.

  11. #11
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Most of the math for 3D graphics is readily available in books. Most of the math is done for you by other APIs. You should understand what the math does but understand most engines and frameworks will likely do it for you via method calls.

  12. #12
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Most of the math for 3D graphics is readily available in books.
    It would be hard to find any subject that isn't readily available in books .

  13. #13
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    I'd say geometry, as well. You have to get really good at visualizing shapes and drawing them and it's especially difficult because I think most 3D things are made with polyhedra and those are hard to draw.

  14. #14
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    It would be hard to find any subject that isn't readily available in books .
    Quite true. I was trying to point the OP at Amazon but certainly failed in that aspect. I was also alluding to the fact that graphics is still kind of a black art. While there are algorithms available in books the best ones are probably still proprietary or being developed in some studio by some guy pulling 60 to 80 hour weeks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. You are my last chance
    By catasturslykid in forum C Programming
    Replies: 3
    Last Post: 08-28-2013, 02:28 PM
  2. Second Chance Algorithm
    By Aga^^ in forum C++ Programming
    Replies: 4
    Last Post: 12-23-2008, 08:03 AM
  3. First-chance exceptions.
    By g4j31a5 in forum C++ Programming
    Replies: 3
    Last Post: 11-12-2008, 12:44 AM
  4. chance assignment of random
    By scuba22 in forum C++ Programming
    Replies: 4
    Last Post: 10-23-2002, 11:52 AM
  5. increasing chance.
    By davee in forum C++ Programming
    Replies: 5
    Last Post: 10-23-2002, 12:32 AM