Skip to content

Commit 7c9cfcb

Browse files
author
cjshannon
committed
added constructors to documentation
1 parent 6db9986 commit 7c9cfcb

131 files changed

Lines changed: 904 additions & 246 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api/cameras/Camera.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h1>[name]</h1>
1616

1717
<h2>Constructor</h2>
1818

19+
1920
<h3>[name]()</h3>
2021
<div>
2122
This constructor sets following properties to the correct type: matrixWorldInverse, projectionMatrix and projectionMatrixInverse.

docs/api/cameras/OrthographicCamera.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h2>Example</h2>
2222

2323
<h2>Constructor</h2>
2424

25+
2526
<h3>[name]( [page:Float left], [page:Float right], [page:Float top], [page:Float bottom], [page:Float near], [page:Float far] )</h3>
2627
<div>
2728
left — Camera frustum left plane.<br />

docs/api/cameras/PerspectiveCamera.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h2>Example</h2>
2222

2323
<h2>Constructor</h2>
2424

25+
2526
<h3>[name]( [page:Float fov], [page:Float aspect], [page:Float near], [page:Float far] )</h3>
2627
<div>
2728
fov — Camera frustum vertical field of view.<br />

docs/api/core/BufferGeometry.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h1>[name]</h1>
1818

1919
<h2>Constructor</h2>
2020

21+
2122
<h3>[name]()</h3>
2223
<div>
2324
This creates a new [name]. It also sets several properties to an default value.

docs/api/core/Clock.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ <h1>[name]</h1>
1414

1515
<h2>Constructor</h2>
1616

17+
1718
<h3>[name]( [page:Boolean autoStart] )</h3>
1819
<div>
1920
autoStart — Automatically start the clock.

docs/api/core/EventDispatcher.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ <h1>[name]</h1>
1414

1515
<h2>Constructor</h2>
1616

17+
1718
<h3>[name]()</h3>
1819
<div>
1920
Creates EventDispatcher object.
2021
</div>
21-
22-
23-
<h2>Properties</h2>
2422

2523

2624
<h2>Methods</h2>

docs/api/core/Face4.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h2>Example</h2>
2323

2424
<h2>Constructor</h2>
2525

26+
2627
<h3>[name]( [page:Integer a], [page:Integer b], [page:Integer c], [page:Integer d], [page:Vector3 normal], [page:Color color], [page:Integer materialIndex] )</h3>
2728
<div>
2829
a — Vertex A index.<br />

docs/api/core/Geometry.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ <h2>Example</h2>
3030

3131
<h2>Constructor</h2>
3232

33+
3334
<h3>[name]()</h3>
35+
<div>
36+
todo
37+
</div>
3438

3539

3640
<h2>Properties</h2>

docs/api/core/Object3D.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ <h1>[name]</h1>
1414

1515
<h2>Constructor</h2>
1616

17+
1718
<h3>[name]()</h3>
19+
<div>
20+
todo
21+
</div>
1822

1923

2024
<h2>Properties</h2>

docs/api/core/Projector.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ <h1>[name]</h1>
1414

1515
<h2>Constructor</h2>
1616

17+
1718
<h3>[name]()</h3>
19+
<div>
20+
todo
21+
</div>
22+
1823

1924
<h2>Properties</h2>
2025

0 commit comments

Comments
 (0)