Skip to content

Commit 71c6a2b

Browse files
committed
Updated builds.
1 parent 1ef2932 commit 71c6a2b

File tree

6 files changed

+218
-10
lines changed

6 files changed

+218
-10
lines changed

build/three.cjs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17355,6 +17355,7 @@ class Material extends EventDispatcher {
1735517355
* This material is not affected by lights.
1735617356
*
1735717357
* @augments Material
17358+
* @demo scenes/material-browser.html#MeshBasicMaterial
1735817359
*/
1735917360
class MeshBasicMaterial extends Material {
1736017361

@@ -20755,6 +20756,7 @@ function checkGeometryIntersection( object, material, raycaster, ray, uv, uv1, n
2075520756
* ```
2075620757
*
2075720758
* @augments BufferGeometry
20759+
* @demo scenes/geometry-browser.html#BoxGeometry
2075820760
*/
2075920761
class BoxGeometry extends BufferGeometry {
2076020762

@@ -24815,6 +24817,7 @@ const _ray$2 = /*@__PURE__*/ new Ray();
2481524817
* or {@link FBXLoader } import respective models.
2481624818
*
2481724819
* @augments Mesh
24820+
* @demo scenes/bones-browser.html
2481824821
*/
2481924822
class SkinnedMesh extends Mesh {
2482024823

@@ -30187,6 +30190,7 @@ class ExternalTexture extends Texture {
3018730190
* ```
3018830191
*
3018930192
* @augments BufferGeometry
30193+
* @demo scenes/geometry-browser.html#CapsuleGeometry
3019030194
*/
3019130195
class CapsuleGeometry extends BufferGeometry {
3019230196

@@ -30404,6 +30408,7 @@ class CapsuleGeometry extends BufferGeometry {
3040430408
* ```
3040530409
*
3040630410
* @augments BufferGeometry
30411+
* @demo scenes/geometry-browser.html#CircleGeometry
3040730412
*/
3040830413
class CircleGeometry extends BufferGeometry {
3040930414

@@ -30533,6 +30538,7 @@ class CircleGeometry extends BufferGeometry {
3053330538
* ```
3053430539
*
3053530540
* @augments BufferGeometry
30541+
* @demo scenes/geometry-browser.html#CylinderGeometry
3053630542
*/
3053730543
class CylinderGeometry extends BufferGeometry {
3053830544

@@ -30858,6 +30864,7 @@ class CylinderGeometry extends BufferGeometry {
3085830864
* ```
3085930865
*
3086030866
* @augments CylinderGeometry
30867+
* @demo scenes/geometry-browser.html#ConeGeometry
3086130868
*/
3086230869
class ConeGeometry extends CylinderGeometry {
3086330870

@@ -31266,6 +31273,7 @@ class PolyhedronGeometry extends BufferGeometry {
3126631273
* ```
3126731274
*
3126831275
* @augments PolyhedronGeometry
31276+
* @demo scenes/geometry-browser.html#DodecahedronGeometry
3126931277
*/
3127031278
class DodecahedronGeometry extends PolyhedronGeometry {
3127131279

@@ -35222,6 +35230,7 @@ function addContour( vertices, contour ) {
3522235230
* ```
3522335231
*
3522435232
* @augments BufferGeometry
35233+
* @demo scenes/geometry-browser.html#ExtrudeGeometry
3522535234
*/
3522635235
class ExtrudeGeometry extends BufferGeometry {
3522735236

@@ -36096,6 +36105,7 @@ function toJSON$1( shapes, options, data ) {
3609636105
* ```
3609736106
*
3609836107
* @augments PolyhedronGeometry
36108+
* @demo scenes/geometry-browser.html#IcosahedronGeometry
3609936109
*/
3610036110
class IcosahedronGeometry extends PolyhedronGeometry {
3610136111

@@ -36170,6 +36180,7 @@ class IcosahedronGeometry extends PolyhedronGeometry {
3617036180
* ```
3617136181
*
3617236182
* @augments BufferGeometry
36183+
* @demo scenes/geometry-browser.html#LatheGeometry
3617336184
*/
3617436185
class LatheGeometry extends BufferGeometry {
3617536186

@@ -36387,6 +36398,7 @@ class LatheGeometry extends BufferGeometry {
3638736398
* ```
3638836399
*
3638936400
* @augments PolyhedronGeometry
36401+
* @demo scenes/geometry-browser.html#OctahedronGeometry
3639036402
*/
3639136403
class OctahedronGeometry extends PolyhedronGeometry {
3639236404

@@ -36453,6 +36465,7 @@ class OctahedronGeometry extends PolyhedronGeometry {
3645336465
* ```
3645436466
*
3645536467
* @augments BufferGeometry
36468+
* @demo scenes/geometry-browser.html#PlaneGeometry
3645636469
*/
3645736470
class PlaneGeometry extends BufferGeometry {
3645836471

@@ -36581,6 +36594,7 @@ class PlaneGeometry extends BufferGeometry {
3658136594
* ```
3658236595
*
3658336596
* @augments BufferGeometry
36597+
* @demo scenes/geometry-browser.html#RingGeometry
3658436598
*/
3658536599
class RingGeometry extends BufferGeometry {
3658636600

@@ -36742,6 +36756,7 @@ class RingGeometry extends BufferGeometry {
3674236756
* ```
3674336757
*
3674436758
* @augments BufferGeometry
36759+
* @demo scenes/geometry-browser.html#ShapeGeometry
3674536760
*/
3674636761
class ShapeGeometry extends BufferGeometry {
3674736762

@@ -36963,6 +36978,7 @@ function toJSON( shapes, data ) {
3696336978
* ```
3696436979
*
3696536980
* @augments BufferGeometry
36981+
* @demo scenes/geometry-browser.html#SphereGeometry
3696636982
*/
3696736983
class SphereGeometry extends BufferGeometry {
3696836984

@@ -37132,6 +37148,7 @@ class SphereGeometry extends BufferGeometry {
3713237148
* ```
3713337149
*
3713437150
* @augments PolyhedronGeometry
37151+
* @demo scenes/geometry-browser.html#TetrahedronGeometry
3713537152
*/
3713637153
class TetrahedronGeometry extends PolyhedronGeometry {
3713737154

@@ -37195,6 +37212,7 @@ class TetrahedronGeometry extends PolyhedronGeometry {
3719537212
* ```
3719637213
*
3719737214
* @augments BufferGeometry
37215+
* @demo scenes/geometry-browser.html#TorusGeometry
3719837216
*/
3719937217
class TorusGeometry extends BufferGeometry {
3720037218

@@ -37347,6 +37365,7 @@ class TorusGeometry extends BufferGeometry {
3734737365
* ```
3734837366
*
3734937367
* @augments BufferGeometry
37368+
* @demo scenes/geometry-browser.html#TorusKnotGeometry
3735037369
*/
3735137370
class TorusKnotGeometry extends BufferGeometry {
3735237371

@@ -37559,6 +37578,7 @@ class TorusKnotGeometry extends BufferGeometry {
3755937578
* ```
3756037579
*
3756137580
* @augments BufferGeometry
37581+
* @demo scenes/geometry-browser.html#TubeGeometry
3756237582
*/
3756337583
class TubeGeometry extends BufferGeometry {
3756437584

@@ -38134,6 +38154,7 @@ class RawShaderMaterial extends ShaderMaterial {
3813438154
* (pdf), by Brent Burley.
3813538155
*
3813638156
* @augments Material
38157+
* @demo scenes/material-browser.html#MeshStandardMaterial
3813738158
*/
3813838159
class MeshStandardMaterial extends Material {
3813938160

@@ -38543,6 +38564,7 @@ class MeshStandardMaterial extends Material {
3854338564
* best results, always specify an environment map when using this material.
3854438565
*
3854538566
* @augments MeshStandardMaterial
38567+
* @demo scenes/material-browser.html#MeshPhysicalMaterial
3854638568
*/
3854738569
class MeshPhysicalMaterial extends MeshStandardMaterial {
3854838570

@@ -39061,6 +39083,7 @@ class MeshPhysicalMaterial extends MeshStandardMaterial {
3906139083
* some graphical accuracy.
3906239084
*
3906339085
* @augments Material
39086+
* @demo scenes/material-browser.html#MeshPhongMaterial
3906439087
*/
3906539088
class MeshPhongMaterial extends Material {
3906639089

@@ -39456,6 +39479,7 @@ class MeshPhongMaterial extends Material {
3945639479
* A material implementing toon shading.
3945739480
*
3945839481
* @augments Material
39482+
* @demo scenes/material-browser.html#MeshToonMaterial
3945939483
*/
3946039484
class MeshToonMaterial extends Material {
3946139485

@@ -39770,6 +39794,7 @@ class MeshToonMaterial extends Material {
3977039794
* A material that maps the normal vectors to RGB colors.
3977139795
*
3977239796
* @augments Material
39797+
* @demo scenes/material-browser.html#MeshNormalMaterial
3977339798
*/
3977439799
class MeshNormalMaterial extends Material {
3977539800

@@ -39950,6 +39975,7 @@ class MeshNormalMaterial extends Material {
3995039975
* {@link MeshPhysicalMaterial}, at the cost of some graphical accuracy.
3995139976
*
3995239977
* @augments Material
39978+
* @demo scenes/material-browser.html#MeshLambertMaterial
3995339979
*/
3995439980
class MeshLambertMaterial extends Material {
3995539981

@@ -40325,6 +40351,7 @@ class MeshLambertMaterial extends Material {
4032540351
* near and far plane. White is nearest, black is farthest.
4032640352
*
4032740353
* @augments Material
40354+
* @demo scenes/material-browser.html#MeshDepthMaterial
4032840355
*/
4032940356
class MeshDepthMaterial extends Material {
4033040357

@@ -40589,6 +40616,7 @@ class MeshDistanceMaterial extends Material {
4058940616
* shadows.
4059040617
*
4059140618
* @augments Material
40619+
* @demo scenes/material-browser.html#MeshMatcapMaterial
4059240620
*/
4059340621
class MeshMatcapMaterial extends Material {
4059440622

0 commit comments

Comments
 (0)