Parcourir la source

removed blender reference

mitm il y a 5 ans
Parent
commit
1e48911090
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/docs/asciidoc/jme3/intermediate/best_practices.adoc

+ 1 - 1
src/docs/asciidoc/jme3/intermediate/best_practices.adoc

@@ -115,7 +115,7 @@ a| Use UV texture / texture atlases / baking for each texture map.
 a| Don't create models based on multiple separate textures, it will break the model into separate meshes.
 
 a| Convert Models to j3o format. Move j3o files into `assets/Models`.
-a|Don't reference Blender/Ogre/OBJ files in your load() code, because these unoptimized files are not packaged into the JAR.
+a|Don't reference GLTF/Ogre/OBJ files in your load() code, because these unoptimized files are not packaged into the JAR.
 
 |===