Remove debug lightmap texture export
This commit is contained in:
parent
e499cfcbfc
commit
117f5b924c
|
@ -416,7 +416,6 @@ public partial class Mission : Node3D
|
||||||
return new Vector2(u, v);
|
return new Vector2(u, v);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
lmImages[0].SavePng("user://lm.png");
|
|
||||||
|
|
||||||
var lightmapTexture = new Texture2DArray();
|
var lightmapTexture = new Texture2DArray();
|
||||||
lightmapTexture.CreateFromImages(lmImages);
|
lightmapTexture.CreateFromImages(lmImages);
|
||||||
|
|
Loading…
Reference in New Issue