🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Wondering about Hardware TnL

Started by
0 comments, last by JwayneT 24 years, 2 months ago
I''m From the Seattle area and around here there is a magazine called "Computer Source." Now they had a review of the new video cards coming out, and how they made use of Transformation and Lighting. Now I was in my linear algebra class at the time, so I felt I had a good grasp of the term "Transformation," which was analagious to a function only it took vectors instead of an "x" value. But what the magazine implied is that the TnL was used for triangle setup, or something like that. But from what I have read around here, it seems to support what I have come to undersand as a "Transfomation," like using opengl functions to rotate objects. What is the truth?
a.h{text-decoration:none;color:blue;};a.h:hover{text-decoration:underline;background:red;};

Why is it called a hot water heater? Isn't it cold when it goes in the tank?

[email=jtaylor@gtemail.net" class="h]-=CF=-[/email]
Advertisement
T&L hardware supports hardware transformation of vertices, i.e. the multiplication of vertices and matrices.

Vertex' = Matrix*Vertex;

- WitchLord

Edited by - WitchLord on May 13, 2000 6:27:25 PM

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement