|
@@ -142,7 +142,7 @@ See also: link:http://www.gamasutra.com/view/feature/2530/practical_texture_atla
|
|
|
|
|
|
== Convert 3D Models to .j3o Format
|
|
== 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.
|
|
. 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`". +
|
|
. In the SDK, right-click the model and choose "`Convert to j3o Binary`". +
|