FYI, I think I came across the OSG_GLU_TESS_CALLBACK_TRIPLEDOT issue
in my testing too. I think the answer is:
In Leopard, you need to flip the value.
In prior to Leopard, the value works as is.

If I recall, the thing is related to some casting which happens to
involve a GLenum. If so, I think the issue is related to the fact that
Apple redefined GLenum from long to int in Leopard which brings it in
line with most other operating systems, but breaks now because the
work-around that was used before didn't work.

This is another area I am aware of and think I have already begun to
address in the upcoming CMake fixes for OS X. But meanwhile, I think
flipping this flag will work. (Also, be aware that if you are under
Leopard, you should change to the 10.5 SDK instead of the default
10.4u SDK.)

-Eric
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to