Class J3MExporter

java.lang.Object
com.jme3.material.plugin.export.material.J3MExporter
All Implemented Interfaces:
JmeExporter

public class J3MExporter extends Object implements JmeExporter
Saves a Material to a j3m file with proper formatting. usage is :
     J3MExporter exporter = new J3MExporter();
     exporter.save(material, myFile);
     //or
     exporter.save(material, myOutputStream);
 
  • Constructor Details

    • J3MExporter

      public J3MExporter()
      Create a J3MExporter
  • Method Details