Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
410 changes: 371 additions & 39 deletions build/three.cjs

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions build/three.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20407,7 +20407,7 @@ class Mesh extends Object3D {
* morph targets name, the value its attribute index. This member is `undefined`
* by default and only set when morph targets are detected in the geometry.
*
* @type {Object<String,number>|undefined}
* @type {Object<string,number>|undefined}
* @default undefined
*/
this.morphTargetDictionary = undefined;
Expand Down Expand Up @@ -28910,7 +28910,7 @@ class Line extends Object3D {
* morph targets name, the value its attribute index. This member is `undefined`
* by default and only set when morph targets are detected in the geometry.
*
* @type {Object<String,number>|undefined}
* @type {Object<string,number>|undefined}
* @default undefined
*/
this.morphTargetDictionary = undefined;
Expand Down Expand Up @@ -29445,7 +29445,7 @@ class Points extends Object3D {
* morph targets name, the value its attribute index. This member is `undefined`
* by default and only set when morph targets are detected in the geometry.
*
* @type {Object<String,number>|undefined}
* @type {Object<string,number>|undefined}
* @default undefined
*/
this.morphTargetDictionary = undefined;
Expand Down Expand Up @@ -42699,7 +42699,7 @@ class KeyframeTrack {
/**
* The value type name.
*
* @type {String}
* @type {string}
* @default ''
*/
KeyframeTrack.prototype.ValueTypeName = '';
Expand Down Expand Up @@ -42756,7 +42756,7 @@ class BooleanKeyframeTrack extends KeyframeTrack {
/**
* The value type name.
*
* @type {String}
* @type {string}
* @default 'bool'
*/
BooleanKeyframeTrack.prototype.ValueTypeName = 'bool';
Expand Down Expand Up @@ -42805,7 +42805,7 @@ class ColorKeyframeTrack extends KeyframeTrack {
/**
* The value type name.
*
* @type {String}
* @type {string}
* @default 'color'
*/
ColorKeyframeTrack.prototype.ValueTypeName = 'color';
Expand Down Expand Up @@ -42836,7 +42836,7 @@ class NumberKeyframeTrack extends KeyframeTrack {
/**
* The value type name.
*
* @type {String}
* @type {string}
* @default 'number'
*/
NumberKeyframeTrack.prototype.ValueTypeName = 'number';
Expand Down Expand Up @@ -42923,7 +42923,7 @@ class QuaternionKeyframeTrack extends KeyframeTrack {
/**
* The value type name.
*
* @type {String}
* @type {string}
* @default 'quaternion'
*/
QuaternionKeyframeTrack.prototype.ValueTypeName = 'quaternion';
Expand Down Expand Up @@ -42959,7 +42959,7 @@ class StringKeyframeTrack extends KeyframeTrack {
/**
* The value type name.
*
* @type {String}
* @type {string}
* @default 'string'
*/
StringKeyframeTrack.prototype.ValueTypeName = 'string';
Expand Down Expand Up @@ -43008,7 +43008,7 @@ class VectorKeyframeTrack extends KeyframeTrack {
/**
* The value type name.
*
* @type {String}
* @type {string}
* @default 'vector'
*/
VectorKeyframeTrack.prototype.ValueTypeName = 'vector';
Expand Down
396 changes: 364 additions & 32 deletions build/three.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/three.module.min.js

Large diffs are not rendered by default.

Loading
Loading