Re: [osg-users] Android osgPlugins

2015-04-25 Thread Christian Kehl
I posted the changes on the osg-submissions mailing list. I still have the problem of building the JNI libraries using Eclipse. Rafael, perhaps you can give me a hint on how to do that, or extend the readme on the project a bit further so this last step is clear on howto-do ? Thanks and

Re: [osg-users] Android osgPlugins

2015-04-25 Thread Christian Kehl
Hi, Thank you for the clarification. I followed the example, which gave me this output: christian@PROMETHEUS:/media/christian/DATA/osgAndroid/org.openscenegraph.android$ ${ANDROID_NDK}/ndk-build [armeabi] Compile++ thumb: jniosg-gles1 = JNIosgViewer.cpp jni/JNIosgViewer.cpp:23:28: fatal error:

Re: [osg-users] Android osgPlugins

2015-04-25 Thread Rafa Gaitan
Hi, It's been a while since I build an osgAndroid project, so maybe things have changed and now the readme is not longer valid. The explained method for building JNI libraries within eclipse it's just a convenience way for not using the console each time you change something in the JNI part. As

[osg-users] osg::LineSegment intersect with Box and Sphere inconsistency

2015-04-25 Thread Wojciech Lewandowski
Hi, Robert, I have just stumbled on small issue in my intersection code which turned out to be related to different interpretation of r2 param returned by LineSegment::intersect( BoundingBox, r1, r2 ) and LineSegment::intersect( BoundingSphere, r1, r2 ). Example Code: osg::BoundingBox box(