Ben Houston 9 lat temu
rodzic
commit
3b285c3f47
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgl_postprocessing_msaa.html

+ 1 - 1
examples/webgl_postprocessing_msaa.html

@@ -29,7 +29,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank">three.js</a> - Manual Multi-Sample Anti-Aliasing (MSAA) pass by <a href="https://clara.io" target="_blank">Ben Houston</a><br/><br/>
-			Texture interpolation, mipmapping and anistropy sampling is disabled to emphasize<br/> the effect MSAA levels have one the resulting render quality.
+			Texture interpolation, mipmapping and anistropic sampling is disabled to emphasize<br/> the effect MSAA levels have one the resulting render quality.
 		</div>
 
 		<div id="container"></div>