armory3d:main
← e2002e:gi_clipmaps
opened 12:32AM - 15 Jul 24 UTC
Fixes crashes when allocating mipmaps for 3D images.
I think that the pc runs o…ut of ram because mipmapping for 3d images is, correct my if i'm wrong, 8 times the size of the original image. And anisotropy, precomputed direction, and clipmaps are stored in these images by extending their sizes so we don't use mipmaps.
https://github.com/armory3d/armory/pull/3024