|
@@ -24,12 +24,12 @@ In the jMonkeyEngine SDK:
|
|
|
. Click btn:[Finish].
|
|
|
|
|
|
This will create a basic jme3 application for an easy start with jme3. You can click the run button to run it: You will see a blue cube.
|
|
|
-If you have questions, read more about xref:ROOT:sdk/project_creation.adoc[Project Creation] here.
|
|
|
+If you have questions, read more about xref:sdk:project_creation.adoc[Project Creation] here.
|
|
|
|
|
|
|
|
|
[TIP]
|
|
|
====
|
|
|
-We recommend to go through the steps yourself, as described in the tutorials. Alternatively, you can create a project based on the xref:ROOT:sdk/sample_code.adoc[JmeTests] template in the jMonkeyEngine SDK. It will create a project that already contains the `jme3test.helloworld` samples (and many others). For example, you can use the JmeTests project to verify whether you got the solution right.
|
|
|
+We recommend to go through the steps yourself, as described in the tutorials. Alternatively, you can create a project based on the xref:sdk:sample_code.adoc[JmeTests] template in the jMonkeyEngine SDK. It will create a project that already contains the `jme3test.helloworld` samples (and many others). For example, you can use the JmeTests project to verify whether you got the solution right.
|
|
|
====
|
|
|
|
|
|
|
|
@@ -300,4 +300,4 @@ When developing a game application, you want to:
|
|
|
|
|
|
*See also:*
|
|
|
|
|
|
-* xref:ROOT:sdk/project_creation.adoc[Create a JME3 project]
|
|
|
+* xref:sdk:project_creation.adoc[Create a JME3 project]
|