-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/01/2015 09:51 PM, Christian Kehl wrote: > Hi, > > I recompiled erverything, re-transmitted the models to the device, > and modified the code to change the background colour (to make > sure the rest of the code is working). Well, surprise surprise, > the application runs and the background is changes. unfortunately, > the models are still not shown. My logcat formost complains now > about the "apply(State&)" method not being supported. Any ideas how > to circumvent the problem ? The LogCat log is appended. >
That looks like you are trying to display a model that uses OpenGL feature (texgen) not supported by OpenGL ES. Try a different file or you need to re-export your model without this. Congrats on getting the app to run, though! Jan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iD8DBQFVbNQQn11XseNj94gRAv51AJ0Rk+QFv+1chWogAoShS0THlNzhoACcDLvu dG37kiyn7s9325ny3sJVJ+4= =insr -----END PGP SIGNATURE----- _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

