Files
godot/doc/classes
Juan Linietsky 28f51ba547 Refactor high quality texture import
* Only two texture import modes for low/high quality now:
  * S3TC/BPTC
  * ETC2/ASTC
* Makes sense given this is the general preferred and most compatible combination in most platforms.
* Removed lossy_quality from VRAM texture compression options. It was unused everywhere.
* Added a new "high_quality" option to texture import. When enabled, it uses BPTC/ASTC (BC7/ASTC4x4) instead of S3TC/ETC2 (DXT1-5/ETC2,ETCA).
* Changed MacOS export settings so required texture formats depend on the architecture selected.

This solves the following problems:

* Makes it simpler to import textures as high quality, without having to worry about the specific format used.
* As the editor can now run on platforms such as web, Mac OS with Apple Silicion and Android, it should no longer be assumed that S3TC/BPTC is available by default for it.
2023-01-30 15:53:23 +01:00
..
2022-09-15 11:39:03 +02:00
2022-09-01 22:13:46 +02:00
2022-04-28 00:22:43 -07:00
2023-01-18 17:05:15 +01:00
2022-04-28 00:22:43 -07:00
2022-09-15 11:39:03 +02:00
2022-11-22 17:59:45 +01:00
2023-01-30 15:53:23 +01:00
2023-01-14 14:41:51 +01:00
2023-01-08 18:47:48 +01:00
2022-11-22 17:59:45 +01:00
2022-04-28 00:22:43 -07:00
2022-08-23 19:49:50 +02:00
2022-10-31 15:19:48 +08:00
2022-11-12 13:49:12 +02:00
2022-11-12 13:49:12 +02:00
2022-11-22 17:59:45 +01:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-12-15 12:24:08 +01:00
2022-11-20 19:25:13 +01:00
2023-01-08 18:47:48 +01:00
2022-11-20 19:25:13 +01:00
2022-11-04 13:32:52 +01:00
2022-11-22 17:59:45 +01:00
2023-01-21 12:56:28 +01:00
2023-01-17 21:34:10 +01:00
2022-11-22 17:59:45 +01:00
2023-01-10 12:13:23 +03:00
2022-08-04 13:45:54 -05:00
2022-04-28 21:19:01 +08:00
2022-04-28 00:22:43 -07:00
2022-10-07 20:10:18 +02:00
2022-08-02 11:53:28 -05:00