Need the help of an OpenGL guru
- Posted by Mark Brown <mabrown at ihug.com.au> Jun 10, 2007
- 540 views
Hi everyone, I've been working on a new set of OpenGL wrappers and examples based on the includes and samples from the current Mesa 6.5.3. What I've done so far works fine on my Windows box. On my Zaurus however, nothing between glBegin/glEnd pairs will display any output. I've also tried other libs from the archive (Mic's for example) and they have the exact same problem. I've tried different versions of Mesa on my Z with no success. Compiled C versions of the same samples work as expected. This must be a problem with my compile of 2.4 for the Z. however, there is almost nothing to help me work out what is going on. It doesn't cause any Euphoria errors, it doesn't segfault, and all the rest of the code works (for example, I can create a torus using glutSolidTorus() because that is done outside of these gl pairs.) I wish I could ask for specific help here but I'm at a loss. Anyone got any ideas? Mark