X11OpenGLWindow: create stencil buffer for shadows in OpenGL2 mode (OpenGL3 uses shadow maps)
Add 'createCollisionObjectGraphicsObject' API for CommonPhysicsSetup Add 'pthread' dependency as workaround for NVIDIA graphics driver issue (see //See https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1248642 )
This commit is contained in:
@@ -34,7 +34,7 @@ function createDemos( demos, incdirs, linknames)
|
||||
linkoptions { "-framework Carbon -framework OpenGL -framework AGL -framework Glut" }
|
||||
|
||||
configuration {"not Windows", "not MacOSX"}
|
||||
links {"GL","GLU","glut"}
|
||||
links {"GL","GLU","glut","pthread"}
|
||||
configuration{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user