mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Updated import_textures (markdown)
parent
b6a1366812
commit
ce0791b60b
@ -6,7 +6,7 @@ In most cases you **don't** want images imported when dealing with 2D and GUI. J
|
||||
|
||||
### OK you _might_ want to import them.
|
||||
|
||||
So, if you have read the previous tutorial basically using the texture importer gives you more finer grained control on how textures are imported. If you want to change flags such as repeat, filter, mip-maps, fix edges, etc _**PER texture**_, importing them is the best way to accomplish this. For the bulk, it's probably more comfortable to use the methods in the above mentioned link.
|
||||
So, if you have read the previous tutorial on the texture exporter, the texture importer gives you more finer grained control on how textures are imported. If you want to change flags such as repeat, filter, mip-maps, fix edges, etc _**PER texture**_, importing them is the best way to accomplish this (since you can't save such flags in a standard image file).
|
||||
|
||||
### Lack of MipMaps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user