- rename "SceneViewer" to "OpenGL Window" to reduce confusion
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7925 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
5ec83b0f62
commit
1b623df1ab
@ -36,11 +36,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>The SceneViewer</h2>
|
<h2>The OpenGL Window</h2>
|
||||||
<div class="level2">
|
<div class="level2">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The SceneViewer and SceneExplorer windows are shared among plugins to save system resources. This means that you will have to keep an eye on what plugin is using the scene right now and what you are actually modifying in these windows.
|
The OpenGL window and the SceneExplorer window are shared among plugins to save system resources. This means that you will have to keep an eye on what plugin is using the scene right now and what you are actually modifying in these windows.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<tocitem text="About jMonkeyPlatform" target="com.jme3.gde.core.about"/>
|
<tocitem text="About jMonkeyPlatform" target="com.jme3.gde.core.about"/>
|
||||||
<tocitem text="Introduction">
|
<tocitem text="Introduction">
|
||||||
<tocitem text="Creating a Project" target="sdk.project_creation"/>
|
<tocitem text="Creating a Project" target="sdk.project_creation"/>
|
||||||
<tocitem text="The SceneViewer" target="com.jme3.gde.core.sceneviewer"/>
|
<tocitem text="The OpenGL Window" target="com.jme3.gde.core.sceneviewer"/>
|
||||||
<tocitem text="The SceneExplorer" target="sdk.scene_explorer"/>
|
<tocitem text="The SceneExplorer" target="sdk.scene_explorer"/>
|
||||||
</tocitem>
|
</tocitem>
|
||||||
<tocitem text="Working with Models and Scenes">
|
<tocitem text="Working with Models and Scenes">
|
||||||
|
@ -82,7 +82,7 @@ public final class OpenModel implements ActionListener {
|
|||||||
JmeNode jmeNode = NodeUtility.createNode(node);
|
JmeNode jmeNode = NodeUtility.createNode(node);
|
||||||
SceneApplication app = SceneApplication.getApplication();
|
SceneApplication app = SceneApplication.getApplication();
|
||||||
SceneRequest request = new SceneRequest(app, jmeNode, manager);
|
SceneRequest request = new SceneRequest(app, jmeNode, manager);
|
||||||
request.setWindowTitle("SceneViewer - View Model");
|
request.setWindowTitle("OpenGL Window - View Model");
|
||||||
app.requestScene(request);
|
app.requestScene(request);
|
||||||
} else {
|
} else {
|
||||||
Confirmation msg = new NotifyDescriptor.Confirmation(
|
Confirmation msg = new NotifyDescriptor.Confirmation(
|
||||||
|
@ -362,7 +362,7 @@ public class SceneApplication extends Application implements LookupProvider, Loo
|
|||||||
}
|
}
|
||||||
currentSceneRequest = null;
|
currentSceneRequest = null;
|
||||||
setCurrentFileNode(null);
|
setCurrentFileNode(null);
|
||||||
setWindowTitle("SceneViewer");
|
setWindowTitle("OpenGL Window");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
CTL_SceneViewerAction=SceneViewer
|
CTL_SceneViewerAction=OpenGL Window
|
||||||
CTL_SceneViewerTopComponent=SceneViewer Window
|
CTL_SceneViewerTopComponent=OpenGL Window
|
||||||
HINT_SceneViewerTopComponent=This is a SceneViewer window
|
HINT_SceneViewerTopComponent=This is a OpenGL Window
|
||||||
SceneViewerTopComponent.enableCamLight.text=
|
SceneViewerTopComponent.enableCamLight.text=
|
||||||
SceneViewerTopComponent.enableCamLight.toolTipText=Toggle cam light
|
SceneViewerTopComponent.enableCamLight.toolTipText=Toggle cam light
|
||||||
SceneViewerTopComponent.enableWireframe.toolTipText=Toggle wireframe mode
|
SceneViewerTopComponent.enableWireframe.toolTipText=Toggle wireframe mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user