@@ -17353,6 +17353,7 @@ class Material extends EventDispatcher {
1735317353 * This material is not affected by lights.
1735417354 *
1735517355 * @augments Material
17356+ * @demo scenes/material-browser.html#MeshBasicMaterial
1735617357 */
1735717358class MeshBasicMaterial extends Material {
1735817359
@@ -20753,6 +20754,7 @@ function checkGeometryIntersection( object, material, raycaster, ray, uv, uv1, n
2075320754 * ```
2075420755 *
2075520756 * @augments BufferGeometry
20757+ * @demo scenes/geometry-browser.html#BoxGeometry
2075620758 */
2075720759class BoxGeometry extends BufferGeometry {
2075820760
@@ -24813,6 +24815,7 @@ const _ray$2 = /*@__PURE__*/ new Ray();
2481324815 * or {@link FBXLoader } import respective models.
2481424816 *
2481524817 * @augments Mesh
24818+ * @demo scenes/bones-browser.html
2481624819 */
2481724820class SkinnedMesh extends Mesh {
2481824821
@@ -29610,6 +29613,8 @@ class VideoTexture extends Texture {
2961029613
2961129614 this.source.data.cancelVideoFrameCallback( this._requestVideoFrameCallbackId );
2961229615
29616+ this._requestVideoFrameCallbackId = 0;
29617+
2961329618 }
2961429619
2961529620 super.dispose();
@@ -30185,6 +30190,7 @@ class ExternalTexture extends Texture {
3018530190 * ```
3018630191 *
3018730192 * @augments BufferGeometry
30193+ * @demo scenes/geometry-browser.html#CapsuleGeometry
3018830194 */
3018930195class CapsuleGeometry extends BufferGeometry {
3019030196
@@ -30402,6 +30408,7 @@ class CapsuleGeometry extends BufferGeometry {
3040230408 * ```
3040330409 *
3040430410 * @augments BufferGeometry
30411+ * @demo scenes/geometry-browser.html#CircleGeometry
3040530412 */
3040630413class CircleGeometry extends BufferGeometry {
3040730414
@@ -30531,6 +30538,7 @@ class CircleGeometry extends BufferGeometry {
3053130538 * ```
3053230539 *
3053330540 * @augments BufferGeometry
30541+ * @demo scenes/geometry-browser.html#CylinderGeometry
3053430542 */
3053530543class CylinderGeometry extends BufferGeometry {
3053630544
@@ -30856,6 +30864,7 @@ class CylinderGeometry extends BufferGeometry {
3085630864 * ```
3085730865 *
3085830866 * @augments CylinderGeometry
30867+ * @demo scenes/geometry-browser.html#ConeGeometry
3085930868 */
3086030869class ConeGeometry extends CylinderGeometry {
3086130870
@@ -31264,6 +31273,7 @@ class PolyhedronGeometry extends BufferGeometry {
3126431273 * ```
3126531274 *
3126631275 * @augments PolyhedronGeometry
31276+ * @demo scenes/geometry-browser.html#DodecahedronGeometry
3126731277 */
3126831278class DodecahedronGeometry extends PolyhedronGeometry {
3126931279
@@ -35220,6 +35230,7 @@ function addContour( vertices, contour ) {
3522035230 * ```
3522135231 *
3522235232 * @augments BufferGeometry
35233+ * @demo scenes/geometry-browser.html#ExtrudeGeometry
3522335234 */
3522435235class ExtrudeGeometry extends BufferGeometry {
3522535236
@@ -36094,6 +36105,7 @@ function toJSON$1( shapes, options, data ) {
3609436105 * ```
3609536106 *
3609636107 * @augments PolyhedronGeometry
36108+ * @demo scenes/geometry-browser.html#IcosahedronGeometry
3609736109 */
3609836110class IcosahedronGeometry extends PolyhedronGeometry {
3609936111
@@ -36168,6 +36180,7 @@ class IcosahedronGeometry extends PolyhedronGeometry {
3616836180 * ```
3616936181 *
3617036182 * @augments BufferGeometry
36183+ * @demo scenes/geometry-browser.html#LatheGeometry
3617136184 */
3617236185class LatheGeometry extends BufferGeometry {
3617336186
@@ -36385,6 +36398,7 @@ class LatheGeometry extends BufferGeometry {
3638536398 * ```
3638636399 *
3638736400 * @augments PolyhedronGeometry
36401+ * @demo scenes/geometry-browser.html#OctahedronGeometry
3638836402 */
3638936403class OctahedronGeometry extends PolyhedronGeometry {
3639036404
@@ -36451,6 +36465,7 @@ class OctahedronGeometry extends PolyhedronGeometry {
3645136465 * ```
3645236466 *
3645336467 * @augments BufferGeometry
36468+ * @demo scenes/geometry-browser.html#PlaneGeometry
3645436469 */
3645536470class PlaneGeometry extends BufferGeometry {
3645636471
@@ -36579,6 +36594,7 @@ class PlaneGeometry extends BufferGeometry {
3657936594 * ```
3658036595 *
3658136596 * @augments BufferGeometry
36597+ * @demo scenes/geometry-browser.html#RingGeometry
3658236598 */
3658336599class RingGeometry extends BufferGeometry {
3658436600
@@ -36740,6 +36756,7 @@ class RingGeometry extends BufferGeometry {
3674036756 * ```
3674136757 *
3674236758 * @augments BufferGeometry
36759+ * @demo scenes/geometry-browser.html#ShapeGeometry
3674336760 */
3674436761class ShapeGeometry extends BufferGeometry {
3674536762
@@ -36961,6 +36978,7 @@ function toJSON( shapes, data ) {
3696136978 * ```
3696236979 *
3696336980 * @augments BufferGeometry
36981+ * @demo scenes/geometry-browser.html#SphereGeometry
3696436982 */
3696536983class SphereGeometry extends BufferGeometry {
3696636984
@@ -37130,6 +37148,7 @@ class SphereGeometry extends BufferGeometry {
3713037148 * ```
3713137149 *
3713237150 * @augments PolyhedronGeometry
37151+ * @demo scenes/geometry-browser.html#TetrahedronGeometry
3713337152 */
3713437153class TetrahedronGeometry extends PolyhedronGeometry {
3713537154
@@ -37193,6 +37212,7 @@ class TetrahedronGeometry extends PolyhedronGeometry {
3719337212 * ```
3719437213 *
3719537214 * @augments BufferGeometry
37215+ * @demo scenes/geometry-browser.html#TorusGeometry
3719637216 */
3719737217class TorusGeometry extends BufferGeometry {
3719837218
@@ -37345,6 +37365,7 @@ class TorusGeometry extends BufferGeometry {
3734537365 * ```
3734637366 *
3734737367 * @augments BufferGeometry
37368+ * @demo scenes/geometry-browser.html#TorusKnotGeometry
3734837369 */
3734937370class TorusKnotGeometry extends BufferGeometry {
3735037371
@@ -37557,6 +37578,7 @@ class TorusKnotGeometry extends BufferGeometry {
3755737578 * ```
3755837579 *
3755937580 * @augments BufferGeometry
37581+ * @demo scenes/geometry-browser.html#TubeGeometry
3756037582 */
3756137583class TubeGeometry extends BufferGeometry {
3756237584
@@ -38132,6 +38154,7 @@ class RawShaderMaterial extends ShaderMaterial {
3813238154 * (pdf), by Brent Burley.
3813338155 *
3813438156 * @augments Material
38157+ * @demo scenes/material-browser.html#MeshStandardMaterial
3813538158 */
3813638159class MeshStandardMaterial extends Material {
3813738160
@@ -38541,6 +38564,7 @@ class MeshStandardMaterial extends Material {
3854138564 * best results, always specify an environment map when using this material.
3854238565 *
3854338566 * @augments MeshStandardMaterial
38567+ * @demo scenes/material-browser.html#MeshPhysicalMaterial
3854438568 */
3854538569class MeshPhysicalMaterial extends MeshStandardMaterial {
3854638570
@@ -39059,6 +39083,7 @@ class MeshPhysicalMaterial extends MeshStandardMaterial {
3905939083 * some graphical accuracy.
3906039084 *
3906139085 * @augments Material
39086+ * @demo scenes/material-browser.html#MeshPhongMaterial
3906239087 */
3906339088class MeshPhongMaterial extends Material {
3906439089
@@ -39454,6 +39479,7 @@ class MeshPhongMaterial extends Material {
3945439479 * A material implementing toon shading.
3945539480 *
3945639481 * @augments Material
39482+ * @demo scenes/material-browser.html#MeshToonMaterial
3945739483 */
3945839484class MeshToonMaterial extends Material {
3945939485
@@ -39768,6 +39794,7 @@ class MeshToonMaterial extends Material {
3976839794 * A material that maps the normal vectors to RGB colors.
3976939795 *
3977039796 * @augments Material
39797+ * @demo scenes/material-browser.html#MeshNormalMaterial
3977139798 */
3977239799class MeshNormalMaterial extends Material {
3977339800
@@ -39948,6 +39975,7 @@ class MeshNormalMaterial extends Material {
3994839975 * {@link MeshPhysicalMaterial}, at the cost of some graphical accuracy.
3994939976 *
3995039977 * @augments Material
39978+ * @demo scenes/material-browser.html#MeshLambertMaterial
3995139979 */
3995239980class MeshLambertMaterial extends Material {
3995339981
@@ -40323,6 +40351,7 @@ class MeshLambertMaterial extends Material {
4032340351 * near and far plane. White is nearest, black is farthest.
4032440352 *
4032540353 * @augments Material
40354+ * @demo scenes/material-browser.html#MeshDepthMaterial
4032640355 */
4032740356class MeshDepthMaterial extends Material {
4032840357
@@ -40587,6 +40616,7 @@ class MeshDistanceMaterial extends Material {
4058740616 * shadows.
4058840617 *
4058940618 * @augments Material
40619+ * @demo scenes/material-browser.html#MeshMatcapMaterial
4059040620 */
4059140621class MeshMatcapMaterial extends Material {
4059240622
0 commit comments