fix xcode project in Extras/AllBulletDemosOSX and enable stencil shadows
This commit is contained in:
@@ -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 ),
|
||||
|
||||
Reference in New Issue
Block a user