|
@@ -13,8 +13,9 @@
|
|
|
|
|
|
<h2>Codice di Esempio</h2>
|
|
|
|
|
|
- <code>const scene = new THREE.Scene();
|
|
|
- scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
|
|
|
+ <code>
|
|
|
+ const scene = new THREE.Scene();
|
|
|
+ scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
|
|
|
</code>
|
|
|
|
|
|
<h2>Costruttore</h2>
|