Gene Koh (gene++at++euphoria.corp.sgi.com)
Tue, 7 Nov 1995 14:09:33 -0800
Suppose I have the following Performer 1.2 code:
pfMakeTransMat(matrix, ...);
pfPreRotMat(matrix, ..., matrix);
To get the same effect with Performer 2.0, will I have to do:
pfMakeTransMat(matrix, ...);
pfPostRotMat(matrix, ..., matrix);
I would say yes, since 2.0's matrices should be OpenGL-based, but just wanted
to be sure. Thanks.
Gene
-- Gene Koh gene++at++corp.sgi.com (415) 933-4230"It is the weak who are cruel. Gentleness can only be expected from the strong." - Leo Roskin
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:52:01 PDT