Ver Fonte

remove unsecure link

mitm001 há 5 anos atrás
pai
commit
df7b0ce7ed

+ 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)