diff --git a/blight-editor/src/main/java/de/blight/editor/state/ModelImportState.java b/blight-editor/src/main/java/de/blight/editor/state/ModelImportState.java index e082212..77a0329 100644 --- a/blight-editor/src/main/java/de/blight/editor/state/ModelImportState.java +++ b/blight-editor/src/main/java/de/blight/editor/state/ModelImportState.java @@ -299,7 +299,6 @@ public class ModelImportState extends BaseAppState { int level = impostorLevel; impostorLevel = -1; ByteBuffer atlas = ImpostorUtil.combineAtlas(impostorPixels); - ImpostorUtil.saveDebugImages(impostorPixels, atlas); // DEBUG – kann nach Diagnose entfernt werden Texture2D atlasTex = ImpostorUtil.buildAtlasTexture(atlas); Node impNode = ImpostorUtil.makeImpostorNode(impostorBb, atlasTex, assets); impNode.setName("lod" + level);