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
365 changes: 338 additions & 27 deletions build/three.cjs

Large diffs are not rendered by default.

353 changes: 332 additions & 21 deletions build/three.core.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions build/three.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -6499,7 +6499,7 @@ function includeReplacer( match, include ) {

} else {

throw new Error( 'Can not resolve #include <' + include + '>' );
throw new Error( 'THREE.WebGLProgram: Can not resolve #include <' + include + '>' );

}

Expand Down Expand Up @@ -12742,7 +12742,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,

if ( ! ( renderTarget.depthTexture && renderTarget.depthTexture.isDepthTexture ) ) {

throw new Error( 'renderTarget.depthTexture must be an instance of THREE.DepthTexture' );
throw new Error( 'THREE.WebGLTextures: renderTarget.depthTexture must be an instance of THREE.DepthTexture.' );

}

Expand Down Expand Up @@ -12840,7 +12840,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,

} else {

throw new Error( 'Unknown depthTexture format' );
throw new Error( 'THREE.WebGLTextures: Unknown depthTexture format.' );

}

Expand Down Expand Up @@ -16341,11 +16341,11 @@ class WebGLRenderer {

if ( getContext( contextName ) ) {

throw new Error( 'Error creating WebGL context with your selected attributes.' );
throw new Error( 'THREE.WebGLRenderer: Error creating WebGL context with your selected attributes.' );

} else {

throw new Error( 'Error creating WebGL context.' );
throw new Error( 'THREE.WebGLRenderer: Error creating WebGL context.' );

}

Expand Down Expand Up @@ -18884,7 +18884,7 @@ class WebGLRenderer {
( renderTarget.width !== depthTexture.image.width || renderTarget.height !== depthTexture.image.height )
) {

throw new Error( 'WebGLRenderTarget: Attached DepthTexture is initialized to the incorrect size.' );
throw new Error( 'THREE.WebGLRenderer: Attached DepthTexture is initialized to the incorrect size.' );

}

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

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions build/three.tsl.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading
Loading