[osg-users] GL3 Context in MFC

2015-10-18 Thread Lincoln Nxumalo
Dear Windows developers, Has anyone successfully used the GL3 profile with MFC on windows? Basically, I am strugging with creating a GL3 context in MFC. The osg window is unresponsive. The osgViewerMFC example also doesn’t work. I presume the problem is MFC related and not osg. Any help will

[osg-users] Using a custom StateAttribute

2015-10-18 Thread Jannik Heller
Hi, How is one supposed to use a custom StateAttribute? The docs say that: "When extending the osg's StateAttribute's simply define your own Type value which is unique, using the StateAttribute::Type enum as a guide of what values to use" As it is, returning a unique value simply isn't