Browse Source

Updated builds.

Mugen87 2 years ago
parent
commit
d0f400af78
4 changed files with 6 additions and 3 deletions
  1. 2 1
      build/three.cjs
  2. 2 1
      build/three.js
  3. 0 0
      build/three.min.js
  4. 2 1
      build/three.module.js

+ 2 - 1
build/three.cjs

@@ -1683,7 +1683,7 @@ function serializeImage(image) {
 
 
 let textureId = 0;
 let textureId = 0;
 class Texture extends EventDispatcher {
 class Texture extends EventDispatcher {
-	constructor(image = Texture.DEFAULT_IMAGE, mapping = Texture.DEFAULT_MAPPING, wrapS = ClampToEdgeWrapping, wrapT = ClampToEdgeWrapping, magFilter = LinearFilter, minFilter = LinearMipmapLinearFilter, format = RGBAFormat, type = UnsignedByteType, anisotropy = 1, encoding = LinearEncoding) {
+	constructor(image = Texture.DEFAULT_IMAGE, mapping = Texture.DEFAULT_MAPPING, wrapS = ClampToEdgeWrapping, wrapT = ClampToEdgeWrapping, magFilter = LinearFilter, minFilter = LinearMipmapLinearFilter, format = RGBAFormat, type = UnsignedByteType, anisotropy = Texture.DEFAULT_ANISOTROPY, encoding = LinearEncoding) {
 		super();
 		super();
 		this.isTexture = true;
 		this.isTexture = true;
 		Object.defineProperty(this, 'id', {
 		Object.defineProperty(this, 'id', {
@@ -1857,6 +1857,7 @@ class Texture extends EventDispatcher {
 }
 }
 Texture.DEFAULT_IMAGE = null;
 Texture.DEFAULT_IMAGE = null;
 Texture.DEFAULT_MAPPING = UVMapping;
 Texture.DEFAULT_MAPPING = UVMapping;
+Texture.DEFAULT_ANISOTROPY = 1;
 
 
 class Vector4 {
 class Vector4 {
 	constructor(x = 0, y = 0, z = 0, w = 1) {
 	constructor(x = 0, y = 0, z = 0, w = 1) {

+ 2 - 1
build/three.js

@@ -1685,7 +1685,7 @@
 
 
 	let textureId = 0;
 	let textureId = 0;
 	class Texture extends EventDispatcher {
 	class Texture extends EventDispatcher {
-		constructor(image = Texture.DEFAULT_IMAGE, mapping = Texture.DEFAULT_MAPPING, wrapS = ClampToEdgeWrapping, wrapT = ClampToEdgeWrapping, magFilter = LinearFilter, minFilter = LinearMipmapLinearFilter, format = RGBAFormat, type = UnsignedByteType, anisotropy = 1, encoding = LinearEncoding) {
+		constructor(image = Texture.DEFAULT_IMAGE, mapping = Texture.DEFAULT_MAPPING, wrapS = ClampToEdgeWrapping, wrapT = ClampToEdgeWrapping, magFilter = LinearFilter, minFilter = LinearMipmapLinearFilter, format = RGBAFormat, type = UnsignedByteType, anisotropy = Texture.DEFAULT_ANISOTROPY, encoding = LinearEncoding) {
 			super();
 			super();
 			this.isTexture = true;
 			this.isTexture = true;
 			Object.defineProperty(this, 'id', {
 			Object.defineProperty(this, 'id', {
@@ -1859,6 +1859,7 @@
 	}
 	}
 	Texture.DEFAULT_IMAGE = null;
 	Texture.DEFAULT_IMAGE = null;
 	Texture.DEFAULT_MAPPING = UVMapping;
 	Texture.DEFAULT_MAPPING = UVMapping;
+	Texture.DEFAULT_ANISOTROPY = 1;
 
 
 	class Vector4 {
 	class Vector4 {
 		constructor(x = 0, y = 0, z = 0, w = 1) {
 		constructor(x = 0, y = 0, z = 0, w = 1) {

File diff suppressed because it is too large
+ 0 - 0
build/three.min.js


+ 2 - 1
build/three.module.js

@@ -2380,7 +2380,7 @@ let textureId = 0;
 
 
 class Texture extends EventDispatcher {
 class Texture extends EventDispatcher {
 
 
-	constructor( image = Texture.DEFAULT_IMAGE, mapping = Texture.DEFAULT_MAPPING, wrapS = ClampToEdgeWrapping, wrapT = ClampToEdgeWrapping, magFilter = LinearFilter, minFilter = LinearMipmapLinearFilter, format = RGBAFormat, type = UnsignedByteType, anisotropy = 1, encoding = LinearEncoding ) {
+	constructor( image = Texture.DEFAULT_IMAGE, mapping = Texture.DEFAULT_MAPPING, wrapS = ClampToEdgeWrapping, wrapT = ClampToEdgeWrapping, magFilter = LinearFilter, minFilter = LinearMipmapLinearFilter, format = RGBAFormat, type = UnsignedByteType, anisotropy = Texture.DEFAULT_ANISOTROPY, encoding = LinearEncoding ) {
 
 
 		super();
 		super();
 
 
@@ -2665,6 +2665,7 @@ class Texture extends EventDispatcher {
 
 
 Texture.DEFAULT_IMAGE = null;
 Texture.DEFAULT_IMAGE = null;
 Texture.DEFAULT_MAPPING = UVMapping;
 Texture.DEFAULT_MAPPING = UVMapping;
+Texture.DEFAULT_ANISOTROPY = 1;
 
 
 class Vector4 {
 class Vector4 {
 
 

Some files were not shown because too many files changed in this diff