Re: [osg-users] [osgPlugins] [osgAndroid-Question] How to get .ply files to work?

2012-05-20 Thread Jorge Izquierdo Ciges
Yup i assume you'll have some errors if they have to load resources from
plugins that are not activated or if the load uses some states that are not
well supported with OSG working in GLES.

Good Luck.

2012/5/20 Bernd Kampl 

> Hi,
>
> I just wanted to let you know that your advise worked! After rebuilding
> and recompiling I am now able to open most of the .ply files.
>
> Thank you very much!
>
> Cheers,
> Bernd
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=47782#47782
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] [osgAndroid-Question] How to get .ply files to work?

2012-05-20 Thread Bernd Kampl
Hi,

I just wanted to let you know that your advise worked! After rebuilding and 
recompiling I am now able to open most of the .ply files.

Thank you very much!

Cheers,
Bernd

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=47782#47782





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] [osgAndroid-Question] How to get .ply files to work?

2012-05-19 Thread Jorge Izquierdo Ciges
Well the compiler usually says what he founds... and what didn't found if
he can't find it it's because it wasn't compiled. If you follow the recipy
letter to letter then you have used this option ->
-DOSG_CPP_EXCEPTIONS_AVAILABLE=OFF
ply plugin requires CPP exceptions. So... no ply plugin

BUT... I only used that configuration because it's recommended in the GLES
page of OSG you can try to compile with cpp exceptions the Android
makefiles are configured to permit the use of exceptions.

Good luck.

2012/5/18 Bernd Kampl 

> Hi dear OSG Dev Community :)
> I'm working with the Android Implementation of OSG, namely the
> osgAndroidExampleGLES1. I figured out how to include the plugins like jpeg,
> png, curl, freetype, mainly thanks to this thread:
> http://forum.openscenegraph.org/viewtopic.php?t=10415
> (For those who don't know: the Android.mk and the OsgMainApp.hpp have to
> be modified).
>
> But here comes my problem: i want to use .ply Files. I know there is a
> plugin for it. But when i try to include it like i do with with the other
> plugins i get the error "cannot find -losgdb_ply". maybe someone could
> point me in the right direction.
> thanks very much in advance, this dev community is absolutely awesome!
>
> Cheers,
> Bernd
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=47767#47767
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org