Fehlende Datei ergänzt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user