File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
jme3-core/src/plugins/java/com/jme3/material/plugins Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -842,11 +842,11 @@ protected void initNodesLoader() {
842842 * the path to the texture in the .j3m file.
843843 * <p>
844844 * <b>Example:</b>
845- * <pre>
846- * DiffuseMap: MinTrilinear MagBilinear WrapRepeat_S "some/path/to a/texture.png"
847- * </pre>
848- * This would apply a minification filter of "Trilinear", a magnification filter of "Bilinear" and set the wrap mode to "Repeat".
849845 * </p>
846+ * <pre>
847+ * DiffuseMap: MinTrilinear MagBilinear WrapRepeat_S "some/path/to a/texture.png"
848+ * </pre>
849+ * This would apply a minification filter of "Trilinear", a magnification filter of "Bilinear" and set the wrap mode to "Repeat".
850850 * <p>
851851 * <b>Note:</b> If several filters of the same type are added, eg. MinTrilinear MinNearestLinearMipMap, the last one will win.
852852 * </p>
You can’t perform that action at this time.
0 commit comments