From 96b570d917e9ee88fc3ed9a757d6867b59521e13 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 8 Jul 2018 21:38:03 +0200 Subject: Updated max size of atlas --- gate_build/src/atlas.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gate_build/src/atlas.rs b/gate_build/src/atlas.rs index 5389578..864df51 100644 --- a/gate_build/src/atlas.rs +++ b/gate_build/src/atlas.rs @@ -25,7 +25,7 @@ use regex::Regex; use rect_packer::{Rect, Pack}; use ::rerun_print; -const MAX_DIM: u32 = 512; +const MAX_DIM: u32 = 4096; pub fn form_atlas(images_dir: &Path, out: &Path, pad: u32, check_rerun: bool) -> Vec { assert!(out.extension() == None, "out must not have an extension, will use .png and .atlas extensions"); -- cgit v1.2.3