added workaround for OpenGL bug in Mac OS X 10.5.0 (Leopard)

added concave raycast demo
Thanks to John Rowe (JMC)
This commit is contained in:
ejcoumans
2007-12-05 20:34:32 +00:00
parent a64cc39faf
commit d2973ed48a
5 changed files with 3891 additions and 3365 deletions

View File

@@ -69,7 +69,7 @@ CS_CHECK_HOST
#----------------------------------------------------------------------------
AS_IF([test $cs_host_family = windows],
[# Tack the GLUT that comes with bullet onto compiler & linker flags.
_AC_SRCPATHS(["."])
_AC_SRCDIRS(["."])
glut_cflags="-I$ac_top_srcdir/Glut"
glut_lflags="-L$ac_top_srcdir/Glut"
CFLAGS="$CFLAGS $glut_cflags"