Package codechicken.lib.render.model
Class OBJWriter
java.lang.Object
codechicken.lib.render.model.OBJWriter
TODO, Unit tests and MTL writing.
Created by covers1624 on 16/4/22.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexportObj(Map<String, CCModel> models, PrintWriter p) Exports a Map of CCModels to a File.
-
Constructor Details
-
OBJWriter
public OBJWriter()
-
-
Method Details
-
exportObj
Exports a Map of CCModels to a File.- Parameters:
models- Map of models to export.p- PrintWriter to write the model to.
-