|
@@ -13,7 +13,7 @@
|
|
|
<h2>Overview</h2>
|
|
|
<div>
|
|
|
<p>
|
|
|
- Three.js can use WebGL to render your scenes on all modern browsers. For older browsers, especially Internet Explorer 10 and below, you may have to fallback to one of the other renderers (CSS2DRenderer, CSS3DRenderer, SVGRenderer, CanvasRenderer). Additionally, you may have to include some polyfills, especially if you are using files from the /examples folder.
|
|
|
+ Three.js can use WebGL to render your scenes on all modern browsers. For older browsers, especially Internet Explorer 10 and below, you may have to fallback to one of the other [link:https://github.com/mrdoob/three.js/tree/master/examples/js/renderers renderers] (CSS2DRenderer, CSS3DRenderer, SVGRenderer, CanvasRenderer). Additionally, you may have to include some polyfills, especially if you are using files from the [link:https://github.com/mrdoob/three.js/tree/master/examples /examples] folder.
|
|
|
</p>
|
|
|
<p>
|
|
|
Note: if you don't need to support these old browsers, then it is not recommended to use the other renderers as they are slower and support less features than the WebGLRenderer.
|
|
@@ -23,7 +23,7 @@
|
|
|
<h2>Browsers that support WebGL</h2>
|
|
|
<div>
|
|
|
<p>
|
|
|
- Google Chrome 9+, Firefox 4+, Opera 15+, Safari 5.1+, Internet Explorer 11 and Microsoft Edge. You can find which browsers support WebGL at <a href="https://caniuse.com/#feat=webgl" target="_blank">Can I use WebGL?</a>.
|
|
|
+ Google Chrome 9+, Firefox 4+, Opera 15+, Safari 5.1+, Internet Explorer 11 and Microsoft Edge. You can find which browsers support WebGL at [link:https://caniuse.com/#feat=webgl Can I use WebGL].
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
@@ -92,7 +92,7 @@
|
|
|
|
|
|
<h2>Polyfills</h2>
|
|
|
<div>
|
|
|
- <p>Just import polyfills base on your requirements. Taking IE9 as an example, you need to polyfill at least these features:</p>
|
|
|
+ <p>Just import polyfills based on your requirements. Taking IE9 as an example, you need to polyfill at least these features:</p>
|
|
|
<ul>
|
|
|
<li>Typed Arrays</li>
|
|
|
<li>Blob</li>
|
|
@@ -103,16 +103,19 @@
|
|
|
<div>
|
|
|
<ul>
|
|
|
<li>
|
|
|
- <a href="https://github.com/zloirock/core-js" target="_blank">core-js</a>
|
|
|
+ [link:https://github.com/zloirock/core-js core-js]
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank">typedarray.js</a>
|
|
|
+ [link:https://github.com/inexorabletash/polyfill/blob/master/typedarray.js typedarray.js]
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="https://github.com/stefanpenner/es6-promise/" target="_blank">ES6-Promise</a>
|
|
|
+ [link:https://github.com/stefanpenner/es6-promise/ ES6-Promise]
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="https://github.com/github/fetch" target="_blank">fetch</a>
|
|
|
+ [link:https://github.com/eligrey/Blob.js Blob.js]
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ [link:https://github.com/github/fetch fetch]
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|