fix xcode project in Extras/AllBulletDemosOSX and enable stencil shadows

This commit is contained in:
erwincoumans
2012-06-21 07:00:08 +00:00
parent 73b217fb07
commit f9908667eb
2 changed files with 6 additions and 2 deletions

View File

@@ -557,7 +557,7 @@ subject to the following restrictions:
NSOpenGLPFADoubleBuffer,
NSOpenGLPFAAccelerated,
NSOpenGLPFADepthSize, (NSOpenGLPixelFormatAttribute)32,
NSOpenGLPFAStencilSize, (NSOpenGLPixelFormatAttribute)0,
NSOpenGLPFAStencilSize, (NSOpenGLPixelFormatAttribute)8,
NSOpenGLPFASingleRenderer,
NSOpenGLPFASampleBuffers, (NSOpenGLPixelFormatAttribute)( 1 ),
NSOpenGLPFASamples, (NSOpenGLPixelFormatAttribute)( 4 ),
@@ -571,7 +571,7 @@ subject to the following restrictions:
NSOpenGLPFADoubleBuffer,
NSOpenGLPFAAccelerated,
NSOpenGLPFADepthSize, (NSOpenGLPixelFormatAttribute)32,
NSOpenGLPFAStencilSize, (NSOpenGLPixelFormatAttribute)0,
NSOpenGLPFAStencilSize, (NSOpenGLPixelFormatAttribute)8,
NSOpenGLPFASingleRenderer,
NSOpenGLPFASampleBuffers, (NSOpenGLPixelFormatAttribute)( 0 ),
NSOpenGLPFASamples, (NSOpenGLPixelFormatAttribute)( 0 ),