File tree 8 files changed +21
-16
lines changed
8 files changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ <h1>[name]</h1>
17
17
< h2 > مثال للكود</ h2 >
18
18
19
19
< 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 );
22
22
</ code >
23
23
24
24
< h2 > المنشئ (Constructor)</ h2 >
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ <h1>[name]</h1>
18
18
< h2 > مثال للكود</ h2 >
19
19
20
20
< 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 );
23
23
</ code >
24
24
25
25
< h2 > المنشئ (Constructor)</ h2 >
Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ <h1>[name]</h1>
16
16
17
17
< h2 > Code Example</ h2 >
18
18
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 );
21
22
</ code >
22
23
23
24
< h2 > Constructor</ h2 >
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ <h1>[name]</h1>
18
18
< h2 > Code Example</ h2 >
19
19
20
20
< 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 );
23
23
</ code >
24
24
25
25
< h2 > Constructor</ h2 >
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ <h1>[name]</h1>
13
13
14
14
< h2 > Codice di Esempio</ h2 >
15
15
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 );
18
19
</ code >
19
20
20
21
< h2 > Costruttore</ h2 >
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ <h1>[name]</h1>
17
17
18
18
< h2 > Codice di Esempio</ h2 >
19
19
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 );
22
23
</ code >
23
24
24
25
< h2 > Costruttore</ h2 >
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ <h1>雾([name])</h1>
13
13
14
14
< h2 > 代码示例</ h2 >
15
15
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 );
18
19
</ code >
19
20
20
21
< h2 > 构造器</ h2 >
Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ <h1>雾-指数([name])</h1>
13
13
14
14
< h2 > 代码示例</ h2 >
15
15
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 );
18
19
</ code >
19
20
20
21
< h2 > 构造器</ h2 >
You can’t perform that action at this time.
0 commit comments