Просмотр исходного кода

Merge pull request #1 from jMonkeyEngine/master

Update with master
Ali-RS 9 лет назад
Родитель
Сommit
a8952ebe86

+ 5 - 0
src/docs/asciidoc/jme3/external/fonts.adoc

@@ -60,3 +60,8 @@ hudText.setText("You can write any string here");
 guiNode.attachChild(hudText);
 
 ----
+
+== create font for RTL languages like persian and arabic
+
+to create and use persian bitmap fonts use this tool.
+ link:https://github.com/younes-noori/bitMapFontCreator[bitMapFontCreator for RTL languages] 

+ 2 - 2
src/docs/asciidoc/jme3/rotate.adoc

@@ -112,7 +112,7 @@ How to use these tables to speficy a certain rotation:
 
 Quaternion objects can be used as often as you want, so give them meaningfull names, like `roll90, pitch45, yaw180`.
 
-link:http://gpwiki.org/index.php/OpenGL:Tutorials:Using_Quaternions_to_represent_rotation[More about Quaternions]…
+link:http://moddb.wikia.com/wiki/OpenGL:Tutorials:Using_Quaternions_to_represent_rotation[More about Quaternions]…
 
 
 == Code Sample
@@ -140,7 +140,7 @@ cylinder.updateGeometry();
 You can specify two rotations, and then have jme calculate (interpolate) the steps between two rotations:
 
 *  com.jme3.math.Quaternion, slerp() – store an interpolated step between two rotations
-**  link:http://javadoc.jmonkeyengine.org/com/jme/math/Quaternion.html[com.jme.math.Quaternion]
+**  link:http://javadoc.jmonkeyengine.org/com/jme3/math/Quaternion.html[com.jme3.math.Quaternion]
 **  link:http://javadoc.jmonkeyengine.org/com/jme/math/TransformQuaternion.html[com.jme.math.TransformQuaternion]
 
 

+ 1 - 0
src/docs/resources/Scenes/Town/removeme.txt

@@ -0,0 +1 @@
+Remove me when there are files here.

BIN
src/docs/resources/Scenes/Town/town.zip