|
1 registered members (TipmyPip),
18,449
guests, and 6
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
i don't understand matrices
#26032
04/11/04 19:56
04/11/04 19:56
|
Joined: Nov 2003
Posts: 677 There
Julius
OP
Developer
|
OP
Developer
Joined: Nov 2003
Posts: 677
There
|
I'm pretty sure this is the right forum. This is the only forum where I know that the viewers would no how to use matrices!
I don't get it. I know matrices are used in shaders. I also know that it isn't just used for shaders, because entity.u,v, and material.scale are going to be abandoned because you can use matrices for this.
How do matrices work?
I'm sorry I can't give more info about specifically what I need to know, but I have no idea how it works!?
Please help.
Julian
flabadabadab.
|
|
|
Re: i don't understand matrices
[Re: Julius]
#26033
04/13/04 07:29
04/13/04 07:29
|
Joined: Nov 2003
Posts: 677 There
Julius
OP
Developer
|
OP
Developer
Joined: Nov 2003
Posts: 677
There
|
YOU ARE SHADER PROGRAMMERS!!! SURELY YOU CAN EXPLAIN A BIT ABOUT MATRICES, OR DIRECT ME TO A SITE THAT EXPLAINS IT?
PLEASE!?
Julian
flabadabadab.
|
|
|
Re: i don't understand matrices
[Re: Julius]
#26038
04/14/04 19:18
04/14/04 19:18
|
Joined: Nov 2003
Posts: 677 There
Julius
OP
Developer
|
OP
Developer
Joined: Nov 2003
Posts: 677
There
|
Thanks for the help guys! Those were good links, but...
I guess I need to wait till I learn about them at school. I just don't get it.
Thanks anyway guys,
Julian
flabadabadab.
|
|
|
Re: i don't understand matrices
#26040
04/15/04 04:15
04/15/04 04:15
|
Joined: Oct 2000
Posts: 1,543 Germany
Alexander Esslinger
Senior Developer
|
Senior Developer
Joined: Oct 2000
Posts: 1,543
Germany
|
Some basic things about matrices: - Matrices are like vectors of vectors, so they have rows and columns.
- You can use matrices for transforming vectors. You do this by multipling the matrix with the vector. This way you can move, scale or rotate vectors.
- If you multiply two matrices, the new matrix will combine the transformations of each matrix. So if you combine a rotation and scaling matrix, the vector will be rotated and scaled in one multiplication.
- By multipling with the inverse of a matrix, you can make that matrix undo.
That's very general info, hope that helps you.
|
|
|
Re: i don't understand matrices
[Re: Alexander Esslinger]
#26041
04/15/04 09:59
04/15/04 09:59
|
Joined: Nov 2003
Posts: 677 There
Julius
OP
Developer
|
OP
Developer
Joined: Nov 2003
Posts: 677
There
|
Wow thanks!! That is very helpful!
Julian
flabadabadab.
|
|
|
|
|
|