Decrease target rectpacking density
This commit is contained in:
parent
42cc08363e
commit
261d5fe399
|
@ -279,7 +279,7 @@ public partial class Mission : Node3D
|
||||||
{
|
{
|
||||||
var bounds = Timing.TimeStage("RectPack", () =>
|
var bounds = Timing.TimeStage("RectPack", () =>
|
||||||
{
|
{
|
||||||
RectanglePacker.Pack(packingRects, out var bounds);
|
RectanglePacker.Pack(packingRects, out var bounds, PackingHints.FindBest, 0);
|
||||||
return bounds;
|
return bounds;
|
||||||
});
|
});
|
||||||
GD.Print($"Creating lightmap with bounds: ({bounds.Width}, {bounds.Height})");
|
GD.Print($"Creating lightmap with bounds: ({bounds.Width}, {bounds.Height})");
|
||||||
|
|
Loading…
Reference in New Issue