Class J3mdExporter
java.lang.Object
com.jme3.material.plugin.export.materialdef.J3mdExporter
Saves a Material to a j3m file with proper formatting.
usage is :
J3mdExporter exporter = new J3mdExporter(); exporter.save(material, myFile); //or exporter.save(material, myOutputStream);
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(MaterialDef matDef, File f) void
save
(MaterialDef matDef, OutputStream f)
-
Constructor Details
-
J3mdExporter
public J3mdExporter()Create a J3mdExporter
-
-
Method Details
-
save
- Throws:
IOException
-
save
- Throws:
IOException
-