Perldl TriD Users, A first "working" implementation of TriD with USE_POGL enabled and FreeGLUT as the OS GUI interface is available via the PDL git repository:
git clone git://pdl.git.sourceforge.net/gitroot/pdl/pdl PDL On a cygwin system, demo 3d and demo 3d2 run with the expected mouse control. There are some drawing artifacts for complex scenes using hold3d in the demos but that does not appear to be related to the mouse control. linux users, please test and report. win32 users, please test and report. mac os x users, the code as is should work if you have FreeGLUT installed. If you only have the GLUT from AGL then you'll need to edit line 744 of Graphics/TriD/TriD/GL.pm changing glutMainLoopEvent() to glutCheckLoop(), and line 297 of Graphics/TriD/POGL/OpenGL.pm the same. Also in Graphics/TriD/POGL/OpenGL.pm, change glutCloseFunc() on line 155 to glutWMCloseFunc(). After those changes, you should be able to build and test as well. Enjoy! Chris
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
