类 OBJWriter
java.lang.Object
committee.nova.mods.avaritia.api.client.render.model.OBJWriter
TODO, Unit tests and MTL writing.
Created by covers1624 on 16/4/22.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidexportObj(Map<String, CCModel> models, PrintWriter p) Exports a Map of CCModels to a File.
-
构造器详细资料
-
OBJWriter
public OBJWriter()
-
-
方法详细资料
-
exportObj
Exports a Map of CCModels to a File.- 参数:
models- Map of models to export.p- PrintWriter to write the model to.
-