Hello everyone,
I am new into opengl es 2.0 android development and I already tried a few animations with motion data,
which worked quite well so far...
Now I was looking further into animating complete humanoid 3d models with bones and skins, which is the
reason I came across jPCT and the android ninja demo.
After the integration in Android Studio and a few fixes for a successful gradle build, the ninja app compiles
without a problem but I am unable to find any accessible menu. The only thing I can do is adding and removing
ninjas...
Unfortunately there are no selectable animation options or any menu buttons for starting and stopping the
animation - is that intended like this with the latest release of the Android Studio sources?
Maybe I am looking for some functionality which I saw in the demo video here:
http://www.aptalkarga.com/bones/If I am not completly mistaken I am also seeing some error in the main.xml layout-file:
"Rendering problems: bones.sample.android.MyView class cannot be found..."
I would very much appreciate any help or hints...
Kind regards,
Ray
PS: Currently I am using Android Studio v1.4 and Android SDK 21 for compilation!