瀏覽代碼

Merge pull request #16627 from Mugen87/dev32

Docs: Improve WebGL2 guide.
Mr.doob 6 年之前
父節點
當前提交
f8938eee56
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/manual/en/introduction/How-to-use-WebGL2.html

+ 2 - 0
docs/manual/en/introduction/How-to-use-WebGL2.html

@@ -111,7 +111,9 @@ var material = new THREE.ShaderMaterial( {
 		overview about what's already available in the latest version of three.js.
 		<ul>
 			<li>3D Textures</li>
+			<li>2D Texture Arrays</li>
 			<li>Multisampled Renderbuffers</li>
+			<li>Non-power of two (POT) textures work just the same as POT textures now. No resizing is required for best quality.</li>
 		</ul>
 
 	</p>