瀏覽代碼

Removed dup image, try set scale of image

mitm001 5 年之前
父節點
當前提交
65d68cfcae
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/modules/core/pages/texture/anisotropic_filtering.adoc

+ 2 - 2
docs/modules/core/pages/texture/anisotropic_filtering.adoc

@@ -10,9 +10,9 @@ Anisotropic filtering is important for desktop games.
 It sharpens textures that are viewed from an oblique angle.
 Anisotropy has a performance impact, but the results look much better.
 
-For example: link:http://i.imgur.com/0yiv9.jpg[http://i.imgur.com/0yiv9.jpg]
+For example:
 
-image::texture/anisotropy_example_mifth_01.jpg[anisotropy_example_mifth_01.jpg,width="360",height="900",align="right"]
+image::texture/anisotropy_example_mifth_01.jpg[anisotropy_example_mifth_01.jpg,width=75%]
 
 NOTE: JME supports anisotropic filtering only on desktop platforms,
       not on mobile devices.