|
|
@@ -201,8 +201,13 @@ document.body.appendChild( renderer.domElement );
|
|
|
<li>`WEBGL_compressed_texture_s3tc`</li>
|
|
|
<li>`WEBGL_compressed_texture_pvrtc`</li>
|
|
|
<li>`WEBGL_compressed_texture_etc1`</li>
|
|
|
+ <li>See more: <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Using_Extensions#extension_list" target="_blank">Extension list</a></li>
|
|
|
</ul>
|
|
|
|
|
|
+ <p>
|
|
|
+ - [page:Boolean has]( [param:String extensionName] ): `true` if the extension is supported.
|
|
|
+ </p>
|
|
|
+
|
|
|
<h3>[property:string outputColorSpace]</h3>
|
|
|
<p>
|
|
|
Defines the output color space of the renderer. Default is [page:Textures THREE.SRGBColorSpace].
|