|
@@ -32,6 +32,6 @@ If you change scale parameter of the box node or sprite (or on the game object)
|
|
|
### Mipmaps and slice-9
|
|
|
Due to the way mipmapping works in the renderer, scaling of texture segments can sometimes exhibit artifacts. This happens when you _scale down_ segments below the original texture size. The renderer then selects a lower resolution mipmap for the segment, resulting in visual artifacts.
|
|
|
|
|
|
-{srcset="../shared/images/gui-box/[email protected] 2x"}
|
|
|
+{srcset="../shared/images/[email protected] 2x"}
|
|
|
|
|
|
To avoid this problem, make sure that the texture's segments that will be scaled are small enough never to be scaled down, only up.
|