Allan Schaffer (allan++at++sgi.com)
Fri, 24 Dec 1999 12:07:37 -0800 (PST)
This looks like it might be an artifact of mixing the C & C++
Performer API's. So instead of
pfMakeTransMat(&z_trans_mat, 0.0f, 0.0f, 5.0f);
try:
z_trans_mat.makeTrans(0.0f, 0.0f, 5.0f);
[On IRIX, using pfMakeTransMat in a C++ pfProgram fails during
compilation with an 'undefined identifier'. On Linux, the compiler
just issues an 'implicit declaration' warning. Interesting]
Allan
-- Allan Schaffer allan++at++sgi.com Silicon Graphics http://reality.sgi.com/allan
This archive was generated by hypermail 2.0b2 on Fri Dec 24 1999 - 12:07:44 PST