java.lang.Object
committee.nova.mods.avaritia.api.client.render.model.OBJWriter

public class OBJWriter extends Object
TODO, Unit tests and MTL writing.

Created by covers1624 on 16/4/22.

  • 构造器详细资料

    • OBJWriter

      public OBJWriter()
  • 方法详细资料

    • exportObj

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