File tree Expand file tree Collapse file tree 8 files changed +21
-16
lines changed Expand file tree Collapse file tree 8 files changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ <h1>[name]</h1>
1717 < h2 > مثال للكود</ h2 >
1818
1919 < code >
20- const scene = new THREE.Scene();
21- scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
20+ const scene = new THREE.Scene();
21+ scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
2222 </ code >
2323
2424 < h2 > المنشئ (Constructor)</ h2 >
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ <h1>[name]</h1>
1818 < h2 > مثال للكود</ h2 >
1919
2020 < code >
21- const scene = new THREE.Scene();
22- scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
21+ const scene = new THREE.Scene();
22+ scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
2323 </ code >
2424
2525 < h2 > المنشئ (Constructor)</ h2 >
Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ <h1>[name]</h1>
1616
1717 < h2 > Code Example</ h2 >
1818
19- < code > const scene = new THREE.Scene();
20- scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
19+ < code >
20+ const scene = new THREE.Scene();
21+ scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
2122 </ code >
2223
2324 < h2 > Constructor</ h2 >
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ <h1>[name]</h1>
1818 < h2 > Code Example</ h2 >
1919
2020 < code >
21- const scene = new THREE.Scene();
22- scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
21+ const scene = new THREE.Scene();
22+ scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
2323 </ code >
2424
2525 < h2 > Constructor</ h2 >
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ <h1>[name]</h1>
1313
1414 < h2 > Codice di Esempio</ h2 >
1515
16- < code > const scene = new THREE.Scene();
17- scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
16+ < code >
17+ const scene = new THREE.Scene();
18+ scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
1819 </ code >
1920
2021 < h2 > Costruttore</ h2 >
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ <h1>[name]</h1>
1717
1818 < h2 > Codice di Esempio</ h2 >
1919
20- < code > const scene = new THREE.Scene();
21- scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
20+ < code >
21+ const scene = new THREE.Scene();
22+ scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
2223 </ code >
2324
2425 < h2 > Costruttore</ h2 >
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ <h1>雾([name])</h1>
1313
1414 < h2 > 代码示例</ h2 >
1515
16- < code > const scene = new THREE.Scene();
17- scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
16+ < code >
17+ const scene = new THREE.Scene();
18+ scene.fog = new THREE.Fog( 0xcccccc, 10, 15 );
1819 </ code >
1920
2021 < h2 > 构造器</ h2 >
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ <h1>雾-指数([name])</h1>
1313
1414 < h2 > 代码示例</ h2 >
1515
16- < code > const scene = new THREE.Scene();
17- scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
16+ < code >
17+ const scene = new THREE.Scene();
18+ scene.fog = new THREE.FogExp2( 0xcccccc, 0.002 );
1819 </ code >
1920
2021 < h2 > 构造器</ h2 >
You can’t perform that action at this time.
0 commit comments