Skip to content

Commit

Permalink
Merge pull request #321 from xhwanlan/patch
Browse files Browse the repository at this point in the history
fix: Remove duplicate rows
  • Loading branch information
VaclavElias authored Sep 8, 2024
2 parents 74eb466 + 92d8184 commit 9b667ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions en/manual/graphics/textures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ The following properties are common to all textures.
| Width | The width of the texture in-game
| Height | The height of the texture in-game
| Use percentages | Use percentages for width and height instead of actual pixel size
| Width | The width of the texture in-game
| Height | The height of the texture in-game
| Type | Use **Color** for textures you want to display as images, **Normal map** for normal maps, and **Grayscale** to provide values for other things (eg specular maps, metalness maps, roughness maps). Color textures and normal maps have additional properties (see below).
| Generate mipmaps | Generate different versions of the texture at different resolutions to be displayed at different distances. Improves performance, removes visual artifacts, and reduces pop-in when using **streaming**, but uses more memory. Unnecessary for textures always at the same distance from the camera (such as UIs).
| Compress | Compress the final texture to a format based on the target platform and usage. The final texture is a multiple of 4. For more information, see [Texture compression](compression.md).
Expand Down

0 comments on commit 9b667ed

Please sign in to comment.