mitm 5 лет назад
Родитель
Сommit
fdd9a7ee5c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_asset.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_asset.adoc

@@ -236,7 +236,7 @@ JME3 offers ClasspathLocator, ZipLocator, FileLocator, HttpZipLocator, and UrlLo
 == Creating Models and Scenes
 
 To create 3D models and scenes, you need a 3D Mesh Editor. If you don't have any tools, install Blender.
-Then you link:http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/UV_Map_Basics[create fully textured models (e.g. with Blender)], export them to your project using a <<jme3/features#supported-formats,Supported External File Type>>, <<jme3/features#supported-formats,convert models>>, <<jme3/beginner/hello_asset#loading-models-and-scenes,load models>>, and create 3D scenes from them.
+Then you link:http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/UV_Map_Basics[create fully textured models (e.g. with Blender)], export them to your project using a <<jme3/features#supported-formats,Supported External File Type>>, <<jme3/features#supported-external-file-types,convert models>>, <<jme3/beginner/hello_asset#loading-models-and-scenes,load models>>, and create 3D scenes from them.
 
 
 === Model File Formats