> Here's a snazzed up version of Ian's rework of my old example: > > Screenshot: > http://seriss.com/people/erco/fltk/image-texturemapped-cube.png > > Code: > http://seriss.com/people/erco/fltk/image-texturemapped-cube.cxx
Nice demo! Only compiles on my box if I add #include <stdlib.h> for exit() and the easiest way to compile is then: fltk-config --use-images --use-glut --compile image-texturemapped-cube.cxx Don't have GLX configured to be able to run it though :-( D. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

