使用产品:mobile for android 10i 操作系统:android
问题详细描述:
scene = sceneControl.getScene();
sceneControl.getScene().setWorkspace(workspace);
if ( workspace.open(workspaceConnectionInfon)){
if (!scene.open(workspace.getScenes().get(0))){
Toast.makeText(this, "打开场景失败", Toast.LENGTH_SHORT).show();
return;
}
// Camera camera=new Camera(100,10,100);
// scene.flyToCamera(camera,1,true);
scene.flyToPoint(new Point3D(0, 0, 100),10);