Skip to content

Commit bbe9492

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev12
2 parents 7d2f5af + 39731e2 commit bbe9492

File tree

186 files changed

+2677
-10518
lines changed

Some content is hidden

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

186 files changed

+2677
-10518
lines changed

build/three.js

Lines changed: 53 additions & 27 deletions
Large diffs are not rendered by default.

build/three.min.js

Lines changed: 263 additions & 262 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.module.js

Lines changed: 52 additions & 28 deletions
Large diffs are not rendered by default.

docs/api/core/Object3D.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3>[property:Boolean frustumCulled]</h3>
4545
<h3>[property:Integer id]</h3>
4646
<p>readonly – Unique number for this object instance.</p>
4747

48-
<h3>[property:Boolean isObject]</h3>
48+
<h3>[property:Boolean isObject3D]</h3>
4949
<p>
5050
Used to check whether this or derived classes are Object3Ds. Default is *true*.<br /><br />
5151

docs/api/extras/core/Font.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ <h3>[property:Boolean isFont]</h3>
4646

4747
<h2>Methods</h2>
4848

49-
<h3>[method:null generateShapes]( [param:String text], [param:Float size], [param:Integer divisions] )</h3>
49+
<h3>[method:null generateShapes]( [param:String text], [param:Float size] )</h3>
5050
<p>
5151
[page:String text] -- string of text.<br />
5252
[page:Float size] -- (optional) scale for the [page:Shape Shapes]. Default is *100*.<br />
53-
[page:Integer divisions] -- (optional) fineness of the [page:Shape Shapes]. Default is *4*.<br />
5453

5554
Creates an array of [page:Shape Shapes] representing the text in the font.
5655
</p>

docs/api/geometries/BoxBufferGeometry.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ <h3>[name]([param:Float width], [param:Float height], [param:Float depth], [para
5454

5555
<h2>Properties</h2>
5656

57-
<h3>.parameters</h3>
57+
<h3>[property:Object parameters]</h3>
58+
<p>
59+
An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
60+
</p>
5861
<p>
59-
<p>Using the above example code above as our basis:</p>
62+
Using the above example code above as our basis:
6063
<code>
6164
geometry.parameters; // outputs an object {width: 1, height: 1, depth: 1, widthSegments: undefined, heightSegments: undefined}
6265
cube.geometry.parameters; // as above

docs/api/geometries/BoxGeometry.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ <h3>[name]([param:Float width], [param:Float height], [param:Float depth], [para
5454

5555
<h2>Properties</h2>
5656

57-
<h3>.parameters</h3>
57+
<h3>[property:Object parameters]</h3>
58+
<p>
59+
An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
60+
</p>
5861
<p>
59-
<p>Using the above example code above as our basis:</p>
62+
Using the above example code above as our basis:
6063
<code>
6164
geometry.parameters; // outputs an object {width: 1, height: 1, depth: 1, widthSegments: undefined, heightSegments: undefined}
6265
cube.geometry.parameters; // as above

docs/api/geometries/CircleBufferGeometry.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ <h3>[name]([param:Float radius], [param:Integer segments], [param:Float thetaSta
5151
thetaLength — The central angle, often called theta, of the circular sector. The default is 2*Pi, which makes for a complete circle.
5252
</p>
5353

54+
<h2>Properties</h2>
55+
56+
<h3>[property:Object parameters]</h3>
57+
<p>
58+
An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
59+
</p>
60+
5461
<h2>Source</h2>
5562

5663
[link:https://github.com/mrdoob/three.js/blob/master/src/geometries/CircleGeometry.js src/geometries/CircleGeometry.js]

docs/api/geometries/CircleGeometry.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ <h3>[name]([param:Float radius], [param:Integer segments], [param:Float thetaSta
5252
thetaLength — The central angle, often called theta, of the circular sector. The default is 2*Pi, which makes for a complete circle.
5353
</p>
5454

55+
<h2>Properties</h2>
56+
57+
<h3>[property:Object parameters]</h3>
58+
<p>
59+
An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
60+
</p>
61+
5562
<h2>Source</h2>
5663

5764
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]

docs/api/geometries/ConeBufferGeometry.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ <h3>[name]([param:Float radius], [param:Float height], [param:Integer radialSegm
5555

5656
<h2>Properties</h2>
5757

58+
<h3>[property:Object parameters]</h3>
5859
<p>
59-
Each of the constructor parameters is accessible as a property of the same name. Any modification of these properties after instantiation does not change the geometry.
60+
An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
6061
</p>
6162

6263
<h2>Source</h2>

0 commit comments

Comments
 (0)