public MartianModel(Context context, boolean debugFlag) {
    skeletonVertexBuffer = new float[ /*m_animator.leroy.bones.size() * 3*/45];
    skeletonIndexBuffer = new byte[30];
    m_context = context;
    m_debug = debugFlag;

    property = new MartianProperty();
    property.addTexture(0);
  }