Re: [osg-users] Does OSG work on Mac OS?

2017-09-26 Thread Hartwig Wiesmann
Hi, I am using OSG on OS X without problems. But I am using OSG version 3.2 (did not test the newest version, yet). ... and I am not using any of the CMake files but compiling the source using my own Xcode project... Cheers, Hartwig -- Read this topic online here: http://forum

Re: [osg-users] Does OSG work on Mac OS?

2017-09-18 Thread Robert Osfield
Hi Martin, On 18 September 2017 at 10:23, GeeKer Wang wrote: > I am actually using the git version, which doesn't work. Although I have: > > glVersion=4.1, isGlslSupported=YES, glslLanguageVersion=4.1, > > there are still errors for osgsimplegl3: > > Warning: detected OpenGL error 'invalid enume

Re: [osg-users] Does OSG work on Mac OS?

2017-09-18 Thread GeeKer Wang
Hi, Michael, I have posted logs in another post. On Mon, Sep 18, 2017 at 3:46 PM, michael kapelko wrote: > Hi. You should really post OSG logs. > > On 18 September 2017 at 09:25, GeeKer Wang wrote: > > Hi, all, > > > > I have tried OSG on Mac OS 10.12.5 with NVIDIA card by compiling OSG with >

Re: [osg-users] Does OSG work on Mac OS?

2017-09-18 Thread GeeKer Wang
Hi, Robert, I am actually using the git version, which doesn't work. Although I have: glVersion=4.1, isGlslSupported=YES, glslLanguageVersion=4.1, there are still errors for osgsimplegl3: Warning: detected OpenGL error 'invalid enumerant' at Before Renderer::compile WARNING: Could not find vert

Re: [osg-users] Does OSG work on Mac OS?

2017-09-18 Thread Robert Osfield
Hi (could sign with your name so we know how to appropriately address you :-), Apple decided to make developers life hard in their OpenGL support, while it's easy to roll out support on other platforms on OSX, well... it's a pain in the butt. This doesn't just apply to OpenGL, Apple have done it

Re: [osg-users] Does OSG work on Mac OS?

2017-09-18 Thread michael kapelko
Hi. You should really post OSG logs. On 18 September 2017 at 09:25, GeeKer Wang wrote: > Hi, all, > > I have tried OSG on Mac OS 10.12.5 with NVIDIA card by compiling OSG with > GL3 enabled, but I failed to make osgsimplegl3 work. It complains the > version of glsl. > > I think the problem is OSG

[osg-users] Does OSG work on Mac OS?

2017-09-17 Thread GeeKer Wang
Hi, all, I have tried OSG on Mac OS 10.12.5 with NVIDIA card by compiling OSG with GL3 enabled, but I failed to make osgsimplegl3 work. It complains the version of glsl. I think the problem is OSG doesnot support core profile. Does it mean all functions depending on glsl130 or above will not work