2
0
Эх сурвалжийг харах

Reword converting to j3o topic.

mitm 5 жил өмнө
parent
commit
14644fa821

+ 1 - 1
src/docs/asciidoc/jme3/intermediate/multi-media_asset_pipeline.adoc

@@ -142,7 +142,7 @@ See also: link:http://www.gamasutra.com/view/feature/2530/practical_texture_atla
 
 == Convert 3D Models to .j3o Format
 
-Convert all models and scenes to jME3's binary .j3o format to load() them. You use the jMonkeyEngine SDK or JME link:{link-javadoc}/com/jme3/export/binary/BinaryExporter.html[BinaryExporter] .
+Convert all models and scenes to jME3's binary .j3o format to load() them. Use one of the conversion methods listed for the <<jme3/features#supported-external-file-types,Supported External File Type>> you have chosen.
 
 .  Confirm that you exported the model into the `assets/Textures` directory (or subdirectories) together with all its textures.
 .  In the SDK, right-click the model and choose "`Convert to j3o Binary`". +