Scott Herod (herod++at++evt.com)
Fri, 05 Feb 1999 12:56:19 -0700
switch (count) {
case 0:
hpr.set( 20.0f, -90.0f, 0.0f );
break;
case 1:
hpr.set( 0.0f, -90.0f, 20.0f );
break;
}
chan->setView( xyz, hpr );
pfMatrix mat;
chan->getViewMat( mat );
for (int i=0; i<4; i++ ) {
for (int j=0; j<4; j++ ) {
printf( "%f ", mat.mat[i][j] );
}
printf( "\n" );
}
printf( "\n" );
Is this typical behavior in 3D systems?
Scott Herod
scott++at++evt.com
This archive was generated by hypermail 2.0b2 on Fri Feb 05 1999 - 11:56:25 PST