imobile开发中,realspace地球场景所在的activity,退出之后重进这个activity,为什么地球加载不出来了。
@Override
protected void onDestroy() {
super.onDestroy();
sceneControl.getScene().close();
// sceneControl.getScene().dispose();
EventBus.getDefault().unregister(MainActivity.this);
this.finish();
}
重新启动这个activity,地球显示不出来。