SquidMan
12-06-2001, 01:15 PM
I want to be able to do this:
glVector Foo(0,0,-10);
glMatrix Bar=gluPerspective(-blah-);
Foo=Foo*Bar;
Let the card to it in the GPU, and let me maintain control of the vector "foo". Makes culling, billboarding, etc. easier.
I'm sure I'm not the first to suggest it, but it would still be nice!
glVector Foo(0,0,-10);
glMatrix Bar=gluPerspective(-blah-);
Foo=Foo*Bar;
Let the card to it in the GPU, and let me maintain control of the vector "foo". Makes culling, billboarding, etc. easier.
I'm sure I'm not the first to suggest it, but it would still be nice!