Matrix Inverses

Started by
9 comments, last by joeG 24 years, 4 months ago
I use inverse matrices for fast pre-transformation lighting and poly culling. This way, I can cull and light polys before transforming them to world or camera coordinates.

VTune is cool, I won a copy of it at the XGDC and I must say, knowing what's included with it now, I'd buy it. =)

You get the Intel ICL C++ optimizing compiler plugins for VC++, interactive assembly tutorials, almost all of their docs in *.pdf format, a profiler and bounds checker, and a lot of other things. I'm impressed.

This topic is closed to new replies.

Advertisement