Просмотр исходного кода

Update webgl_postprocessing_ssaa.html

Michael Herzog 1 год назад
Родитель
Сommit
8d32ce7230
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/webgl_postprocessing_ssaa.html

+ 1 - 1
examples/webgl_postprocessing_ssaa.html

@@ -8,7 +8,7 @@
 	</head>
 	<body>
 		<div id="info">
-			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - Unbiased Manual Supersamling Anti-Aliasing (SSAA) pass by <a href="https://clara.io" target="_blank" rel="noopener">Ben Houston</a><br/><br/>
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - Unbiased Manual Supersampling Anti-Aliasing (SSAA) pass by <a href="https://clara.io" target="_blank" rel="noopener">Ben Houston</a><br/><br/>
 			This example shows how to unbias the rounding errors accumulated using high number of SSAA samples on a 8-bit per channel buffer.<br/><br/>
 			Turn off the "unbiased" feature to see the banding that results from accumulated rounding errors.
 		</div>

粤ICP备19079148号