From 869d9e65f5c19cb52809c49f95d144eb68257f16 Mon Sep 17 00:00:00 2001 From: reduz Date: Wed, 12 Mar 2014 17:29:29 -0700 Subject: [PATCH] Updated import_textures (markdown) --- import_textures.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/import_textures.md b/import_textures.md index 3fed7e8..5dfcb0f 100644 --- a/import_textures.md +++ b/import_textures.md @@ -100,13 +100,14 @@ This combo allows to change the texture format (compression in this case): Each of the four options described in this table together with their advantages and disadvantages (

=Best,

=Worst): - | Uncompressed | Compress Lossless (PNG) | Compress Lossy (WebP) | Compress VRAM | | ------------ | ----------------------- | --------------------- | ------------- | -| Description | Stored as raw pixels | Stored as PNG | Stored as WebP | Stored as S3TC/BC,PVRTC/ETC, depending on platform| -| Size on Disk | Large |

Small |

Very Small |

Small | + | Uncompressed | Compress Lossless (PNG) | Compress Lossy (WebP) | Compress VRAM | +| ------------ | ----------------------- | --------------------- | ------------- | +| Description | Stored as raw pixels | Stored as PNG | Stored as WebP | Stored as S3TC/BC,PVRTC/ETC, depending on platform| +| Size on Disk | Large |

Small |

Very Small |

Small | | Memory Usage | Large | Large | Large |

Small | | Performance |

Normal |

Normal |

Normal |

Fast | -| Quality Loss |

None |

None |

Slight | Moderate | -| Load Time |

Normal | Slow | Slow |

Fast | +| Quality Loss |

None |

None |

Slight | Moderate | +| Load Time |

Normal | Slow | Slow |

Fast | ### Texture Options: