[osg-users] A problem with regard to std:istream on Android

2017-05-25 Thread 龚来恩
Hi All, I'm trying to make osgEarth run on Android (OSG 3.2 & osgEarth 2.3). Now the earth can display on Android system. But I run into a problem with regard to std:istream. I tried to load an osgb file by the following code osg::ref_ptr node = osgDB::readNodeFile("/sdcard/WV/Models/tk.osgb"

Re: [osg-users] Dimension Mask in PolytopeIntersector still working?

2017-05-25 Thread Robert Osfield
Hi Jordi, Yesterday I checked in a couple of change, from the git log: $ git log commit 20ac472d1f7d85360714168d94e10729c1f9ce8d Author: Robert Osfield Date: Wed May 24 19:40:08 2017 +0100 Moved OSG_USE_DEPRECATED_API from include/osg/Export to Cmake controlled include/osg/Config commit

Re: [osg-users] OpenGL warning

2017-05-25 Thread Alberto Luaces
"Qiaokun Lefei" writes: > Hi, > > I always come across this warning "Warning: detected OpenGL error > 'invalid operation' after RenderBin::draw(..)" in my osg project. Mybe > it's just the problem of the driver. I want to know how to make this > warning disappear or just shield it. Hi Qiaokun, as