Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Log

#1
Bones / About Bone for android
August 15, 2014, 05:56:21 AM
Hi Sir,
I downloaded the Bones and Bones-Android-Ninja projects. It worked well in android phone. Now, I want to load other model like seymour (.\Bones\samples\data\seymour\seymour.group.bones) and replace the ninja.bones file with seymour.bones.In addition, I modified code in NinjaDemoActivity.java & CollisionTestActivity.java.

masterNinja = BonesIO.loadGroup(res.openRawResource(R.raw.seymour));
Texture texture = new Texture(res.openRawResource(R.raw.seymour_texture));

But it does not work.
is there anything else I miss? ???