Class OBJWriter

java.lang.Object
codechicken.lib.render.model.OBJWriter

public class OBJWriter extends Object
TODO, Unit tests and MTL writing. Created by covers1624 on 16/4/22.
  • Constructor Details

    • OBJWriter

      public OBJWriter()
  • Method Details

    • exportObj

      public static void exportObj(Map<String,CCModel> models, PrintWriter p)
      Exports a Map of CCModels to a File.
      Parameters:
      models - Map of models to export.
      p - PrintWriter to write the model to.