|
@@ -31,23 +31,23 @@
|
|
|
-->
|
|
|
<html>
|
|
|
<head>
|
|
|
- <title>About jMonkeyPlatform</title>
|
|
|
+ <title>About jMonkeyEngine SDK</title>
|
|
|
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
</head>
|
|
|
<body>
|
|
|
- <h2>About jMonkeyPlatform</h2>
|
|
|
+ <h2>About jMonkeyEngine SDK</h2>
|
|
|
<p>
|
|
|
- The jMonkeyPlatform is a game development environment for jMonkeyEngine 3.
|
|
|
+ The jMonkeyEngine SDK (or "jMonkeyPlatform") is a game development environment for jMonkeyEngine 3.
|
|
|
</p>
|
|
|
<p>
|
|
|
- jMonkeyPlatform is based on the NetBeans Platform so you automatically have access to all of the
|
|
|
+ The jMonkeyEngine SDK is based on the NetBeans Platform so you automatically have access to all of the
|
|
|
developer tools of the NetBeans IDE to create, compile and deploy Java applications.
|
|
|
- On top of that, the jMonkeyPlatform provides you with specialized plugins for creating jMonkeyEngine 3 game content.
|
|
|
+ On top of that, the jMonkeyEngine SDK provides you with specialized plugins for creating jMonkeyEngine 3 game content.
|
|
|
</p>
|
|
|
<h2>Documentation</h2>
|
|
|
<p>
|
|
|
- This help contains info about most of jMonkeyPlatforms functions, take a look at the
|
|
|
+ This help contains info about most of the functions of the jMonkeyEngine SDK, take a look at the
|
|
|
"Introduction" section of the help to get started with <a href="/com/jme3/gde/core/docs/sdk/project_creation.html">creating projects</a>. The sections
|
|
|
on <a href="/com/jme3/gde/core/docs/sdk/model_loader_and_viewer.html">model</a> and <a href="/com/jme3/gde/core/docs/sdk/material_editing.html">material</a> handling will give you information on how you can manage and edit
|
|
|
your game assets. Finally theres information about how jMonkeyPlatform helps you
|