瀏覽代碼

remove unsecure link

mitm001 5 年之前
父節點
當前提交
df7b0ce7ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/jme3/intermediate/appsettings.adoc

+ 1 - 1
docs/modules/ROOT/pages/jme3/intermediate/appsettings.adoc

@@ -120,7 +120,7 @@ a|0 (disabled)
 a|setDepthBits(16)
 a|Sets the number of depth bits to use. +
 The number of depth bits specifies the precision of the depth buffer. To increase precision, specify 32 bits. To decrease precision, specify 16 bits. On some platforms 24 bits might not be supported, in that case, specify 16 bits. +
-See link:https://msdn.microsoft.com/en-us/library/bb976071.aspx[What Is a Depth Buffer?] and link:https://en.wikipedia.org/wiki/Z-buffering[Z-buffering] for a more in depth explanation.
+See link:https://en.wikipedia.org/wiki/Z-buffering[Z-buffering] for a more in depth explanation.
 a|24
 
 a|setGammaCorrection(true)