diff --git a/src/net/fexcraft/app/fmt/porters/OBJExporter.java b/src/net/fexcraft/app/fmt/porters/OBJExporter.java index 6dcae192..cc49eaf7 100644 --- a/src/net/fexcraft/app/fmt/porters/OBJExporter.java +++ b/src/net/fexcraft/app/fmt/porters/OBJExporter.java @@ -46,6 +46,7 @@ public OBJExporter(){ settings.add(new Setting("index_vertices", false)); settings.add(new Setting("only_visible_groups", true)); settings.add(new Setting("groups_as_objects", false)); + settings.add(new Setting("include_normals", false)); } @Override @@ -58,6 +59,7 @@ public String exportModel(GroupCompound compound, File file, Map indices = new HashMap<>(); for(TurboList list : compound.getGroups()){ if(onlyvis && !list.visible) continue; @@ -133,6 +135,13 @@ public String exportModel(GroupCompound compound, File file, Map