瀏覽代碼

clarified which model types to use

mitm 5 年之前
父節點
當前提交
47f3b9c075
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docs/asciidoc/jme3/external/blender.adoc

+ 1 - 1
src/docs/asciidoc/jme3/external/blender.adoc

@@ -326,7 +326,7 @@ The goal of this tutorial is to explain briefly how to bake light map in blender
 
 == Importing the model in the SDK and creating the appropriate material
 
-Once this is done, export your model with one of the <<jme3/features#supported-formats,Supported External File Types>> and convert it into a `.j3o` with the SDK, or the JME link:{link-javadoc}/com/jme3/export/binary/BinaryExporter.html[BinaryExporter].
+Once this is done, export your model with one of the 3D model <<jme3/features#supported-formats,Supported External File Types>> and convert it into a `.j3o` with the SDK, or the JME link:{link-javadoc}/com/jme3/export/binary/BinaryExporter.html[BinaryExporter].
 
 *  Create material for it using the lighting definition.
 *  Add the colorMap in the diffuse map slot and the lightMap in the light map slot.