<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">Hello Christian,<br></div><div class="gmail_quote"><br>On Wed, Apr 15, 2015 at 4:15 PM, Christian Kehl <span dir="ltr"><<a href="mailto:Christian.Kehl@uni.no" target="_blank">Christian.Kehl@uni.no</a>></span> wrote:<br><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I had a look on the OsgMainApp.hpp, where these plugin links are all active<br>
(looks as follows):<br>
<span class=""><br>
//Static plugins Macro<br>
USE_OSGPLUGIN(ive)<br>
USE_OSGPLUGIN(osg)<br>
USE_OSGPLUGIN(osg2)</span> <br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
</span>USE_OSGPLUGIN(terrain)<br>
USE_OSGPLUGIN(rgb)<br>
USE_OSGPLUGIN(OpenFlight)<br>
USE_OSGPLUGIN(dds)<br>
//Static DOTOSG<br>
USE_DOTOSGWRAPPER_LIBRARY(osg)<br>
USE_DOTOSGWRAPPER_LIBRARY(osgFX)<br>
USE_DOTOSGWRAPPER_LIBRARY(osgParticle)<br>
USE_DOTOSGWRAPPER_LIBRARY(osgTerrain)<br>
USE_DOTOSGWRAPPER_LIBRARY(osgText)<br>
USE_DOTOSGWRAPPER_LIBRARY(osgViewer)<br>
USE_DOTOSGWRAPPER_LIBRARY(osgVolume)<br>
//Static serializer<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osg)<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osgAnimation)<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osgFX)<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osgManipulator)<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osgParticle)<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osgTerrain)<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osgText)<br>
USE_SERIALIZER_WRAPPER_LIBRARY(osgVolume)<br>
<br>
if one of them would go wrong, my JNI-compiler would mourn, I presume ?<br>
Hence, the links are active, still the models are not loaded.<br></blockquote><div><br></div><div>That looks sensible to me. <br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
At the moment, I follow this approach:<br>
go on the commandline to my workdirectory,<br>
execute "<path-to-ndk>/ndk-build", then go to eclipse,<br>
hit "start" and try out the app.<br>
May that be a cause for problems ?<br></blockquote><div><br></div><div>No not really. That is pretty much how it should be built.<br><br></div><div>It would be best to turn on debugging and check where exactly it fails. It could also be that you don't have osgDB compiled statically for some reason - it was looking for its shared library. Does it load an .ive or .osg file? Or no files at all?<br><br></div><div>J.<br></div><div><br><br></div><div><br></div></div><br></div></div>