Posted by Pete on March 16, 2000 at 14:02:34:
In reply to: TRueView unix port zip + diff posted by wouter on March 15, 2000 at 15:24:56:
Hi,
I just want to report that tr_view runs fine on a linux-box using Mesa 3.1.
To enable hardware-accelaration, I had to add the 2 lines in the middle:
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
glutInitWindowSize (640,480);
glutInitWindowPosition (0,0);
MainViewerWindow = glutCreateWindow("TRueView TR Level Viewer");
I have no idea why this is necessary, I just copied the code from a mesa-demo.
Thanks for the fine program
Pete