From 0766ef9b6d8cec8d146408b78a8e945e8c72081d Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Tue, 9 Dec 2025 22:00:54 +0900 Subject: [PATCH 1/4] Updated builds. --- build/three.cjs | 23 +++--- build/three.core.js | 20 ++--- build/three.module.js | 3 +- build/three.webgpu.js | 132 ++++++++++++++++++++------------ build/three.webgpu.min.js | 2 +- build/three.webgpu.nodes.js | 132 ++++++++++++++++++++------------ build/three.webgpu.nodes.min.js | 2 +- 7 files changed, 188 insertions(+), 126 deletions(-) diff --git a/build/three.cjs b/build/three.cjs index 8bb4ea98d44d51..8c8a0775d409d7 100644 --- a/build/three.cjs +++ b/build/three.cjs @@ -20409,7 +20409,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|undefined} + * @type {Object|undefined} * @default undefined */ this.morphTargetDictionary = undefined; @@ -28912,7 +28912,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|undefined} + * @type {Object|undefined} * @default undefined */ this.morphTargetDictionary = undefined; @@ -29447,7 +29447,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|undefined} + * @type {Object|undefined} * @default undefined */ this.morphTargetDictionary = undefined; @@ -42701,7 +42701,7 @@ class KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default '' */ KeyframeTrack.prototype.ValueTypeName = ''; @@ -42758,7 +42758,7 @@ class BooleanKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'bool' */ BooleanKeyframeTrack.prototype.ValueTypeName = 'bool'; @@ -42807,7 +42807,7 @@ class ColorKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'color' */ ColorKeyframeTrack.prototype.ValueTypeName = 'color'; @@ -42838,7 +42838,7 @@ class NumberKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'number' */ NumberKeyframeTrack.prototype.ValueTypeName = 'number'; @@ -42925,7 +42925,7 @@ class QuaternionKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'quaternion' */ QuaternionKeyframeTrack.prototype.ValueTypeName = 'quaternion'; @@ -42961,7 +42961,7 @@ class StringKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'string' */ StringKeyframeTrack.prototype.ValueTypeName = 'string'; @@ -43010,7 +43010,7 @@ class VectorKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'vector' */ VectorKeyframeTrack.prototype.ValueTypeName = 'vector'; @@ -69556,9 +69556,9 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils, try { useOffscreenCanvas = typeof OffscreenCanvas !== 'undefined' - // eslint-disable-next-line compat/compat && ( new OffscreenCanvas( 1, 1 ).getContext( '2d' ) ) !== null; + } catch ( err ) { // Ignore any errors @@ -69570,7 +69570,6 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils, // Use OffscreenCanvas when available. Specially needed in web workers return useOffscreenCanvas ? - // eslint-disable-next-line compat/compat new OffscreenCanvas( width, height ) : createElementNS( 'canvas' ); } diff --git a/build/three.core.js b/build/three.core.js index fec9f6d94421f8..da5e60c4363ae8 100644 --- a/build/three.core.js +++ b/build/three.core.js @@ -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|undefined} + * @type {Object|undefined} * @default undefined */ this.morphTargetDictionary = undefined; @@ -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|undefined} + * @type {Object|undefined} * @default undefined */ this.morphTargetDictionary = undefined; @@ -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|undefined} + * @type {Object|undefined} * @default undefined */ this.morphTargetDictionary = undefined; @@ -42699,7 +42699,7 @@ class KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default '' */ KeyframeTrack.prototype.ValueTypeName = ''; @@ -42756,7 +42756,7 @@ class BooleanKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'bool' */ BooleanKeyframeTrack.prototype.ValueTypeName = 'bool'; @@ -42805,7 +42805,7 @@ class ColorKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'color' */ ColorKeyframeTrack.prototype.ValueTypeName = 'color'; @@ -42836,7 +42836,7 @@ class NumberKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'number' */ NumberKeyframeTrack.prototype.ValueTypeName = 'number'; @@ -42923,7 +42923,7 @@ class QuaternionKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'quaternion' */ QuaternionKeyframeTrack.prototype.ValueTypeName = 'quaternion'; @@ -42959,7 +42959,7 @@ class StringKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'string' */ StringKeyframeTrack.prototype.ValueTypeName = 'string'; @@ -43008,7 +43008,7 @@ class VectorKeyframeTrack extends KeyframeTrack { /** * The value type name. * - * @type {String} + * @type {string} * @default 'vector' */ VectorKeyframeTrack.prototype.ValueTypeName = 'vector'; diff --git a/build/three.module.js b/build/three.module.js index 733000099934a1..6ad3a0e8562cf8 100644 --- a/build/three.module.js +++ b/build/three.module.js @@ -10485,9 +10485,9 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils, try { useOffscreenCanvas = typeof OffscreenCanvas !== 'undefined' - // eslint-disable-next-line compat/compat && ( new OffscreenCanvas( 1, 1 ).getContext( '2d' ) ) !== null; + } catch ( err ) { // Ignore any errors @@ -10499,7 +10499,6 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils, // Use OffscreenCanvas when available. Specially needed in web workers return useOffscreenCanvas ? - // eslint-disable-next-line compat/compat new OffscreenCanvas( width, height ) : createElementNS( 'canvas' ); } diff --git a/build/three.webgpu.js b/build/three.webgpu.js index 86bafc1b01fb17..4faffbf64f6b28 100644 --- a/build/three.webgpu.js +++ b/build/three.webgpu.js @@ -2238,6 +2238,19 @@ class ArrayElementNode extends Node { // @TODO: If extending from TempNode it br } + /** + * This method is overwritten since the member type is inferred from the array-like node. + * + * @param {NodeBuilder} builder - The current node builder. + * @param {string} name - The member name. + * @return {string} The member type. + */ + getMemberType( builder, name ) { + + return this.node.getMemberType( builder, name ); + + } + generate( builder ) { const indexType = this.indexNode.getNodeType( builder ); @@ -3669,7 +3682,7 @@ const ShaderNodeProxy = function ( NodeClass, scope = null, factor = null, setti const ShaderNodeImmutable = function ( NodeClass, ...params ) { - return nodeObject( new NodeClass( ...nodeArray( params ) ) ); + return new NodeClass( ...nodeArray( params ) ); }; @@ -4101,7 +4114,7 @@ const ConvertType = function ( type, cacheMap = null ) { error( `TSL: Invalid parameter for the type "${ type }".` ); - return nodeObject( new ConstNode( 0, type ) ); + return new ConstNode( 0, type ); } @@ -4393,8 +4406,8 @@ const mat2 = new ConvertType( 'mat2' ); const mat3 = new ConvertType( 'mat3' ); const mat4 = new ConvertType( 'mat4' ); -const string = ( value = '' ) => nodeObject( new ConstNode( value, 'string' ) ); -const arrayBuffer = ( value ) => nodeObject( new ConstNode( value, 'ArrayBuffer' ) ); +const string = ( value = '' ) => new ConstNode( value, 'string' ); +const arrayBuffer = ( value ) => new ConstNode( value, 'ArrayBuffer' ); addMethodChaining( 'toColor', color ); addMethodChaining( 'toFloat', float ); @@ -4559,7 +4572,7 @@ class PropertyNode extends Node { * @param {?string} [name=null] - The name of the property in the shader. * @returns {PropertyNode} */ -const property = ( type, name ) => nodeObject( new PropertyNode( type, name ) ); +const property = ( type, name ) => new PropertyNode( type, name ); /** * TSL function for creating a varying property node. @@ -4570,7 +4583,7 @@ const property = ( type, name ) => nodeObject( new PropertyNode( type, name ) ); * @param {?string} [name=null] - The name of the varying in the shader. * @returns {PropertyNode} */ -const varyingProperty = ( type, name ) => nodeObject( new PropertyNode( type, name, true ) ); +const varyingProperty = ( type, name ) => new PropertyNode( type, name, true ); /** * TSL object that represents the shader variable `DiffuseColor`. @@ -5193,7 +5206,7 @@ const uniform = ( value, type ) => { } - return nodeObject( new UniformNode( value, nodeType ) ); + return new UniformNode( value, nodeType ); }; @@ -5277,7 +5290,7 @@ class ArrayNode extends TempNode { if ( this.nodeType === null ) { - this.nodeType = this.values[ 0 ].getNodeType( builder ); + return this.values[ 0 ].getNodeType( builder ); } @@ -5297,6 +5310,25 @@ class ArrayNode extends TempNode { } + /** + * Returns the type of a member variable. + * + * @param {NodeBuilder} builder - The current node builder. + * @param {string} name - The name of the member variable. + * @return {string} The type of the member variable. + */ + getMemberType( builder, name ) { + + if ( this.nodeType === null ) { + + return this.values[ 0 ].getMemberType( builder, name ); + + } + + return super.getMemberType( builder, name ); + + } + /** * This method builds the output node and returns the resulting array as a shader string. * @@ -9214,7 +9246,7 @@ class ReferenceBaseNode extends Node { */ element( indexNode ) { - return nodeObject( new ReferenceElementNode$1( this, nodeObject( indexNode ) ) ); + return new ReferenceElementNode$1( this, nodeObject( indexNode ) ); } @@ -9353,7 +9385,7 @@ class ReferenceBaseNode extends Node { * @param {Object} object - The object the property belongs to. * @returns {ReferenceBaseNode} */ -const reference$1 = ( name, type, object ) => nodeObject( new ReferenceBaseNode( name, type, object ) ); +const reference$1 = ( name, type, object ) => new ReferenceBaseNode( name, type, object ); /** * This node is a special type of reference node which is intended @@ -9427,7 +9459,7 @@ class RendererReferenceNode extends ReferenceBaseNode { * the node refers to the renderer of the current state. * @returns {RendererReferenceNode} */ -const rendererReference = ( name, type, renderer = null ) => nodeObject( new RendererReferenceNode( name, type, renderer ) ); +const rendererReference = ( name, type, renderer = null ) => new RendererReferenceNode( name, type, renderer ); /** * This node represents a tone mapping operation. @@ -11339,7 +11371,7 @@ class AttributeNode extends Node { * @param {?string} [nodeType=null] - The node type. * @returns {AttributeNode} */ -const attribute = ( name, nodeType = null ) => nodeObject( new AttributeNode( name, nodeType ) ); +const attribute = ( name, nodeType = null ) => new AttributeNode( name, nodeType ); /** * TSL function for creating an uv attribute node with the given index. @@ -12557,7 +12589,7 @@ class BufferNode extends UniformNode { * @param {number} count - The count of buffer elements. * @returns {BufferNode} */ -const buffer = ( value, type, count ) => nodeObject( new BufferNode( value, type, count ) ); +const buffer = ( value, type, count ) => new BufferNode( value, type, count ); /** * Represents the element access on uniform array nodes. @@ -12883,7 +12915,7 @@ class UniformArrayNode extends BufferNode { */ element( indexNode ) { - return nodeObject( new UniformArrayElementNode( this, nodeObject( indexNode ) ) ); + return new UniformArrayElementNode( this, nodeObject( indexNode ) ); } @@ -12898,7 +12930,7 @@ class UniformArrayNode extends BufferNode { * @param {?string} [nodeType] - The data type of the array elements. * @returns {UniformArrayNode} */ -const uniformArray = ( values, nodeType ) => nodeObject( new UniformArrayNode( values, nodeType ) ); +const uniformArray = ( values, nodeType ) => new UniformArrayNode( values, nodeType ); /** * The node allows to set values for built-in shader variables. That is @@ -14844,7 +14876,7 @@ class ReferenceNode extends Node { */ element( indexNode ) { - return nodeObject( new ReferenceElementNode( this, nodeObject( indexNode ) ) ); + return new ReferenceElementNode( this, nodeObject( indexNode ) ); } @@ -15051,7 +15083,7 @@ class ReferenceNode extends Node { * @param {?Object} [object] - The object the property belongs to. * @returns {ReferenceNode} */ -const reference = ( name, type, object ) => nodeObject( new ReferenceNode( name, type, object ) ); +const reference = ( name, type, object ) => new ReferenceNode( name, type, object ); /** * TSL function for creating a reference node. Use this function if you want need a reference @@ -15065,7 +15097,7 @@ const reference = ( name, type, object ) => nodeObject( new ReferenceNode( name, * @param {Object} object - An array-like object the property belongs to. * @returns {ReferenceNode} */ -const referenceBuffer = ( name, type, count, object ) => nodeObject( new ReferenceNode( name, type, object, count ) ); +const referenceBuffer = ( name, type, count, object ) => new ReferenceNode( name, type, object, count ); /** * This node is a special type of reference node which is intended @@ -15146,7 +15178,7 @@ class MaterialReferenceNode extends ReferenceNode { * When no material is set, the node refers to the material of the current rendered object. * @returns {MaterialReferenceNode} */ -const materialReference = ( name, type, material = null ) => nodeObject( new MaterialReferenceNode( name, type, material ) ); +const materialReference = ( name, type, material = null ) => new MaterialReferenceNode( name, type, material ); // Normal Mapping Without Precomputed Tangents // http://www.thetenthplanet.de/archives/1180 @@ -16959,7 +16991,7 @@ class StorageBufferNode extends BufferNode { * @param {number} [count=0] - The buffer count. * @returns {StorageBufferNode} */ -const storage = ( value, type = null, count = 0 ) => nodeObject( new StorageBufferNode( value, type, count ) ); +const storage = ( value, type = null, count = 0 ) => new StorageBufferNode( value, type, count ); /** * @tsl @@ -17902,7 +17934,7 @@ class SkinningNode extends Node { * @param {SkinnedMesh} skinnedMesh - The skinned mesh. * @returns {SkinningNode} */ -const skinning = ( skinnedMesh ) => nodeObject( new SkinningNode( skinnedMesh ) ); +const skinning = ( skinnedMesh ) => new SkinningNode( skinnedMesh ); /** * TSL function for computing skinning. @@ -19579,7 +19611,7 @@ ClippingNode.HARDWARE = 'hardware'; * @function * @returns {ClippingNode} */ -const clipping = () => nodeObject( new ClippingNode() ); +const clipping = () => new ClippingNode(); /** * TSL function for setting up alpha to coverage. @@ -19588,7 +19620,7 @@ const clipping = () => nodeObject( new ClippingNode() ); * @function * @returns {ClippingNode} */ -const clippingAlpha = () => nodeObject( new ClippingNode( ClippingNode.ALPHA_TO_COVERAGE ) ); +const clippingAlpha = () => new ClippingNode( ClippingNode.ALPHA_TO_COVERAGE ); /** * TSL function for setting up hardware-based clipping. @@ -19597,7 +19629,7 @@ const clippingAlpha = () => nodeObject( new ClippingNode( ClippingNode.ALPHA_TO_ * @function * @returns {ClippingNode} */ -const hardwareClipping = () => nodeObject( new ClippingNode( ClippingNode.HARDWARE ) ); +const hardwareClipping = () => new ClippingNode( ClippingNode.HARDWARE ); // See: https://casual-effects.com/research/Wyman2017Hashed/index.html @@ -19767,7 +19799,7 @@ class VertexColorNode extends AttributeNode { * @param {number} [index=0] - The attribute index. * @returns {VertexColorNode} */ -const vertexColor = ( index = 0 ) => nodeObject( new VertexColorNode( index ) ); +const vertexColor = ( index = 0 ) => new VertexColorNode( index ); /** * Represents a "Color Burn" blend mode. @@ -33146,7 +33178,7 @@ class ParameterNode extends PropertyNode { * @param {?string} name - The name of the parameter in the shader. * @returns {ParameterNode} */ -const parameter = ( type, name ) => nodeObject( new ParameterNode( type, name ) ); +const parameter = ( type, name ) => new ParameterNode( type, name ); /** * Stack is a helper for Nodes that need to produce stack-based code instead of continuous flow. @@ -33814,7 +33846,7 @@ const struct = ( membersLayout, name = null ) => { } - return nodeObject( new StructNode( structLayout, values ) ); + return new StructNode( structLayout, values ); }; @@ -36107,7 +36139,7 @@ class ReflectorBaseNode extends Node { * @param {ReflectorBaseNode} [parameters.reflector] - The reflector base node. * @returns {ReflectorNode} */ -const reflector = ( parameters ) => nodeObject( new ReflectorNode( parameters ) ); +const reflector = ( parameters ) => new ReflectorNode( parameters ); const _camera = /*@__PURE__*/ new OrthographicCamera( -1, 1, 1, -1, 0, 1 ); @@ -36724,7 +36756,7 @@ class SampleNode extends Node { * @param {?Node} [uv=null] - The UV node to be used in the texture sampling. * @returns {SampleNode} The created SampleNode instance wrapped as a node object. */ -const sample = ( callback, uv = null ) => nodeObject( new SampleNode( callback, nodeObject( uv ) ) ); +const sample = ( callback, uv = null ) => new SampleNode( callback, nodeObject( uv ) ); /** * EventNode is a node that executes a callback during specific update phases. @@ -36798,7 +36830,7 @@ EventNode.BEFORE_MATERIAL = 'beforeMaterial'; * @param {Function} callback - The callback function. * @returns {EventNode} */ -const createEvent = ( type, callback ) => nodeObject( new EventNode( type, callback ) ).toStack(); +const createEvent = ( type, callback ) => new EventNode( type, callback ).toStack(); /** * Creates an event that triggers a function every time an object (Mesh|Sprite) is rendered. @@ -37725,7 +37757,7 @@ class UserDataNode extends ReferenceNode { * @param {?Object} userData - A reference to the `userData` object. If not provided, the `userData` property of the 3D object that uses the node material is evaluated. * @returns {UserDataNode} */ -const userData = ( name, inputType, userData ) => nodeObject( new UserDataNode( name, inputType, userData ) ); +const userData = ( name, inputType, userData ) => new UserDataNode( name, inputType, userData ); const _objectData = new WeakMap(); @@ -38746,7 +38778,7 @@ class PassNode extends TempNode { if ( textureNode === undefined ) { - textureNode = nodeObject( new PassMultipleTextureNode( this, name ) ); + textureNode = new PassMultipleTextureNode( this, name ); textureNode.updateTexture(); this._textureNodes[ name ] = textureNode; @@ -38770,7 +38802,7 @@ class PassNode extends TempNode { if ( this._textureNodes[ name ] === undefined ) this.getTextureNode( name ); - textureNode = nodeObject( new PassMultipleTextureNode( this, name, true ) ); + textureNode = new PassMultipleTextureNode( this, name, true ); textureNode.updateTexture(); this._previousTextureNodes[ name ] = textureNode; @@ -39111,7 +39143,7 @@ PassNode.DEPTH = 'depth'; * @param {Object} options - Options for the internal render target. * @returns {PassNode} */ -const pass = ( scene, camera, options ) => nodeObject( new PassNode( PassNode.COLOR, scene, camera, options ) ); +const pass = ( scene, camera, options ) => new PassNode( PassNode.COLOR, scene, camera, options ); /** * TSL function for creating a pass texture node. @@ -39122,7 +39154,7 @@ const pass = ( scene, camera, options ) => nodeObject( new PassNode( PassNode.CO * @param {Texture} texture - The output texture. * @returns {PassTextureNode} */ -const passTexture = ( pass, texture ) => nodeObject( new PassTextureNode( pass, texture ) ); +const passTexture = ( pass, texture ) => new PassTextureNode( pass, texture ); /** * TSL function for creating a depth pass node. @@ -39134,7 +39166,7 @@ const passTexture = ( pass, texture ) => nodeObject( new PassTextureNode( pass, * @param {Object} options - Options for the internal render target. * @returns {PassNode} */ -const depthPass = ( scene, camera, options ) => nodeObject( new PassNode( PassNode.DEPTH, scene, camera, options ) ); +const depthPass = ( scene, camera, options ) => new PassNode( PassNode.DEPTH, scene, camera, options ); /** * Represents a render pass for producing a toon outline effect on compatible objects. @@ -39898,7 +39930,7 @@ const nativeFn = ( code, includes = [], language = '' ) => { } - const functionNode = nodeObject( new FunctionNode( code, includes, language ) ); + const functionNode = new FunctionNode( code, includes, language ); const fn = ( ...params ) => functionNode.call( ...params ); fn.functionNode = functionNode; @@ -41327,7 +41359,7 @@ class ComputeBuiltinNode extends Node { * @param {string} nodeType - The node type. * @returns {ComputeBuiltinNode} */ -const computeBuiltin = ( name, nodeType ) => nodeObject( new ComputeBuiltinNode( name, nodeType ) ); +const computeBuiltin = ( name, nodeType ) => new ComputeBuiltinNode( name, nodeType ); /** * Represents the number of workgroups dispatched by the compute shader. @@ -41688,7 +41720,7 @@ class WorkgroupInfoNode extends Node { */ element( indexNode ) { - return nodeObject( new WorkgroupInfoElementNode( this, indexNode ) ); + return new WorkgroupInfoElementNode( this, indexNode ); } @@ -41712,7 +41744,7 @@ class WorkgroupInfoNode extends Node { * @param {number} [count=0] - The number of elements in the buffer. * @returns {WorkgroupInfoNode} */ -const workgroupArray = ( type, count ) => nodeObject( new WorkgroupInfoNode( 'Workgroup', type, count ) ); +const workgroupArray = ( type, count ) => new WorkgroupInfoNode( 'Workgroup', type, count ); /** * `AtomicFunctionNode` represents any function that can operate on atomic variable types @@ -42016,7 +42048,7 @@ class SubgroupFunctionNode extends TempNode { /** * The subgroup/wave intrinsic method to construct. * - * @type {String} + * @type {string} */ this.method = method; @@ -42798,7 +42830,7 @@ class LightsNode extends Node { if ( ! _lightsNodeRef.has( light ) ) { - lightNode = nodeObject( new lightNodeClass( light ) ); + lightNode = new lightNodeClass( light ); _lightsNodeRef.set( light, lightNode ); } else { @@ -43012,7 +43044,7 @@ class LightsNode extends Node { * @param {Array} lights - An array of lights. * @return {LightsNode} The created lights node. */ -const lights = ( lights = [] ) => nodeObject( new LightsNode() ).setLights( lights ); +const lights = ( lights = [] ) => new LightsNode().setLights( lights ); /** * Base class for all shadow nodes. @@ -44399,7 +44431,7 @@ class ShadowNode extends ShadowBaseNode { * @param {?LightShadow} [shadow] - The light shadow. * @return {ShadowNode} The created shadow node. */ -const shadow = ( light, shadow ) => nodeObject( new ShadowNode( light, shadow ) ); +const shadow = ( light, shadow ) => new ShadowNode( light, shadow ); const _clearColor$1 = /*@__PURE__*/ new Color(); const _projScreenMatrix$1 = /*@__PURE__*/ new Matrix4(); @@ -44696,7 +44728,7 @@ class PointShadowNode extends ShadowNode { * @param {?PointLightShadow} [shadow=null] - An optional point light shadow. * @return {PointShadowNode} The created point shadow node. */ -const pointShadow = ( light, shadow ) => nodeObject( new PointShadowNode( light, shadow ) ); +const pointShadow = ( light, shadow ) => new PointShadowNode( light, shadow ); /** * Base class for analytic light nodes. @@ -72219,7 +72251,9 @@ class WebGPUTextureUtils { } ); - } catch ( _ ) {} // try/catch has been added to fix bad video frame data on certain devices, see #32391 + // try/catch has been added to fix bad video frame data on certain devices, see #32391 + + } catch ( _ ) {} } @@ -75047,9 +75081,7 @@ ${ flowData.code } } - let code = bindingSnippets.join( '\n' ); - code += bufferSnippets.join( '\n' ); - code += structSnippets.join( '\n' ); + const code = [ ...bindingSnippets, ...bufferSnippets, ...structSnippets ].join( '\n' ); return code; @@ -81454,7 +81486,7 @@ class NodeLoader extends Loader { } - return nodeObject( new this.nodes[ type ]() ); + return new this.nodes[ type ](); } diff --git a/build/three.webgpu.min.js b/build/three.webgpu.min.js index 08f3947e7b8cab..2b6fc865476fe5 100644 --- a/build/three.webgpu.min.js +++ b/build/three.webgpu.min.js @@ -3,4 +3,4 @@ * Copyright 2010-2025 Three.js Authors * SPDX-License-Identifier: MIT */ -import{Color as e,Vector2 as t,Vector3 as r,Vector4 as s,Matrix2 as i,Matrix3 as n,Matrix4 as a,error as o,EventDispatcher as u,MathUtils as l,warn as d,WebGLCoordinateSystem as c,WebGPUCoordinateSystem as h,ColorManagement as p,SRGBTransfer as g,NoToneMapping as m,StaticDrawUsage as f,InterleavedBufferAttribute as y,InterleavedBuffer as b,DynamicDrawUsage as x,NoColorSpace as T,log as _,warnOnce as v,Texture as N,UnsignedIntType as S,IntType as R,NearestFilter as A,Sphere as E,BackSide as w,DoubleSide as C,Euler as M,CubeTexture as B,CubeReflectionMapping as L,CubeRefractionMapping as P,TangentSpaceNormalMap as F,NoNormalPacking as D,NormalRGPacking as U,NormalGAPacking as I,ObjectSpaceNormalMap as O,RGFormat as V,RED_GREEN_RGTC2_Format as k,RG11_EAC_Format as G,InstancedInterleavedBuffer as z,InstancedBufferAttribute as $,DataArrayTexture as W,FloatType as H,FramebufferTexture as j,LinearMipmapLinearFilter as q,DepthTexture as X,Material as K,LineBasicMaterial as Y,LineDashedMaterial as Q,NoBlending as Z,MeshNormalMaterial as J,SRGBColorSpace as ee,WebGLCubeRenderTarget as te,BoxGeometry as re,Mesh as se,Scene as ie,LinearFilter as ne,CubeCamera as ae,EquirectangularReflectionMapping as oe,EquirectangularRefractionMapping as ue,AddOperation as le,MixOperation as de,MultiplyOperation as ce,MeshBasicMaterial as he,MeshLambertMaterial as pe,MeshPhongMaterial as ge,DataTexture as me,HalfFloatType as fe,ClampToEdgeWrapping as ye,BufferGeometry as be,OrthographicCamera as xe,PerspectiveCamera as Te,RenderTarget as _e,LinearSRGBColorSpace as ve,RGBAFormat as Ne,CubeUVReflectionMapping as Se,BufferAttribute as Re,MeshStandardMaterial as Ae,MeshPhysicalMaterial as Ee,MeshToonMaterial as we,MeshMatcapMaterial as Ce,SpriteMaterial as Me,PointsMaterial as Be,ShadowMaterial as Le,Uint32BufferAttribute as Pe,Uint16BufferAttribute as Fe,arrayNeedsUint32 as De,Camera as Ue,DepthStencilFormat as Ie,DepthFormat as Oe,UnsignedInt248Type as Ve,UnsignedByteType as ke,Plane as Ge,Object3D as ze,LinearMipMapLinearFilter as $e,Float32BufferAttribute as We,UVMapping as He,VSMShadowMap as je,LessCompare as qe,BasicShadowMap as Xe,CubeDepthTexture as Ke,SphereGeometry as Ye,NormalBlending as Qe,LinearMipmapNearestFilter as Ze,NearestMipmapLinearFilter as Je,Float16BufferAttribute as et,REVISION as tt,ArrayCamera as rt,PlaneGeometry as st,FrontSide as it,CustomBlending as nt,AddEquation as at,ZeroFactor as ot,CylinderGeometry as ut,Quaternion as lt,WebXRController as dt,RAD2DEG as ct,PCFShadowMap as ht,FrustumArray as pt,Frustum as gt,RedIntegerFormat as mt,RedFormat as ft,ShortType as yt,ByteType as bt,UnsignedShortType as xt,RGIntegerFormat as Tt,RGBIntegerFormat as _t,RGBFormat as vt,RGBAIntegerFormat as Nt,TimestampQuery as St,createCanvasElement as Rt,ReverseSubtractEquation as At,SubtractEquation as Et,OneMinusDstAlphaFactor as wt,OneMinusDstColorFactor as Ct,OneMinusSrcAlphaFactor as Mt,OneMinusSrcColorFactor as Bt,DstAlphaFactor as Lt,DstColorFactor as Pt,SrcAlphaSaturateFactor as Ft,SrcAlphaFactor as Dt,SrcColorFactor as Ut,OneFactor as It,CullFaceNone as Ot,CullFaceBack as Vt,CullFaceFront as kt,MultiplyBlending as Gt,SubtractiveBlending as zt,AdditiveBlending as $t,NotEqualDepth as Wt,GreaterDepth as Ht,GreaterEqualDepth as jt,EqualDepth as qt,LessEqualDepth as Xt,LessDepth as Kt,AlwaysDepth as Yt,NeverDepth as Qt,UnsignedShort4444Type as Zt,UnsignedShort5551Type as Jt,UnsignedInt5999Type as er,UnsignedInt101111Type as tr,AlphaFormat as rr,RGB_S3TC_DXT1_Format as sr,RGBA_S3TC_DXT1_Format as ir,RGBA_S3TC_DXT3_Format as nr,RGBA_S3TC_DXT5_Format as ar,RGB_PVRTC_4BPPV1_Format as or,RGB_PVRTC_2BPPV1_Format as ur,RGBA_PVRTC_4BPPV1_Format as lr,RGBA_PVRTC_2BPPV1_Format as dr,RGB_ETC1_Format as cr,RGB_ETC2_Format as hr,RGBA_ETC2_EAC_Format as pr,R11_EAC_Format as gr,SIGNED_R11_EAC_Format as mr,SIGNED_RG11_EAC_Format as fr,RGBA_ASTC_4x4_Format as yr,RGBA_ASTC_5x4_Format as br,RGBA_ASTC_5x5_Format as xr,RGBA_ASTC_6x5_Format as Tr,RGBA_ASTC_6x6_Format as _r,RGBA_ASTC_8x5_Format as vr,RGBA_ASTC_8x6_Format as Nr,RGBA_ASTC_8x8_Format as Sr,RGBA_ASTC_10x5_Format as Rr,RGBA_ASTC_10x6_Format as Ar,RGBA_ASTC_10x8_Format as Er,RGBA_ASTC_10x10_Format as wr,RGBA_ASTC_12x10_Format as Cr,RGBA_ASTC_12x12_Format as Mr,RGBA_BPTC_Format as Br,RED_RGTC1_Format as Lr,SIGNED_RED_RGTC1_Format as Pr,SIGNED_RED_GREEN_RGTC2_Format as Fr,MirroredRepeatWrapping as Dr,RepeatWrapping as Ur,NearestMipmapNearestFilter as Ir,NotEqualCompare as Or,GreaterCompare as Vr,GreaterEqualCompare as kr,EqualCompare as Gr,LessEqualCompare as zr,AlwaysCompare as $r,NeverCompare as Wr,LinearTransfer as Hr,getByteLength as jr,isTypedArray as qr,NotEqualStencilFunc as Xr,GreaterStencilFunc as Kr,GreaterEqualStencilFunc as Yr,EqualStencilFunc as Qr,LessEqualStencilFunc as Zr,LessStencilFunc as Jr,AlwaysStencilFunc as es,NeverStencilFunc as ts,DecrementWrapStencilOp as rs,IncrementWrapStencilOp as ss,DecrementStencilOp as is,IncrementStencilOp as ns,InvertStencilOp as as,ReplaceStencilOp as os,ZeroStencilOp as us,KeepStencilOp as ls,MaxEquation as ds,MinEquation as cs,SpotLight as hs,PointLight as ps,DirectionalLight as gs,RectAreaLight as ms,AmbientLight as fs,HemisphereLight as ys,LightProbe as bs,LinearToneMapping as xs,ReinhardToneMapping as Ts,CineonToneMapping as _s,ACESFilmicToneMapping as vs,AgXToneMapping as Ns,NeutralToneMapping as Ss,Group as Rs,Loader as As,FileLoader as Es,MaterialLoader as ws,ObjectLoader as Cs}from"./three.core.min.js";export{AdditiveAnimationBlendMode,AnimationAction,AnimationClip,AnimationLoader,AnimationMixer,AnimationObjectGroup,AnimationUtils,ArcCurve,ArrowHelper,AttachedBindMode,Audio,AudioAnalyser,AudioContext,AudioListener,AudioLoader,AxesHelper,BasicDepthPacking,BatchedMesh,Bone,BooleanKeyframeTrack,Box2,Box3,Box3Helper,BoxHelper,BufferGeometryLoader,Cache,CameraHelper,CanvasTexture,CapsuleGeometry,CatmullRomCurve3,CircleGeometry,Clock,ColorKeyframeTrack,CompressedArrayTexture,CompressedCubeTexture,CompressedTexture,CompressedTextureLoader,ConeGeometry,ConstantAlphaFactor,ConstantColorFactor,Controls,CubeTextureLoader,CubicBezierCurve,CubicBezierCurve3,CubicInterpolant,CullFaceFrontBack,Curve,CurvePath,CustomToneMapping,Cylindrical,Data3DTexture,DataTextureLoader,DataUtils,DefaultLoadingManager,DetachedBindMode,DirectionalLightHelper,DiscreteInterpolant,DodecahedronGeometry,DynamicCopyUsage,DynamicReadUsage,EdgesGeometry,EllipseCurve,ExternalTexture,ExtrudeGeometry,Fog,FogExp2,GLBufferAttribute,GLSL1,GLSL3,GridHelper,HemisphereLightHelper,IcosahedronGeometry,ImageBitmapLoader,ImageLoader,ImageUtils,InstancedBufferGeometry,InstancedMesh,Int16BufferAttribute,Int32BufferAttribute,Int8BufferAttribute,Interpolant,InterpolateDiscrete,InterpolateLinear,InterpolateSmooth,InterpolationSamplingMode,InterpolationSamplingType,KeyframeTrack,LOD,LatheGeometry,Layers,Light,Line,Line3,LineCurve,LineCurve3,LineLoop,LineSegments,LinearInterpolant,LinearMipMapNearestFilter,LoaderUtils,LoadingManager,LoopOnce,LoopPingPong,LoopRepeat,MOUSE,MeshDepthMaterial,MeshDistanceMaterial,NearestMipMapLinearFilter,NearestMipMapNearestFilter,NormalAnimationBlendMode,NumberKeyframeTrack,OctahedronGeometry,OneMinusConstantAlphaFactor,OneMinusConstantColorFactor,PCFSoftShadowMap,Path,PlaneHelper,PointLightHelper,Points,PolarGridHelper,PolyhedronGeometry,PositionalAudio,PropertyBinding,PropertyMixer,QuadraticBezierCurve,QuadraticBezierCurve3,QuaternionKeyframeTrack,QuaternionLinearInterpolant,RGBADepthPacking,RGBDepthPacking,RGB_BPTC_SIGNED_Format,RGB_BPTC_UNSIGNED_Format,RGDepthPacking,RawShaderMaterial,Ray,Raycaster,RenderTarget3D,RingGeometry,ShaderMaterial,Shape,ShapeGeometry,ShapePath,ShapeUtils,Skeleton,SkeletonHelper,SkinnedMesh,Source,Spherical,SphericalHarmonics3,SplineCurve,SpotLightHelper,Sprite,StaticCopyUsage,StaticReadUsage,StereoCamera,StreamCopyUsage,StreamDrawUsage,StreamReadUsage,StringKeyframeTrack,TOUCH,TetrahedronGeometry,TextureLoader,TextureUtils,Timer,TorusGeometry,TorusKnotGeometry,Triangle,TriangleFanDrawMode,TriangleStripDrawMode,TrianglesDrawMode,TubeGeometry,Uint8BufferAttribute,Uint8ClampedBufferAttribute,Uniform,UniformsGroup,VectorKeyframeTrack,VideoFrameTexture,VideoTexture,WebGL3DRenderTarget,WebGLArrayRenderTarget,WebGLRenderTarget,WireframeGeometry,WrapAroundEnding,ZeroCurvatureEnding,ZeroSlopeEnding,getConsoleFunction,setConsoleFunction}from"./three.core.min.js";const Ms=["alphaMap","alphaTest","anisotropy","anisotropyMap","anisotropyRotation","aoMap","aoMapIntensity","attenuationColor","attenuationDistance","bumpMap","clearcoat","clearcoatMap","clearcoatNormalMap","clearcoatNormalScale","clearcoatRoughness","color","dispersion","displacementMap","emissive","emissiveIntensity","emissiveMap","envMap","envMapIntensity","gradientMap","ior","iridescence","iridescenceIOR","iridescenceMap","iridescenceThicknessMap","lightMap","lightMapIntensity","map","matcap","metalness","metalnessMap","normalMap","normalScale","opacity","roughness","roughnessMap","sheen","sheenColor","sheenColorMap","sheenRoughnessMap","shininess","specular","specularColor","specularColorMap","specularIntensity","specularIntensityMap","specularMap","thickness","transmission","transmissionMap"],Bs=new WeakMap;class Ls{constructor(e){this.renderObjects=new WeakMap,this.hasNode=this.containsNode(e),this.hasAnimation=!0===e.object.isSkinnedMesh,this.refreshUniforms=Ms,this.renderId=0}firstInitialization(e){return!1===this.renderObjects.has(e)&&(this.getRenderObjectData(e),!0)}needsVelocity(e){const t=e.getMRT();return null!==t&&t.has("velocity")}getRenderObjectData(e){let t=this.renderObjects.get(e);if(void 0===t){const{geometry:r,material:s,object:i}=e;if(t={material:this.getMaterialData(s),geometry:{id:r.id,attributes:this.getAttributesData(r.attributes),indexVersion:r.index?r.index.version:null,drawRange:{start:r.drawRange.start,count:r.drawRange.count}},worldMatrix:i.matrixWorld.clone()},i.center&&(t.center=i.center.clone()),i.morphTargetInfluences&&(t.morphTargetInfluences=i.morphTargetInfluences.slice()),null!==e.bundle&&(t.version=e.bundle.version),t.material.transmission>0){const{width:r,height:s}=e.context;t.bufferWidth=r,t.bufferHeight=s}t.lights=this.getLightsData(e.lightsNode.getLights()),this.renderObjects.set(e,t)}return t}getAttributesData(e){const t={};for(const r in e){const s=e[r];t[r]={version:s.version}}return t}containsNode(e){const t=e.material;for(const e in t)if(t[e]&&t[e].isNode)return!0;return!!(e.context.modelViewMatrix||e.context.modelNormalViewMatrix||e.context.getAO||e.context.getShadow)}getMaterialData(e){const t={};for(const r of this.refreshUniforms){const s=e[r];null!=s&&("object"==typeof s&&void 0!==s.clone?!0===s.isTexture?t[r]={id:s.id,version:s.version}:t[r]=s.clone():t[r]=s)}return t}equals(e,t){const{object:r,material:s,geometry:i}=e,n=this.getRenderObjectData(e);if(!0!==n.worldMatrix.equals(r.matrixWorld))return n.worldMatrix.copy(r.matrixWorld),!1;const a=n.material;for(const e in a){const t=a[e],r=s[e];if(void 0!==t.equals){if(!1===t.equals(r))return t.copy(r),!1}else if(!0===r.isTexture){if(t.id!==r.id||t.version!==r.version)return t.id=r.id,t.version=r.version,!1}else if(t!==r)return a[e]=r,!1}if(a.transmission>0){const{width:t,height:r}=e.context;if(n.bufferWidth!==t||n.bufferHeight!==r)return n.bufferWidth=t,n.bufferHeight=r,!1}const o=n.geometry,u=i.attributes,l=o.attributes,d=Object.keys(l),c=Object.keys(u);if(o.id!==i.id)return o.id=i.id,!1;if(d.length!==c.length)return n.geometry.attributes=this.getAttributesData(u),!1;for(const e of d){const t=l[e],r=u[e];if(void 0===r)return delete l[e],!1;if(t.version!==r.version)return t.version=r.version,!1}const h=i.index,p=o.indexVersion,g=h?h.version:null;if(p!==g)return o.indexVersion=g,!1;if(o.drawRange.start!==i.drawRange.start||o.drawRange.count!==i.drawRange.count)return o.drawRange.start=i.drawRange.start,o.drawRange.count=i.drawRange.count,!1;if(n.morphTargetInfluences){let e=!1;for(let t=0;t>>16,2246822507),r^=Math.imul(s^s>>>13,3266489909),s=Math.imul(s^s>>>16,2246822507),s^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&s)+(r>>>0)}const Fs=e=>Ps(e),Ds=e=>Ps(e),Us=(...e)=>Ps(e),Is=new Map([[1,"float"],[2,"vec2"],[3,"vec3"],[4,"vec4"],[9,"mat3"],[16,"mat4"]]),Os=new WeakMap;function Vs(e){return Is.get(e)}function ks(e){if(/[iu]?vec\d/.test(e))return e.startsWith("ivec")?Int32Array:e.startsWith("uvec")?Uint32Array:Float32Array;if(/mat\d/.test(e))return Float32Array;if(/float/.test(e))return Float32Array;if(/uint/.test(e))return Uint32Array;if(/int/.test(e))return Int32Array;throw new Error(`THREE.NodeUtils: Unsupported type: ${e}`)}function Gs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?9:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function zs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?12:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function $s(e){return/float|int|uint/.test(e)?4:/vec2/.test(e)?8:/vec3/.test(e)||/vec4/.test(e)?16:/mat2/.test(e)?8:/mat3/.test(e)||/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function Ws(e){if(null==e)return null;const t=typeof e;return!0===e.isNode?"node":"number"===t?"float":"boolean"===t?"bool":"string"===t?"string":"function"===t?"shader":!0===e.isVector2?"vec2":!0===e.isVector3?"vec3":!0===e.isVector4?"vec4":!0===e.isMatrix2?"mat2":!0===e.isMatrix3?"mat3":!0===e.isMatrix4?"mat4":!0===e.isColor?"color":e instanceof ArrayBuffer?"ArrayBuffer":null}function Hs(o,...u){const l=o?o.slice(-4):void 0;return 1===u.length&&("vec2"===l?u=[u[0],u[0]]:"vec3"===l?u=[u[0],u[0],u[0]]:"vec4"===l&&(u=[u[0],u[0],u[0],u[0]])),"color"===o?new e(...u):"vec2"===l?new t(...u):"vec3"===l?new r(...u):"vec4"===l?new s(...u):"mat2"===l?new i(...u):"mat3"===l?new n(...u):"mat4"===l?new a(...u):"bool"===o?u[0]||!1:"float"===o||"int"===o||"uint"===o?u[0]||0:"string"===o?u[0]||"":"ArrayBuffer"===o?Xs(u[0]):null}function js(e){let t=Os.get(e);return void 0===t&&(t={},Os.set(e,t)),t}function qs(e){let t="";const r=new Uint8Array(e);for(let e=0;ee.charCodeAt(0)).buffer}var Ks=Object.freeze({__proto__:null,arrayBufferToBase64:qs,base64ToArrayBuffer:Xs,getAlignmentFromType:$s,getDataFromObject:js,getLengthFromType:Gs,getMemoryLengthFromType:zs,getTypeFromLength:Vs,getTypedArrayFromType:ks,getValueFromType:Hs,getValueType:Ws,hash:Us,hashArray:Ds,hashString:Fs});const Ys={VERTEX:"vertex",FRAGMENT:"fragment"},Qs={NONE:"none",FRAME:"frame",RENDER:"render",OBJECT:"object"},Zs={BOOLEAN:"bool",INTEGER:"int",FLOAT:"float",VECTOR2:"vec2",VECTOR3:"vec3",VECTOR4:"vec4",MATRIX2:"mat2",MATRIX3:"mat3",MATRIX4:"mat4"},Js={READ_ONLY:"readOnly",WRITE_ONLY:"writeOnly",READ_WRITE:"readWrite"},ei=["fragment","vertex"],ti=["setup","analyze","generate"],ri=[...ei,"compute"],si=["x","y","z","w"],ii={analyze:"setup",generate:"analyze"};let ni=0;class ai extends u{static get type(){return"Node"}constructor(e=null){super(),this.nodeType=e,this.updateType=Qs.NONE,this.updateBeforeType=Qs.NONE,this.updateAfterType=Qs.NONE,this.uuid=l.generateUUID(),this.version=0,this.name="",this.global=!1,this.parents=!1,this.isNode=!0,this._beforeNodes=null,this._cacheKey=null,this._cacheKeyVersion=0,Object.defineProperty(this,"id",{value:ni++})}set needsUpdate(e){!0===e&&this.version++}get type(){return this.constructor.type}onUpdate(e,t){return this.updateType=t,this.update=e.bind(this),this}onFrameUpdate(e){return this.onUpdate(e,Qs.FRAME)}onRenderUpdate(e){return this.onUpdate(e,Qs.RENDER)}onObjectUpdate(e){return this.onUpdate(e,Qs.OBJECT)}onReference(e){return this.updateReference=e.bind(this),this}updateReference(){return this}isGlobal(){return this.global}*getChildren(){for(const{childNode:e}of this._getChildren())yield e}dispose(){this.dispatchEvent({type:"dispose"})}traverse(e){e(this);for(const t of this.getChildren())t.traverse(e)}_getChildren(e=new Set){const t=[];e.add(this);for(const r of Object.getOwnPropertyNames(this)){const s=this[r];if(!0!==r.startsWith("_")&&!e.has(s))if(!0===Array.isArray(s))for(let e=0;e0&&(e.inputNodes=r)}deserialize(e){if(void 0!==e.inputNodes){const t=e.meta.nodes;for(const r in e.inputNodes)if(Array.isArray(e.inputNodes[r])){const s=[];for(const i of e.inputNodes[r])s.push(t[i]);this[r]=s}else if("object"==typeof e.inputNodes[r]){const s={};for(const i in e.inputNodes[r]){const n=e.inputNodes[r][i];s[i]=t[n]}this[r]=s}else{const s=e.inputNodes[r];this[r]=t[s]}}}toJSON(e){const{uuid:t,type:r}=this,s=void 0===e||"string"==typeof e;s&&(e={textures:{},images:{},nodes:{}});let i=e.nodes[t];function n(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(void 0===i&&(i={uuid:t,type:r,meta:e,metadata:{version:4.7,type:"Node",generator:"Node.toJSON"}},!0!==s&&(e.nodes[i.uuid]=i),this.serialize(i),delete i.meta),s){const t=n(e.textures),r=n(e.images),s=n(e.nodes);t.length>0&&(i.textures=t),r.length>0&&(i.images=r),s.length>0&&(i.nodes=s)}return i}}class oi extends ai{static get type(){return"ArrayElementNode"}constructor(e,t){super(),this.node=e,this.indexNode=t,this.isArrayElementNode=!0}getNodeType(e){return this.node.getElementType(e)}generate(e){const t=this.indexNode.getNodeType(e);return`${this.node.build(e)}[ ${this.indexNode.build(e,!e.isVector(t)&&e.isInteger(t)?t:"uint")} ]`}}class ui extends ai{static get type(){return"ConvertNode"}constructor(e,t){super(),this.node=e,this.convertTo=t}getNodeType(e){const t=this.node.getNodeType(e);let r=null;for(const s of this.convertTo.split("|"))null!==r&&e.getTypeLength(t)!==e.getTypeLength(s)||(r=s);return r}serialize(e){super.serialize(e),e.convertTo=this.convertTo}deserialize(e){super.deserialize(e),this.convertTo=e.convertTo}generate(e,t){const r=this.node,s=this.getNodeType(e),i=r.build(e,s);return e.format(i,s,t)}}class li extends ai{static get type(){return"TempNode"}constructor(e=null){super(e),this.isTempNode=!0}hasDependencies(e){return e.getDataFromNode(this).usageCount>1}build(e,t){if("generate"===e.getBuildStage()){const r=e.getVectorType(this.getNodeType(e,t)),s=e.getDataFromNode(this);if(void 0!==s.propertyName)return e.format(s.propertyName,r,t);if("void"!==r&&"void"!==t&&this.hasDependencies(e)){const i=super.build(e,r),n=e.getVarFromNode(this,null,r),a=e.getPropertyName(n);return e.addLineFlowCode(`${a} = ${i}`,this),s.snippet=i,s.propertyName=a,e.format(s.propertyName,r,t)}}return super.build(e,t)}}class di extends li{static get type(){return"JoinNode"}constructor(e=[],t=null){super(t),this.nodes=e}getNodeType(e){return null!==this.nodeType?e.getVectorType(this.nodeType):e.getTypeFromLength(this.nodes.reduce((t,r)=>t+e.getTypeLength(r.getNodeType(e)),0))}generate(e,t){const r=this.getNodeType(e),s=e.getTypeLength(r),i=this.nodes,n=e.getComponentType(r),a=[];let u=0;for(const t of i){if(u>=s){o(`TSL: Length of parameters exceeds maximum length of function '${r}()' type.`);break}let i,l=t.getNodeType(e),d=e.getTypeLength(l);u+d>s&&(o(`TSL: Length of '${r}()' data exceeds maximum length of output type.`),d=s-u,l=e.getTypeFromLength(d)),u+=d,i=t.build(e,l);if(e.getComponentType(l)!==n){const t=e.getTypeFromLength(d,n);i=e.format(i,l,t)}a.push(i)}const l=`${e.getType(r)}( ${a.join(", ")} )`;return e.format(l,r,t)}}const ci=si.join("");class hi extends ai{static get type(){return"SplitNode"}constructor(e,t="x"){super(),this.node=e,this.components=t,this.isSplitNode=!0}getVectorLength(){let e=this.components.length;for(const t of this.components)e=Math.max(si.indexOf(t)+1,e);return e}getComponentType(e){return e.getComponentType(this.node.getNodeType(e))}getNodeType(e){return e.getTypeFromLength(this.components.length,this.getComponentType(e))}getScope(){return this.node.getScope()}generate(e,t){const r=this.node,s=e.getTypeLength(r.getNodeType(e));let i=null;if(s>1){let n=null;this.getVectorLength()>=s&&(n=e.getTypeFromLength(this.getVectorLength(),this.getComponentType(e)));const a=r.build(e,n);i=this.components.length===s&&this.components===ci.slice(0,this.components.length)?e.format(a,n,t):e.format(`${a}.${this.components}`,this.getNodeType(e),t)}else i=r.build(e,t);return i}serialize(e){super.serialize(e),e.components=this.components}deserialize(e){super.deserialize(e),this.components=e.components}}class pi extends li{static get type(){return"SetNode"}constructor(e,t,r){super(),this.sourceNode=e,this.components=t,this.targetNode=r}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){const{sourceNode:t,components:r,targetNode:s}=this,i=this.getNodeType(e),n=e.getComponentType(s.getNodeType(e)),a=e.getTypeFromLength(r.length,n),o=s.build(e,a),u=t.build(e,i),l=e.getTypeLength(i),d=[];for(let e=0;e(e=>e.replace(/r|s/g,"x").replace(/g|t/g,"y").replace(/b|p/g,"z").replace(/a|q/g,"w"))(e).split("").sort().join("");ai.prototype.assign=function(...e){if(!0!==this.isStackNode)return null!==xi?xi.assign(this,...e):o("TSL: No stack defined for assign operation. Make sure the assign is inside a Fn()."),this;{const t=Ti.get("assign");return this.addToStack(t(...e))}},ai.prototype.toVarIntent=function(){return this},ai.prototype.get=function(e){return new bi(this,e)};const Ni={};function Si(e,t,r){Ni[e]=Ni[t]=Ni[r]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new hi(this,e),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};const s=e.toUpperCase(),i=t.toUpperCase(),n=r.toUpperCase();ai.prototype["set"+s]=ai.prototype["set"+i]=ai.prototype["set"+n]=function(t){const r=vi(e);return new pi(this,r,Yi(t))},ai.prototype["flip"+s]=ai.prototype["flip"+i]=ai.prototype["flip"+n]=function(){const t=vi(e);return new gi(this,t)}}const Ri=["x","y","z","w"],Ai=["r","g","b","a"],Ei=["s","t","p","q"];for(let e=0;e<4;e++){let t=Ri[e],r=Ai[e],s=Ei[e];Si(t,r,s);for(let i=0;i<4;i++){t=Ri[e]+Ri[i],r=Ai[e]+Ai[i],s=Ei[e]+Ei[i],Si(t,r,s);for(let n=0;n<4;n++){t=Ri[e]+Ri[i]+Ri[n],r=Ai[e]+Ai[i]+Ai[n],s=Ei[e]+Ei[i]+Ei[n],Si(t,r,s);for(let a=0;a<4;a++)t=Ri[e]+Ri[i]+Ri[n]+Ri[a],r=Ai[e]+Ai[i]+Ai[n]+Ai[a],s=Ei[e]+Ei[i]+Ei[n]+Ei[a],Si(t,r,s)}}}for(let e=0;e<32;e++)Ni[e]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new oi(this,new yi(e,"uint")),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};Object.defineProperties(ai.prototype,Ni);const wi=new WeakMap,Ci=function(e,t=null){for(const r in e)e[r]=Yi(e[r],t);return e},Mi=function(e,t=null){const r=e.length;for(let s=0;su?(o(`TSL: "${r}" parameter length exceeds limit.`),t.slice(0,u)):t}return null===t?n=(...t)=>i(new e(...Ji(d(t)))):null!==r?(r=Yi(r),n=(...s)=>i(new e(t,...Ji(d(s)),r))):n=(...r)=>i(new e(t,...Ji(d(r)))),n.setParameterLength=(...e)=>(1===e.length?a=u=e[0]:2===e.length&&([a,u]=e),n),n.setName=e=>(l=e,n),n},Li=function(e,...t){return Yi(new e(...Ji(t)))};class Pi extends ai{constructor(e,t){super(),this.shaderNode=e,this.rawInputs=t,this.isShaderCallNodeInternal=!0}getNodeType(e){return this.shaderNode.nodeType||this.getOutputNode(e).getNodeType(e)}getElementType(e){return this.getOutputNode(e).getElementType(e)}getMemberType(e,t){return this.getOutputNode(e).getMemberType(e,t)}call(e){const{shaderNode:t,rawInputs:r}=this,s=e.getNodeProperties(t),i=e.getClosestSubBuild(t.subBuilds)||"",n=i||"default";if(s[n])return s[n];const a=e.subBuildFn,o=e.fnCall;e.subBuildFn=i,e.fnCall=this;let u=null;if(t.layout){let s=wi.get(e.constructor);void 0===s&&(s=new WeakMap,wi.set(e.constructor,s));let i=s.get(t);void 0===i&&(i=Yi(e.buildFunctionNode(t)),s.set(t,i)),e.addInclude(i);const n=r?function(e){let t;Zi(e);t=e[0]&&(e[0].isNode||Object.getPrototypeOf(e[0])!==Object.prototype)?[...e]:e[0];return t}(r):null;u=Yi(i.call(n))}else{const s=new Proxy(e,{get:(e,t,r)=>{let s;return s=Symbol.iterator===t?function*(){yield}:Reflect.get(e,t,r),s}}),i=r?function(e){let t=0;return Zi(e),new Proxy(e,{get:(r,s,i)=>{let n;if("length"===s)return n=e.length,n;if(Symbol.iterator===s)n=function*(){for(const t of e)yield Yi(t)};else{if(e.length>0)if(Object.getPrototypeOf(e[0])===Object.prototype){const r=e[0];n=void 0===r[s]?r[t++]:Reflect.get(r,s,i)}else e[0]instanceof ai&&(n=void 0===e[s]?e[t++]:Reflect.get(e,s,i));else n=Reflect.get(r,s,i);n=Yi(n)}return n}})}(r):null,n=Array.isArray(r)?r.length>0:null!==r,a=t.jsFunc,o=n||a.length>1?a(i,s):a(s);u=Yi(o)}return e.subBuildFn=a,e.fnCall=o,t.once&&(s[n]=u),u}setupOutput(e){return e.addStack(),e.stack.outputNode=this.call(e),e.removeStack()}getOutputNode(e){const t=e.getNodeProperties(this),r=e.getSubBuildOutput(this);return t[r]=t[r]||this.setupOutput(e),t[r].subBuild=e.getClosestSubBuild(this),t[r]}build(e,t=null){let r=null;const s=e.getBuildStage(),i=e.getNodeProperties(this),n=e.getSubBuildOutput(this),a=this.getOutputNode(e),o=e.fnCall;if(e.fnCall=this,"setup"===s){const t=e.getSubBuildProperty("initialized",this);if(!0!==i[t]&&(i[t]=!0,i[n]=this.getOutputNode(e),i[n].build(e),this.shaderNode.subBuilds))for(const t of e.chaining){const r=e.getDataFromNode(t,"any");r.subBuilds=r.subBuilds||new Set;for(const e of this.shaderNode.subBuilds)r.subBuilds.add(e)}r=i[n]}else"analyze"===s?a.build(e,t):"generate"===s&&(r=a.build(e,t)||"");return e.fnCall=o,r}}class Fi extends ai{constructor(e,t){super(t),this.jsFunc=e,this.layout=null,this.global=!0,this.once=!1}setLayout(e){return this.layout=e,this}getLayout(){return this.layout}call(e=null){return new Pi(this,e)}setup(){return this.call()}}const Di=[!1,!0],Ui=[0,1,2,3],Ii=[-1,-2],Oi=[.5,1.5,1/3,1e-6,1e6,Math.PI,2*Math.PI,1/Math.PI,2/Math.PI,1/(2*Math.PI),Math.PI/2],Vi=new Map;for(const e of Di)Vi.set(e,new yi(e));const ki=new Map;for(const e of Ui)ki.set(e,new yi(e,"uint"));const Gi=new Map([...ki].map(e=>new yi(e.value,"int")));for(const e of Ii)Gi.set(e,new yi(e,"int"));const zi=new Map([...Gi].map(e=>new yi(e.value)));for(const e of Oi)zi.set(e,new yi(e));for(const e of Oi)zi.set(-e,new yi(-e));const $i={bool:Vi,uint:ki,ints:Gi,float:zi},Wi=new Map([...Vi,...zi]),Hi=(e,t)=>Wi.has(e)?Wi.get(e):!0===e.isNode?e:new yi(e,t),ji=function(e,t=null){return(...r)=>{for(const t of r)if(void 0===t)return o(`TSL: Invalid parameter for the type "${e}".`),Yi(new yi(0,e));if((0===r.length||!["bool","float","int","uint"].includes(e)&&r.every(e=>{const t=typeof e;return"object"!==t&&"function"!==t}))&&(r=[Hs(e,...r)]),1===r.length&&null!==t&&t.has(r[0]))return Qi(t.get(r[0]));if(1===r.length){const t=Hi(r[0],e);return t.nodeType===e?Qi(t):Qi(new ui(t,e))}const s=r.map(e=>Hi(e));return Qi(new di(s,e))}},qi=e=>"object"==typeof e&&null!==e?e.value:e,Xi=e=>null!=e?e.nodeType||e.convertTo||("string"==typeof e?e:null):null;function Ki(e,t){return new Fi(e,t)}const Yi=(e,t=null)=>function(e,t=null){const r=Ws(e);return"node"===r?e:null===t&&("float"===r||"boolean"===r)||r&&"shader"!==r&&"string"!==r?Yi(Hi(e,t)):"shader"===r?e.isFn?e:an(e):e}(e,t),Qi=(e,t=null)=>Yi(e,t).toVarIntent(),Zi=(e,t=null)=>new Ci(e,t),Ji=(e,t=null)=>new Mi(e,t),en=(e,t=null,r=null,s=null)=>new Bi(e,t,r,s),tn=(e,...t)=>new Li(e,...t),rn=(e,t=null,r=null,s={})=>new Bi(e,t,r,{...s,intent:!0});let sn=0;class nn extends ai{constructor(e,t=null){super();let r=null;null!==t&&("object"==typeof t?r=t.return:("string"==typeof t?r=t:o("TSL: Invalid layout type."),t=null)),this.shaderNode=new Ki(e,r),null!==t&&this.setLayout(t),this.isFn=!0}setLayout(e){const t=this.shaderNode.nodeType;if("object"!=typeof e.inputs){const r={name:"fn"+sn++,type:t,inputs:[]};for(const t in e)"return"!==t&&r.inputs.push({name:t,type:e[t]});e=r}return this.shaderNode.setLayout(e),this}getNodeType(e){return this.shaderNode.getNodeType(e)||"float"}call(...e){const t=this.shaderNode.call(e);return"void"===this.shaderNode.nodeType&&t.toStack(),t.toVarIntent()}once(e=null){return this.shaderNode.once=!0,this.shaderNode.subBuilds=e,this}generate(e){const t=this.getNodeType(e);return o('TSL: "Fn()" was declared but not invoked. Try calling it like "Fn()( ...params )".'),e.generateConst(t)}}function an(e,t=null){const r=new nn(e,t);return new Proxy(()=>{},{apply:(e,t,s)=>r.call(...s),get:(e,t,s)=>Reflect.get(r,t,s),set:(e,t,s,i)=>Reflect.set(r,t,s,i)})}const on=e=>{xi=e},un=()=>xi,ln=(...e)=>xi.If(...e);function dn(e){return xi&&xi.addToStack(e),e}_i("toStack",dn);const cn=new ji("color"),hn=new ji("float",$i.float),pn=new ji("int",$i.ints),gn=new ji("uint",$i.uint),mn=new ji("bool",$i.bool),fn=new ji("vec2"),yn=new ji("ivec2"),bn=new ji("uvec2"),xn=new ji("bvec2"),Tn=new ji("vec3"),_n=new ji("ivec3"),vn=new ji("uvec3"),Nn=new ji("bvec3"),Sn=new ji("vec4"),Rn=new ji("ivec4"),An=new ji("uvec4"),En=new ji("bvec4"),wn=new ji("mat2"),Cn=new ji("mat3"),Mn=new ji("mat4");_i("toColor",cn),_i("toFloat",hn),_i("toInt",pn),_i("toUint",gn),_i("toBool",mn),_i("toVec2",fn),_i("toIVec2",yn),_i("toUVec2",bn),_i("toBVec2",xn),_i("toVec3",Tn),_i("toIVec3",_n),_i("toUVec3",vn),_i("toBVec3",Nn),_i("toVec4",Sn),_i("toIVec4",Rn),_i("toUVec4",An),_i("toBVec4",En),_i("toMat2",wn),_i("toMat3",Cn),_i("toMat4",Mn);const Bn=en(oi).setParameterLength(2),Ln=(e,t)=>Yi(new ui(Yi(e),t));_i("element",Bn),_i("convert",Ln);_i("append",e=>(d("TSL: .append() has been renamed to .toStack()."),dn(e)));class Pn extends ai{static get type(){return"PropertyNode"}constructor(e,t=null,r=!1){super(e),this.name=t,this.varying=r,this.isPropertyNode=!0,this.global=!0}customCacheKey(){return Fs(this.type+":"+(this.name||"")+":"+(this.varying?"1":"0"))}getHash(e){return this.name||super.getHash(e)}generate(e){let t;return!0===this.varying?(t=e.getVaryingFromNode(this,this.name),t.needsInterpolation=!0):t=e.getVarFromNode(this,this.name),e.getPropertyName(t)}}const Fn=(e,t)=>Yi(new Pn(e,t)),Dn=(e,t)=>Yi(new Pn(e,t,!0)),Un=tn(Pn,"vec4","DiffuseColor"),In=tn(Pn,"vec3","DiffuseContribution"),On=tn(Pn,"vec3","EmissiveColor"),Vn=tn(Pn,"float","Roughness"),kn=tn(Pn,"float","Metalness"),Gn=tn(Pn,"float","Clearcoat"),zn=tn(Pn,"float","ClearcoatRoughness"),$n=tn(Pn,"vec3","Sheen"),Wn=tn(Pn,"float","SheenRoughness"),Hn=tn(Pn,"float","Iridescence"),jn=tn(Pn,"float","IridescenceIOR"),qn=tn(Pn,"float","IridescenceThickness"),Xn=tn(Pn,"float","AlphaT"),Kn=tn(Pn,"float","Anisotropy"),Yn=tn(Pn,"vec3","AnisotropyT"),Qn=tn(Pn,"vec3","AnisotropyB"),Zn=tn(Pn,"color","SpecularColor"),Jn=tn(Pn,"color","SpecularColorBlended"),ea=tn(Pn,"float","SpecularF90"),ta=tn(Pn,"float","Shininess"),ra=tn(Pn,"vec4","Output"),sa=tn(Pn,"float","dashSize"),ia=tn(Pn,"float","gapSize"),na=tn(Pn,"float","pointWidth"),aa=tn(Pn,"float","IOR"),oa=tn(Pn,"float","Transmission"),ua=tn(Pn,"float","Thickness"),la=tn(Pn,"float","AttenuationDistance"),da=tn(Pn,"color","AttenuationColor"),ca=tn(Pn,"float","Dispersion");class ha extends ai{static get type(){return"UniformGroupNode"}constructor(e,t=!1,r=1){super("string"),this.name=e,this.shared=t,this.order=r,this.isUniformGroup=!0}serialize(e){super.serialize(e),e.name=this.name,e.version=this.version,e.shared=this.shared}deserialize(e){super.deserialize(e),this.name=e.name,this.version=e.version,this.shared=e.shared}}const pa=e=>new ha(e),ga=(e,t=0)=>new ha(e,!0,t),ma=ga("frame"),fa=ga("render"),ya=pa("object");class ba extends mi{static get type(){return"UniformNode"}constructor(e,t=null){super(e,t),this.isUniformNode=!0,this.name="",this.groupNode=ya}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setGroup(e){return this.groupNode=e,this}getGroup(){return this.groupNode}getUniformHash(e){return this.getHash(e)}onUpdate(e,t){return e=e.bind(this),super.onUpdate(t=>{const r=e(t,this);void 0!==r&&(this.value=r)},t)}getInputType(e){let t=super.getInputType(e);return"bool"===t&&(t="uint"),t}generate(e,t){const r=this.getNodeType(e),s=this.getUniformHash(e);let i=e.getNodeFromHash(s);void 0===i&&(e.setHashNode(this,s),i=this);const n=i.getInputType(e),a=e.getUniformFromNode(i,n,e.shaderStage,this.name||e.context.nodeName),o=e.getPropertyName(a);void 0!==e.context.nodeName&&delete e.context.nodeName;let u=o;if("bool"===r){const t=e.getDataFromNode(this);let s=t.propertyName;if(void 0===s){const i=e.getVarFromNode(this,null,"bool");s=e.getPropertyName(i),t.propertyName=s,u=e.format(o,n,r),e.addLineFlowCode(`${s} = ${u}`,this)}u=s}return e.format(u,r,t)}}const xa=(e,t)=>{const r=Xi(t||e);if(r===e&&(e=Hs(r)),e&&!0===e.isNode){let t=e.value;e.traverse(e=>{!0===e.isConstNode&&(t=e.value)}),e=t}return Yi(new ba(e,r))};class Ta extends li{static get type(){return"ArrayNode"}constructor(e,t,r=null){super(e),this.count=t,this.values=r,this.isArrayNode=!0}getArrayCount(){return this.count}getNodeType(e){return null===this.nodeType&&(this.nodeType=this.values[0].getNodeType(e)),this.nodeType}getElementType(e){return this.getNodeType(e)}generate(e){const t=this.getNodeType(e);return e.generateArray(t,this.count,this.values)}}const _a=(...e)=>{let t;if(1===e.length){const r=e[0];t=new Ta(null,r.length,r)}else{const r=e[0],s=e[1];t=new Ta(r,s)}return Yi(t)};_i("toArray",(e,t)=>_a(Array(t).fill(e)));class va extends li{static get type(){return"AssignNode"}constructor(e,t){super(),this.targetNode=e,this.sourceNode=t,this.isAssignNode=!0}hasDependencies(){return!1}getNodeType(e,t){return"void"!==t?this.targetNode.getNodeType(e):"void"}needsSplitAssign(e){const{targetNode:t}=this;if(!1===e.isAvailable("swizzleAssign")&&t.isSplitNode&&t.components.length>1){const r=e.getTypeLength(t.node.getNodeType(e));return si.join("").slice(0,r)!==t.components}return!1}setup(e){const{targetNode:t,sourceNode:r}=this,s=t.getScope();e.getDataFromNode(s).assign=!0;const i=e.getNodeProperties(this);i.sourceNode=r,i.targetNode=t.context({assign:!0})}generate(e,t){const{targetNode:r,sourceNode:s}=e.getNodeProperties(this),i=this.needsSplitAssign(e),n=r.build(e),a=r.getNodeType(e),o=s.build(e,a),u=s.getNodeType(e),l=e.getDataFromNode(this);let d;if(!0===l.initialized)"void"!==t&&(d=n);else if(i){const s=e.getVarFromNode(this,null,a),i=e.getPropertyName(s);e.addLineFlowCode(`${i} = ${o}`,this);const u=r.node,l=u.node.context({assign:!0}).build(e);for(let t=0;t{const s=r.type;let i;return i="pointer"===s?"&"+t.build(e):t.build(e,s),i};if(Array.isArray(i)){if(i.length>s.length)o("TSL: The number of provided parameters exceeds the expected number of inputs in 'Fn()'."),i.length=s.length;else if(i.length(t=t.length>1||t[0]&&!0===t[0].isNode?Ji(t):Zi(t[0]),new Sa(Yi(e),t));_i("call",Ra);const Aa={"==":"equal","!=":"notEqual","<":"lessThan",">":"greaterThan","<=":"lessThanEqual",">=":"greaterThanEqual","%":"mod"};class Ea extends li{static get type(){return"OperatorNode"}constructor(e,t,r,...s){if(super(),s.length>0){let i=new Ea(e,t,r);for(let t=0;t>"===r||"<<"===r)return e.getIntegerType(n);if("!"===r||"&&"===r||"||"===r||"^^"===r)return"bool";if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r){const t=Math.max(e.getTypeLength(n),e.getTypeLength(a));return t>1?`bvec${t}`:"bool"}if(e.isMatrix(n)){if("float"===a)return n;if(e.isVector(a))return e.getVectorFromMatrix(n);if(e.isMatrix(a))return n}else if(e.isMatrix(a)){if("float"===n)return a;if(e.isVector(n))return e.getVectorFromMatrix(a)}return e.getTypeLength(a)>e.getTypeLength(n)?a:n}generate(e,t){const r=this.op,{aNode:s,bNode:i}=this,n=this.getNodeType(e,t);let a=null,o=null;"void"!==n?(a=s.getNodeType(e),o=i?i.getNodeType(e):null,"<"===r||">"===r||"<="===r||">="===r||"=="===r||"!="===r?e.isVector(a)?o=a:e.isVector(o)?a=o:a!==o&&(a=o="float"):">>"===r||"<<"===r?(a=n,o=e.changeComponentType(o,"uint")):"%"===r?(a=n,o=e.isInteger(a)&&e.isInteger(o)?o:a):e.isMatrix(a)?"float"===o?o="float":e.isVector(o)?o=e.getVectorFromMatrix(a):e.isMatrix(o)||(a=o=n):a=e.isMatrix(o)?"float"===a?"float":e.isVector(a)?e.getVectorFromMatrix(o):o=n:o=n):a=o=n;const u=s.build(e,a),l=i?i.build(e,o):null,d=e.getFunctionOperator(r);if("void"!==t){const s=e.renderer.coordinateSystem===c;if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r)return s&&e.isVector(a)?e.format(`${this.getOperatorMethod(e,t)}( ${u}, ${l} )`,n,t):e.format(`( ${u} ${r} ${l} )`,n,t);if("%"===r)return e.isInteger(o)?e.format(`( ${u} % ${l} )`,n,t):e.format(`${this.getOperatorMethod(e,n)}( ${u}, ${l} )`,n,t);if("!"===r||"~"===r)return e.format(`(${r}${u})`,a,t);if(d)return e.format(`${d}( ${u}, ${l} )`,n,t);if(e.isMatrix(a)&&"float"===o)return e.format(`( ${l} ${r} ${u} )`,n,t);if("float"===a&&e.isMatrix(o))return e.format(`${u} ${r} ${l}`,n,t);{let i=`( ${u} ${r} ${l} )`;return!s&&"bool"===n&&e.isVector(a)&&e.isVector(o)&&(i=`all${i}`),e.format(i,n,t)}}if("void"!==a)return d?e.format(`${d}( ${u}, ${l} )`,n,t):e.isMatrix(a)&&"float"===o?e.format(`${l} ${r} ${u}`,n,t):e.format(`${u} ${r} ${l}`,n,t)}serialize(e){super.serialize(e),e.op=this.op}deserialize(e){super.deserialize(e),this.op=e.op}}const wa=rn(Ea,"+").setParameterLength(2,1/0).setName("add"),Ca=rn(Ea,"-").setParameterLength(2,1/0).setName("sub"),Ma=rn(Ea,"*").setParameterLength(2,1/0).setName("mul"),Ba=rn(Ea,"/").setParameterLength(2,1/0).setName("div"),La=rn(Ea,"%").setParameterLength(2).setName("mod"),Pa=rn(Ea,"==").setParameterLength(2).setName("equal"),Fa=rn(Ea,"!=").setParameterLength(2).setName("notEqual"),Da=rn(Ea,"<").setParameterLength(2).setName("lessThan"),Ua=rn(Ea,">").setParameterLength(2).setName("greaterThan"),Ia=rn(Ea,"<=").setParameterLength(2).setName("lessThanEqual"),Oa=rn(Ea,">=").setParameterLength(2).setName("greaterThanEqual"),Va=rn(Ea,"&&").setParameterLength(2,1/0).setName("and"),ka=rn(Ea,"||").setParameterLength(2,1/0).setName("or"),Ga=rn(Ea,"!").setParameterLength(1).setName("not"),za=rn(Ea,"^^").setParameterLength(2).setName("xor"),$a=rn(Ea,"&").setParameterLength(2).setName("bitAnd"),Wa=rn(Ea,"~").setParameterLength(1).setName("bitNot"),Ha=rn(Ea,"|").setParameterLength(2).setName("bitOr"),ja=rn(Ea,"^").setParameterLength(2).setName("bitXor"),qa=rn(Ea,"<<").setParameterLength(2).setName("shiftLeft"),Xa=rn(Ea,">>").setParameterLength(2).setName("shiftRight"),Ka=an(([e])=>(e.addAssign(1),e)),Ya=an(([e])=>(e.subAssign(1),e)),Qa=an(([e])=>{const t=pn(e).toConst();return e.addAssign(1),t}),Za=an(([e])=>{const t=pn(e).toConst();return e.subAssign(1),t});_i("add",wa),_i("sub",Ca),_i("mul",Ma),_i("div",Ba),_i("mod",La),_i("equal",Pa),_i("notEqual",Fa),_i("lessThan",Da),_i("greaterThan",Ua),_i("lessThanEqual",Ia),_i("greaterThanEqual",Oa),_i("and",Va),_i("or",ka),_i("not",Ga),_i("xor",za),_i("bitAnd",$a),_i("bitNot",Wa),_i("bitOr",Ha),_i("bitXor",ja),_i("shiftLeft",qa),_i("shiftRight",Xa),_i("incrementBefore",Ka),_i("decrementBefore",Ya),_i("increment",Qa),_i("decrement",Za);const Ja=(e,t)=>(d('TSL: "modInt()" is deprecated. Use "mod( int( ... ) )" instead.'),La(pn(e),pn(t)));_i("modInt",Ja);class eo extends li{static get type(){return"MathNode"}constructor(e,t,r=null,s=null){if(super(),(e===eo.MAX||e===eo.MIN)&&arguments.length>3){let i=new eo(e,t,r);for(let t=2;tn&&i>a?t:n>a?r:a>i?s:t}getNodeType(e){const t=this.method;return t===eo.LENGTH||t===eo.DISTANCE||t===eo.DOT?"float":t===eo.CROSS?"vec3":t===eo.ALL||t===eo.ANY?"bool":t===eo.EQUALS?e.changeComponentType(this.aNode.getNodeType(e),"bool"):this.getInputType(e)}setup(e){const{aNode:t,bNode:r,method:s}=this;let i=null;if(s===eo.ONE_MINUS)i=Ca(1,t);else if(s===eo.RECIPROCAL)i=Ba(1,t);else if(s===eo.DIFFERENCE)i=wo(Ca(t,r));else if(s===eo.TRANSFORM_DIRECTION){let s=t,n=r;e.isMatrix(s.getNodeType(e))?n=Sn(Tn(n),0):s=Sn(Tn(s),0);const a=Ma(s,n).xyz;i=To(a)}return null!==i?i:super.setup(e)}generate(e,t){if(e.getNodeProperties(this).outputNode)return super.generate(e,t);let r=this.method;const s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=this.cNode,u=e.renderer.coordinateSystem;if(r===eo.NEGATE)return e.format("( - "+n.build(e,i)+" )",s,t);{const l=[];return r===eo.CROSS?l.push(n.build(e,s),a.build(e,s)):u===c&&r===eo.STEP?l.push(n.build(e,1===e.getTypeLength(n.getNodeType(e))?"float":i),a.build(e,i)):u!==c||r!==eo.MIN&&r!==eo.MAX?r===eo.REFRACT?l.push(n.build(e,i),a.build(e,i),o.build(e,"float")):r===eo.MIX?l.push(n.build(e,i),a.build(e,i),o.build(e,1===e.getTypeLength(o.getNodeType(e))?"float":i)):(u===h&&r===eo.ATAN&&null!==a&&(r="atan2"),"fragment"===e.shaderStage||r!==eo.DFDX&&r!==eo.DFDY||(d(`TSL: '${r}' is not supported in the ${e.shaderStage} stage.`),r="/*"+r+"*/"),l.push(n.build(e,i)),null!==a&&l.push(a.build(e,i)),null!==o&&l.push(o.build(e,i))):l.push(n.build(e,i),a.build(e,1===e.getTypeLength(a.getNodeType(e))?"float":i)),e.format(`${e.getMethod(r,s)}( ${l.join(", ")} )`,s,t)}}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}eo.ALL="all",eo.ANY="any",eo.RADIANS="radians",eo.DEGREES="degrees",eo.EXP="exp",eo.EXP2="exp2",eo.LOG="log",eo.LOG2="log2",eo.SQRT="sqrt",eo.INVERSE_SQRT="inversesqrt",eo.FLOOR="floor",eo.CEIL="ceil",eo.NORMALIZE="normalize",eo.FRACT="fract",eo.SIN="sin",eo.COS="cos",eo.TAN="tan",eo.ASIN="asin",eo.ACOS="acos",eo.ATAN="atan",eo.ABS="abs",eo.SIGN="sign",eo.LENGTH="length",eo.NEGATE="negate",eo.ONE_MINUS="oneMinus",eo.DFDX="dFdx",eo.DFDY="dFdy",eo.ROUND="round",eo.RECIPROCAL="reciprocal",eo.TRUNC="trunc",eo.FWIDTH="fwidth",eo.TRANSPOSE="transpose",eo.DETERMINANT="determinant",eo.INVERSE="inverse",eo.EQUALS="equals",eo.MIN="min",eo.MAX="max",eo.STEP="step",eo.REFLECT="reflect",eo.DISTANCE="distance",eo.DIFFERENCE="difference",eo.DOT="dot",eo.CROSS="cross",eo.POW="pow",eo.TRANSFORM_DIRECTION="transformDirection",eo.MIX="mix",eo.CLAMP="clamp",eo.REFRACT="refract",eo.SMOOTHSTEP="smoothstep",eo.FACEFORWARD="faceforward";const to=hn(1e-6),ro=hn(1e6),so=hn(Math.PI),io=hn(2*Math.PI),no=hn(2*Math.PI),ao=hn(.5*Math.PI),oo=rn(eo,eo.ALL).setParameterLength(1),uo=rn(eo,eo.ANY).setParameterLength(1),lo=rn(eo,eo.RADIANS).setParameterLength(1),co=rn(eo,eo.DEGREES).setParameterLength(1),ho=rn(eo,eo.EXP).setParameterLength(1),po=rn(eo,eo.EXP2).setParameterLength(1),go=rn(eo,eo.LOG).setParameterLength(1),mo=rn(eo,eo.LOG2).setParameterLength(1),fo=rn(eo,eo.SQRT).setParameterLength(1),yo=rn(eo,eo.INVERSE_SQRT).setParameterLength(1),bo=rn(eo,eo.FLOOR).setParameterLength(1),xo=rn(eo,eo.CEIL).setParameterLength(1),To=rn(eo,eo.NORMALIZE).setParameterLength(1),_o=rn(eo,eo.FRACT).setParameterLength(1),vo=rn(eo,eo.SIN).setParameterLength(1),No=rn(eo,eo.COS).setParameterLength(1),So=rn(eo,eo.TAN).setParameterLength(1),Ro=rn(eo,eo.ASIN).setParameterLength(1),Ao=rn(eo,eo.ACOS).setParameterLength(1),Eo=rn(eo,eo.ATAN).setParameterLength(1,2),wo=rn(eo,eo.ABS).setParameterLength(1),Co=rn(eo,eo.SIGN).setParameterLength(1),Mo=rn(eo,eo.LENGTH).setParameterLength(1),Bo=rn(eo,eo.NEGATE).setParameterLength(1),Lo=rn(eo,eo.ONE_MINUS).setParameterLength(1),Po=rn(eo,eo.DFDX).setParameterLength(1),Fo=rn(eo,eo.DFDY).setParameterLength(1),Do=rn(eo,eo.ROUND).setParameterLength(1),Uo=rn(eo,eo.RECIPROCAL).setParameterLength(1),Io=rn(eo,eo.TRUNC).setParameterLength(1),Oo=rn(eo,eo.FWIDTH).setParameterLength(1),Vo=rn(eo,eo.TRANSPOSE).setParameterLength(1),ko=rn(eo,eo.DETERMINANT).setParameterLength(1),Go=rn(eo,eo.INVERSE).setParameterLength(1),zo=(e,t)=>(d('TSL: "equals" is deprecated. Use "equal" inside a vector instead, like: "bvec*( equal( ... ) )"'),Pa(e,t)),$o=rn(eo,eo.MIN).setParameterLength(2,1/0),Wo=rn(eo,eo.MAX).setParameterLength(2,1/0),Ho=rn(eo,eo.STEP).setParameterLength(2),jo=rn(eo,eo.REFLECT).setParameterLength(2),qo=rn(eo,eo.DISTANCE).setParameterLength(2),Xo=rn(eo,eo.DIFFERENCE).setParameterLength(2),Ko=rn(eo,eo.DOT).setParameterLength(2),Yo=rn(eo,eo.CROSS).setParameterLength(2),Qo=rn(eo,eo.POW).setParameterLength(2),Zo=e=>Ma(e,e),Jo=e=>Ma(e,e,e),eu=e=>Ma(e,e,e,e),tu=rn(eo,eo.TRANSFORM_DIRECTION).setParameterLength(2),ru=e=>Ma(Co(e),Qo(wo(e),1/3)),su=e=>Ko(e,e),iu=rn(eo,eo.MIX).setParameterLength(3),nu=(e,t=0,r=1)=>Yi(new eo(eo.CLAMP,Yi(e),Yi(t),Yi(r))),au=e=>nu(e),ou=rn(eo,eo.REFRACT).setParameterLength(3),uu=rn(eo,eo.SMOOTHSTEP).setParameterLength(3),lu=rn(eo,eo.FACEFORWARD).setParameterLength(3),du=an(([e])=>{const t=Ko(e.xy,fn(12.9898,78.233)),r=La(t,so);return _o(vo(r).mul(43758.5453))}),cu=(e,t,r)=>iu(t,r,e),hu=(e,t,r)=>uu(t,r,e),pu=(e,t)=>Ho(t,e),gu=(e,t)=>(d('TSL: "atan2" is overloaded. Use "atan" instead.'),Eo(e,t)),mu=lu,fu=yo;_i("all",oo),_i("any",uo),_i("equals",zo),_i("radians",lo),_i("degrees",co),_i("exp",ho),_i("exp2",po),_i("log",go),_i("log2",mo),_i("sqrt",fo),_i("inverseSqrt",yo),_i("floor",bo),_i("ceil",xo),_i("normalize",To),_i("fract",_o),_i("sin",vo),_i("cos",No),_i("tan",So),_i("asin",Ro),_i("acos",Ao),_i("atan",Eo),_i("abs",wo),_i("sign",Co),_i("length",Mo),_i("lengthSq",su),_i("negate",Bo),_i("oneMinus",Lo),_i("dFdx",Po),_i("dFdy",Fo),_i("round",Do),_i("reciprocal",Uo),_i("trunc",Io),_i("fwidth",Oo),_i("atan2",gu),_i("min",$o),_i("max",Wo),_i("step",pu),_i("reflect",jo),_i("distance",qo),_i("dot",Ko),_i("cross",Yo),_i("pow",Qo),_i("pow2",Zo),_i("pow3",Jo),_i("pow4",eu),_i("transformDirection",tu),_i("mix",cu),_i("clamp",nu),_i("refract",ou),_i("smoothstep",hu),_i("faceForward",lu),_i("difference",Xo),_i("saturate",au),_i("cbrt",ru),_i("transpose",Vo),_i("determinant",ko),_i("inverse",Go),_i("rand",du);class yu extends ai{static get type(){return"ConditionalNode"}constructor(e,t,r=null){super(),this.condNode=e,this.ifNode=t,this.elseNode=r}getNodeType(e){const{ifNode:t,elseNode:r}=e.getNodeProperties(this);if(void 0===t)return e.flowBuildStage(this,"setup"),this.getNodeType(e);const s=t.getNodeType(e);if(null!==r){const t=r.getNodeType(e);if(e.getTypeLength(t)>e.getTypeLength(s))return t}return s}setup(e){const t=this.condNode,r=this.ifNode.isolate(),s=this.elseNode?this.elseNode.isolate():null,i=e.context.nodeBlock;e.getDataFromNode(r).parentNodeBlock=i,null!==s&&(e.getDataFromNode(s).parentNodeBlock=i);const n=e.context.uniformFlow,a=e.getNodeProperties(this);a.condNode=t,a.ifNode=n?r:r.context({nodeBlock:r}),a.elseNode=s?n?s:s.context({nodeBlock:s}):null}generate(e,t){const r=this.getNodeType(e),s=e.getDataFromNode(this);if(void 0!==s.nodeProperty)return s.nodeProperty;const{condNode:i,ifNode:n,elseNode:a}=e.getNodeProperties(this),o=e.currentFunctionNode,u="void"!==t,l=u?Fn(r).build(e):"";s.nodeProperty=l;const c=i.build(e,"bool");if(e.context.uniformFlow&&null!==a){const s=n.build(e,r),i=a.build(e,r),o=e.getTernary(c,s,i);return e.format(o,r,t)}e.addFlowCode(`\n${e.tab}if ( ${c} ) {\n\n`).addFlowTab();let h=n.build(e,r);if(h&&(u?h=l+" = "+h+";":(h="return "+h+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),h="// "+h))),e.removeFlowTab().addFlowCode(e.tab+"\t"+h+"\n\n"+e.tab+"}"),null!==a){e.addFlowCode(" else {\n\n").addFlowTab();let t=a.build(e,r);t&&(u?t=l+" = "+t+";":(t="return "+t+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),t="// "+t))),e.removeFlowTab().addFlowCode(e.tab+"\t"+t+"\n\n"+e.tab+"}\n\n")}else e.addFlowCode("\n\n");return e.format(l,r,t)}}const bu=en(yu).setParameterLength(2,3);_i("select",bu);class xu extends ai{static get type(){return"ContextNode"}constructor(e=null,t={}){super(),this.isContextNode=!0,this.node=e,this.value=t}getScope(){return this.node.getScope()}getNodeType(e){return this.node.getNodeType(e)}getFlowContextData(){const e=[];return this.traverse(t=>{!0===t.isContextNode&&e.push(t.value)}),Object.assign({},...e)}getMemberType(e,t){return this.node.getMemberType(e,t)}analyze(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}setup(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}generate(e,t){const r=e.addContext(this.value),s=this.node.build(e,t);return e.setContext(r),s}}const Tu=(e=null,t={})=>{let r=e;return null!==r&&!0===r.isNode||(t=r||t,r=null),new xu(r,t)},_u=e=>Tu(e,{uniformFlow:!0}),vu=(e,t)=>Tu(e,{nodeName:t});function Nu(e,t,r=null){return Tu(r,{getShadow:({light:r,shadowColorNode:s})=>t===r?s.mul(e):s})}function Su(e,t=null){return Tu(t,{getAO:(t,{material:r})=>!0===r.transparent?t:null!==t?t.mul(e):e})}function Ru(e,t){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),vu(e,t)}_i("context",Tu),_i("label",Ru),_i("uniformFlow",_u),_i("setName",vu),_i("builtinShadowContext",(e,t,r)=>Nu(t,r,e)),_i("builtinAOContext",(e,t)=>Su(t,e));class Au extends ai{static get type(){return"VarNode"}constructor(e,t=null,r=!1){super(),this.node=e,this.name=t,this.global=!0,this.isVarNode=!0,this.readOnly=r,this.parents=!0,this.intent=!1}setIntent(e){return this.intent=e,this}isIntent(e){return!0!==e.getDataFromNode(this).forceDeclaration&&this.intent}getIntent(){return this.intent}getMemberType(e,t){return this.node.getMemberType(e,t)}getElementType(e){return this.node.getElementType(e)}getNodeType(e){return this.node.getNodeType(e)}getArrayCount(e){return this.node.getArrayCount(e)}isAssign(e){return e.getDataFromNode(this).assign}build(...e){const t=e[0];if(!1===this._hasStack(t)&&"setup"===t.buildStage&&(t.context.nodeLoop||t.context.nodeBlock)){let e=!1;if(this.node.isShaderCallNodeInternal&&null===this.node.shaderNode.getLayout()&&t.fnCall&&t.fnCall.shaderNode){if(t.getDataFromNode(this.node.shaderNode).hasLoop){t.getDataFromNode(this).forceDeclaration=!0,e=!0}}const r=t.getBaseStack();e?r.addToStackBefore(this):r.addToStack(this)}return this.isIntent(t)&&!0!==this.isAssign(t)?this.node.build(...e):super.build(...e)}generate(e){const{node:t,name:r,readOnly:s}=this,{renderer:i}=e,n=!0===i.backend.isWebGPUBackend;let a=!1,u=!1;s&&(a=e.isDeterministic(t),u=n?s:a);const l=this.getNodeType(e);if("void"==l){!0!==this.isIntent(e)&&o('TSL: ".toVar()" can not be used with void type.');return t.build(e)}const d=e.getVectorType(l),c=t.build(e,d),h=e.getVarFromNode(this,r,d,void 0,u),p=e.getPropertyName(h);let g=p;if(u)if(n)g=a?`const ${p}`:`let ${p}`;else{const r=t.getArrayCount(e);g=`const ${e.getVar(h.type,p,r)}`}return e.addLineFlowCode(`${g} = ${c}`,this),p}_hasStack(e){return void 0!==e.getDataFromNode(this).stack}}const Eu=en(Au),wu=(e,t=null)=>Eu(e,t).toStack(),Cu=(e,t=null)=>Eu(e,t,!0).toStack(),Mu=e=>Eu(e).setIntent(!0).toStack();_i("toVar",wu),_i("toConst",Cu),_i("toVarIntent",Mu);class Bu extends ai{static get type(){return"SubBuild"}constructor(e,t,r=null){super(r),this.node=e,this.name=t,this.isSubBuildNode=!0}getNodeType(e){if(null!==this.nodeType)return this.nodeType;e.addSubBuild(this.name);const t=this.node.getNodeType(e);return e.removeSubBuild(),t}build(e,...t){e.addSubBuild(this.name);const r=this.node.build(e,...t);return e.removeSubBuild(),r}}const Lu=(e,t,r=null)=>Yi(new Bu(Yi(e),t,r));class Pu extends ai{static get type(){return"VaryingNode"}constructor(e,t=null){super(),this.node=e,this.name=t,this.isVaryingNode=!0,this.interpolationType=null,this.interpolationSampling=null,this.global=!0}setInterpolation(e,t=null){return this.interpolationType=e,this.interpolationSampling=t,this}getHash(e){return this.name||super.getHash(e)}getNodeType(e){return this.node.getNodeType(e)}setupVarying(e){const t=e.getNodeProperties(this);let r=t.varying;if(void 0===r){const s=this.name,i=this.getNodeType(e),n=this.interpolationType,a=this.interpolationSampling;t.varying=r=e.getVaryingFromNode(this,s,i,n,a),t.node=Lu(this.node,"VERTEX")}return r.needsInterpolation||(r.needsInterpolation="fragment"===e.shaderStage),r}setup(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}analyze(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}generate(e){const t=e.getSubBuildProperty("property",e.currentStack),r=e.getNodeProperties(this),s=this.setupVarying(e);if(void 0===r[t]){const i=this.getNodeType(e),n=e.getPropertyName(s,Ys.VERTEX);e.flowNodeFromShaderStage(Ys.VERTEX,r.node,i,n),r[t]=n}return e.getPropertyName(s)}}const Fu=en(Pu).setParameterLength(1,2),Du=e=>Fu(e);_i("toVarying",Fu),_i("toVertexStage",Du),_i("varying",(...e)=>(d("TSL: .varying() has been renamed to .toVarying()."),Fu(...e))),_i("vertexStage",(...e)=>(d("TSL: .vertexStage() has been renamed to .toVertexStage()."),Fu(...e)));const Uu=an(([e])=>{const t=e.mul(.9478672986).add(.0521327014).pow(2.4),r=e.mul(.0773993808),s=e.lessThanEqual(.04045);return iu(t,r,s)}).setLayout({name:"sRGBTransferEOTF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Iu=an(([e])=>{const t=e.pow(.41666).mul(1.055).sub(.055),r=e.mul(12.92),s=e.lessThanEqual(.0031308);return iu(t,r,s)}).setLayout({name:"sRGBTransferOETF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Ou="WorkingColorSpace";class Vu extends li{static get type(){return"ColorSpaceNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this.source=t,this.target=r}resolveColorSpace(e,t){return t===Ou?p.workingColorSpace:"OutputColorSpace"===t?e.context.outputColorSpace||e.renderer.outputColorSpace:t}setup(e){const{colorNode:t}=this,r=this.resolveColorSpace(e,this.source),s=this.resolveColorSpace(e,this.target);let i=t;return!1!==p.enabled&&r!==s&&r&&s?(p.getTransfer(r)===g&&(i=Sn(Uu(i.rgb),i.a)),p.getPrimaries(r)!==p.getPrimaries(s)&&(i=Sn(Cn(p._getMatrix(new n,r,s)).mul(i.rgb),i.a)),p.getTransfer(s)===g&&(i=Sn(Iu(i.rgb),i.a)),i):i}}const ku=(e,t)=>Yi(new Vu(Yi(e),Ou,t)),Gu=(e,t)=>Yi(new Vu(Yi(e),t,Ou));_i("workingToColorSpace",ku),_i("colorSpaceToWorking",Gu);let zu=class extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}};class $u extends ai{static get type(){return"ReferenceBaseNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.updateType=Qs.OBJECT}setGroup(e){return this.group=e,this}element(e){return Yi(new zu(this,Yi(e)))}setNodeType(e){const t=xa(null,e);null!==this.group&&t.setGroup(this.group),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;eYi(new Wu(e,t,r));class ju extends li{static get type(){return"ToneMappingNode"}constructor(e,t=Xu,r=null){super("vec3"),this._toneMapping=e,this.exposureNode=t,this.colorNode=r}customCacheKey(){return Us(this._toneMapping)}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup(e){const t=this.colorNode||e.context.color,r=this._toneMapping;if(r===m)return t;let s=null;const i=e.renderer.library.getToneMappingFunction(r);return null!==i?s=Sn(i(t.rgb,this.exposureNode),t.a):(o("ToneMappingNode: Unsupported Tone Mapping configuration.",r),s=t),s}}const qu=(e,t,r)=>Yi(new ju(e,Yi(t),Yi(r))),Xu=Hu("toneMappingExposure","float");_i("toneMapping",(e,t,r)=>qu(t,r,e));const Ku=new WeakMap;function Yu(e,t){let r=Ku.get(e);return void 0===r&&(r=new b(e,t),Ku.set(e,r)),r}class Qu extends mi{static get type(){return"BufferAttributeNode"}constructor(e,t=null,r=0,s=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferStride=r,this.bufferOffset=s,this.usage=f,this.instanced=!1,this.attribute=null,this.global=!0,e&&!0===e.isBufferAttribute&&e.itemSize<=4&&(this.attribute=e,this.usage=e.usage,this.instanced=e.isInstancedBufferAttribute)}getHash(e){if(0===this.bufferStride&&0===this.bufferOffset){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getNodeType(e){return null===this.bufferType&&(this.bufferType=e.getTypeFromAttribute(this.attribute)),this.bufferType}setup(e){if(null!==this.attribute)return;const t=this.getNodeType(e),r=e.getTypeLength(t),s=this.value,i=this.bufferStride||r,n=this.bufferOffset;let a;a=!0===s.isInterleavedBuffer?s:!0===s.isBufferAttribute?Yu(s.array,i):Yu(s,i);const o=new y(a,r,n);a.setUsage(this.usage),this.attribute=o,this.attribute.isInstancedBufferAttribute=this.instanced}generate(e){const t=this.getNodeType(e),r=e.getBufferAttributeFromNode(this,t),s=e.getPropertyName(r);let i=null;if("vertex"===e.shaderStage||"compute"===e.shaderStage)this.name=s,i=s;else{i=Fu(this).build(e,t)}return i}getInputType(){return"bufferAttribute"}setUsage(e){return this.usage=e,this.attribute&&!0===this.attribute.isBufferAttribute&&(this.attribute.usage=e),this}setInstanced(e){return this.instanced=e,this}}function Zu(e,t=null,r=0,s=0,i=f,n=!1){return"mat3"===t||null===t&&9===e.itemSize?Cn(new Qu(e,"vec3",9,0).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,3).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,6).setUsage(i).setInstanced(n)):"mat4"===t||null===t&&16===e.itemSize?Mn(new Qu(e,"vec4",16,0).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,4).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,8).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,12).setUsage(i).setInstanced(n)):new Qu(e,t,r,s)}const Ju=(e,t=null,r=0,s=0)=>Zu(e,t,r,s),el=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,f,!0),tl=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x,!0);_i("toAttribute",e=>Ju(e.value));class rl extends ai{static get type(){return"ComputeNode"}constructor(e,t){super("void"),this.isComputeNode=!0,this.computeNode=e,this.workgroupSize=t,this.count=null,this.version=1,this.name="",this.updateBeforeType=Qs.OBJECT,this.onInitFunction=null}setCount(e){return this.count=e,this}getCount(){return this.count}dispose(){this.dispatchEvent({type:"dispose"})}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}onInit(e){return this.onInitFunction=e,this}updateBefore({renderer:e}){e.compute(this)}setup(e){const t=this.computeNode.build(e);if(t){e.getNodeProperties(this).outputComputeNode=t.outputNode,t.outputNode=null}return t}generate(e,t){const{shaderStage:r}=e;if("compute"===r){const t=this.computeNode.build(e,"void");""!==t&&e.addLineFlowCode(t,this)}else{const r=e.getNodeProperties(this).outputComputeNode;if(r)return r.build(e,t)}}}const sl=(e,t=[64])=>{(0===t.length||t.length>3)&&o("TSL: compute() workgroupSize must have 1, 2, or 3 elements");for(let e=0;esl(e,r).setCount(t);_i("compute",il),_i("computeKernel",sl);class nl extends ai{static get type(){return"IsolateNode"}constructor(e,t=!0){super(),this.node=e,this.parent=t,this.isIsolateNode=!0}getNodeType(e){const t=e.getCache(),r=e.getCacheFromNode(this,this.parent);e.setCache(r);const s=this.node.getNodeType(e);return e.setCache(t),s}build(e,...t){const r=e.getCache(),s=e.getCacheFromNode(this,this.parent);e.setCache(s);const i=this.node.build(e,...t);return e.setCache(r),i}setParent(e){return this.parent=e,this}getParent(){return this.parent}}const al=e=>new nl(Yi(e));function ol(e,t=!0){return d('TSL: "cache()" has been deprecated. Use "isolate()" instead.'),al(e).setParent(t)}_i("cache",ol),_i("isolate",al);class ul extends ai{static get type(){return"BypassNode"}constructor(e,t){super(),this.isBypassNode=!0,this.outputNode=e,this.callNode=t}getNodeType(e){return this.outputNode.getNodeType(e)}generate(e){const t=this.callNode.build(e,"void");return""!==t&&e.addLineFlowCode(t,this),this.outputNode.build(e)}}const ll=en(ul).setParameterLength(2);_i("bypass",ll);class dl extends ai{static get type(){return"RemapNode"}constructor(e,t,r,s=hn(0),i=hn(1)){super(),this.node=e,this.inLowNode=t,this.inHighNode=r,this.outLowNode=s,this.outHighNode=i,this.doClamp=!0}setup(){const{node:e,inLowNode:t,inHighNode:r,outLowNode:s,outHighNode:i,doClamp:n}=this;let a=e.sub(t).div(r.sub(t));return!0===n&&(a=a.clamp()),a.mul(i.sub(s)).add(s)}}const cl=en(dl,null,null,{doClamp:!1}).setParameterLength(3,5),hl=en(dl).setParameterLength(3,5);_i("remap",cl),_i("remapClamp",hl);class pl extends ai{static get type(){return"ExpressionNode"}constructor(e="",t="void"){super(t),this.snippet=e}generate(e,t){const r=this.getNodeType(e),s=this.snippet;if("void"!==r)return e.format(s,r,t);e.addLineFlowCode(s,this)}}const gl=en(pl).setParameterLength(1,2),ml=e=>(e?bu(e,gl("discard")):gl("discard")).toStack();_i("discard",ml);class fl extends li{static get type(){return"RenderOutputNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this._toneMapping=t,this.outputColorSpace=r,this.isRenderOutputNode=!0}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup({context:e}){let t=this.colorNode||e.color;const r=(null!==this._toneMapping?this._toneMapping:e.toneMapping)||m,s=(null!==this.outputColorSpace?this.outputColorSpace:e.outputColorSpace)||T;return r!==m&&(t=t.toneMapping(r)),s!==T&&s!==p.workingColorSpace&&(t=t.workingToColorSpace(s)),t}}const yl=(e,t=null,r=null)=>Yi(new fl(Yi(e),t,r));_i("renderOutput",yl);class bl extends li{static get type(){return"DebugNode"}constructor(e,t=null){super(),this.node=e,this.callback=t}getNodeType(e){return this.node.getNodeType(e)}setup(e){return this.node.build(e)}analyze(e){return this.node.build(e)}generate(e){const t=this.callback,r=this.node.build(e),s="--- TSL debug - "+e.shaderStage+" shader ---",i="-".repeat(s.length);let n="";return n+="// #"+s+"#\n",n+=e.flow.code.replace(/^\t/gm,"")+"\n",n+="/* ... */ "+r+" /* ... */\n",n+="// #"+i+"#\n",null!==t?t(e,n):_(n),r}}const xl=(e,t=null)=>Yi(new bl(Yi(e),t)).toStack();_i("debug",xl);class Tl{constructor(){this._renderer=null,this.currentFrame=null}get nodeFrame(){return this._renderer._nodes.nodeFrame}setRenderer(e){return this._renderer=e,this}getRenderer(){return this._renderer}init(){}begin(){}finish(){}inspect(){}computeAsync(){}beginCompute(){}finishCompute(){}beginRender(){}finishRender(){}copyTextureToTexture(){}copyFramebufferToTexture(){}}class _l extends ai{static get type(){return"InspectorNode"}constructor(e,t="",r=null){super(),this.node=e,this.name=t,this.callback=r,this.updateType=Qs.FRAME,this.isInspectorNode=!0}getName(){return this.name||this.node.name}update(e){e.renderer.inspector.inspect(this)}getNodeType(e){return this.node.getNodeType(e)}setup(e){let t=this.node;return!0===e.context.inspector&&null!==this.callback&&(t=this.callback(t)),!0!==e.renderer.backend.isWebGPUBackend&&e.renderer.inspector.constructor!==Tl&&v('TSL: ".toInspector()" is only available with WebGPU.'),t}}function vl(e,t="",r=null){return(e=Yi(e)).before(new _l(e,t,r))}_i("toInspector",vl);class Nl extends ai{static get type(){return"AttributeNode"}constructor(e,t=null){super(t),this.global=!0,this._attributeName=e}getHash(e){return this.getAttributeName(e)}getNodeType(e){let t=this.nodeType;if(null===t){const r=this.getAttributeName(e);if(e.hasGeometryAttribute(r)){const s=e.geometry.getAttribute(r);t=e.getTypeFromAttribute(s)}else t="float"}return t}setAttributeName(e){return this._attributeName=e,this}getAttributeName(){return this._attributeName}generate(e){const t=this.getAttributeName(e),r=this.getNodeType(e);if(!0===e.hasGeometryAttribute(t)){const s=e.geometry.getAttribute(t),i=e.getTypeFromAttribute(s),n=e.getAttribute(t,i);if("vertex"===e.shaderStage)return e.format(n.name,i,r);return Fu(this).build(e,r)}return d(`AttributeNode: Vertex attribute "${t}" not found on geometry.`),e.generateConst(r)}serialize(e){super.serialize(e),e.global=this.global,e._attributeName=this._attributeName}deserialize(e){super.deserialize(e),this.global=e.global,this._attributeName=e._attributeName}}const Sl=(e,t=null)=>Yi(new Nl(e,t)),Rl=(e=0)=>Sl("uv"+(e>0?e:""),"vec2");class Al extends ai{static get type(){return"TextureSizeNode"}constructor(e,t=null){super("uvec2"),this.isTextureSizeNode=!0,this.textureNode=e,this.levelNode=t}generate(e,t){const r=this.textureNode.build(e,"property"),s=null===this.levelNode?"0":this.levelNode.build(e,"int");return e.format(`${e.getMethod("textureDimensions")}( ${r}, ${s} )`,this.getNodeType(e),t)}}const El=en(Al).setParameterLength(1,2);class wl extends ba{static get type(){return"MaxMipLevelNode"}constructor(e){super(0),this._textureNode=e,this.updateType=Qs.FRAME}get textureNode(){return this._textureNode}get texture(){return this._textureNode.value}update(){const e=this.texture,t=e.images,r=t&&t.length>0?t[0]&&t[0].image||t[0]:e.image;if(r&&void 0!==r.width){const{width:e,height:t}=r;this.value=Math.log2(Math.max(e,t))}}}const Cl=en(wl).setParameterLength(1),Ml=new N;class Bl extends ba{static get type(){return"TextureNode"}constructor(e=Ml,t=null,r=null,s=null){super(e),this.isTextureNode=!0,this.uvNode=t,this.levelNode=r,this.biasNode=s,this.compareNode=null,this.depthNode=null,this.gradNode=null,this.offsetNode=null,this.sampler=!0,this.updateMatrix=!1,this.updateType=Qs.NONE,this.referenceNode=null,this._value=e,this._matrixUniform=null,this._flipYUniform=null,this.setUpdateMatrix(null===t)}set value(e){this.referenceNode?this.referenceNode.value=e:this._value=e}get value(){return this.referenceNode?this.referenceNode.value:this._value}getUniformHash(){return this.value.uuid}getNodeType(){return!0===this.value.isDepthTexture?"float":this.value.type===S?"uvec4":this.value.type===R?"ivec4":"vec4"}getInputType(){return"texture"}getDefaultUV(){return Rl(this.value.channel)}updateReference(){return this.value}getTransformedUV(e){return null===this._matrixUniform&&(this._matrixUniform=xa(this.value.matrix)),this._matrixUniform.mul(Tn(e,1)).xy}setUpdateMatrix(e){return this.updateMatrix=e,this}setupUV(e,t){return e.isFlipY()&&(null===this._flipYUniform&&(this._flipYUniform=xa(!1)),t=t.toVar(),t=this.sampler?this._flipYUniform.select(t.flipY(),t):this._flipYUniform.select(t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1)),t)),t}setup(e){const t=e.getNodeProperties(this);t.referenceNode=this.referenceNode;const r=this.value;if(!r||!0!==r.isTexture)throw new Error("THREE.TSL: `texture( value )` function expects a valid instance of THREE.Texture().");const s=an(()=>{let t=this.uvNode;return null!==t&&!0!==e.context.forceUVContext||!e.context.getUV||(t=e.context.getUV(this,e)),t||(t=this.getDefaultUV()),!0===this.updateMatrix&&(t=this.getTransformedUV(t)),t=this.setupUV(e,t),this.updateType=null!==this._matrixUniform||null!==this._flipYUniform?Qs.OBJECT:Qs.NONE,t})();let i=this.levelNode;null===i&&e.context.getTextureLevel&&(i=e.context.getTextureLevel(this)),t.uvNode=s,t.levelNode=i,t.biasNode=this.biasNode,t.compareNode=this.compareNode,t.gradNode=this.gradNode,t.depthNode=this.depthNode,t.offsetNode=this.offsetNode}generateUV(e,t){return t.build(e,!0===this.sampler?"vec2":"ivec2")}generateOffset(e,t){return t.build(e,"ivec2")}generateSnippet(e,t,r,s,i,n,a,o,u){const l=this.value;let d;return d=i?e.generateTextureBias(l,t,r,i,n,u):o?e.generateTextureGrad(l,t,r,o,n,u):a?e.generateTextureCompare(l,t,r,a,n,u):!1===this.sampler?e.generateTextureLoad(l,t,r,s,n,u):s?e.generateTextureLevel(l,t,r,s,n,u):e.generateTexture(l,t,r,n,u),d}generate(e,t){const r=this.value,s=e.getNodeProperties(this),i=super.generate(e,"property");if(/^sampler/.test(t))return i+"_sampler";if(e.isReference(t))return i;{const n=e.getDataFromNode(this);let a=n.propertyName;if(void 0===a){const{uvNode:t,levelNode:r,biasNode:o,compareNode:u,depthNode:l,gradNode:d,offsetNode:c}=s,h=this.generateUV(e,t),p=r?r.build(e,"float"):null,g=o?o.build(e,"float"):null,m=l?l.build(e,"int"):null,f=u?u.build(e,"float"):null,y=d?[d[0].build(e,"vec2"),d[1].build(e,"vec2")]:null,b=c?this.generateOffset(e,c):null,x=e.getVarFromNode(this);a=e.getPropertyName(x);const T=this.generateSnippet(e,i,h,p,g,m,f,y,b);e.addLineFlowCode(`${a} = ${T}`,this),n.snippet=T,n.propertyName=a}let o=a;const u=this.getNodeType(e);return e.needsToWorkingColorSpace(r)&&(o=Gu(gl(o,u),r.colorSpace).setup(e).build(e,u)),e.format(o,u,t)}}setSampler(e){return this.sampler=e,this}getSampler(){return this.sampler}uv(e){return d("TextureNode: .uv() has been renamed. Use .sample() instead."),this.sample(e)}sample(e){const t=this.clone();return t.uvNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}load(e){return this.sample(e).setSampler(!1)}blur(e){const t=this.clone();t.biasNode=Yi(e).mul(Cl(t)),t.referenceNode=this.getBase();const r=t.value;return!1===t.generateMipmaps&&(r&&!1===r.generateMipmaps||r.minFilter===A||r.magFilter===A)&&(d("TSL: texture().blur() requires mipmaps and sampling. Use .generateMipmaps=true and .minFilter/.magFilter=THREE.LinearFilter in the Texture."),t.biasNode=null),Yi(t)}level(e){const t=this.clone();return t.levelNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}size(e){return El(this,e)}bias(e){const t=this.clone();return t.biasNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}getBase(){return this.referenceNode?this.referenceNode.getBase():this}compare(e){const t=this.clone();return t.compareNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}grad(e,t){const r=this.clone();return r.gradNode=[Yi(e),Yi(t)],r.referenceNode=this.getBase(),Yi(r)}depth(e){const t=this.clone();return t.depthNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}offset(e){const t=this.clone();return t.offsetNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}serialize(e){super.serialize(e),e.value=this.value.toJSON(e.meta).uuid,e.sampler=this.sampler,e.updateMatrix=this.updateMatrix,e.updateType=this.updateType}deserialize(e){super.deserialize(e),this.value=e.meta.textures[e.value],this.sampler=e.sampler,this.updateMatrix=e.updateMatrix,this.updateType=e.updateType}update(){const e=this.value,t=this._matrixUniform;null!==t&&(t.value=e.matrix),!0===e.matrixAutoUpdate&&e.updateMatrix();const r=this._flipYUniform;null!==r&&(r.value=e.image instanceof ImageBitmap&&!0===e.flipY||!0===e.isRenderTargetTexture||!0===e.isFramebufferTexture||!0===e.isDepthTexture)}clone(){const e=new this.constructor(this.value,this.uvNode,this.levelNode,this.biasNode);return e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}const Ll=en(Bl).setParameterLength(1,4).setName("texture"),Pl=(e=Ml,t=null,r=null,s=null)=>{let i;return e&&!0===e.isTextureNode?(i=Yi(e.clone()),i.referenceNode=e.getBase(),null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=Ll(e,t,r,s),i},Fl=(...e)=>Pl(...e).setSampler(!1);class Dl extends ba{static get type(){return"BufferNode"}constructor(e,t,r=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferCount=r,this.updateRanges=[]}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}getElementType(e){return this.getNodeType(e)}getInputType(){return"buffer"}}const Ul=(e,t,r)=>Yi(new Dl(e,t,r));class Il extends oi{static get type(){return"UniformArrayElementNode"}constructor(e,t){super(e,t),this.isArrayBufferElementNode=!0}generate(e){const t=super.generate(e),r=this.getNodeType(),s=this.node.getPaddedType();return e.format(t,s,r)}}class Ol extends Dl{static get type(){return"UniformArrayNode"}constructor(e,t=null){super(null),this.array=e,this.elementType=null===t?Ws(e[0]):t,this.paddedType=this.getPaddedType(),this.updateType=Qs.RENDER,this.isArrayBufferNode=!0}getNodeType(){return this.paddedType}getElementType(){return this.elementType}getPaddedType(){const e=this.elementType;let t="vec4";return"mat2"===e?t="mat2":!0===/mat/.test(e)?t="mat4":"i"===e.charAt(0)?t="ivec4":"u"===e.charAt(0)&&(t="uvec4"),t}update(){const{array:e,value:t}=this,r=this.elementType;if("float"===r||"int"===r||"uint"===r)for(let r=0;rYi(new Ol(e,t));const kl=en(class extends ai{constructor(e){super("float"),this.name=e,this.isBuiltinNode=!0}generate(){return this.name}}).setParameterLength(1);let Gl,zl;class $l extends ai{static get type(){return"ScreenNode"}constructor(e){super(),this.scope=e,this._output=null,this.isViewportNode=!0}getNodeType(){return this.scope===$l.DPR?"float":this.scope===$l.VIEWPORT?"vec4":"vec2"}getUpdateType(){let e=Qs.NONE;return this.scope!==$l.SIZE&&this.scope!==$l.VIEWPORT&&this.scope!==$l.DPR||(e=Qs.RENDER),this.updateType=e,e}update({renderer:e}){const t=e.getRenderTarget();this.scope===$l.VIEWPORT?null!==t?zl.copy(t.viewport):(e.getViewport(zl),zl.multiplyScalar(e.getPixelRatio())):this.scope===$l.DPR?this._output.value=e.getPixelRatio():null!==t?(Gl.width=t.width,Gl.height=t.height):e.getDrawingBufferSize(Gl)}setup(){const e=this.scope;let r=null;return r=e===$l.SIZE?xa(Gl||(Gl=new t)):e===$l.VIEWPORT?xa(zl||(zl=new s)):e===$l.DPR?xa(1):fn(ql.div(jl)),this._output=r,r}generate(e){if(this.scope===$l.COORDINATE){let t=e.getFragCoord();if(e.isFlipY()){const r=e.getNodeProperties(jl).outputNode.build(e);t=`${e.getType("vec2")}( ${t}.x, ${r}.y - ${t}.y )`}return t}return super.generate(e)}}$l.COORDINATE="coordinate",$l.VIEWPORT="viewport",$l.SIZE="size",$l.UV="uv",$l.DPR="dpr";const Wl=tn($l,$l.DPR),Hl=tn($l,$l.UV),jl=tn($l,$l.SIZE),ql=tn($l,$l.COORDINATE),Xl=tn($l,$l.VIEWPORT),Kl=Xl.zw,Yl=ql.sub(Xl.xy),Ql=Yl.div(Kl),Zl=an(()=>(d('TSL: "viewportResolution" is deprecated. Use "screenSize" instead.'),jl),"vec2").once()(),Jl=xa(0,"uint").setName("u_cameraIndex").setGroup(ga("cameraIndex")).toVarying("v_cameraIndex"),ed=xa("float").setName("cameraNear").setGroup(fa).onRenderUpdate(({camera:e})=>e.near),td=xa("float").setName("cameraFar").setGroup(fa).onRenderUpdate(({camera:e})=>e.far),rd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrix);t=Vl(r).setGroup(fa).setName("cameraProjectionMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrix")}else t=xa("mat4").setName("cameraProjectionMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrix);return t}).once()(),sd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrixInverse);t=Vl(r).setGroup(fa).setName("cameraProjectionMatricesInverse").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrixInverse")}else t=xa("mat4").setName("cameraProjectionMatrixInverse").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrixInverse);return t}).once()(),id=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorldInverse);t=Vl(r).setGroup(fa).setName("cameraViewMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraViewMatrix")}else t=xa("mat4").setName("cameraViewMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorldInverse);return t}).once()(),nd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorld);t=Vl(r).setGroup(fa).setName("cameraWorldMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraWorldMatrix")}else t=xa("mat4").setName("cameraWorldMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorld);return t}).once()(),ad=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.normalMatrix);t=Vl(r).setGroup(fa).setName("cameraNormalMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraNormalMatrix")}else t=xa("mat3").setName("cameraNormalMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.normalMatrix);return t}).once()(),od=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const s=[];for(let t=0,i=e.cameras.length;t{const r=e.cameras,s=t.array;for(let e=0,t=r.length;et.value.setFromMatrixPosition(e.matrixWorld));return t}).once()(),ud=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.viewport);t=Vl(r,"vec4").setGroup(fa).setName("cameraViewports").element(Jl).toConst("cameraViewport")}else t=Sn(0,0,jl.x,jl.y).toConst("cameraViewport");return t}).once()(),ld=new E;class dd extends ai{static get type(){return"Object3DNode"}constructor(e,t=null){super(),this.scope=e,this.object3d=t,this.updateType=Qs.OBJECT,this.uniformNode=new ba(null)}getNodeType(){const e=this.scope;return e===dd.WORLD_MATRIX?"mat4":e===dd.POSITION||e===dd.VIEW_POSITION||e===dd.DIRECTION||e===dd.SCALE?"vec3":e===dd.RADIUS?"float":void 0}update(e){const t=this.object3d,s=this.uniformNode,i=this.scope;if(i===dd.WORLD_MATRIX)s.value=t.matrixWorld;else if(i===dd.POSITION)s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld);else if(i===dd.SCALE)s.value=s.value||new r,s.value.setFromMatrixScale(t.matrixWorld);else if(i===dd.DIRECTION)s.value=s.value||new r,t.getWorldDirection(s.value);else if(i===dd.VIEW_POSITION){const i=e.camera;s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld),s.value.applyMatrix4(i.matrixWorldInverse)}else if(i===dd.RADIUS){const r=e.object.geometry;null===r.boundingSphere&&r.computeBoundingSphere(),ld.copy(r.boundingSphere).applyMatrix4(t.matrixWorld),s.value=ld.radius}}generate(e){const t=this.scope;return t===dd.WORLD_MATRIX?this.uniformNode.nodeType="mat4":t===dd.POSITION||t===dd.VIEW_POSITION||t===dd.DIRECTION||t===dd.SCALE?this.uniformNode.nodeType="vec3":t===dd.RADIUS&&(this.uniformNode.nodeType="float"),this.uniformNode.build(e)}serialize(e){super.serialize(e),e.scope=this.scope}deserialize(e){super.deserialize(e),this.scope=e.scope}}dd.WORLD_MATRIX="worldMatrix",dd.POSITION="position",dd.SCALE="scale",dd.VIEW_POSITION="viewPosition",dd.DIRECTION="direction",dd.RADIUS="radius";const cd=en(dd,dd.DIRECTION).setParameterLength(1),hd=en(dd,dd.WORLD_MATRIX).setParameterLength(1),pd=en(dd,dd.POSITION).setParameterLength(1),gd=en(dd,dd.SCALE).setParameterLength(1),md=en(dd,dd.VIEW_POSITION).setParameterLength(1),fd=en(dd,dd.RADIUS).setParameterLength(1);class yd extends dd{static get type(){return"ModelNode"}constructor(e){super(e)}update(e){this.object3d=e.object,super.update(e)}}const bd=tn(yd,yd.DIRECTION),xd=tn(yd,yd.WORLD_MATRIX),Td=tn(yd,yd.POSITION),_d=tn(yd,yd.SCALE),vd=tn(yd,yd.VIEW_POSITION),Nd=tn(yd,yd.RADIUS),Sd=xa(new n).onObjectUpdate(({object:e},t)=>t.value.getNormalMatrix(e.matrixWorld)),Rd=xa(new a).onObjectUpdate(({object:e},t)=>t.value.copy(e.matrixWorld).invert()),Ad=an(e=>e.context.modelViewMatrix||Ed).once()().toVar("modelViewMatrix"),Ed=id.mul(xd),wd=an(e=>(e.context.isHighPrecisionModelViewMatrix=!0,xa("mat4").onObjectUpdate(({object:e,camera:t})=>e.modelViewMatrix.multiplyMatrices(t.matrixWorldInverse,e.matrixWorld)))).once()().toVar("highpModelViewMatrix"),Cd=an(e=>{const t=e.context.isHighPrecisionModelViewMatrix;return xa("mat3").onObjectUpdate(({object:e,camera:r})=>(!0!==t&&e.modelViewMatrix.multiplyMatrices(r.matrixWorldInverse,e.matrixWorld),e.normalMatrix.getNormalMatrix(e.modelViewMatrix)))}).once()().toVar("highpModelNormalViewMatrix"),Md=Sl("position","vec3"),Bd=Md.toVarying("positionLocal"),Ld=Md.toVarying("positionPrevious"),Pd=an(e=>xd.mul(Bd).xyz.toVarying(e.getSubBuildProperty("v_positionWorld")),"vec3").once(["POSITION"])(),Fd=an(()=>Bd.transformDirection(xd).toVarying("v_positionWorldDirection").normalize().toVar("positionWorldDirection"),"vec3").once(["POSITION"])(),Dd=an(e=>e.context.setupPositionView().toVarying("v_positionView"),"vec3").once(["POSITION"])(),Ud=an(e=>{let t;return t=e.camera.isOrthographicCamera?Tn(0,0,1):Dd.negate().toVarying("v_positionViewDirection").normalize(),t.toVar("positionViewDirection")},"vec3").once(["POSITION"])();class Id extends ai{static get type(){return"FrontFacingNode"}constructor(){super("bool"),this.isFrontFacingNode=!0}generate(e){if("fragment"!==e.shaderStage)return"true";const{material:t}=e;return t.side===w?"false":e.getFrontFacing()}}const Od=tn(Id),Vd=hn(Od).mul(2).sub(1),kd=an(([e],{material:t})=>{const r=t.side;return r===w?e=e.mul(-1):r===C&&(e=e.mul(Vd)),e}),Gd=Sl("normal","vec3"),zd=an(e=>!1===e.geometry.hasAttribute("normal")?(d('TSL: Vertex attribute "normal" not found on geometry.'),Tn(0,1,0)):Gd,"vec3").once()().toVar("normalLocal"),$d=Dd.dFdx().cross(Dd.dFdy()).normalize().toVar("normalFlat"),Wd=an(e=>{let t;return t=!0===e.material.flatShading?$d:Yd(zd).toVarying("v_normalViewGeometry").normalize(),t},"vec3").once()().toVar("normalViewGeometry"),Hd=an(e=>{let t=Wd.transformDirection(id);return!0!==e.material.flatShading&&(t=t.toVarying("v_normalWorldGeometry")),t.normalize().toVar("normalWorldGeometry")},"vec3").once()(),jd=an(({subBuildFn:e,material:t,context:r})=>{let s;return"NORMAL"===e||"VERTEX"===e?(s=Wd,!0!==t.flatShading&&(s=kd(s))):s=r.setupNormal().context({getUV:null}),s},"vec3").once(["NORMAL","VERTEX"])().toVar("normalView"),qd=jd.transformDirection(id).toVar("normalWorld"),Xd=an(({subBuildFn:e,context:t})=>{let r;return r="NORMAL"===e||"VERTEX"===e?jd:t.setupClearcoatNormal().context({getUV:null}),r},"vec3").once(["NORMAL","VERTEX"])().toVar("clearcoatNormalView"),Kd=an(([e,t=xd])=>{const r=Cn(t),s=e.div(Tn(r[0].dot(r[0]),r[1].dot(r[1]),r[2].dot(r[2])));return r.mul(s).xyz}),Yd=an(([e],t)=>{const r=t.context.modelNormalViewMatrix;if(r)return r.transformDirection(e);const s=Sd.mul(e);return id.transformDirection(s)}),Qd=an(()=>(d('TSL: "transformedNormalView" is deprecated. Use "normalView" instead.'),jd)).once(["NORMAL","VERTEX"])(),Zd=an(()=>(d('TSL: "transformedNormalWorld" is deprecated. Use "normalWorld" instead.'),qd)).once(["NORMAL","VERTEX"])(),Jd=an(()=>(d('TSL: "transformedClearcoatNormalView" is deprecated. Use "clearcoatNormalView" instead.'),Xd)).once(["NORMAL","VERTEX"])(),ec=new M,tc=new a,rc=xa(0).onReference(({material:e})=>e).onObjectUpdate(({material:e})=>e.refractionRatio),sc=xa(1).onReference(({material:e})=>e).onObjectUpdate(function({material:e,scene:t}){return e.envMap?e.envMapIntensity:t.environmentIntensity}),ic=xa(new a).onReference(function(e){return e.material}).onObjectUpdate(function({material:e,scene:t}){const r=null!==t.environment&&null===e.envMap?t.environmentRotation:e.envMapRotation;return r?(ec.copy(r),tc.makeRotationFromEuler(ec)):tc.identity(),tc}),nc=Ud.negate().reflect(jd),ac=Ud.negate().refract(jd,rc),oc=nc.transformDirection(id).toVar("reflectVector"),uc=ac.transformDirection(id).toVar("reflectVector"),lc=new B;class dc extends Bl{static get type(){return"CubeTextureNode"}constructor(e,t=null,r=null,s=null){super(e,t,r,s),this.isCubeTextureNode=!0}getInputType(){return!0===this.value.isDepthTexture?"cubeDepthTexture":"cubeTexture"}getDefaultUV(){const e=this.value;return e.mapping===L?oc:e.mapping===P?uc:(o('CubeTextureNode: Mapping "%s" not supported.',e.mapping),Tn(0,0,0))}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!0===r.isDepthTexture?e.renderer.coordinateSystem===h?Tn(t.x,t.y.negate(),t.z):t:(e.renderer.coordinateSystem!==h&&r.isRenderTargetTexture||(t=Tn(t.x.negate(),t.yz)),ic.mul(t))}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}}const cc=en(dc).setParameterLength(1,4).setName("cubeTexture"),hc=(e=lc,t=null,r=null,s=null)=>{let i;return e&&!0===e.isCubeTextureNode?(i=Yi(e.clone()),i.referenceNode=e,null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=cc(e,t,r,s),i};class pc extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}}class gc extends ai{static get type(){return"ReferenceNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.name=null,this.updateType=Qs.OBJECT}element(e){return Yi(new pc(this,Yi(e)))}setGroup(e){return this.group=e,this}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setNodeType(e){let t=null;t=null!==this.count?Ul(null,e,this.count):Array.isArray(this.getValueFromReference())?Vl(null,e):"texture"===e?Pl(null):"cubeTexture"===e?hc(null):xa(null,e),null!==this.group&&t.setGroup(this.group),null!==this.name&&t.setName(this.name),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;eYi(new gc(e,t,r)),fc=(e,t,r,s)=>Yi(new gc(e,t,s,r));class yc extends gc{static get type(){return"MaterialReferenceNode"}constructor(e,t,r=null){super(e,t,r),this.material=r,this.isMaterialReferenceNode=!0}updateReference(e){return this.reference=null!==this.material?this.material:e.material,this.reference}}const bc=(e,t,r=null)=>Yi(new yc(e,t,r)),xc=Rl(),Tc=Dd.dFdx(),_c=Dd.dFdy(),vc=xc.dFdx(),Nc=xc.dFdy(),Sc=jd,Rc=_c.cross(Sc),Ac=Sc.cross(Tc),Ec=Rc.mul(vc.x).add(Ac.mul(Nc.x)),wc=Rc.mul(vc.y).add(Ac.mul(Nc.y)),Cc=Ec.dot(Ec).max(wc.dot(wc)),Mc=Cc.equal(0).select(0,Cc.inverseSqrt()),Bc=Ec.mul(Mc).toVar("tangentViewFrame"),Lc=wc.mul(Mc).toVar("bitangentViewFrame"),Pc=Sl("tangent","vec4"),Fc=Pc.xyz.toVar("tangentLocal"),Dc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ad.mul(Sn(Fc,0)).xyz.toVarying("v_tangentView").normalize():Bc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("tangentView"),Uc=Dc.transformDirection(id).toVarying("v_tangentWorld").normalize().toVar("tangentWorld"),Ic=an(([e,t],{subBuildFn:r,material:s})=>{let i=e.mul(Pc.w).xyz;return"NORMAL"===r&&!0!==s.flatShading&&(i=i.toVarying(t)),i}).once(["NORMAL"]),Oc=Ic(Gd.cross(Pc),"v_bitangentGeometry").normalize().toVar("bitangentGeometry"),Vc=Ic(zd.cross(Fc),"v_bitangentLocal").normalize().toVar("bitangentLocal"),kc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ic(jd.cross(Dc),"v_bitangentView").normalize():Lc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("bitangentView"),Gc=Ic(qd.cross(Uc),"v_bitangentWorld").normalize().toVar("bitangentWorld"),zc=Cn(Dc,kc,jd).toVar("TBNViewMatrix"),$c=Ud.mul(zc),Wc=an(()=>{let e=Qn.cross(Ud);return e=e.cross(Qn).normalize(),e=iu(e,jd,Kn.mul(Vn.oneMinus()).oneMinus().pow2().pow2()).normalize(),e}).once()(),Hc=e=>Yi(e).mul(.5).add(.5),jc=e=>Tn(e,fo(au(hn(1).sub(Ko(e,e)))));class qc extends li{static get type(){return"NormalMapNode"}constructor(e,t=null){super("vec3"),this.node=e,this.scaleNode=t,this.normalMapType=F,this.unpackNormalMode=D}setup({material:e}){const{normalMapType:t,scaleNode:r,unpackNormalMode:s}=this;let i=this.node.mul(2).sub(1);if(t===F?s===U?i=jc(i.xy):s===I?i=jc(i.yw):s!==D&&console.error(`THREE.NodeMaterial: Unexpected unpack normal mode: ${s}`):s!==D&&console.error(`THREE.NodeMaterial: Normal map type '${t}' is not compatible with unpack normal mode '${s}'`),null!==r){let t=r;!0===e.flatShading&&(t=kd(t)),i=Tn(i.xy.mul(t),i.z)}let n=null;return t===O?n=Yd(i):t===F?n=zc.mul(i).normalize():(o(`NodeMaterial: Unsupported normal map type: ${t}`),n=jd),n}}const Xc=en(qc).setParameterLength(1,2),Kc=an(({textureNode:e,bumpScale:t})=>{const r=t=>e.isolate().context({getUV:e=>t(e.uvNode||Rl()),forceUVContext:!0}),s=hn(r(e=>e));return fn(hn(r(e=>e.add(e.dFdx()))).sub(s),hn(r(e=>e.add(e.dFdy()))).sub(s)).mul(t)}),Yc=an(e=>{const{surf_pos:t,surf_norm:r,dHdxy:s}=e,i=t.dFdx().normalize(),n=r,a=t.dFdy().normalize().cross(n),o=n.cross(i),u=i.dot(a).mul(Vd),l=u.sign().mul(s.x.mul(a).add(s.y.mul(o)));return u.abs().mul(r).sub(l).normalize()});class Qc extends li{static get type(){return"BumpMapNode"}constructor(e,t=null){super("vec3"),this.textureNode=e,this.scaleNode=t}setup(){const e=null!==this.scaleNode?this.scaleNode:1,t=Kc({textureNode:this.textureNode,bumpScale:e});return Yc({surf_pos:Dd,surf_norm:jd,dHdxy:t})}}const Zc=en(Qc).setParameterLength(1,2),Jc=new Map;class eh extends ai{static get type(){return"MaterialNode"}constructor(e){super(),this.scope=e}getCache(e,t){let r=Jc.get(e);return void 0===r&&(r=bc(e,t),Jc.set(e,r)),r}getFloat(e){return this.getCache(e,"float")}getColor(e){return this.getCache(e,"color")}getTexture(e){return this.getCache("map"===e?"map":e+"Map","texture")}setup(e){const t=e.context.material,r=this.scope;let s=null;if(r===eh.COLOR){const e=void 0!==t.color?this.getColor(r):Tn();s=t.map&&!0===t.map.isTexture?e.mul(this.getTexture("map")):e}else if(r===eh.OPACITY){const e=this.getFloat(r);s=t.alphaMap&&!0===t.alphaMap.isTexture?e.mul(this.getTexture("alpha")):e}else if(r===eh.SPECULAR_STRENGTH)s=t.specularMap&&!0===t.specularMap.isTexture?this.getTexture("specular").r:hn(1);else if(r===eh.SPECULAR_INTENSITY){const e=this.getFloat(r);s=t.specularIntensityMap&&!0===t.specularIntensityMap.isTexture?e.mul(this.getTexture(r).a):e}else if(r===eh.SPECULAR_COLOR){const e=this.getColor(r);s=t.specularColorMap&&!0===t.specularColorMap.isTexture?e.mul(this.getTexture(r).rgb):e}else if(r===eh.ROUGHNESS){const e=this.getFloat(r);s=t.roughnessMap&&!0===t.roughnessMap.isTexture?e.mul(this.getTexture(r).g):e}else if(r===eh.METALNESS){const e=this.getFloat(r);s=t.metalnessMap&&!0===t.metalnessMap.isTexture?e.mul(this.getTexture(r).b):e}else if(r===eh.EMISSIVE){const e=this.getFloat("emissiveIntensity"),i=this.getColor(r).mul(e);s=t.emissiveMap&&!0===t.emissiveMap.isTexture?i.mul(this.getTexture(r)):i}else if(r===eh.NORMAL)t.normalMap?(s=Xc(this.getTexture("normal"),this.getCache("normalScale","vec2")),s.normalMapType=t.normalMapType,t.normalMap.format!=V&&t.normalMap.format!=k&&t.normalMap.format!=G||(s.unpackNormalMode=U)):s=t.bumpMap?Zc(this.getTexture("bump").r,this.getFloat("bumpScale")):jd;else if(r===eh.CLEARCOAT){const e=this.getFloat(r);s=t.clearcoatMap&&!0===t.clearcoatMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_ROUGHNESS){const e=this.getFloat(r);s=t.clearcoatRoughnessMap&&!0===t.clearcoatRoughnessMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_NORMAL)s=t.clearcoatNormalMap?Xc(this.getTexture(r),this.getCache(r+"Scale","vec2")):jd;else if(r===eh.SHEEN){const e=this.getColor("sheenColor").mul(this.getFloat("sheen"));s=t.sheenColorMap&&!0===t.sheenColorMap.isTexture?e.mul(this.getTexture("sheenColor").rgb):e}else if(r===eh.SHEEN_ROUGHNESS){const e=this.getFloat(r);s=t.sheenRoughnessMap&&!0===t.sheenRoughnessMap.isTexture?e.mul(this.getTexture(r).a):e,s=s.clamp(1e-4,1)}else if(r===eh.ANISOTROPY)if(t.anisotropyMap&&!0===t.anisotropyMap.isTexture){const e=this.getTexture(r);s=wn(Oh.x,Oh.y,Oh.y.negate(),Oh.x).mul(e.rg.mul(2).sub(fn(1)).normalize().mul(e.b))}else s=Oh;else if(r===eh.IRIDESCENCE_THICKNESS){const e=mc("1","float",t.iridescenceThicknessRange);if(t.iridescenceThicknessMap){const i=mc("0","float",t.iridescenceThicknessRange);s=e.sub(i).mul(this.getTexture(r).g).add(i)}else s=e}else if(r===eh.TRANSMISSION){const e=this.getFloat(r);s=t.transmissionMap?e.mul(this.getTexture(r).r):e}else if(r===eh.THICKNESS){const e=this.getFloat(r);s=t.thicknessMap?e.mul(this.getTexture(r).g):e}else if(r===eh.IOR)s=this.getFloat(r);else if(r===eh.LIGHT_MAP)s=this.getTexture(r).rgb.mul(this.getFloat("lightMapIntensity"));else if(r===eh.AO)s=this.getTexture(r).r.sub(1).mul(this.getFloat("aoMapIntensity")).add(1);else if(r===eh.LINE_DASH_OFFSET)s=t.dashOffset?this.getFloat(r):hn(0);else{const t=this.getNodeType(e);s=this.getCache(r,t)}return s}}eh.ALPHA_TEST="alphaTest",eh.COLOR="color",eh.OPACITY="opacity",eh.SHININESS="shininess",eh.SPECULAR="specular",eh.SPECULAR_STRENGTH="specularStrength",eh.SPECULAR_INTENSITY="specularIntensity",eh.SPECULAR_COLOR="specularColor",eh.REFLECTIVITY="reflectivity",eh.ROUGHNESS="roughness",eh.METALNESS="metalness",eh.NORMAL="normal",eh.CLEARCOAT="clearcoat",eh.CLEARCOAT_ROUGHNESS="clearcoatRoughness",eh.CLEARCOAT_NORMAL="clearcoatNormal",eh.EMISSIVE="emissive",eh.ROTATION="rotation",eh.SHEEN="sheen",eh.SHEEN_ROUGHNESS="sheenRoughness",eh.ANISOTROPY="anisotropy",eh.IRIDESCENCE="iridescence",eh.IRIDESCENCE_IOR="iridescenceIOR",eh.IRIDESCENCE_THICKNESS="iridescenceThickness",eh.IOR="ior",eh.TRANSMISSION="transmission",eh.THICKNESS="thickness",eh.ATTENUATION_DISTANCE="attenuationDistance",eh.ATTENUATION_COLOR="attenuationColor",eh.LINE_SCALE="scale",eh.LINE_DASH_SIZE="dashSize",eh.LINE_GAP_SIZE="gapSize",eh.LINE_WIDTH="linewidth",eh.LINE_DASH_OFFSET="dashOffset",eh.POINT_SIZE="size",eh.DISPERSION="dispersion",eh.LIGHT_MAP="light",eh.AO="ao";const th=tn(eh,eh.ALPHA_TEST),rh=tn(eh,eh.COLOR),sh=tn(eh,eh.SHININESS),ih=tn(eh,eh.EMISSIVE),nh=tn(eh,eh.OPACITY),ah=tn(eh,eh.SPECULAR),oh=tn(eh,eh.SPECULAR_INTENSITY),uh=tn(eh,eh.SPECULAR_COLOR),lh=tn(eh,eh.SPECULAR_STRENGTH),dh=tn(eh,eh.REFLECTIVITY),ch=tn(eh,eh.ROUGHNESS),hh=tn(eh,eh.METALNESS),ph=tn(eh,eh.NORMAL),gh=tn(eh,eh.CLEARCOAT),mh=tn(eh,eh.CLEARCOAT_ROUGHNESS),fh=tn(eh,eh.CLEARCOAT_NORMAL),yh=tn(eh,eh.ROTATION),bh=tn(eh,eh.SHEEN),xh=tn(eh,eh.SHEEN_ROUGHNESS),Th=tn(eh,eh.ANISOTROPY),_h=tn(eh,eh.IRIDESCENCE),vh=tn(eh,eh.IRIDESCENCE_IOR),Nh=tn(eh,eh.IRIDESCENCE_THICKNESS),Sh=tn(eh,eh.TRANSMISSION),Rh=tn(eh,eh.THICKNESS),Ah=tn(eh,eh.IOR),Eh=tn(eh,eh.ATTENUATION_DISTANCE),wh=tn(eh,eh.ATTENUATION_COLOR),Ch=tn(eh,eh.LINE_SCALE),Mh=tn(eh,eh.LINE_DASH_SIZE),Bh=tn(eh,eh.LINE_GAP_SIZE),Lh=tn(eh,eh.LINE_WIDTH),Ph=tn(eh,eh.LINE_DASH_OFFSET),Fh=tn(eh,eh.POINT_SIZE),Dh=tn(eh,eh.DISPERSION),Uh=tn(eh,eh.LIGHT_MAP),Ih=tn(eh,eh.AO),Oh=xa(new t).onReference(function(e){return e.material}).onRenderUpdate(function({material:e}){this.value.set(e.anisotropy*Math.cos(e.anisotropyRotation),e.anisotropy*Math.sin(e.anisotropyRotation))}),Vh=an(e=>e.context.setupModelViewProjection(),"vec4").once()().toVarying("v_modelViewProjection");class kh extends oi{static get type(){return"StorageArrayElementNode"}constructor(e,t){super(e,t),this.isStorageArrayElementNode=!0}set storageBufferNode(e){this.node=e}get storageBufferNode(){return this.node}getMemberType(e,t){const r=this.storageBufferNode.structTypeNode;return r?r.getMemberType(e,t):"void"}setup(e){return!1===e.isAvailable("storageBuffer")&&!0===this.node.isPBO&&e.setupPBO(this.node),super.setup(e)}generate(e,t){let r;const s=e.context.assign;if(r=!1===e.isAvailable("storageBuffer")?!0!==this.node.isPBO||!0===s||!this.node.value.isInstancedBufferAttribute&&"compute"===e.shaderStage?this.node.build(e):e.generatePBO(this):super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}const Gh=en(kh).setParameterLength(2);class zh extends Dl{static get type(){return"StorageBufferNode"}constructor(e,t=null,r=0){let s,i=null;t&&t.isStruct?(s="struct",i=t.layout,(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)&&(r=e.count)):null===t&&(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)?(s=Vs(e.itemSize),r=e.count):s=t,super(e,s,r),this.isStorageBufferNode=!0,this.structTypeNode=i,this.access=Js.READ_WRITE,this.isAtomic=!1,this.isPBO=!1,this._attribute=null,this._varying=null,this.global=!0,!0!==e.isStorageBufferAttribute&&!0!==e.isStorageInstancedBufferAttribute&&(e.isInstancedBufferAttribute?e.isStorageInstancedBufferAttribute=!0:e.isStorageBufferAttribute=!0)}getHash(e){if(0===this.bufferCount){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getInputType(){return this.value.isIndirectStorageBufferAttribute?"indirectStorageBuffer":"storageBuffer"}element(e){return Gh(this,e)}setPBO(e){return this.isPBO=e,this}getPBO(){return this.isPBO}setAccess(e){return this.access=e,this}toReadOnly(){return this.setAccess(Js.READ_ONLY)}setAtomic(e){return this.isAtomic=e,this}toAtomic(){return this.setAtomic(!0)}getAttributeData(){return null===this._attribute&&(this._attribute=Ju(this.value),this._varying=Fu(this._attribute)),{attribute:this._attribute,varying:this._varying}}getNodeType(e){if(null!==this.structTypeNode)return this.structTypeNode.getNodeType(e);if(e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.getNodeType(e);const{attribute:t}=this.getAttributeData();return t.getNodeType(e)}getMemberType(e,t){return null!==this.structTypeNode?this.structTypeNode.getMemberType(e,t):"void"}generate(e){if(null!==this.structTypeNode&&this.structTypeNode.build(e),e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.generate(e);const{attribute:t,varying:r}=this.getAttributeData(),s=r.build(e);return e.registerTransform(s,t),s}}const $h=(e,t=null,r=0)=>Yi(new zh(e,t,r));class Wh extends ai{static get type(){return"IndexNode"}constructor(e){super("uint"),this.scope=e,this.isIndexNode=!0}generate(e){const t=this.getNodeType(e),r=this.scope;let s,i;if(r===Wh.VERTEX)s=e.getVertexIndex();else if(r===Wh.INSTANCE)s=e.getInstanceIndex();else if(r===Wh.DRAW)s=e.getDrawIndex();else if(r===Wh.INVOCATION_LOCAL)s=e.getInvocationLocalIndex();else if(r===Wh.INVOCATION_SUBGROUP)s=e.getInvocationSubgroupIndex();else{if(r!==Wh.SUBGROUP)throw new Error("THREE.IndexNode: Unknown scope: "+r);s=e.getSubgroupIndex()}if("vertex"===e.shaderStage||"compute"===e.shaderStage)i=s;else{i=Fu(this).build(e,t)}return i}}Wh.VERTEX="vertex",Wh.INSTANCE="instance",Wh.SUBGROUP="subgroup",Wh.INVOCATION_LOCAL="invocationLocal",Wh.INVOCATION_SUBGROUP="invocationSubgroup",Wh.DRAW="draw";const Hh=tn(Wh,Wh.VERTEX),jh=tn(Wh,Wh.INSTANCE),qh=tn(Wh,Wh.SUBGROUP),Xh=tn(Wh,Wh.INVOCATION_SUBGROUP),Kh=tn(Wh,Wh.INVOCATION_LOCAL),Yh=tn(Wh,Wh.DRAW);class Qh extends ai{static get type(){return"InstanceNode"}constructor(e,t,r=null){super("void"),this.count=e,this.instanceMatrix=t,this.instanceColor=r,this.instanceMatrixNode=null,this.instanceColorNode=null,this.updateType=Qs.FRAME,this.buffer=null,this.bufferColor=null}get isStorageMatrix(){const{instanceMatrix:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}get isStorageColor(){const{instanceColor:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}setup(e){const{instanceMatrix:t,instanceColor:r,isStorageMatrix:s,isStorageColor:i}=this,{count:n}=t;let{instanceMatrixNode:a,instanceColorNode:o}=this;if(null===a){if(s)a=$h(t,"mat4",Math.max(n,1)).element(jh);else if(n<=1e3)a=Ul(t.array,"mat4",Math.max(n,1)).element(jh);else{const e=new z(t.array,16,1);this.buffer=e;const r=t.usage===x?tl:el,s=[r(e,"vec4",16,0),r(e,"vec4",16,4),r(e,"vec4",16,8),r(e,"vec4",16,12)];a=Mn(...s)}this.instanceMatrixNode=a}if(r&&null===o){if(i)o=$h(r,"vec3",Math.max(r.count,1)).element(jh);else{const e=new $(r.array,3),t=r.usage===x?tl:el;this.bufferColor=e,o=Tn(t(e,"vec3",3,0))}this.instanceColorNode=o}const u=a.mul(Bd).xyz;if(Bd.assign(u),e.hasGeometryAttribute("normal")){const e=Kd(zd,a);zd.assign(e)}null!==this.instanceColorNode&&Dn("vec3","vInstanceColor").assign(this.instanceColorNode)}update(){null!==this.buffer&&!0!==this.isStorageMatrix&&(this.buffer.clearUpdateRanges(),this.buffer.updateRanges.push(...this.instanceMatrix.updateRanges),this.instanceMatrix.usage!==x&&this.instanceMatrix.version!==this.buffer.version&&(this.buffer.version=this.instanceMatrix.version)),this.instanceColor&&null!==this.bufferColor&&!0!==this.isStorageColor&&(this.bufferColor.clearUpdateRanges(),this.bufferColor.updateRanges.push(...this.instanceColor.updateRanges),this.instanceColor.usage!==x&&this.instanceColor.version!==this.bufferColor.version&&(this.bufferColor.version=this.instanceColor.version))}}const Zh=en(Qh).setParameterLength(2,3);class Jh extends Qh{static get type(){return"InstancedMeshNode"}constructor(e){const{count:t,instanceMatrix:r,instanceColor:s}=e;super(t,r,s),this.instancedMesh=e}}const ep=en(Jh).setParameterLength(1);class tp extends ai{static get type(){return"BatchNode"}constructor(e){super("void"),this.batchMesh=e,this.batchingIdNode=null}setup(e){null===this.batchingIdNode&&(null===e.getDrawIndex()?this.batchingIdNode=jh:this.batchingIdNode=Yh);const t=an(([e])=>{const t=pn(El(Fl(this.batchMesh._indirectTexture),0).x).toConst(),r=pn(e).mod(t).toConst(),s=pn(e).div(t).toConst();return Fl(this.batchMesh._indirectTexture,yn(r,s)).x}).setLayout({name:"getIndirectIndex",type:"uint",inputs:[{name:"id",type:"int"}]}),r=t(pn(this.batchingIdNode)),s=this.batchMesh._matricesTexture,i=pn(El(Fl(s),0).x).toConst(),n=hn(r).mul(4).toInt().toConst(),a=n.mod(i).toConst(),o=n.div(i).toConst(),u=Mn(Fl(s,yn(a,o)),Fl(s,yn(a.add(1),o)),Fl(s,yn(a.add(2),o)),Fl(s,yn(a.add(3),o))),l=this.batchMesh._colorsTexture;if(null!==l){const e=an(([e])=>{const t=pn(El(Fl(l),0).x).toConst(),r=e,s=r.mod(t).toConst(),i=r.div(t).toConst();return Fl(l,yn(s,i)).rgb}).setLayout({name:"getBatchingColor",type:"vec3",inputs:[{name:"id",type:"int"}]}),t=e(r);Dn("vec3","vBatchColor").assign(t)}const d=Cn(u);Bd.assign(u.mul(Bd));const c=zd.div(Tn(d[0].dot(d[0]),d[1].dot(d[1]),d[2].dot(d[2]))),h=d.mul(c).xyz;zd.assign(h),e.hasGeometryAttribute("tangent")&&Fc.mulAssign(d)}}const rp=en(tp).setParameterLength(1),sp=new WeakMap;class ip extends ai{static get type(){return"SkinningNode"}constructor(e){super("void"),this.skinnedMesh=e,this.updateType=Qs.OBJECT,this.skinIndexNode=Sl("skinIndex","uvec4"),this.skinWeightNode=Sl("skinWeight","vec4"),this.bindMatrixNode=mc("bindMatrix","mat4"),this.bindMatrixInverseNode=mc("bindMatrixInverse","mat4"),this.boneMatricesNode=fc("skeleton.boneMatrices","mat4",e.skeleton.bones.length),this.positionNode=Bd,this.toPositionNode=Bd,this.previousBoneMatricesNode=null}getSkinnedPosition(e=this.boneMatricesNode,t=this.positionNode){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w),d=i.mul(t),c=wa(a.mul(s.x).mul(d),o.mul(s.y).mul(d),u.mul(s.z).mul(d),l.mul(s.w).mul(d));return n.mul(c).xyz}getSkinnedNormal(e=this.boneMatricesNode,t=zd){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w);let d=wa(s.x.mul(a),s.y.mul(o),s.z.mul(u),s.w.mul(l));return d=n.mul(d).mul(i),d.transformDirection(t).xyz}getPreviousSkinnedPosition(e){const t=e.object;return null===this.previousBoneMatricesNode&&(t.skeleton.previousBoneMatrices=new Float32Array(t.skeleton.boneMatrices),this.previousBoneMatricesNode=fc("skeleton.previousBoneMatrices","mat4",t.skeleton.bones.length)),this.getSkinnedPosition(this.previousBoneMatricesNode,Ld)}needsPreviousBoneMatrices(e){const t=e.renderer.getMRT();return t&&t.has("velocity")||!0===js(e.object).useVelocity}setup(e){this.needsPreviousBoneMatrices(e)&&Ld.assign(this.getPreviousSkinnedPosition(e));const t=this.getSkinnedPosition();if(this.toPositionNode&&this.toPositionNode.assign(t),e.hasGeometryAttribute("normal")){const t=this.getSkinnedNormal();zd.assign(t),e.hasGeometryAttribute("tangent")&&Fc.assign(t)}return t}generate(e,t){if("void"!==t)return super.generate(e,t)}update(e){const t=e.object&&e.object.skeleton?e.object.skeleton:this.skinnedMesh.skeleton;sp.get(t)!==e.frameId&&(sp.set(t,e.frameId),null!==this.previousBoneMatricesNode&&(null===t.previousBoneMatrices&&(t.previousBoneMatrices=new Float32Array(t.boneMatrices)),t.previousBoneMatrices.set(t.boneMatrices)),t.update())}}const np=e=>Yi(new ip(e));class ap extends ai{static get type(){return"LoopNode"}constructor(e=[]){super("void"),this.params=e}getVarName(e){return String.fromCharCode("i".charCodeAt(0)+e)}getProperties(e){const t=e.getNodeProperties(this);if(void 0!==t.stackNode)return t;const r={};for(let e=0,t=this.params.length-1;eNumber(l)?">=":"<")),a)n=`while ( ${l} )`;else{const r={start:u,end:l},s=r.start,i=r.end;let a;const g=()=>h.includes("<")?"+=":"-=";if(null!=p)switch(typeof p){case"function":a=e.flowStagesNode(t.updateNode,"void").code.replace(/\t|;/g,"");break;case"number":a=d+" "+g()+" "+e.generateConst(c,p);break;case"string":a=d+" "+p;break;default:p.isNode?a=d+" "+g()+" "+p.build(e):(o("TSL: 'Loop( { update: ... } )' is not a function, string or number."),a="break /* invalid update */")}else p="int"===c||"uint"===c?h.includes("<")?"++":"--":g()+" 1.",a=d+" "+p;n=`for ( ${e.getVar(c,d)+" = "+s}; ${d+" "+h+" "+i}; ${a} )`}e.addFlowCode((0===s?"\n":"")+e.tab+n+" {\n\n").addFlowTab()}const i=s.build(e,"void");t.returnsNode.build(e,"void"),e.removeFlowTab().addFlowCode("\n"+e.tab+i);for(let t=0,r=this.params.length-1;tnew ap(Ji(e,"int")).toStack(),up=()=>gl("break").toStack(),lp=new WeakMap,dp=new s,cp=an(({bufferMap:e,influence:t,stride:r,width:s,depth:i,offset:n})=>{const a=pn(Hh).mul(r).add(n),o=a.div(s),u=a.sub(o.mul(s));return Fl(e,yn(u,o)).depth(i).xyz.mul(t)});class hp extends ai{static get type(){return"MorphNode"}constructor(e){super("void"),this.mesh=e,this.morphBaseInfluence=xa(1),this.updateType=Qs.OBJECT}setup(e){const{geometry:r}=e,s=void 0!==r.morphAttributes.position,i=r.hasAttribute("normal")&&void 0!==r.morphAttributes.normal,n=r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color,a=void 0!==n?n.length:0,{texture:o,stride:u,size:l}=function(e){const r=void 0!==e.morphAttributes.position,s=void 0!==e.morphAttributes.normal,i=void 0!==e.morphAttributes.color,n=e.morphAttributes.position||e.morphAttributes.normal||e.morphAttributes.color,a=void 0!==n?n.length:0;let o=lp.get(e);if(void 0===o||o.count!==a){void 0!==o&&o.texture.dispose();const u=e.morphAttributes.position||[],l=e.morphAttributes.normal||[],d=e.morphAttributes.color||[];let c=0;!0===r&&(c=1),!0===s&&(c=2),!0===i&&(c=3);let h=e.attributes.position.count*c,p=1;const g=4096;h>g&&(p=Math.ceil(h/g),h=g);const m=new Float32Array(h*p*4*a),f=new W(m,h,p,a);f.type=H,f.needsUpdate=!0;const y=4*c;for(let x=0;x{const t=hn(0).toVar();this.mesh.count>1&&null!==this.mesh.morphTexture&&void 0!==this.mesh.morphTexture?t.assign(Fl(this.mesh.morphTexture,yn(pn(e).add(1),pn(jh))).r):t.assign(mc("morphTargetInfluences","float").element(e).toVar()),ln(t.notEqual(0),()=>{!0===s&&Bd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(0)})),!0===i&&zd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(1)}))})})}update(){const e=this.morphBaseInfluence;this.mesh.geometry.morphTargetsRelative?e.value=1:e.value=1-this.mesh.morphTargetInfluences.reduce((e,t)=>e+t,0)}}const pp=en(hp).setParameterLength(1);class gp extends ai{static get type(){return"LightingNode"}constructor(){super("vec3"),this.isLightingNode=!0}}class mp extends gp{static get type(){return"AONode"}constructor(e=null){super(),this.aoNode=e}setup(e){e.context.ambientOcclusion.mulAssign(this.aoNode)}}class fp extends xu{static get type(){return"LightingContextNode"}constructor(e,t=null,r=null,s=null){super(e),this.lightingModel=t,this.backdropNode=r,this.backdropAlphaNode=s,this._value=null}getContext(){const{backdropNode:e,backdropAlphaNode:t}=this,r={directDiffuse:Tn().toVar("directDiffuse"),directSpecular:Tn().toVar("directSpecular"),indirectDiffuse:Tn().toVar("indirectDiffuse"),indirectSpecular:Tn().toVar("indirectSpecular")};return{radiance:Tn().toVar("radiance"),irradiance:Tn().toVar("irradiance"),iblIrradiance:Tn().toVar("iblIrradiance"),ambientOcclusion:hn(1).toVar("ambientOcclusion"),reflectedLight:r,backdrop:e,backdropAlpha:t}}setup(e){return this.value=this._value||(this._value=this.getContext()),this.value.lightingModel=this.lightingModel||e.context.lightingModel,super.setup(e)}}const yp=en(fp);class bp extends gp{static get type(){return"IrradianceNode"}constructor(e){super(),this.node=e}setup(e){e.context.irradiance.addAssign(this.node)}}const xp=new t;class Tp extends Bl{static get type(){return"ViewportTextureNode"}constructor(e=Hl,t=null,r=null){let s=null;null===r?(s=new j,s.minFilter=q,r=s):s=r,super(r,e,t),this.generateMipmaps=!1,this.defaultFramebuffer=s,this.isOutputTextureNode=!0,this.updateBeforeType=Qs.FRAME,this._cacheTextures=new WeakMap}getTextureForReference(e=null){let t,r;if(this.referenceNode?(t=this.referenceNode.defaultFramebuffer,r=this.referenceNode._cacheTextures):(t=this.defaultFramebuffer,r=this._cacheTextures),null===e)return t;if(!1===r.has(e)){const s=t.clone();r.set(e,s)}return r.get(e)}updateReference(e){const t=e.renderer.getRenderTarget();return this.value=this.getTextureForReference(t),this.value}updateBefore(e){const t=e.renderer,r=t.getRenderTarget();null===r?t.getDrawingBufferSize(xp):xp.set(r.width,r.height);const s=this.getTextureForReference(r);s.image.width===xp.width&&s.image.height===xp.height||(s.image.width=xp.width,s.image.height=xp.height,s.needsUpdate=!0);const i=s.generateMipmaps;s.generateMipmaps=this.generateMipmaps,t.copyFramebufferToTexture(s),s.generateMipmaps=i}clone(){const e=new this.constructor(this.uvNode,this.levelNode,this.value);return e.generateMipmaps=this.generateMipmaps,e}}const _p=en(Tp).setParameterLength(0,3),vp=en(Tp,null,null,{generateMipmaps:!0}).setParameterLength(0,3);let Np=null;class Sp extends Tp{static get type(){return"ViewportDepthTextureNode"}constructor(e=Hl,t=null){null===Np&&(Np=new X),super(e,t,Np)}getTextureForReference(){return Np}}const Rp=en(Sp).setParameterLength(0,2);class Ap extends ai{static get type(){return"ViewportDepthNode"}constructor(e,t=null){super("float"),this.scope=e,this.valueNode=t,this.isViewportDepthNode=!0}generate(e){const{scope:t}=this;return t===Ap.DEPTH_BASE?e.getFragDepth():super.generate(e)}setup({camera:e}){const{scope:t}=this,r=this.valueNode;let s=null;if(t===Ap.DEPTH_BASE)null!==r&&(s=Bp().assign(r));else if(t===Ap.DEPTH)s=e.isPerspectiveCamera?wp(Dd.z,ed,td):Ep(Dd.z,ed,td);else if(t===Ap.LINEAR_DEPTH)if(null!==r)if(e.isPerspectiveCamera){const e=Cp(r,ed,td);s=Ep(e,ed,td)}else s=r;else s=Ep(Dd.z,ed,td);return s}}Ap.DEPTH_BASE="depthBase",Ap.DEPTH="depth",Ap.LINEAR_DEPTH="linearDepth";const Ep=(e,t,r)=>e.add(t).div(t.sub(r)),wp=(e,t,r)=>t.add(e).mul(r).div(r.sub(t).mul(e)),Cp=(e,t,r)=>t.mul(r).div(r.sub(t).mul(e).sub(r)),Mp=(e,t,r)=>{t=t.max(1e-6).toVar();const s=mo(e.negate().div(t)),i=mo(r.div(t));return s.div(i)},Bp=en(Ap,Ap.DEPTH_BASE),Lp=tn(Ap,Ap.DEPTH),Pp=en(Ap,Ap.LINEAR_DEPTH).setParameterLength(0,1),Fp=Pp(Rp());Lp.assign=e=>Bp(e);class Dp extends ai{static get type(){return"ClippingNode"}constructor(e=Dp.DEFAULT){super(),this.scope=e}setup(e){super.setup(e);const t=e.clippingContext,{intersectionPlanes:r,unionPlanes:s}=t;return this.hardwareClipping=e.material.hardwareClipping,this.scope===Dp.ALPHA_TO_COVERAGE?this.setupAlphaToCoverage(r,s):this.scope===Dp.HARDWARE?this.setupHardwareClipping(s,e):this.setupDefault(r,s)}setupAlphaToCoverage(e,t){return an(()=>{const r=hn().toVar("distanceToPlane"),s=hn().toVar("distanceToGradient"),i=hn(1).toVar("clipOpacity"),n=t.length;if(!1===this.hardwareClipping&&n>0){const e=Vl(t).setGroup(fa);op(n,({i:t})=>{const n=e.element(t);r.assign(Dd.dot(n.xyz).negate().add(n.w)),s.assign(r.fwidth().div(2)),i.mulAssign(uu(s.negate(),s,r))})}const a=e.length;if(a>0){const t=Vl(e).setGroup(fa),n=hn(1).toVar("intersectionClipOpacity");op(a,({i:e})=>{const i=t.element(e);r.assign(Dd.dot(i.xyz).negate().add(i.w)),s.assign(r.fwidth().div(2)),n.mulAssign(uu(s.negate(),s,r).oneMinus())}),i.mulAssign(n.oneMinus())}Un.a.mulAssign(i),Un.a.equal(0).discard()})()}setupDefault(e,t){return an(()=>{const r=t.length;if(!1===this.hardwareClipping&&r>0){const e=Vl(t).setGroup(fa);op(r,({i:t})=>{const r=e.element(t);Dd.dot(r.xyz).greaterThan(r.w).discard()})}const s=e.length;if(s>0){const t=Vl(e).setGroup(fa),r=mn(!0).toVar("clipped");op(s,({i:e})=>{const s=t.element(e);r.assign(Dd.dot(s.xyz).greaterThan(s.w).and(r))}),r.discard()}})()}setupHardwareClipping(e,t){const r=e.length;return t.enableHardwareClipping(r),an(()=>{const s=Vl(e).setGroup(fa),i=kl(t.getClipDistance());op(r,({i:e})=>{const t=s.element(e),r=Dd.dot(t.xyz).sub(t.w).negate();i.element(e).assign(r)})})()}}Dp.ALPHA_TO_COVERAGE="alphaToCoverage",Dp.DEFAULT="default",Dp.HARDWARE="hardware";const Up=an(([e])=>_o(Ma(1e4,vo(Ma(17,e.x).add(Ma(.1,e.y)))).mul(wa(.1,wo(vo(Ma(13,e.y).add(e.x))))))),Ip=an(([e])=>Up(fn(Up(e.xy),e.z))),Op=an(([e])=>{const t=Wo(Mo(Po(e.xyz)),Mo(Fo(e.xyz))),r=hn(1).div(hn(.05).mul(t)).toVar("pixScale"),s=fn(po(bo(mo(r))),po(xo(mo(r)))),i=fn(Ip(bo(s.x.mul(e.xyz))),Ip(bo(s.y.mul(e.xyz)))),n=_o(mo(r)),a=wa(Ma(n.oneMinus(),i.x),Ma(n,i.y)),o=$o(n,n.oneMinus()),u=Tn(a.mul(a).div(Ma(2,o).mul(Ca(1,o))),a.sub(Ma(.5,o)).div(Ca(1,o)),Ca(1,Ca(1,a).mul(Ca(1,a)).div(Ma(2,o).mul(Ca(1,o))))),l=a.lessThan(o.oneMinus()).select(a.lessThan(o).select(u.x,u.y),u.z);return nu(l,1e-6,1)}).setLayout({name:"getAlphaHashThreshold",type:"float",inputs:[{name:"position",type:"vec3"}]});class Vp extends Nl{static get type(){return"VertexColorNode"}constructor(e){super(null,"vec4"),this.isVertexColorNode=!0,this.index=e}getAttributeName(){const e=this.index;return"color"+(e>0?e:"")}generate(e){const t=this.getAttributeName(e);let r;return r=!0===e.hasGeometryAttribute(t)?super.generate(e):e.generateConst(this.nodeType,new s(1,1,1,1)),r}serialize(e){super.serialize(e),e.index=this.index}deserialize(e){super.deserialize(e),this.index=e.index}}const kp=(e=0)=>Yi(new Vp(e)),Gp=an(([e,t])=>$o(1,e.oneMinus().div(t)).oneMinus()).setLayout({name:"blendBurn",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),zp=an(([e,t])=>$o(e.div(t.oneMinus()),1)).setLayout({name:"blendDodge",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),$p=an(([e,t])=>e.oneMinus().mul(t.oneMinus()).oneMinus()).setLayout({name:"blendScreen",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Wp=an(([e,t])=>iu(e.mul(2).mul(t),e.oneMinus().mul(2).mul(t.oneMinus()).oneMinus(),Ho(.5,e))).setLayout({name:"blendOverlay",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Hp=an(([e,t])=>{const r=t.a.add(e.a.mul(t.a.oneMinus()));return Sn(t.rgb.mul(t.a).add(e.rgb.mul(e.a).mul(t.a.oneMinus())).div(r),r)}).setLayout({name:"blendColor",type:"vec4",inputs:[{name:"base",type:"vec4"},{name:"blend",type:"vec4"}]}),jp=an(([e])=>Sn(e.rgb.mul(e.a),e.a),{color:"vec4",return:"vec4"}),qp=an(([e])=>(ln(e.a.equal(0),()=>Sn(0)),Sn(e.rgb.div(e.a),e.a)),{color:"vec4",return:"vec4"});class Xp extends K{static get type(){return"NodeMaterial"}get type(){return this.constructor.type}set type(e){}constructor(){super(),this.isNodeMaterial=!0,this.fog=!0,this.lights=!1,this.hardwareClipping=!1,this.lightsNode=null,this.envNode=null,this.aoNode=null,this.colorNode=null,this.normalNode=null,this.opacityNode=null,this.backdropNode=null,this.backdropAlphaNode=null,this.alphaTestNode=null,this.maskNode=null,this.positionNode=null,this.geometryNode=null,this.depthNode=null,this.receivedShadowPositionNode=null,this.castShadowPositionNode=null,this.receivedShadowNode=null,this.castShadowNode=null,this.outputNode=null,this.mrtNode=null,this.fragmentNode=null,this.vertexNode=null,this.contextNode=null,Object.defineProperty(this,"shadowPositionNode",{get:()=>this.receivedShadowPositionNode,set:e=>{d('NodeMaterial: ".shadowPositionNode" was renamed to ".receivedShadowPositionNode".'),this.receivedShadowPositionNode=e}})}_getNodeChildren(){const e=[];for(const t of Object.getOwnPropertyNames(this)){if(!0===t.startsWith("_"))continue;const r=this[t];r&&!0===r.isNode&&e.push({property:t,childNode:r})}return e}customProgramCacheKey(){const e=[];for(const{property:t,childNode:r}of this._getNodeChildren())e.push(Fs(t.slice(0,-4)),r.getCacheKey());return this.type+Ds(e)}build(e){this.setup(e)}setupObserver(e){return new Ls(e)}setup(e){e.context.setupNormal=()=>Lu(this.setupNormal(e),"NORMAL","vec3"),e.context.setupPositionView=()=>this.setupPositionView(e),e.context.setupModelViewProjection=()=>this.setupModelViewProjection(e);const t=e.renderer,r=t.getRenderTarget();!0===t.contextNode.isContextNode?e.context={...e.context,...t.contextNode.getFlowContextData()}:o('NodeMaterial: "renderer.contextNode" must be an instance of `context()`.'),null!==this.contextNode&&(!0===this.contextNode.isContextNode?e.context={...e.context,...this.contextNode.getFlowContextData()}:o('NodeMaterial: "material.contextNode" must be an instance of `context()`.')),e.addStack();const s=Lu(this.setupVertex(e),"VERTEX"),i=this.vertexNode||s;let n;e.stack.outputNode=i,this.setupHardwareClipping(e),null!==this.geometryNode&&(e.stack.outputNode=e.stack.outputNode.bypass(this.geometryNode)),e.addFlow("vertex",e.removeStack()),e.addStack();const a=this.setupClipping(e);if(!0!==this.depthWrite&&!0!==this.depthTest||(null!==r?!0===r.depthBuffer&&this.setupDepth(e):!0===t.depth&&this.setupDepth(e)),null===this.fragmentNode){this.setupDiffuseColor(e),this.setupVariants(e);const s=this.setupLighting(e);null!==a&&e.stack.addToStack(a);const i=Sn(s,Un.a).max(0);n=this.setupOutput(e,i),ra.assign(n);const o=null!==this.outputNode;if(o&&(n=this.outputNode),e.context.getOutput&&(n=e.context.getOutput(n,e)),null!==r){const e=t.getMRT(),r=this.mrtNode;null!==e?(o&&ra.assign(n),n=e,null!==r&&(n=e.merge(r))):null!==r&&(n=r)}}else{let t=this.fragmentNode;!0!==t.isOutputStructNode&&(t=Sn(t)),n=this.setupOutput(e,t)}e.stack.outputNode=n,e.addFlow("fragment",e.removeStack()),e.observer=this.setupObserver(e)}setupClipping(e){if(null===e.clippingContext)return null;const{unionPlanes:t,intersectionPlanes:r}=e.clippingContext;let s=null;if(t.length>0||r.length>0){const t=e.renderer.currentSamples;this.alphaToCoverage&&t>1?s=Yi(new Dp(Dp.ALPHA_TO_COVERAGE)):e.stack.addToStack(Yi(new Dp))}return s}setupHardwareClipping(e){if(this.hardwareClipping=!1,null===e.clippingContext)return;const t=e.clippingContext.unionPlanes.length;t>0&&t<=8&&e.isAvailable("clipDistance")&&(e.stack.addToStack(Yi(new Dp(Dp.HARDWARE))),this.hardwareClipping=!0)}setupDepth(e){const{renderer:t,camera:r}=e;let s=this.depthNode;if(null===s){const e=t.getMRT();e&&e.has("depth")?s=e.get("depth"):!0===t.logarithmicDepthBuffer&&(s=r.isPerspectiveCamera?Mp(Dd.z,ed,td):Ep(Dd.z,ed,td))}null!==s&&Lp.assign(s).toStack()}setupPositionView(){return Ad.mul(Bd).xyz}setupModelViewProjection(){return rd.mul(Dd)}setupVertex(e){return e.addStack(),this.setupPosition(e),e.context.vertex=e.removeStack(),Vh}setupPosition(e){const{object:t,geometry:r}=e;if((r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color)&&pp(t).toStack(),!0===t.isSkinnedMesh&&np(t).toStack(),this.displacementMap){const e=bc("displacementMap","texture"),t=bc("displacementScale","float"),r=bc("displacementBias","float");Bd.addAssign(zd.normalize().mul(e.x.mul(t).add(r)))}return t.isBatchedMesh&&rp(t).toStack(),t.isInstancedMesh&&t.instanceMatrix&&!0===t.instanceMatrix.isInstancedBufferAttribute&&ep(t).toStack(),null!==this.positionNode&&Bd.assign(Lu(this.positionNode,"POSITION","vec3")),Bd}setupDiffuseColor(e){const{object:t,geometry:r}=e;null!==this.maskNode&&mn(this.maskNode).not().discard();let s=this.colorNode?Sn(this.colorNode):rh;if(!0===this.vertexColors&&r.hasAttribute("color")&&(s=s.mul(kp())),t.instanceColor){s=Dn("vec3","vInstanceColor").mul(s)}if(t.isBatchedMesh&&t._colorsTexture){s=Dn("vec3","vBatchColor").mul(s)}Un.assign(s);const i=this.opacityNode?hn(this.opacityNode):nh;Un.a.assign(Un.a.mul(i));let n=null;(null!==this.alphaTestNode||this.alphaTest>0)&&(n=null!==this.alphaTestNode?hn(this.alphaTestNode):th,!0===this.alphaToCoverage?(Un.a=uu(n,n.add(Oo(Un.a)),Un.a),Un.a.lessThanEqual(0).discard()):Un.a.lessThanEqual(n).discard()),!0===this.alphaHash&&Un.a.lessThan(Op(Bd)).discard(),e.isOpaque()&&Un.a.assign(1)}setupVariants(){}setupOutgoingLight(){return!0===this.lights?Tn(0):Un.rgb}setupNormal(){return this.normalNode?Tn(this.normalNode):ph}setupEnvironment(){let e=null;return this.envNode?e=this.envNode:this.envMap&&(e=this.envMap.isCubeTexture?bc("envMap","cubeTexture"):bc("envMap","texture")),e}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new bp(Uh)),t}setupLights(e){const t=[],r=this.setupEnvironment(e);r&&r.isLightingNode&&t.push(r);const s=this.setupLightMap(e);s&&s.isLightingNode&&t.push(s);let i=this.aoNode;null===i&&e.material.aoMap&&(i=Ih),e.context.getAO&&(i=e.context.getAO(i,e)),i&&t.push(new mp(i));let n=this.lightsNode||e.lightsNode;return t.length>0&&(n=e.renderer.lighting.createNode([...n.getLights(),...t])),n}setupLightingModel(){}setupLighting(e){const{material:t}=e,{backdropNode:r,backdropAlphaNode:s,emissiveNode:i}=this,n=!0===this.lights||null!==this.lightsNode?this.setupLights(e):null;let a=this.setupOutgoingLight(e);if(n&&n.getScope().hasLights){const t=this.setupLightingModel(e)||null;a=yp(n,t,r,s)}else null!==r&&(a=Tn(null!==s?iu(a,r,s):r));return(i&&!0===i.isNode||t.emissive&&!0===t.emissive.isColor)&&(On.assign(Tn(i||ih)),a=a.add(On)),a}setupFog(e,t){const r=e.fogNode;return r&&(ra.assign(t),t=Sn(r.toVar())),t}setupPremultipliedAlpha(e,t){return jp(t)}setupOutput(e,t){return!0===this.fog&&(t=this.setupFog(e,t)),!0===this.premultipliedAlpha&&(t=this.setupPremultipliedAlpha(e,t)),t}setDefaultValues(e){for(const t in e){const r=e[t];void 0===this[t]&&(this[t]=r,r&&r.clone&&(this[t]=r.clone()))}const t=Object.getOwnPropertyDescriptors(e.constructor.prototype);for(const e in t)void 0===Object.getOwnPropertyDescriptor(this.constructor.prototype,e)&&void 0!==t[e].get&&Object.defineProperty(this.constructor.prototype,e,t[e])}toJSON(e){const t=void 0===e||"string"==typeof e;t&&(e={textures:{},images:{},nodes:{}});const r=K.prototype.toJSON.call(this,e);r.inputNodes={};for(const{property:t,childNode:s}of this._getNodeChildren())r.inputNodes[t]=s.toJSON(e).uuid;function s(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(t){const t=s(e.textures),i=s(e.images),n=s(e.nodes);t.length>0&&(r.textures=t),i.length>0&&(r.images=i),n.length>0&&(r.nodes=n)}return r}copy(e){return this.lightsNode=e.lightsNode,this.envNode=e.envNode,this.aoNode=e.aoNode,this.colorNode=e.colorNode,this.normalNode=e.normalNode,this.opacityNode=e.opacityNode,this.backdropNode=e.backdropNode,this.backdropAlphaNode=e.backdropAlphaNode,this.alphaTestNode=e.alphaTestNode,this.maskNode=e.maskNode,this.positionNode=e.positionNode,this.geometryNode=e.geometryNode,this.depthNode=e.depthNode,this.receivedShadowPositionNode=e.receivedShadowPositionNode,this.castShadowPositionNode=e.castShadowPositionNode,this.receivedShadowNode=e.receivedShadowNode,this.castShadowNode=e.castShadowNode,this.outputNode=e.outputNode,this.mrtNode=e.mrtNode,this.fragmentNode=e.fragmentNode,this.vertexNode=e.vertexNode,this.contextNode=e.contextNode,super.copy(e)}}const Kp=new Y;class Yp extends Xp{static get type(){return"LineBasicNodeMaterial"}constructor(e){super(),this.isLineBasicNodeMaterial=!0,this.setDefaultValues(Kp),this.setValues(e)}}const Qp=new Q;class Zp extends Xp{static get type(){return"LineDashedNodeMaterial"}constructor(e){super(),this.isLineDashedNodeMaterial=!0,this.setDefaultValues(Qp),this.dashOffset=0,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.setValues(e)}setupVariants(){const e=this.offsetNode?hn(this.offsetNode):Ph,t=this.dashScaleNode?hn(this.dashScaleNode):Ch,r=this.dashSizeNode?hn(this.dashSizeNode):Mh,s=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(r),ia.assign(s);const i=Fu(Sl("lineDistance").mul(t));(e?i.add(e):i).mod(sa.add(ia)).greaterThan(sa).discard()}}let Jp=null;class eg extends Tp{static get type(){return"ViewportSharedTextureNode"}constructor(e=Hl,t=null){null===Jp&&(Jp=new j),super(e,t,Jp)}getTextureForReference(){return Jp}updateReference(){return this}}const tg=en(eg).setParameterLength(0,2),rg=new Q;class sg extends Xp{static get type(){return"Line2NodeMaterial"}constructor(e={}){super(),this.isLine2NodeMaterial=!0,this.setDefaultValues(rg),this.useColor=e.vertexColors,this.dashOffset=0,this.lineColorNode=null,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.blending=Z,this._useDash=e.dashed,this._useAlphaToCoverage=!0,this._useWorldUnits=!1,this.setValues(e)}setup(e){const{renderer:t}=e,r=this._useAlphaToCoverage,s=this.useColor,i=this._useDash,n=this._useWorldUnits,a=an(({start:e,end:t})=>{const r=rd.element(2).element(2),s=rd.element(3).element(2).mul(-.5).div(r).sub(e.z).div(t.z.sub(e.z));return Sn(iu(e.xyz,t.xyz,s),t.w)}).setLayout({name:"trimSegment",type:"vec4",inputs:[{name:"start",type:"vec4"},{name:"end",type:"vec4"}]});this.vertexNode=an(()=>{const e=Sl("instanceStart"),t=Sl("instanceEnd"),r=Sn(Ad.mul(Sn(e,1))).toVar("start"),s=Sn(Ad.mul(Sn(t,1))).toVar("end");if(i){const e=this.dashScaleNode?hn(this.dashScaleNode):Ch,t=this.offsetNode?hn(this.offsetNode):Ph,r=Sl("instanceDistanceStart"),s=Sl("instanceDistanceEnd");let i=Md.y.lessThan(.5).select(e.mul(r),e.mul(s));i=i.add(t),Dn("float","lineDistance").assign(i)}n&&(Dn("vec3","worldStart").assign(r.xyz),Dn("vec3","worldEnd").assign(s.xyz));const o=Xl.z.div(Xl.w),u=rd.element(2).element(3).equal(-1);ln(u,()=>{ln(r.z.lessThan(0).and(s.z.greaterThan(0)),()=>{s.assign(a({start:r,end:s}))}).ElseIf(s.z.lessThan(0).and(r.z.greaterThanEqual(0)),()=>{r.assign(a({start:s,end:r}))})});const l=rd.mul(r),d=rd.mul(s),c=l.xyz.div(l.w),h=d.xyz.div(d.w),p=h.xy.sub(c.xy).toVar();p.x.assign(p.x.mul(o)),p.assign(p.normalize());const g=Sn().toVar();if(n){const e=s.xyz.sub(r.xyz).normalize(),t=iu(r.xyz,s.xyz,.5).normalize(),n=e.cross(t).normalize(),a=e.cross(n),o=Dn("vec4","worldPos");o.assign(Md.y.lessThan(.5).select(r,s));const u=Lh.mul(.5);o.addAssign(Sn(Md.x.lessThan(0).select(n.mul(u),n.mul(u).negate()),0)),i||(o.addAssign(Sn(Md.y.lessThan(.5).select(e.mul(u).negate(),e.mul(u)),0)),o.addAssign(Sn(a.mul(u),0)),ln(Md.y.greaterThan(1).or(Md.y.lessThan(0)),()=>{o.subAssign(Sn(a.mul(2).mul(u),0))})),g.assign(rd.mul(o));const l=Tn().toVar();l.assign(Md.y.lessThan(.5).select(c,h)),g.z.assign(l.z.mul(g.w))}else{const e=fn(p.y,p.x.negate()).toVar("offset");p.x.assign(p.x.div(o)),e.x.assign(e.x.div(o)),e.assign(Md.x.lessThan(0).select(e.negate(),e)),ln(Md.y.lessThan(0),()=>{e.assign(e.sub(p))}).ElseIf(Md.y.greaterThan(1),()=>{e.assign(e.add(p))}),e.assign(e.mul(Lh)),e.assign(e.div(Xl.w.div(Wl))),g.assign(Md.y.lessThan(.5).select(l,d)),e.assign(e.mul(g.w)),g.assign(g.add(Sn(e,0,0)))}return g})();const o=an(({p1:e,p2:t,p3:r,p4:s})=>{const i=e.sub(r),n=s.sub(r),a=t.sub(e),o=i.dot(n),u=n.dot(a),l=i.dot(a),d=n.dot(n),c=a.dot(a).mul(d).sub(u.mul(u)),h=o.mul(u).sub(l.mul(d)).div(c).clamp(),p=o.add(u.mul(h)).div(d).clamp();return fn(h,p)});if(this.colorNode=an(()=>{const e=Rl();if(i){const t=this.dashSizeNode?hn(this.dashSizeNode):Mh,r=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(t),ia.assign(r);const s=Dn("float","lineDistance");e.y.lessThan(-1).or(e.y.greaterThan(1)).discard(),s.mod(sa.add(ia)).greaterThan(sa).discard()}const a=hn(1).toVar("alpha");if(n){const e=Dn("vec3","worldStart"),s=Dn("vec3","worldEnd"),n=Dn("vec4","worldPos").xyz.normalize().mul(1e5),u=s.sub(e),l=o({p1:e,p2:s,p3:Tn(0,0,0),p4:n}),d=e.add(u.mul(l.x)),c=n.mul(l.y),h=d.sub(c).length().div(Lh);if(!i)if(r&&t.currentSamples>0){const e=h.fwidth();a.assign(uu(e.negate().add(.5),e.add(.5),h).oneMinus())}else h.greaterThan(.5).discard()}else if(r&&t.currentSamples>0){const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1)),s=t.mul(t).add(r.mul(r)),i=hn(s.fwidth()).toVar("dlen");ln(e.y.abs().greaterThan(1),()=>{a.assign(uu(i.oneMinus(),i.add(1),s).oneMinus())})}else ln(e.y.abs().greaterThan(1),()=>{const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1));t.mul(t).add(r.mul(r)).greaterThan(1).discard()});let u;if(this.lineColorNode)u=this.lineColorNode;else if(s){const e=Sl("instanceColorStart"),t=Sl("instanceColorEnd");u=Md.y.lessThan(.5).select(e,t).mul(rh)}else u=rh;return Sn(u,a)})(),this.transparent){const e=this.opacityNode?hn(this.opacityNode):nh;this.outputNode=Sn(this.colorNode.rgb.mul(e).add(tg().rgb.mul(e.oneMinus())),this.colorNode.a)}super.setup(e)}get worldUnits(){return this._useWorldUnits}set worldUnits(e){this._useWorldUnits!==e&&(this._useWorldUnits=e,this.needsUpdate=!0)}get dashed(){return this._useDash}set dashed(e){this._useDash!==e&&(this._useDash=e,this.needsUpdate=!0)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const ig=new J;class ng extends Xp{static get type(){return"MeshNormalNodeMaterial"}constructor(e){super(),this.isMeshNormalNodeMaterial=!0,this.setDefaultValues(ig),this.setValues(e)}setupDiffuseColor(){const e=this.opacityNode?hn(this.opacityNode):nh;Un.assign(Gu(Sn(Hc(jd),e),ee))}}const ag=an(([e=Fd])=>{const t=e.z.atan(e.x).mul(1/(2*Math.PI)).add(.5),r=e.y.clamp(-1,1).asin().mul(1/Math.PI).add(.5);return fn(t,r)});class og extends te{constructor(e=1,t={}){super(e,t),this.isCubeRenderTarget=!0}fromEquirectangularTexture(e,t){const r=t.minFilter,s=t.generateMipmaps;t.generateMipmaps=!0,this.texture.type=t.type,this.texture.colorSpace=t.colorSpace,this.texture.generateMipmaps=t.generateMipmaps,this.texture.minFilter=t.minFilter,this.texture.magFilter=t.magFilter;const i=new re(5,5,5),n=ag(Fd),a=new Xp;a.colorNode=Pl(t,n,0),a.side=w,a.blending=Z;const o=new se(i,a),u=new ie;u.add(o),t.minFilter===q&&(t.minFilter=ne);const l=new ae(1,10,this),d=e.getMRT();return e.setMRT(null),l.update(e,u),e.setMRT(d),t.minFilter=r,t.currentGenerateMipmaps=s,o.geometry.dispose(),o.material.dispose(),this}}const ug=new WeakMap;class lg extends li{static get type(){return"CubeMapNode"}constructor(e){super("vec3"),this.envNode=e,this._cubeTexture=null,this._cubeTextureNode=hc(null);const t=new B;t.isRenderTargetTexture=!0,this._defaultTexture=t,this.updateBeforeType=Qs.RENDER}updateBefore(e){const{renderer:t,material:r}=e,s=this.envNode;if(s.isTextureNode||s.isMaterialReferenceNode){const e=s.isTextureNode?s.value:r[s.property];if(e&&e.isTexture){const r=e.mapping;if(r===oe||r===ue){if(ug.has(e)){const t=ug.get(e);cg(t,e.mapping),this._cubeTexture=t}else{const r=e.image;if(function(e){return null!=e&&e.height>0}(r)){const s=new og(r.height);s.fromEquirectangularTexture(t,e),cg(s.texture,e.mapping),this._cubeTexture=s.texture,ug.set(e,s.texture),e.addEventListener("dispose",dg)}else this._cubeTexture=this._defaultTexture}this._cubeTextureNode.value=this._cubeTexture}else this._cubeTextureNode=this.envNode}}}setup(e){return this.updateBefore(e),this._cubeTextureNode}}function dg(e){const t=e.target;t.removeEventListener("dispose",dg);const r=ug.get(t);void 0!==r&&(ug.delete(t),r.dispose())}function cg(e,t){t===oe?e.mapping=L:t===ue&&(e.mapping=P)}const hg=en(lg).setParameterLength(1);class pg extends gp{static get type(){return"BasicEnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){e.context.environment=hg(this.envNode)}}class gg extends gp{static get type(){return"BasicLightMapNode"}constructor(e=null){super(),this.lightMapNode=e}setup(e){const t=hn(1/Math.PI);e.context.irradianceLightMap=this.lightMapNode.mul(t)}}class mg{start(e){e.lightsNode.setupLights(e,e.lightsNode.getLightNodes(e)),this.indirect(e)}finish(){}direct(){}directRectArea(){}indirect(){}ambientOcclusion(){}}class fg extends mg{constructor(){super()}indirect({context:e}){const t=e.ambientOcclusion,r=e.reflectedLight,s=e.irradianceLightMap;r.indirectDiffuse.assign(Sn(0)),s?r.indirectDiffuse.addAssign(s):r.indirectDiffuse.addAssign(Sn(1,1,1,0)),r.indirectDiffuse.mulAssign(t),r.indirectDiffuse.mulAssign(Un.rgb)}finish(e){const{material:t,context:r}=e,s=r.outgoingLight,i=e.context.environment;if(i)switch(t.combine){case ce:s.rgb.assign(iu(s.rgb,s.rgb.mul(i.rgb),lh.mul(dh)));break;case de:s.rgb.assign(iu(s.rgb,i.rgb,lh.mul(dh)));break;case le:s.rgb.addAssign(i.rgb.mul(lh.mul(dh)));break;default:d("BasicLightingModel: Unsupported .combine value:",t.combine)}}}const yg=new he;class bg extends Xp{static get type(){return"MeshBasicNodeMaterial"}constructor(e){super(),this.isMeshBasicNodeMaterial=!0,this.lights=!0,this.setDefaultValues(yg),this.setValues(e)}setupNormal(){return kd(Wd)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new gg(Uh)),t}setupOutgoingLight(){return Un.rgb}setupLightingModel(){return new fg}}const xg=an(({f0:e,f90:t,dotVH:r})=>{const s=r.mul(-5.55473).sub(6.98316).mul(r).exp2();return e.mul(s.oneMinus()).add(t.mul(s))}),Tg=an(e=>e.diffuseColor.mul(1/Math.PI)),_g=an(({dotNH:e})=>ta.mul(hn(.5)).add(1).mul(hn(1/Math.PI)).mul(e.pow(ta))),vg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=jd.dot(t).clamp(),s=Ud.dot(t).clamp(),i=xg({f0:Zn,f90:1,dotVH:s}),n=hn(.25),a=_g({dotNH:r});return i.mul(n).mul(a)});class Ng extends fg{constructor(e=!0){super(),this.specular=e}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=jd.dot(e).clamp().mul(t);r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:Un.rgb}))),!0===this.specular&&r.directSpecular.addAssign(s.mul(vg({lightDirection:e})).mul(lh))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const Sg=new pe;class Rg extends Xp{static get type(){return"MeshLambertNodeMaterial"}constructor(e){super(),this.isMeshLambertNodeMaterial=!0,this.lights=!0,this.setDefaultValues(Sg),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng(!1)}}const Ag=new ge;class Eg extends Xp{static get type(){return"MeshPhongNodeMaterial"}constructor(e){super(),this.isMeshPhongNodeMaterial=!0,this.lights=!0,this.shininessNode=null,this.specularNode=null,this.setDefaultValues(Ag),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng}setupVariants(){const e=(this.shininessNode?hn(this.shininessNode):sh).max(1e-4);ta.assign(e);const t=this.specularNode||ah;Zn.assign(t)}copy(e){return this.shininessNode=e.shininessNode,this.specularNode=e.specularNode,super.copy(e)}}const wg=an(e=>{if(!1===e.geometry.hasAttribute("normal"))return hn(0);const t=Wd.dFdx().abs().max(Wd.dFdy().abs());return t.x.max(t.y).max(t.z)}),Cg=an(e=>{const{roughness:t}=e,r=wg();let s=t.max(.0525);return s=s.add(r),s=s.min(1),s}),Mg=an(({alpha:e,dotNL:t,dotNV:r})=>{const s=e.pow2(),i=t.mul(s.add(s.oneMinus().mul(r.pow2())).sqrt()),n=r.mul(s.add(s.oneMinus().mul(t.pow2())).sqrt());return Ba(.5,i.add(n).max(to))}).setLayout({name:"V_GGX_SmithCorrelated",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNL",type:"float"},{name:"dotNV",type:"float"}]}),Bg=an(({alphaT:e,alphaB:t,dotTV:r,dotBV:s,dotTL:i,dotBL:n,dotNV:a,dotNL:o})=>{const u=o.mul(Tn(e.mul(r),t.mul(s),a).length()),l=a.mul(Tn(e.mul(i),t.mul(n),o).length());return Ba(.5,u.add(l))}).setLayout({name:"V_GGX_SmithCorrelated_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotTV",type:"float",qualifier:"in"},{name:"dotBV",type:"float",qualifier:"in"},{name:"dotTL",type:"float",qualifier:"in"},{name:"dotBL",type:"float",qualifier:"in"},{name:"dotNV",type:"float",qualifier:"in"},{name:"dotNL",type:"float",qualifier:"in"}]}),Lg=an(({alpha:e,dotNH:t})=>{const r=e.pow2(),s=t.pow2().mul(r.oneMinus()).oneMinus();return r.div(s.pow2()).mul(1/Math.PI)}).setLayout({name:"D_GGX",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNH",type:"float"}]}),Pg=hn(1/Math.PI),Fg=an(({alphaT:e,alphaB:t,dotNH:r,dotTH:s,dotBH:i})=>{const n=e.mul(t),a=Tn(t.mul(s),e.mul(i),n.mul(r)),o=a.dot(a),u=n.div(o);return Pg.mul(n.mul(u.pow2()))}).setLayout({name:"D_GGX_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotNH",type:"float",qualifier:"in"},{name:"dotTH",type:"float",qualifier:"in"},{name:"dotBH",type:"float",qualifier:"in"}]}),Dg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,normalView:n=jd,USE_IRIDESCENCE:a,USE_ANISOTROPY:o})=>{const u=s.pow2(),l=e.add(Ud).normalize(),d=n.dot(e).clamp(),c=n.dot(Ud).clamp(),h=n.dot(l).clamp(),p=Ud.dot(l).clamp();let g,m,f=xg({f0:t,f90:r,dotVH:p});if(qi(a)&&(f=Hn.mix(f,i)),qi(o)){const t=Yn.dot(e),r=Yn.dot(Ud),s=Yn.dot(l),i=Qn.dot(e),n=Qn.dot(Ud),a=Qn.dot(l);g=Bg({alphaT:Xn,alphaB:u,dotTV:r,dotBV:n,dotTL:t,dotBL:i,dotNV:c,dotNL:d}),m=Fg({alphaT:Xn,alphaB:u,dotNH:h,dotTH:s,dotBH:a})}else g=Mg({alpha:u,dotNL:d,dotNV:c}),m=Lg({alpha:u,dotNH:h});return f.mul(g).mul(m)}),Ug=new Uint16Array([12469,15057,12620,14925,13266,14620,13807,14376,14323,13990,14545,13625,14713,13328,14840,12882,14931,12528,14996,12233,15039,11829,15066,11525,15080,11295,15085,10976,15082,10705,15073,10495,13880,14564,13898,14542,13977,14430,14158,14124,14393,13732,14556,13410,14702,12996,14814,12596,14891,12291,14937,11834,14957,11489,14958,11194,14943,10803,14921,10506,14893,10278,14858,9960,14484,14039,14487,14025,14499,13941,14524,13740,14574,13468,14654,13106,14743,12678,14818,12344,14867,11893,14889,11509,14893,11180,14881,10751,14852,10428,14812,10128,14765,9754,14712,9466,14764,13480,14764,13475,14766,13440,14766,13347,14769,13070,14786,12713,14816,12387,14844,11957,14860,11549,14868,11215,14855,10751,14825,10403,14782,10044,14729,9651,14666,9352,14599,9029,14967,12835,14966,12831,14963,12804,14954,12723,14936,12564,14917,12347,14900,11958,14886,11569,14878,11247,14859,10765,14828,10401,14784,10011,14727,9600,14660,9289,14586,8893,14508,8533,15111,12234,15110,12234,15104,12216,15092,12156,15067,12010,15028,11776,14981,11500,14942,11205,14902,10752,14861,10393,14812,9991,14752,9570,14682,9252,14603,8808,14519,8445,14431,8145,15209,11449,15208,11451,15202,11451,15190,11438,15163,11384,15117,11274,15055,10979,14994,10648,14932,10343,14871,9936,14803,9532,14729,9218,14645,8742,14556,8381,14461,8020,14365,7603,15273,10603,15272,10607,15267,10619,15256,10631,15231,10614,15182,10535,15118,10389,15042,10167,14963,9787,14883,9447,14800,9115,14710,8665,14615,8318,14514,7911,14411,7507,14279,7198,15314,9675,15313,9683,15309,9712,15298,9759,15277,9797,15229,9773,15166,9668,15084,9487,14995,9274,14898,8910,14800,8539,14697,8234,14590,7790,14479,7409,14367,7067,14178,6621,15337,8619,15337,8631,15333,8677,15325,8769,15305,8871,15264,8940,15202,8909,15119,8775,15022,8565,14916,8328,14804,8009,14688,7614,14569,7287,14448,6888,14321,6483,14088,6171,15350,7402,15350,7419,15347,7480,15340,7613,15322,7804,15287,7973,15229,8057,15148,8012,15046,7846,14933,7611,14810,7357,14682,7069,14552,6656,14421,6316,14251,5948,14007,5528,15356,5942,15356,5977,15353,6119,15348,6294,15332,6551,15302,6824,15249,7044,15171,7122,15070,7050,14949,6861,14818,6611,14679,6349,14538,6067,14398,5651,14189,5311,13935,4958,15359,4123,15359,4153,15356,4296,15353,4646,15338,5160,15311,5508,15263,5829,15188,6042,15088,6094,14966,6001,14826,5796,14678,5543,14527,5287,14377,4985,14133,4586,13869,4257,15360,1563,15360,1642,15358,2076,15354,2636,15341,3350,15317,4019,15273,4429,15203,4732,15105,4911,14981,4932,14836,4818,14679,4621,14517,4386,14359,4156,14083,3795,13808,3437,15360,122,15360,137,15358,285,15355,636,15344,1274,15322,2177,15281,2765,15215,3223,15120,3451,14995,3569,14846,3567,14681,3466,14511,3305,14344,3121,14037,2800,13753,2467,15360,0,15360,1,15359,21,15355,89,15346,253,15325,479,15287,796,15225,1148,15133,1492,15008,1749,14856,1882,14685,1886,14506,1783,14324,1608,13996,1398,13702,1183]);let Ig=null;const Og=an(({roughness:e,dotNV:t})=>{null===Ig&&(Ig=new me(Ug,16,16,V,fe),Ig.name="DFG_LUT",Ig.minFilter=ne,Ig.magFilter=ne,Ig.wrapS=ye,Ig.wrapT=ye,Ig.generateMipmaps=!1,Ig.needsUpdate=!0);const r=fn(e,t);return Pl(Ig,r).rg}),Vg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a})=>{const o=Dg({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a}),u=jd.dot(e).clamp(),l=jd.dot(Ud).clamp(),d=Og({roughness:s,dotNV:l}),c=Og({roughness:s,dotNV:u}),h=t.mul(d.x).add(r.mul(d.y)),p=t.mul(c.x).add(r.mul(c.y)),g=d.x.add(d.y),m=c.x.add(c.y),f=hn(1).sub(g),y=hn(1).sub(m),b=t.add(t.oneMinus().mul(.047619)),x=h.mul(p).mul(b).div(hn(1).sub(f.mul(y).mul(b).mul(b)).add(to)),T=f.mul(y),_=x.mul(T);return o.add(_)}),kg=an(e=>{const{dotNV:t,specularColor:r,specularF90:s,roughness:i}=e,n=Og({dotNV:t,roughness:i});return r.mul(n.x).add(s.mul(n.y))}),Gg=an(({f:e,f90:t,dotVH:r})=>{const s=r.oneMinus().saturate(),i=s.mul(s),n=s.mul(i,i).clamp(0,.9999);return e.sub(Tn(t).mul(n)).div(n.oneMinus())}).setLayout({name:"Schlick_to_F0",type:"vec3",inputs:[{name:"f",type:"vec3"},{name:"f90",type:"float"},{name:"dotVH",type:"float"}]}),zg=an(({roughness:e,dotNH:t})=>{const r=e.pow2(),s=hn(1).div(r),i=t.pow2().oneMinus().max(.0078125);return hn(2).add(s).mul(i.pow(s.mul(.5))).div(2*Math.PI)}).setLayout({name:"D_Charlie",type:"float",inputs:[{name:"roughness",type:"float"},{name:"dotNH",type:"float"}]}),$g=an(({dotNV:e,dotNL:t})=>hn(1).div(hn(4).mul(t.add(e).sub(t.mul(e))))).setLayout({name:"V_Neubelt",type:"float",inputs:[{name:"dotNV",type:"float"},{name:"dotNL",type:"float"}]}),Wg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=jd.dot(e).clamp(),s=jd.dot(Ud).clamp(),i=jd.dot(t).clamp(),n=zg({roughness:Wn,dotNH:i}),a=$g({dotNV:s,dotNL:r});return $n.mul(n).mul(a)}),Hg=an(({N:e,V:t,roughness:r})=>{const s=e.dot(t).saturate(),i=fn(r,s.oneMinus().sqrt());return i.assign(i.mul(.984375).add(.0078125)),i}).setLayout({name:"LTC_Uv",type:"vec2",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"roughness",type:"float"}]}),jg=an(({f:e})=>{const t=e.length();return Wo(t.mul(t).add(e.z).div(t.add(1)),0)}).setLayout({name:"LTC_ClippedSphereFormFactor",type:"float",inputs:[{name:"f",type:"vec3"}]}),qg=an(({v1:e,v2:t})=>{const r=e.dot(t),s=r.abs().toVar(),i=s.mul(.0145206).add(.4965155).mul(s).add(.8543985).toVar(),n=s.add(4.1616724).mul(s).add(3.417594).toVar(),a=i.div(n),o=r.greaterThan(0).select(a,Wo(r.mul(r).oneMinus(),1e-7).inverseSqrt().mul(.5).sub(a));return e.cross(t).mul(o)}).setLayout({name:"LTC_EdgeVectorFormFactor",type:"vec3",inputs:[{name:"v1",type:"vec3"},{name:"v2",type:"vec3"}]}),Xg=an(({N:e,V:t,P:r,mInv:s,p0:i,p1:n,p2:a,p3:o})=>{const u=n.sub(i).toVar(),l=o.sub(i).toVar(),d=u.cross(l),c=Tn().toVar();return ln(d.dot(r.sub(i)).greaterThanEqual(0),()=>{const u=t.sub(e.mul(t.dot(e))).normalize(),l=e.cross(u).negate(),d=s.mul(Cn(u,l,e).transpose()).toVar(),h=d.mul(i.sub(r)).normalize().toVar(),p=d.mul(n.sub(r)).normalize().toVar(),g=d.mul(a.sub(r)).normalize().toVar(),m=d.mul(o.sub(r)).normalize().toVar(),f=Tn(0).toVar();f.addAssign(qg({v1:h,v2:p})),f.addAssign(qg({v1:p,v2:g})),f.addAssign(qg({v1:g,v2:m})),f.addAssign(qg({v1:m,v2:h})),c.assign(Tn(jg({f:f})))}),c}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"P",type:"vec3"},{name:"mInv",type:"mat3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Kg=an(({P:e,p0:t,p1:r,p2:s,p3:i})=>{const n=r.sub(t).toVar(),a=i.sub(t).toVar(),o=n.cross(a),u=Tn().toVar();return ln(o.dot(e.sub(t)).greaterThanEqual(0),()=>{const n=t.sub(e).normalize().toVar(),a=r.sub(e).normalize().toVar(),o=s.sub(e).normalize().toVar(),l=i.sub(e).normalize().toVar(),d=Tn(0).toVar();d.addAssign(qg({v1:n,v2:a})),d.addAssign(qg({v1:a,v2:o})),d.addAssign(qg({v1:o,v2:l})),d.addAssign(qg({v1:l,v2:n})),u.assign(Tn(jg({f:d.abs()})))}),u}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"P",type:"vec3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Yg=1/6,Qg=e=>Ma(Yg,Ma(e,Ma(e,e.negate().add(3)).sub(3)).add(1)),Zg=e=>Ma(Yg,Ma(e,Ma(e,Ma(3,e).sub(6))).add(4)),Jg=e=>Ma(Yg,Ma(e,Ma(e,Ma(-3,e).add(3)).add(3)).add(1)),em=e=>Ma(Yg,Qo(e,3)),tm=e=>Qg(e).add(Zg(e)),rm=e=>Jg(e).add(em(e)),sm=e=>wa(-1,Zg(e).div(Qg(e).add(Zg(e)))),im=e=>wa(1,em(e).div(Jg(e).add(em(e)))),nm=(e,t,r)=>{const s=e.uvNode,i=Ma(s,t.zw).add(.5),n=bo(i),a=_o(i),o=tm(a.x),u=rm(a.x),l=sm(a.x),d=im(a.x),c=sm(a.y),h=im(a.y),p=fn(n.x.add(l),n.y.add(c)).sub(.5).mul(t.xy),g=fn(n.x.add(d),n.y.add(c)).sub(.5).mul(t.xy),m=fn(n.x.add(l),n.y.add(h)).sub(.5).mul(t.xy),f=fn(n.x.add(d),n.y.add(h)).sub(.5).mul(t.xy),y=tm(a.y).mul(wa(o.mul(e.sample(p).level(r)),u.mul(e.sample(g).level(r)))),b=rm(a.y).mul(wa(o.mul(e.sample(m).level(r)),u.mul(e.sample(f).level(r))));return y.add(b)},am=an(([e,t])=>{const r=fn(e.size(pn(t))),s=fn(e.size(pn(t.add(1)))),i=Ba(1,r),n=Ba(1,s),a=nm(e,Sn(i,r),bo(t)),o=nm(e,Sn(n,s),xo(t));return _o(t).mix(a,o)}),om=an(([e,t])=>{const r=t.mul(Cl(e));return am(e,r)}),um=an(([e,t,r,s,i])=>{const n=Tn(ou(t.negate(),To(e),Ba(1,s))),a=Tn(Mo(i[0].xyz),Mo(i[1].xyz),Mo(i[2].xyz));return To(n).mul(r.mul(a))}).setLayout({name:"getVolumeTransmissionRay",type:"vec3",inputs:[{name:"n",type:"vec3"},{name:"v",type:"vec3"},{name:"thickness",type:"float"},{name:"ior",type:"float"},{name:"modelMatrix",type:"mat4"}]}),lm=an(([e,t])=>e.mul(nu(t.mul(2).sub(2),0,1))).setLayout({name:"applyIorToRoughness",type:"float",inputs:[{name:"roughness",type:"float"},{name:"ior",type:"float"}]}),dm=vp(),cm=vp(),hm=an(([e,t,r],{material:s})=>{const i=(s.side===w?dm:cm).sample(e),n=mo(jl.x).mul(lm(t,r));return am(i,n)}),pm=an(([e,t,r])=>(ln(r.notEqual(0),()=>{const s=go(t).negate().div(r);return ho(s.negate().mul(e))}),Tn(1))).setLayout({name:"volumeAttenuation",type:"vec3",inputs:[{name:"transmissionDistance",type:"float"},{name:"attenuationColor",type:"vec3"},{name:"attenuationDistance",type:"float"}]}),gm=an(([e,t,r,s,i,n,a,o,u,l,d,c,h,p,g])=>{let m,f;if(g){m=Sn().toVar(),f=Tn().toVar();const i=d.sub(1).mul(g.mul(.025)),n=Tn(d.sub(i),d,d.add(i));op({start:0,end:3},({i:i})=>{const d=n.element(i),g=um(e,t,c,d,o),y=a.add(g),b=l.mul(u.mul(Sn(y,1))),x=fn(b.xy.div(b.w)).toVar();x.addAssign(1),x.divAssign(2),x.assign(fn(x.x,x.y.oneMinus()));const T=hm(x,r,d);m.element(i).assign(T.element(i)),m.a.addAssign(T.a),f.element(i).assign(s.element(i).mul(pm(Mo(g),h,p).element(i)))}),m.a.divAssign(3)}else{const i=um(e,t,c,d,o),n=a.add(i),g=l.mul(u.mul(Sn(n,1))),y=fn(g.xy.div(g.w)).toVar();y.addAssign(1),y.divAssign(2),y.assign(fn(y.x,y.y.oneMinus())),m=hm(y,r,d),f=s.mul(pm(Mo(i),h,p))}const y=f.rgb.mul(m.rgb),b=e.dot(t).clamp(),x=Tn(kg({dotNV:b,specularColor:i,specularF90:n,roughness:r})),T=f.r.add(f.g,f.b).div(3);return Sn(x.oneMinus().mul(y),m.a.oneMinus().mul(T).oneMinus())}),mm=Cn(3.2404542,-.969266,.0556434,-1.5371385,1.8760108,-.2040259,-.4985314,.041556,1.0572252),fm=(e,t)=>e.sub(t).div(e.add(t)).pow2(),ym=an(({outsideIOR:e,eta2:t,cosTheta1:r,thinFilmThickness:s,baseF0:i})=>{const n=iu(e,t,uu(0,.03,s)),a=e.div(n).pow2().mul(r.pow2().oneMinus()).oneMinus();ln(a.lessThan(0),()=>Tn(1));const o=a.sqrt(),u=fm(n,e),l=xg({f0:u,f90:1,dotVH:r}),d=l.oneMinus(),c=n.lessThan(e).select(Math.PI,0),h=hn(Math.PI).sub(c),p=(e=>{const t=e.sqrt();return Tn(1).add(t).div(Tn(1).sub(t))})(i.clamp(0,.9999)),g=fm(p,n.toVec3()),m=xg({f0:g,f90:1,dotVH:o}),f=Tn(p.x.lessThan(n).select(Math.PI,0),p.y.lessThan(n).select(Math.PI,0),p.z.lessThan(n).select(Math.PI,0)),y=n.mul(s,o,2),b=Tn(h).add(f),x=l.mul(m).clamp(1e-5,.9999),T=x.sqrt(),_=d.pow2().mul(m).div(Tn(1).sub(x)),v=l.add(_).toVar(),N=_.sub(d).toVar();return op({start:1,end:2,condition:"<=",name:"m"},({m:e})=>{N.mulAssign(T);const t=((e,t)=>{const r=e.mul(2*Math.PI*1e-9),s=Tn(54856e-17,44201e-17,52481e-17),i=Tn(1681e3,1795300,2208400),n=Tn(43278e5,93046e5,66121e5),a=hn(9747e-17*Math.sqrt(2*Math.PI*45282e5)).mul(r.mul(2239900).add(t.x).cos()).mul(r.pow2().mul(-45282e5).exp());let o=s.mul(n.mul(2*Math.PI).sqrt()).mul(i.mul(r).add(t).cos()).mul(r.pow2().negate().mul(n).exp());return o=Tn(o.x.add(a),o.y,o.z).div(1.0685e-7),mm.mul(o)})(hn(e).mul(y),hn(e).mul(b)).mul(2);v.addAssign(N.mul(t))}),v.max(Tn(0))}).setLayout({name:"evalIridescence",type:"vec3",inputs:[{name:"outsideIOR",type:"float"},{name:"eta2",type:"float"},{name:"cosTheta1",type:"float"},{name:"thinFilmThickness",type:"float"},{name:"baseF0",type:"vec3"}]}),bm=an(({normal:e,viewDir:t,roughness:r})=>{const s=e.dot(t).saturate(),i=r.mul(r),n=r.add(.1).reciprocal(),a=hn(-1.9362).add(r.mul(1.0678)).add(i.mul(.4573)).sub(n.mul(.8469)),o=hn(-.6014).add(r.mul(.5538)).sub(i.mul(.467)).sub(n.mul(.1255));return a.mul(s).add(o).exp().saturate()}),xm=Tn(.04),Tm=hn(1);class _m extends mg{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1){super(),this.clearcoat=e,this.sheen=t,this.iridescence=r,this.anisotropy=s,this.transmission=i,this.dispersion=n,this.clearcoatRadiance=null,this.clearcoatSpecularDirect=null,this.clearcoatSpecularIndirect=null,this.sheenSpecularDirect=null,this.sheenSpecularIndirect=null,this.iridescenceFresnel=null,this.iridescenceF0=null,this.iridescenceF0Dielectric=null,this.iridescenceF0Metallic=null}start(e){if(!0===this.clearcoat&&(this.clearcoatRadiance=Tn().toVar("clearcoatRadiance"),this.clearcoatSpecularDirect=Tn().toVar("clearcoatSpecularDirect"),this.clearcoatSpecularIndirect=Tn().toVar("clearcoatSpecularIndirect")),!0===this.sheen&&(this.sheenSpecularDirect=Tn().toVar("sheenSpecularDirect"),this.sheenSpecularIndirect=Tn().toVar("sheenSpecularIndirect")),!0===this.iridescence){const e=jd.dot(Ud).clamp(),t=ym({outsideIOR:hn(1),eta2:jn,cosTheta1:e,thinFilmThickness:qn,baseF0:Zn}),r=ym({outsideIOR:hn(1),eta2:jn,cosTheta1:e,thinFilmThickness:qn,baseF0:Un.rgb});this.iridescenceFresnel=iu(t,r,kn),this.iridescenceF0Dielectric=Gg({f:t,f90:1,dotVH:e}),this.iridescenceF0Metallic=Gg({f:r,f90:1,dotVH:e}),this.iridescenceF0=iu(this.iridescenceF0Dielectric,this.iridescenceF0Metallic,kn)}if(!0===this.transmission){const t=Pd,r=od.sub(Pd).normalize(),s=qd,i=e.context;i.backdrop=gm(s,r,Vn,In,Jn,ea,t,xd,id,rd,aa,ua,da,la,this.dispersion?ca:null),i.backdropAlpha=oa,Un.a.mulAssign(iu(1,i.backdrop.a,oa))}super.start(e)}computeMultiscattering(e,t,r,s,i=null){const n=jd.dot(Ud).clamp(),a=Og({roughness:Vn,dotNV:n}),o=i?Hn.mix(s,i):s,u=o.mul(a.x).add(r.mul(a.y)),l=a.x.add(a.y).oneMinus(),d=o.add(o.oneMinus().mul(.047619)),c=u.mul(d).div(l.mul(d).oneMinus());e.addAssign(u),t.addAssign(c.mul(l))}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=jd.dot(e).clamp().mul(t).toVar();if(!0===this.sheen){this.sheenSpecularDirect.addAssign(s.mul(Wg({lightDirection:e})));const t=bm({normal:jd,viewDir:Ud,roughness:Wn}),r=bm({normal:jd,viewDir:e,roughness:Wn}),i=$n.r.max($n.g).max($n.b).mul(t.max(r)).oneMinus();s.mulAssign(i)}if(!0===this.clearcoat){const r=Xd.dot(e).clamp().mul(t);this.clearcoatSpecularDirect.addAssign(r.mul(Dg({lightDirection:e,f0:xm,f90:Tm,roughness:zn,normalView:Xd})))}r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:In}))),r.directSpecular.addAssign(s.mul(Vg({lightDirection:e,f0:Jn,f90:1,roughness:Vn,f:this.iridescenceFresnel,USE_IRIDESCENCE:this.iridescence,USE_ANISOTROPY:this.anisotropy})))}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s,reflectedLight:i,ltc_1:n,ltc_2:a}){const o=t.add(r).sub(s),u=t.sub(r).sub(s),l=t.sub(r).add(s),d=t.add(r).add(s),c=jd,h=Ud,p=Dd.toVar(),g=Hg({N:c,V:h,roughness:Vn}),m=n.sample(g).toVar(),f=a.sample(g).toVar(),y=Cn(Tn(m.x,0,m.y),Tn(0,1,0),Tn(m.z,0,m.w)).toVar(),b=Jn.mul(f.x).add(Jn.oneMinus().mul(f.y)).toVar();i.directSpecular.addAssign(e.mul(b).mul(Xg({N:c,V:h,P:p,mInv:y,p0:o,p1:u,p2:l,p3:d}))),i.directDiffuse.addAssign(e.mul(In).mul(Xg({N:c,V:h,P:p,mInv:Cn(1,0,0,0,1,0,0,0,1),p0:o,p1:u,p2:l,p3:d})))}indirect(e){this.indirectDiffuse(e),this.indirectSpecular(e),this.ambientOcclusion(e)}indirectDiffuse(e){const{irradiance:t,reflectedLight:r}=e.context,s=t.mul(Tg({diffuseColor:In})).toVar();if(!0===this.sheen){const e=bm({normal:jd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();s.mulAssign(t)}r.indirectDiffuse.addAssign(s)}indirectSpecular(e){const{radiance:t,iblIrradiance:r,reflectedLight:s}=e.context;if(!0===this.sheen&&this.sheenSpecularIndirect.addAssign(r.mul($n,bm({normal:jd,viewDir:Ud,roughness:Wn}))),!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),t=kg({dotNV:e,specularColor:xm,specularF90:Tm,roughness:zn});this.clearcoatSpecularIndirect.addAssign(this.clearcoatRadiance.mul(t))}const i=Tn().toVar("singleScatteringDielectric"),n=Tn().toVar("multiScatteringDielectric"),a=Tn().toVar("singleScatteringMetallic"),o=Tn().toVar("multiScatteringMetallic");this.computeMultiscattering(i,n,ea,Zn,this.iridescenceF0Dielectric),this.computeMultiscattering(a,o,ea,Un.rgb,this.iridescenceF0Metallic);const u=iu(i,a,kn),l=iu(n,o,kn),d=i.add(n),c=In.mul(d.oneMinus()),h=r.mul(1/Math.PI),p=t.mul(u).add(l.mul(h)).toVar(),g=c.mul(h).toVar();if(!0===this.sheen){const e=bm({normal:jd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();p.mulAssign(t),g.mulAssign(t)}s.indirectSpecular.addAssign(p),s.indirectDiffuse.addAssign(g)}ambientOcclusion(e){const{ambientOcclusion:t,reflectedLight:r}=e.context,s=jd.dot(Ud).clamp().add(t),i=Vn.mul(-16).oneMinus().negate().exp2(),n=t.sub(s.pow(i).oneMinus()).clamp();!0===this.clearcoat&&this.clearcoatSpecularIndirect.mulAssign(t),!0===this.sheen&&this.sheenSpecularIndirect.mulAssign(t),r.indirectDiffuse.mulAssign(t),r.indirectSpecular.mulAssign(n)}finish({context:e}){const{outgoingLight:t}=e;if(!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),r=xg({dotVH:e,f0:xm,f90:Tm}),s=t.mul(Gn.mul(r).oneMinus()).add(this.clearcoatSpecularDirect.add(this.clearcoatSpecularIndirect).mul(Gn));t.assign(s)}if(!0===this.sheen){const e=t.add(this.sheenSpecularDirect,this.sheenSpecularIndirect.mul(1/Math.PI));t.assign(e)}}}const vm=hn(1),Nm=hn(-2),Sm=hn(.8),Rm=hn(-1),Am=hn(.4),Em=hn(2),wm=hn(.305),Cm=hn(3),Mm=hn(.21),Bm=hn(4),Lm=hn(4),Pm=hn(16),Fm=an(([e])=>{const t=Tn(wo(e)).toVar(),r=hn(-1).toVar();return ln(t.x.greaterThan(t.z),()=>{ln(t.x.greaterThan(t.y),()=>{r.assign(bu(e.x.greaterThan(0),0,3))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}).Else(()=>{ln(t.z.greaterThan(t.y),()=>{r.assign(bu(e.z.greaterThan(0),2,5))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}),r}).setLayout({name:"getFace",type:"float",inputs:[{name:"direction",type:"vec3"}]}),Dm=an(([e,t])=>{const r=fn().toVar();return ln(t.equal(0),()=>{r.assign(fn(e.z,e.y).div(wo(e.x)))}).ElseIf(t.equal(1),()=>{r.assign(fn(e.x.negate(),e.z.negate()).div(wo(e.y)))}).ElseIf(t.equal(2),()=>{r.assign(fn(e.x.negate(),e.y).div(wo(e.z)))}).ElseIf(t.equal(3),()=>{r.assign(fn(e.z.negate(),e.y).div(wo(e.x)))}).ElseIf(t.equal(4),()=>{r.assign(fn(e.x.negate(),e.z).div(wo(e.y)))}).Else(()=>{r.assign(fn(e.x,e.y).div(wo(e.z)))}),Ma(.5,r.add(1))}).setLayout({name:"getUV",type:"vec2",inputs:[{name:"direction",type:"vec3"},{name:"face",type:"float"}]}),Um=an(([e])=>{const t=hn(0).toVar();return ln(e.greaterThanEqual(Sm),()=>{t.assign(vm.sub(e).mul(Rm.sub(Nm)).div(vm.sub(Sm)).add(Nm))}).ElseIf(e.greaterThanEqual(Am),()=>{t.assign(Sm.sub(e).mul(Em.sub(Rm)).div(Sm.sub(Am)).add(Rm))}).ElseIf(e.greaterThanEqual(wm),()=>{t.assign(Am.sub(e).mul(Cm.sub(Em)).div(Am.sub(wm)).add(Em))}).ElseIf(e.greaterThanEqual(Mm),()=>{t.assign(wm.sub(e).mul(Bm.sub(Cm)).div(wm.sub(Mm)).add(Cm))}).Else(()=>{t.assign(hn(-2).mul(mo(Ma(1.16,e))))}),t}).setLayout({name:"roughnessToMip",type:"float",inputs:[{name:"roughness",type:"float"}]}),Im=an(([e,t])=>{const r=e.toVar();r.assign(Ma(2,r).sub(1));const s=Tn(r,1).toVar();return ln(t.equal(0),()=>{s.assign(s.zyx)}).ElseIf(t.equal(1),()=>{s.assign(s.xzy),s.xz.mulAssign(-1)}).ElseIf(t.equal(2),()=>{s.x.mulAssign(-1)}).ElseIf(t.equal(3),()=>{s.assign(s.zyx),s.xz.mulAssign(-1)}).ElseIf(t.equal(4),()=>{s.assign(s.xzy),s.xy.mulAssign(-1)}).ElseIf(t.equal(5),()=>{s.z.mulAssign(-1)}),s}).setLayout({name:"getDirection",type:"vec3",inputs:[{name:"uv",type:"vec2"},{name:"face",type:"float"}]}),Om=an(([e,t,r,s,i,n])=>{const a=hn(r),o=Tn(t),u=nu(Um(a),Nm,n),l=_o(u),d=bo(u),c=Tn(Vm(e,o,d,s,i,n)).toVar();return ln(l.notEqual(0),()=>{const t=Tn(Vm(e,o,d.add(1),s,i,n)).toVar();c.assign(iu(c,t,l))}),c}),Vm=an(([e,t,r,s,i,n])=>{const a=hn(r).toVar(),o=Tn(t),u=hn(Fm(o)).toVar(),l=hn(Wo(Lm.sub(a),0)).toVar();a.assign(Wo(a,Lm));const d=hn(po(a)).toVar(),c=fn(Dm(o,u).mul(d.sub(2)).add(1)).toVar();return ln(u.greaterThan(2),()=>{c.y.addAssign(d),u.subAssign(3)}),c.x.addAssign(u.mul(d)),c.x.addAssign(l.mul(Ma(3,Pm))),c.y.addAssign(Ma(4,po(n).sub(d))),c.x.mulAssign(s),c.y.mulAssign(i),e.sample(c).grad(fn(),fn())}),km=an(({envMap:e,mipInt:t,outputDirection:r,theta:s,axis:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=No(s),l=r.mul(u).add(i.cross(r).mul(vo(s))).add(i.mul(i.dot(r).mul(u.oneMinus())));return Vm(e,l,t,n,a,o)}),Gm=an(({n:e,latitudinal:t,poleAxis:r,outputDirection:s,weights:i,samples:n,dTheta:a,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})=>{const h=Tn(bu(t,r,Yo(r,s))).toVar();ln(h.equal(Tn(0)),()=>{h.assign(Tn(s.z,0,s.x.negate()))}),h.assign(To(h));const p=Tn().toVar();return p.addAssign(i.element(0).mul(km({theta:0,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),op({start:pn(1),end:e},({i:e})=>{ln(e.greaterThanEqual(n),()=>{up()});const t=hn(a.mul(hn(e))).toVar();p.addAssign(i.element(e).mul(km({theta:t.mul(-1),axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),p.addAssign(i.element(e).mul(km({theta:t,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})))}),Sn(p,1)}),zm=an(([e])=>{const t=gn(e).toVar();return t.assign(t.shiftLeft(gn(16)).bitOr(t.shiftRight(gn(16)))),t.assign(t.bitAnd(gn(1431655765)).shiftLeft(gn(1)).bitOr(t.bitAnd(gn(2863311530)).shiftRight(gn(1)))),t.assign(t.bitAnd(gn(858993459)).shiftLeft(gn(2)).bitOr(t.bitAnd(gn(3435973836)).shiftRight(gn(2)))),t.assign(t.bitAnd(gn(252645135)).shiftLeft(gn(4)).bitOr(t.bitAnd(gn(4042322160)).shiftRight(gn(4)))),t.assign(t.bitAnd(gn(16711935)).shiftLeft(gn(8)).bitOr(t.bitAnd(gn(4278255360)).shiftRight(gn(8)))),hn(t).mul(2.3283064365386963e-10)}),$m=an(([e,t])=>fn(hn(e).div(hn(t)),zm(e))),Wm=an(([e,t,r])=>{const s=Tn(t).toVar(),i=hn(r),n=i.mul(i).toVar(),a=To(Tn(n.mul(s.x),n.mul(s.y),s.z)).toVar(),o=a.x.mul(a.x).add(a.y.mul(a.y)),u=bu(o.greaterThan(0),Tn(a.y.negate(),a.x,0).div(fo(o)),Tn(1,0,0)).toVar(),l=Yo(a,u).toVar(),d=fo(e.x),c=Ma(2,3.14159265359).mul(e.y),h=d.mul(No(c)).toVar(),p=d.mul(vo(c)).toVar(),g=Ma(.5,a.z.add(1));p.assign(g.oneMinus().mul(fo(h.mul(h).oneMinus())).add(g.mul(p)));const m=u.mul(h).add(l.mul(p)).add(a.mul(fo(Wo(0,h.mul(h).add(p.mul(p)).oneMinus()))));return To(Tn(n.mul(m.x),n.mul(m.y),Wo(0,m.z)))}),Hm=an(({roughness:e,mipInt:t,envMap:r,N_immutable:s,GGX_SAMPLES:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=Tn(s).toVar(),l=Tn(0).toVar(),d=hn(0).toVar();return ln(e.lessThan(.001),()=>{l.assign(Vm(r,u,t,n,a,o))}).Else(()=>{const s=bu(wo(u.z).lessThan(.999),Tn(0,0,1),Tn(1,0,0)),c=To(Yo(s,u)).toVar(),h=Yo(u,c).toVar();op({start:gn(0),end:i},({i:s})=>{const p=$m(s,i),g=Wm(p,Tn(0,0,1),e),m=To(c.mul(g.x).add(h.mul(g.y)).add(u.mul(g.z))),f=To(m.mul(Ko(u,m).mul(2)).sub(u)),y=Wo(Ko(u,f),0);ln(y.greaterThan(0),()=>{const e=Vm(r,f,t,n,a,o);l.addAssign(e.mul(y)),d.addAssign(y)})}),ln(d.greaterThan(0),()=>{l.assign(l.div(d))})}),Sn(l,1)}),jm=[.125,.215,.35,.446,.526,.582],qm=20,Xm=new xe(-1,1,1,-1,0,1),Km=new Te(90,1),Ym=new e;let Qm=null,Zm=0,Jm=0;const ef=new r,tf=new WeakMap,rf=[3,1,5,0,4,2],sf=Im(Rl(),Sl("faceIndex")).normalize(),nf=Tn(sf.x,sf.y,sf.z);class af{constructor(e){this._renderer=e,this._pingPongRenderTarget=null,this._lodMax=0,this._cubeSize=0,this._sizeLods=[],this._sigmas=[],this._lodMeshes=[],this._blurMaterial=null,this._ggxMaterial=null,this._cubemapMaterial=null,this._equirectMaterial=null,this._backgroundBox=null}get _hasInitialized(){return this._renderer.hasInitialized()}fromScene(e,t=0,r=.1,s=100,i={}){const{size:n=256,position:a=ef,renderTarget:o=null}=i;if(this._setSize(n),!1===this._hasInitialized){d('PMREMGenerator: ".fromScene()" called before the backend is initialized. Try using "await renderer.init()" instead.');const n=o||this._allocateTarget();return i.renderTarget=n,this.fromSceneAsync(e,t,r,s,i),n}Qm=this._renderer.getRenderTarget(),Zm=this._renderer.getActiveCubeFace(),Jm=this._renderer.getActiveMipmapLevel();const u=o||this._allocateTarget();return u.depthBuffer=!0,this._init(u),this._sceneToCubeUV(e,r,s,u,a),t>0&&this._blur(u,0,0,t),this._applyPMREM(u),this._cleanup(u),u}async fromSceneAsync(e,t=0,r=.1,s=100,i={}){return v('PMREMGenerator: ".fromSceneAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this.fromScene(e,t,r,s,i)}fromEquirectangular(e,t=null){if(!1===this._hasInitialized){d('PMREMGenerator: .fromEquirectangular() called before the backend is initialized. Try using "await renderer.init()" instead.'),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromEquirectangularAsync(e,r),r}return this._fromTexture(e,t)}async fromEquirectangularAsync(e,t=null){return v('PMREMGenerator: ".fromEquirectangularAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}fromCubemap(e,t=null){if(!1===this._hasInitialized){d("PMREMGenerator: .fromCubemap() called before the backend is initialized. Try using .fromCubemapAsync() instead."),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromCubemapAsync(e,t),r}return this._fromTexture(e,t)}async fromCubemapAsync(e,t=null){return v('PMREMGenerator: ".fromCubemapAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}async compileCubemapShader(){null===this._cubemapMaterial&&(this._cubemapMaterial=df(),await this._compileMaterial(this._cubemapMaterial))}async compileEquirectangularShader(){null===this._equirectMaterial&&(this._equirectMaterial=cf(),await this._compileMaterial(this._equirectMaterial))}dispose(){this._dispose(),null!==this._cubemapMaterial&&this._cubemapMaterial.dispose(),null!==this._equirectMaterial&&this._equirectMaterial.dispose(),null!==this._backgroundBox&&(this._backgroundBox.geometry.dispose(),this._backgroundBox.material.dispose())}_setSizeFromTexture(e){e.mapping===L||e.mapping===P?this._setSize(0===e.image.length?16:e.image[0].width||e.image[0].image.width):this._setSize(e.image.width/4)}_setSize(e){this._lodMax=Math.floor(Math.log2(e)),this._cubeSize=Math.pow(2,this._lodMax)}_dispose(){null!==this._blurMaterial&&this._blurMaterial.dispose(),null!==this._ggxMaterial&&this._ggxMaterial.dispose(),null!==this._pingPongRenderTarget&&this._pingPongRenderTarget.dispose();for(let e=0;ee-4?o=jm[a-e+4-1]:0===a&&(o=0),r.push(o);const u=1/(n-2),l=-u,d=1+u,c=[l,l,d,l,d,d,l,l,d,d,l,d],h=6,p=6,g=3,m=2,f=1,y=new Float32Array(g*p*h),b=new Float32Array(m*p*h),x=new Float32Array(f*p*h);for(let e=0;e2?0:-1,s=[t,r,0,t+2/3,r,0,t+2/3,r+1,0,t,r,0,t+2/3,r+1,0,t,r+1,0],i=rf[e];y.set(s,g*p*i),b.set(c,m*p*i);const n=[i,i,i,i,i,i];x.set(n,f*p*i)}const T=new be;T.setAttribute("position",new Re(y,g)),T.setAttribute("uv",new Re(b,m)),T.setAttribute("faceIndex",new Re(x,f)),s.push(new se(T,null)),i>4&&i--}return{lodMeshes:s,sizeLods:t,sigmas:r}}(t)),this._blurMaterial=function(e,t,s){const i=Vl(new Array(qm).fill(0)),n=xa(new r(0,1,0)),a=xa(0),o=hn(qm),u=xa(0),l=xa(1),d=Pl(),c=xa(0),h=hn(1/t),p=hn(1/s),g=hn(e),m={n:o,latitudinal:u,weights:i,poleAxis:n,outputDirection:nf,dTheta:a,samples:l,envMap:d,mipInt:c,CUBEUV_TEXEL_WIDTH:h,CUBEUV_TEXEL_HEIGHT:p,CUBEUV_MAX_MIP:g},f=lf("blur");return f.fragmentNode=Gm({...m,latitudinal:u.equal(1)}),tf.set(f,m),f}(t,e.width,e.height),this._ggxMaterial=function(e,t,r){const s=Pl(),i=xa(0),n=xa(0),a=hn(1/t),o=hn(1/r),u=hn(e),l={envMap:s,roughness:i,mipInt:n,CUBEUV_TEXEL_WIDTH:a,CUBEUV_TEXEL_HEIGHT:o,CUBEUV_MAX_MIP:u},d=lf("ggx");return d.fragmentNode=Hm({...l,N_immutable:nf,GGX_SAMPLES:gn(512)}),tf.set(d,l),d}(t,e.width,e.height)}}async _compileMaterial(e){const t=new se(new be,e);await this._renderer.compile(t,Xm)}_sceneToCubeUV(e,t,r,s,i){const n=Km;n.near=t,n.far=r;const a=[1,1,1,1,-1,1],o=[1,-1,1,-1,1,-1],u=this._renderer,l=u.autoClear;u.getClearColor(Ym),u.autoClear=!1,null===this._backgroundBox&&(this._backgroundBox=new se(new re,new he({name:"PMREM.Background",side:w,depthWrite:!1,depthTest:!1})));const d=this._backgroundBox,c=d.material;let h=!1;const p=e.background;p?p.isColor&&(c.color.copy(p),e.background=null,h=!0):(c.color.copy(Ym),h=!0),u.setRenderTarget(s),u.clear(),h&&u.render(d,n);for(let t=0;t<6;t++){const r=t%3;0===r?(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x+o[t],i.y,i.z)):1===r?(n.up.set(0,0,a[t]),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y+o[t],i.z)):(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y,i.z+o[t]));const l=this._cubeSize;uf(s,r*l,t>2?l:0,l,l),u.render(e,n)}u.autoClear=l,e.background=p}_textureToCubeUV(e,t){const r=this._renderer,s=e.mapping===L||e.mapping===P;s?null===this._cubemapMaterial&&(this._cubemapMaterial=df(e)):null===this._equirectMaterial&&(this._equirectMaterial=cf(e));const i=s?this._cubemapMaterial:this._equirectMaterial;i.fragmentNode.value=e;const n=this._lodMeshes[0];n.material=i;const a=this._cubeSize;uf(t,0,0,3*a,2*a),r.setRenderTarget(t),r.render(n,Xm)}_applyPMREM(e){const t=this._renderer,r=t.autoClear;t.autoClear=!1;const s=this._lodMeshes.length;for(let t=1;tc-4?r-c+4:0),g=4*(this._cubeSize-h);e.texture.frame=(e.texture.frame||0)+1,o.envMap.value=e.texture,o.roughness.value=d,o.mipInt.value=c-t,uf(i,p,g,3*h,2*h),s.setRenderTarget(i),s.render(a,Xm),i.texture.frame=(i.texture.frame||0)+1,o.envMap.value=i.texture,o.roughness.value=0,o.mipInt.value=c-r,uf(e,p,g,3*h,2*h),s.setRenderTarget(e),s.render(a,Xm)}_blur(e,t,r,s,i){const n=this._pingPongRenderTarget;this._halfBlur(e,n,t,r,s,"latitudinal",i),this._halfBlur(n,e,r,r,s,"longitudinal",i)}_halfBlur(e,t,r,s,i,n,a){const u=this._renderer,l=this._blurMaterial;"latitudinal"!==n&&"longitudinal"!==n&&o("blur direction must be either latitudinal or longitudinal!");const c=this._lodMeshes[s];c.material=l;const h=tf.get(l),p=this._sizeLods[r]-1,g=isFinite(i)?Math.PI/(2*p):2*Math.PI/39,m=i/g,f=isFinite(i)?1+Math.floor(3*m):qm;f>qm&&d(`sigmaRadians, ${i}, is too large and will clip, as it requested ${f} samples when the maximum is set to 20`);const y=[];let b=0;for(let e=0;ex-4?s-x+4:0),4*(this._cubeSize-T),3*T,2*T),u.setRenderTarget(t),u.render(c,Xm)}}function of(e,t){const r=new _e(e,t,{magFilter:ne,minFilter:ne,generateMipmaps:!1,type:fe,format:Ne,colorSpace:ve});return r.texture.mapping=Se,r.texture.name="PMREM.cubeUv",r.texture.isPMREMTexture=!0,r.scissorTest=!0,r}function uf(e,t,r,s,i){e.viewport.set(t,r,s,i),e.scissor.set(t,r,s,i)}function lf(e){const t=new Xp;return t.depthTest=!1,t.depthWrite=!1,t.blending=Z,t.name=`PMREM_${e}`,t}function df(e){const t=lf("cubemap");return t.fragmentNode=hc(e,nf),t}function cf(e){const t=lf("equirect");return t.fragmentNode=Pl(e,ag(nf),0),t}const hf=new WeakMap;function pf(e,t,r){const s=function(e){let t=hf.get(e);void 0===t&&(t=new WeakMap,hf.set(e,t));return t}(t);let i=s.get(e);if((void 0!==i?i.pmremVersion:-1)!==e.pmremVersion){const t=e.image;if(e.isCubeTexture){if(!function(e){if(null==e)return!1;let t=0;const r=6;for(let s=0;s0}(t))return null;i=r.fromEquirectangular(e,i)}i.pmremVersion=e.pmremVersion,s.set(e,i)}return i.texture}class gf extends li{static get type(){return"PMREMNode"}constructor(e,t=null,r=null){super("vec3"),this._value=e,this._pmrem=null,this.uvNode=t,this.levelNode=r,this._generator=null;const s=new N;s.isRenderTargetTexture=!0,this._texture=Pl(s),this._width=xa(0),this._height=xa(0),this._maxMip=xa(0),this.updateBeforeType=Qs.RENDER}set value(e){this._value=e,this._pmrem=null}get value(){return this._value}updateFromTexture(e){const t=function(e){const t=Math.log2(e)-2,r=1/e;return{texelWidth:1/(3*Math.max(Math.pow(2,t),112)),texelHeight:r,maxMip:t}}(e.image.height);this._texture.value=e,this._width.value=t.texelWidth,this._height.value=t.texelHeight,this._maxMip.value=t.maxMip}updateBefore(e){let t=this._pmrem;const r=t?t.pmremVersion:-1,s=this._value;r!==s.pmremVersion&&(t=!0===s.isPMREMTexture?s:pf(s,e.renderer,this._generator),null!==t&&(this._pmrem=t,this.updateFromTexture(t)))}setup(e){null===this._generator&&(this._generator=new af(e.renderer)),this.updateBefore(e);let t=this.uvNode;null===t&&e.context.getUV&&(t=e.context.getUV(this,e)),t=ic.mul(Tn(t.x,t.y.negate(),t.z));let r=this.levelNode;return null===r&&e.context.getTextureLevel&&(r=e.context.getTextureLevel(this)),Om(this._texture,t,r,this._width,this._height,this._maxMip)}dispose(){super.dispose(),null!==this._generator&&this._generator.dispose()}}const mf=en(gf).setParameterLength(1,3),ff=new WeakMap;class yf extends gp{static get type(){return"EnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){const{material:t}=e;let r=this.envNode;if(r.isTextureNode||r.isMaterialReferenceNode){const e=r.isTextureNode?r.value:t[r.property];let s=ff.get(e);void 0===s&&(s=mf(e),ff.set(e,s)),r=s}const s=!0===t.useAnisotropy||t.anisotropy>0?Wc:jd,i=r.context(bf(Vn,s)).mul(sc),n=r.context(xf(qd)).mul(Math.PI).mul(sc),a=al(i),o=al(n);e.context.radiance.addAssign(a),e.context.iblIrradiance.addAssign(o);const u=e.context.lightingModel.clearcoatRadiance;if(u){const e=r.context(bf(zn,Xd)).mul(sc),t=al(e);u.addAssign(t)}}}const bf=(e,t)=>{let r=null;return{getUV:()=>(null===r&&(r=Ud.negate().reflect(t),r=eu(e).mix(r,t).normalize(),r=r.transformDirection(id)),r),getTextureLevel:()=>e}},xf=e=>({getUV:()=>e,getTextureLevel:()=>hn(1)}),Tf=new Ae;class _f extends Xp{static get type(){return"MeshStandardNodeMaterial"}constructor(e){super(),this.isMeshStandardNodeMaterial=!0,this.lights=!0,this.emissiveNode=null,this.metalnessNode=null,this.roughnessNode=null,this.setDefaultValues(Tf),this.setValues(e)}setupEnvironment(e){let t=super.setupEnvironment(e);return null===t&&e.environmentNode&&(t=e.environmentNode),t?new yf(t):null}setupLightingModel(){return new _m}setupSpecular(){const e=iu(Tn(.04),Un.rgb,kn);Zn.assign(Tn(.04)),Jn.assign(e),ea.assign(1)}setupVariants(){const e=this.metalnessNode?hn(this.metalnessNode):hh;kn.assign(e);let t=this.roughnessNode?hn(this.roughnessNode):ch;t=Cg({roughness:t}),Vn.assign(t),this.setupSpecular(),In.assign(Un.rgb.mul(e.oneMinus()))}copy(e){return this.emissiveNode=e.emissiveNode,this.metalnessNode=e.metalnessNode,this.roughnessNode=e.roughnessNode,super.copy(e)}}const vf=new Ee;class Nf extends _f{static get type(){return"MeshPhysicalNodeMaterial"}constructor(e){super(),this.isMeshPhysicalNodeMaterial=!0,this.clearcoatNode=null,this.clearcoatRoughnessNode=null,this.clearcoatNormalNode=null,this.sheenNode=null,this.sheenRoughnessNode=null,this.iridescenceNode=null,this.iridescenceIORNode=null,this.iridescenceThicknessNode=null,this.specularIntensityNode=null,this.specularColorNode=null,this.iorNode=null,this.transmissionNode=null,this.thicknessNode=null,this.attenuationDistanceNode=null,this.attenuationColorNode=null,this.dispersionNode=null,this.anisotropyNode=null,this.setDefaultValues(vf),this.setValues(e)}get useClearcoat(){return this.clearcoat>0||null!==this.clearcoatNode}get useIridescence(){return this.iridescence>0||null!==this.iridescenceNode}get useSheen(){return this.sheen>0||null!==this.sheenNode}get useAnisotropy(){return this.anisotropy>0||null!==this.anisotropyNode}get useTransmission(){return this.transmission>0||null!==this.transmissionNode}get useDispersion(){return this.dispersion>0||null!==this.dispersionNode}setupSpecular(){const e=this.iorNode?hn(this.iorNode):Ah;aa.assign(e),Zn.assign($o(Zo(aa.sub(1).div(aa.add(1))).mul(uh),Tn(1)).mul(oh)),Jn.assign(iu(Zn,Un.rgb,kn)),ea.assign(iu(oh,1,kn))}setupLightingModel(){return new _m(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion)}setupVariants(e){if(super.setupVariants(e),this.useClearcoat){const e=this.clearcoatNode?hn(this.clearcoatNode):gh,t=this.clearcoatRoughnessNode?hn(this.clearcoatRoughnessNode):mh;Gn.assign(e),zn.assign(Cg({roughness:t}))}if(this.useSheen){const e=this.sheenNode?Tn(this.sheenNode):bh,t=this.sheenRoughnessNode?hn(this.sheenRoughnessNode):xh;$n.assign(e),Wn.assign(t)}if(this.useIridescence){const e=this.iridescenceNode?hn(this.iridescenceNode):_h,t=this.iridescenceIORNode?hn(this.iridescenceIORNode):vh,r=this.iridescenceThicknessNode?hn(this.iridescenceThicknessNode):Nh;Hn.assign(e),jn.assign(t),qn.assign(r)}if(this.useAnisotropy){const e=(this.anisotropyNode?fn(this.anisotropyNode):Th).toVar();Kn.assign(e.length()),ln(Kn.equal(0),()=>{e.assign(fn(1,0))}).Else(()=>{e.divAssign(fn(Kn)),Kn.assign(Kn.saturate())}),Xn.assign(Kn.pow2().mix(Vn.pow2(),1)),Yn.assign(zc[0].mul(e.x).add(zc[1].mul(e.y))),Qn.assign(zc[1].mul(e.x).sub(zc[0].mul(e.y)))}if(this.useTransmission){const e=this.transmissionNode?hn(this.transmissionNode):Sh,t=this.thicknessNode?hn(this.thicknessNode):Rh,r=this.attenuationDistanceNode?hn(this.attenuationDistanceNode):Eh,s=this.attenuationColorNode?Tn(this.attenuationColorNode):wh;if(oa.assign(e),ua.assign(t),la.assign(r),da.assign(s),this.useDispersion){const e=this.dispersionNode?hn(this.dispersionNode):Dh;ca.assign(e)}}}setupClearcoatNormal(){return this.clearcoatNormalNode?Tn(this.clearcoatNormalNode):fh}setup(e){e.context.setupClearcoatNormal=()=>Lu(this.setupClearcoatNormal(e),"NORMAL","vec3"),super.setup(e)}copy(e){return this.clearcoatNode=e.clearcoatNode,this.clearcoatRoughnessNode=e.clearcoatRoughnessNode,this.clearcoatNormalNode=e.clearcoatNormalNode,this.sheenNode=e.sheenNode,this.sheenRoughnessNode=e.sheenRoughnessNode,this.iridescenceNode=e.iridescenceNode,this.iridescenceIORNode=e.iridescenceIORNode,this.iridescenceThicknessNode=e.iridescenceThicknessNode,this.specularIntensityNode=e.specularIntensityNode,this.specularColorNode=e.specularColorNode,this.transmissionNode=e.transmissionNode,this.thicknessNode=e.thicknessNode,this.attenuationDistanceNode=e.attenuationDistanceNode,this.attenuationColorNode=e.attenuationColorNode,this.dispersionNode=e.dispersionNode,this.anisotropyNode=e.anisotropyNode,super.copy(e)}}class Sf extends _m{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1,a=!1){super(e,t,r,s,i,n),this.useSSS=a}direct({lightDirection:e,lightColor:t,reflectedLight:r},s){if(!0===this.useSSS){const i=s.material,{thicknessColorNode:n,thicknessDistortionNode:a,thicknessAmbientNode:o,thicknessAttenuationNode:u,thicknessPowerNode:l,thicknessScaleNode:d}=i,c=e.add(jd.mul(a)).normalize(),h=hn(Ud.dot(c.negate()).saturate().pow(l).mul(d)),p=Tn(h.add(o).mul(n));r.directDiffuse.addAssign(p.mul(u.mul(t)))}super.direct({lightDirection:e,lightColor:t,reflectedLight:r},s)}}class Rf extends Nf{static get type(){return"MeshSSSNodeMaterial"}constructor(e){super(e),this.thicknessColorNode=null,this.thicknessDistortionNode=hn(.1),this.thicknessAmbientNode=hn(0),this.thicknessAttenuationNode=hn(.1),this.thicknessPowerNode=hn(2),this.thicknessScaleNode=hn(10)}get useSSS(){return null!==this.thicknessColorNode}setupLightingModel(){return new Sf(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion,this.useSSS)}copy(e){return this.thicknessColorNode=e.thicknessColorNode,this.thicknessDistortionNode=e.thicknessDistortionNode,this.thicknessAmbientNode=e.thicknessAmbientNode,this.thicknessAttenuationNode=e.thicknessAttenuationNode,this.thicknessPowerNode=e.thicknessPowerNode,this.thicknessScaleNode=e.thicknessScaleNode,super.copy(e)}}const Af=an(({normal:e,lightDirection:t,builder:r})=>{const s=e.dot(t),i=fn(s.mul(.5).add(.5),0);if(r.material.gradientMap){const e=bc("gradientMap","texture").context({getUV:()=>i});return Tn(e.r)}{const e=i.fwidth().mul(.5);return iu(Tn(.7),Tn(1),uu(hn(.7).sub(e.x),hn(.7).add(e.x),i.x))}});class Ef extends mg{direct({lightDirection:e,lightColor:t,reflectedLight:r},s){const i=Af({normal:Gd,lightDirection:e,builder:s}).mul(t);r.directDiffuse.addAssign(i.mul(Tg({diffuseColor:Un.rgb})))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const wf=new we;class Cf extends Xp{static get type(){return"MeshToonNodeMaterial"}constructor(e){super(),this.isMeshToonNodeMaterial=!0,this.lights=!0,this.setDefaultValues(wf),this.setValues(e)}setupLightingModel(){return new Ef}}const Mf=an(()=>{const e=Tn(Ud.z,0,Ud.x.negate()).normalize(),t=Ud.cross(e);return fn(e.dot(jd),t.dot(jd)).mul(.495).add(.5)}).once(["NORMAL","VERTEX"])().toVar("matcapUV"),Bf=new Ce;class Lf extends Xp{static get type(){return"MeshMatcapNodeMaterial"}constructor(e){super(),this.isMeshMatcapNodeMaterial=!0,this.setDefaultValues(Bf),this.setValues(e)}setupVariants(e){const t=Mf;let r;r=e.material.matcap?bc("matcap","texture").context({getUV:()=>t}):Tn(iu(.2,.8,t.y)),Un.rgb.mulAssign(r.rgb)}}class Pf extends li{static get type(){return"RotateNode"}constructor(e,t){super(),this.positionNode=e,this.rotationNode=t}getNodeType(e){return this.positionNode.getNodeType(e)}setup(e){const{rotationNode:t,positionNode:r}=this;if("vec2"===this.getNodeType(e)){const e=t.cos(),s=t.sin();return wn(e,s,s.negate(),e).mul(r)}{const e=t,s=Mn(Sn(1,0,0,0),Sn(0,No(e.x),vo(e.x).negate(),0),Sn(0,vo(e.x),No(e.x),0),Sn(0,0,0,1)),i=Mn(Sn(No(e.y),0,vo(e.y),0),Sn(0,1,0,0),Sn(vo(e.y).negate(),0,No(e.y),0),Sn(0,0,0,1)),n=Mn(Sn(No(e.z),vo(e.z).negate(),0,0),Sn(vo(e.z),No(e.z),0,0),Sn(0,0,1,0),Sn(0,0,0,1));return s.mul(i).mul(n).mul(Sn(r,1)).xyz}}}const Ff=en(Pf).setParameterLength(2),Df=new Me;class Uf extends Xp{static get type(){return"SpriteNodeMaterial"}constructor(e){super(),this.isSpriteNodeMaterial=!0,this._useSizeAttenuation=!0,this.positionNode=null,this.rotationNode=null,this.scaleNode=null,this.transparent=!0,this.setDefaultValues(Df),this.setValues(e)}setupPositionView(e){const{object:t,camera:r}=e,{positionNode:s,rotationNode:i,scaleNode:n,sizeAttenuation:a}=this,o=Ad.mul(Tn(s||0));let u=fn(xd[0].xyz.length(),xd[1].xyz.length());null!==n&&(u=u.mul(fn(n))),r.isPerspectiveCamera&&!1===a&&(u=u.mul(o.z.negate()));let l=Md.xy;if(t.center&&!0===t.center.isVector2){const e=((e,t,r)=>Yi(new $u(e,t,r)))("center","vec2",t);l=l.sub(e.sub(.5))}l=l.mul(u);const d=hn(i||yh),c=Ff(l,d);return Sn(o.xy.add(c),o.zw)}copy(e){return this.positionNode=e.positionNode,this.rotationNode=e.rotationNode,this.scaleNode=e.scaleNode,super.copy(e)}get sizeAttenuation(){return this._useSizeAttenuation}set sizeAttenuation(e){this._useSizeAttenuation!==e&&(this._useSizeAttenuation=e,this.needsUpdate=!0)}}const If=new Be,Of=new t;class Vf extends Uf{static get type(){return"PointsNodeMaterial"}constructor(e){super(),this.sizeNode=null,this.isPointsNodeMaterial=!0,this.setDefaultValues(If),this.setValues(e)}setupPositionView(){const{positionNode:e}=this;return Ad.mul(Tn(e||Bd)).xyz}setupVertexSprite(e){const{material:t,camera:r}=e,{rotationNode:s,scaleNode:i,sizeNode:n,sizeAttenuation:a}=this;let o=super.setupVertex(e);if(!0!==t.isNodeMaterial)return o;let u=null!==n?fn(n):Fh;u=u.mul(Wl),r.isPerspectiveCamera&&!0===a&&(u=u.mul(kf.div(Dd.z.negate()))),i&&i.isNode&&(u=u.mul(fn(i)));let l=Md.xy;if(s&&s.isNode){const e=hn(s);l=Ff(l,e)}return l=l.mul(u),l=l.div(Kl.div(2)),l=l.mul(o.w),o=o.add(Sn(l,0,0)),o}setupVertex(e){return e.object.isPoints?super.setupVertex(e):this.setupVertexSprite(e)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const kf=xa(1).onFrameUpdate(function({renderer:e}){const t=e.getSize(Of);this.value=.5*t.y});class Gf extends mg{constructor(){super(),this.shadowNode=hn(1).toVar("shadowMask")}direct({lightNode:e}){null!==e.shadowNode&&this.shadowNode.mulAssign(e.shadowNode)}finish({context:e}){Un.a.mulAssign(this.shadowNode.oneMinus()),e.outgoingLight.rgb.assign(Un.rgb)}}const zf=new Le;class $f extends Xp{static get type(){return"ShadowNodeMaterial"}constructor(e){super(),this.isShadowNodeMaterial=!0,this.lights=!0,this.transparent=!0,this.setDefaultValues(zf),this.setValues(e)}setupLightingModel(){return new Gf}}const Wf=Fn("vec3"),Hf=Fn("vec3"),jf=Fn("vec3");class qf extends mg{constructor(){super()}start(e){const{material:t}=e,r=Fn("vec3"),s=Fn("vec3");ln(od.sub(Pd).length().greaterThan(Nd.mul(2)),()=>{r.assign(od),s.assign(Pd)}).Else(()=>{r.assign(Pd),s.assign(od)});const i=s.sub(r),n=xa("int").onRenderUpdate(({material:e})=>e.steps),a=i.length().div(n).toVar(),o=i.normalize().toVar(),u=hn(0).toVar(),l=Tn(1).toVar();t.offsetNode&&u.addAssign(t.offsetNode.mul(a)),op(n,()=>{const s=r.add(o.mul(u)),i=id.mul(Sn(s,1)).xyz;let n;null!==t.depthNode&&(Hf.assign(Pp(wp(i.z,ed,td))),e.context.sceneDepthNode=Pp(t.depthNode).toVar()),e.context.positionWorld=s,e.context.shadowPositionWorld=s,e.context.positionView=i,Wf.assign(0),t.scatteringNode&&(n=t.scatteringNode({positionRay:s})),super.start(e),n&&Wf.mulAssign(n);const d=Wf.mul(.01).negate().mul(a).exp();l.mulAssign(d),u.addAssign(a)}),jf.addAssign(l.saturate().oneMinus())}scatteringLight(e,t){const r=t.context.sceneDepthNode;r?ln(r.greaterThanEqual(Hf),()=>{Wf.addAssign(e)}):Wf.addAssign(e)}direct({lightNode:e,lightColor:t},r){if(void 0===e.light.distance)return;const s=t.xyz.toVar();s.mulAssign(e.shadowNode),this.scatteringLight(s,r)}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s},i){const n=t.add(r).sub(s),a=t.sub(r).sub(s),o=t.sub(r).add(s),u=t.add(r).add(s),l=i.context.positionView,d=e.xyz.mul(Kg({P:l,p0:n,p1:a,p2:o,p3:u})).pow(1.5);this.scatteringLight(d,i)}finish(e){e.context.outgoingLight.assign(jf)}}class Xf extends Xp{static get type(){return"VolumeNodeMaterial"}constructor(e){super(),this.isVolumeNodeMaterial=!0,this.steps=25,this.offsetNode=null,this.scatteringNode=null,this.lights=!0,this.transparent=!0,this.side=w,this.depthTest=!1,this.depthWrite=!1,this.setValues(e)}setupLightingModel(){return new qf}}class Kf{constructor(e,t,r){this.renderer=e,this.nodes=t,this.info=r,this._context="undefined"!=typeof self?self:null,this._animationLoop=null,this._requestId=null}start(){const e=(t,r)=>{this._requestId=this._context.requestAnimationFrame(e),!0===this.info.autoReset&&this.info.reset(),this.nodes.nodeFrame.update(),this.info.frame=this.nodes.nodeFrame.frameId,this.renderer._inspector.begin(),null!==this._animationLoop&&this._animationLoop(t,r),this.renderer._inspector.finish()};e()}stop(){this._context.cancelAnimationFrame(this._requestId),this._requestId=null}getAnimationLoop(){return this._animationLoop}setAnimationLoop(e){this._animationLoop=e}getContext(){return this._context}setContext(e){this._context=e}dispose(){this.stop()}}class Yf{constructor(){this.weakMaps={}}_getWeakMap(e){const t=e.length;let r=this.weakMaps[t];return void 0===r&&(r=new WeakMap,this.weakMaps[t]=r),r}get(e){let t=this._getWeakMap(e);for(let r=0;r{this.dispose()},this.onGeometryDispose=()=>{this.attributes=null,this.attributesId=null},this.material.addEventListener("dispose",this.onMaterialDispose),this.geometry.addEventListener("dispose",this.onGeometryDispose)}updateClipping(e){this.clippingContext=e}get clippingNeedsUpdate(){return null!==this.clippingContext&&this.clippingContext.cacheKey!==this.clippingContextCacheKey&&(this.clippingContextCacheKey=this.clippingContext.cacheKey,!0)}get hardwareClippingPlanes(){return!0===this.material.hardwareClipping?this.clippingContext.unionClippingCount:0}getNodeBuilderState(){return this._nodeBuilderState||(this._nodeBuilderState=this._nodes.getForRender(this))}getMonitor(){return this._monitor||(this._monitor=this.getNodeBuilderState().observer)}getBindings(){return this._bindings||(this._bindings=this.getNodeBuilderState().createBindings())}getBindingGroup(e){for(const t of this.getBindings())if(t.name===e)return t}getIndex(){return this._geometries.getIndex(this)}getIndirect(){return this._geometries.getIndirect(this)}getIndirectOffset(){return this._geometries.getIndirectOffset(this)}getChainArray(){return[this.object,this.material,this.context,this.lightsNode]}setGeometry(e){this.geometry=e,this.attributes=null,this.attributesId=null}getAttributes(){if(null!==this.attributes)return this.attributes;const e=this.getNodeBuilderState().nodeAttributes,t=this.geometry,r=[],s=new Set,i={};for(const n of e){let e;if(n.node&&n.node.attribute?e=n.node.attribute:(e=t.getAttribute(n.name),i[n.name]=e.version),void 0===e)continue;r.push(e);const a=e.isInterleavedBufferAttribute?e.data:e;s.add(a)}return this.attributes=r,this.attributesId=i,this.vertexBuffers=Array.from(s.values()),r}getVertexBuffers(){return null===this.vertexBuffers&&this.getAttributes(),this.vertexBuffers}getDrawParameters(){const{object:e,material:t,geometry:r,group:s,drawRange:i}=this,n=this.drawParams||(this.drawParams={vertexCount:0,firstVertex:0,instanceCount:0,firstInstance:0}),a=this.getIndex(),o=null!==a;let u=1;if(!0===r.isInstancedBufferGeometry?u=r.instanceCount:void 0!==e.count&&(u=Math.max(0,e.count)),0===u)return null;if(n.instanceCount=u,!0===e.isBatchedMesh)return n;let l=1;!0!==t.wireframe||e.isPoints||e.isLineSegments||e.isLine||e.isLineLoop||(l=2);let d=i.start*l,c=(i.start+i.count)*l;null!==s&&(d=Math.max(d,s.start*l),c=Math.min(c,(s.start+s.count)*l));const h=r.attributes.position;let p=1/0;o?p=a.count:null!=h&&(p=h.count),d=Math.max(d,0),c=Math.min(c,p);const g=c-d;return g<0||g===1/0?null:(n.vertexCount=g,n.firstVertex=d,n)}getGeometryCacheKey(){const{geometry:e}=this;let t="";for(const r of Object.keys(e.attributes).sort()){const s=e.attributes[r];t+=r+",",s.data&&(t+=s.data.stride+","),s.offset&&(t+=s.offset+","),s.itemSize&&(t+=s.itemSize+","),s.normalized&&(t+="n,")}for(const r of Object.keys(e.morphAttributes).sort()){const s=e.morphAttributes[r];t+="morph-"+r+",";for(let e=0,r=s.length;e1||Array.isArray(e.morphTargetInfluences))&&(s+=e.uuid+","),s+=this.context.id+",",s+=e.receiveShadow+",",Fs(s)}get needsGeometryUpdate(){if(this.geometry.id!==this.object.geometry.id)return!0;if(null!==this.attributes){const e=this.attributesId;for(const t in e){const r=this.geometry.getAttribute(t);if(void 0===r||e[t]!==r.id)return!0}}return!1}get needsUpdate(){return this.initialNodesCacheKey!==this.getDynamicCacheKey()||this.clippingNeedsUpdate}getDynamicCacheKey(){let e=0;return!0!==this.material.isShadowPassMaterial&&(e=this._nodes.getCacheKey(this.scene,this.lightsNode)),this.camera.isArrayCamera&&(e=Us(e,this.camera.cameras.length)),this.object.receiveShadow&&(e=Us(e,1)),e=Us(e,this.camera.id,this.renderer.contextNode.id,this.renderer.contextNode.version),e}getCacheKey(){return this.getMaterialCacheKey()+this.getDynamicCacheKey()}dispose(){this.material.removeEventListener("dispose",this.onMaterialDispose),this.geometry.removeEventListener("dispose",this.onGeometryDispose),this.onDispose()}}const Jf=[];class ey{constructor(e,t,r,s,i,n){this.renderer=e,this.nodes=t,this.geometries=r,this.pipelines=s,this.bindings=i,this.info=n,this.chainMaps={}}get(e,t,r,s,i,n,a,o){const u=this.getChainMap(o);Jf[0]=e,Jf[1]=t,Jf[2]=n,Jf[3]=i;let l=u.get(Jf);return void 0===l?(l=this.createRenderObject(this.nodes,this.geometries,this.renderer,e,t,r,s,i,n,a,o),u.set(Jf,l)):(l.updateClipping(a),l.needsGeometryUpdate&&l.setGeometry(e.geometry),(l.version!==t.version||l.needsUpdate)&&(l.initialCacheKey!==l.getCacheKey()?(l.dispose(),l=this.get(e,t,r,s,i,n,a,o)):l.version=t.version)),Jf.length=0,l}getChainMap(e="default"){return this.chainMaps[e]||(this.chainMaps[e]=new Yf)}dispose(){this.chainMaps={}}createRenderObject(e,t,r,s,i,n,a,o,u,l,d){const c=this.getChainMap(d),h=new Zf(e,t,r,s,i,n,a,o,u,l);return h.onDispose=()=>{this.pipelines.delete(h),this.bindings.deleteForRender(h),this.nodes.delete(h),c.delete(h.getChainArray())},h}}class ty{constructor(){this.data=new WeakMap}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}delete(e){let t=null;return this.data.has(e)&&(t=this.data.get(e),this.data.delete(e)),t}has(e){return this.data.has(e)}dispose(){this.data=new WeakMap}}const ry=1,sy=2,iy=3,ny=4,ay=16;class oy extends ty{constructor(e){super(),this.backend=e}delete(e){const t=super.delete(e);return null!==t&&this.backend.destroyAttribute(e),t}update(e,t){const r=this.get(e);if(void 0===r.version)t===ry?this.backend.createAttribute(e):t===sy?this.backend.createIndexAttribute(e):t===iy?this.backend.createStorageAttribute(e):t===ny&&this.backend.createIndirectStorageAttribute(e),r.version=this._getBufferAttribute(e).version;else{const t=this._getBufferAttribute(e);(r.version{this.info.memory.geometries--;const s=t.index,i=e.getAttributes();null!==s&&this.attributes.delete(s);for(const e of i)this.attributes.delete(e);const n=this.wireframes.get(t);void 0!==n&&this.attributes.delete(n),t.removeEventListener("dispose",r),this._geometryDisposeListeners.delete(t)};t.addEventListener("dispose",r),this._geometryDisposeListeners.set(t,r)}updateAttributes(e){const t=e.getAttributes();for(const e of t)e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute?this.updateAttribute(e,iy):this.updateAttribute(e,ry);const r=this.getIndex(e);null!==r&&this.updateAttribute(r,sy);const s=e.geometry.indirect;null!==s&&this.updateAttribute(s,ny)}updateAttribute(e,t){const r=this.info.render.calls;e.isInterleavedBufferAttribute?void 0===this.attributeCall.get(e)?(this.attributes.update(e,t),this.attributeCall.set(e,r)):this.attributeCall.get(e.data)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e.data,r),this.attributeCall.set(e,r)):this.attributeCall.get(e)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e,r))}getIndirect(e){return e.geometry.indirect}getIndirectOffset(e){return e.geometry.indirectOffset}getIndex(e){const{geometry:t,material:r}=e;let s=t.index;if(!0===r.wireframe){const e=this.wireframes;let r=e.get(t);void 0===r?(r=ly(t),e.set(t,r)):r.version!==uy(t)&&(this.attributes.delete(r),r=ly(t),e.set(t,r)),s=r}return s}dispose(){for(const[e,t]of this._geometryDisposeListeners.entries())e.removeEventListener("dispose",t);this._geometryDisposeListeners.clear()}}class cy{constructor(){this.autoReset=!0,this.frame=0,this.calls=0,this.render={calls:0,frameCalls:0,drawCalls:0,triangles:0,points:0,lines:0,timestamp:0},this.compute={calls:0,frameCalls:0,timestamp:0},this.memory={geometries:0,textures:0}}update(e,t,r){this.render.drawCalls++,e.isMesh||e.isSprite?this.render.triangles+=r*(t/3):e.isPoints?this.render.points+=r*t:e.isLineSegments?this.render.lines+=r*(t/2):e.isLine?this.render.lines+=r*(t-1):o("WebGPUInfo: Unknown object type.")}reset(){this.render.drawCalls=0,this.render.frameCalls=0,this.compute.frameCalls=0,this.render.triangles=0,this.render.points=0,this.render.lines=0}dispose(){this.reset(),this.calls=0,this.render.calls=0,this.compute.calls=0,this.render.timestamp=0,this.compute.timestamp=0,this.memory.geometries=0,this.memory.textures=0}}class hy{constructor(e){this.cacheKey=e,this.usedTimes=0}}class py extends hy{constructor(e,t,r){super(e),this.vertexProgram=t,this.fragmentProgram=r}}class gy extends hy{constructor(e,t){super(e),this.computeProgram=t,this.isComputePipeline=!0}}let my=0;class fy{constructor(e,t,r,s=null,i=null){this.id=my++,this.code=e,this.stage=t,this.name=r,this.transforms=s,this.attributes=i,this.usedTimes=0}}class yy extends ty{constructor(e,t){super(),this.backend=e,this.nodes=t,this.bindings=null,this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}getForCompute(e,t){const{backend:r}=this,s=this.get(e);if(this._needsComputeUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.computeProgram.usedTimes--);const n=this.nodes.getForCompute(e);let a=this.programs.compute.get(n.computeShader);void 0===a&&(i&&0===i.computeProgram.usedTimes&&this._releaseProgram(i.computeProgram),a=new fy(n.computeShader,"compute",e.name,n.transforms,n.nodeAttributes),this.programs.compute.set(n.computeShader,a),r.createProgram(a));const o=this._getComputeCacheKey(e,a);let u=this.caches.get(o);void 0===u&&(i&&0===i.usedTimes&&this._releasePipeline(i),u=this._getComputePipeline(e,a,o,t)),u.usedTimes++,a.usedTimes++,s.version=e.version,s.pipeline=u}return s.pipeline}getForRender(e,t=null){const{backend:r}=this,s=this.get(e);if(this._needsRenderUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.vertexProgram.usedTimes--,i.fragmentProgram.usedTimes--);const n=e.getNodeBuilderState(),a=e.material?e.material.name:"";let o=this.programs.vertex.get(n.vertexShader);void 0===o&&(i&&0===i.vertexProgram.usedTimes&&this._releaseProgram(i.vertexProgram),o=new fy(n.vertexShader,"vertex",a),this.programs.vertex.set(n.vertexShader,o),r.createProgram(o));let u=this.programs.fragment.get(n.fragmentShader);void 0===u&&(i&&0===i.fragmentProgram.usedTimes&&this._releaseProgram(i.fragmentProgram),u=new fy(n.fragmentShader,"fragment",a),this.programs.fragment.set(n.fragmentShader,u),r.createProgram(u));const l=this._getRenderCacheKey(e,o,u);let d=this.caches.get(l);void 0===d?(i&&0===i.usedTimes&&this._releasePipeline(i),d=this._getRenderPipeline(e,o,u,l,t)):e.pipeline=d,d.usedTimes++,o.usedTimes++,u.usedTimes++,s.pipeline=d}return s.pipeline}delete(e){const t=this.get(e).pipeline;return t&&(t.usedTimes--,0===t.usedTimes&&this._releasePipeline(t),t.isComputePipeline?(t.computeProgram.usedTimes--,0===t.computeProgram.usedTimes&&this._releaseProgram(t.computeProgram)):(t.fragmentProgram.usedTimes--,t.vertexProgram.usedTimes--,0===t.vertexProgram.usedTimes&&this._releaseProgram(t.vertexProgram),0===t.fragmentProgram.usedTimes&&this._releaseProgram(t.fragmentProgram))),super.delete(e)}dispose(){super.dispose(),this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}updateForRender(e){this.getForRender(e)}_getComputePipeline(e,t,r,s){r=r||this._getComputeCacheKey(e,t);let i=this.caches.get(r);return void 0===i&&(i=new gy(r,t),this.caches.set(r,i),this.backend.createComputePipeline(i,s)),i}_getRenderPipeline(e,t,r,s,i){s=s||this._getRenderCacheKey(e,t,r);let n=this.caches.get(s);return void 0===n&&(n=new py(s,t,r),this.caches.set(s,n),e.pipeline=n,this.backend.createRenderPipeline(e,i)),n}_getComputeCacheKey(e,t){return e.id+","+t.id}_getRenderCacheKey(e,t,r){return t.id+","+r.id+","+this.backend.getRenderCacheKey(e)}_releasePipeline(e){this.caches.delete(e.cacheKey)}_releaseProgram(e){const t=e.code,r=e.stage;this.programs[r].delete(t)}_needsComputeUpdate(e){const t=this.get(e);return void 0===t.pipeline||t.version!==e.version}_needsRenderUpdate(e){return void 0===this.get(e).pipeline||this.backend.needsRenderUpdate(e)}}class by extends ty{constructor(e,t,r,s,i,n){super(),this.backend=e,this.textures=r,this.pipelines=i,this.attributes=s,this.nodes=t,this.info=n,this.pipelines.bindings=this}getForRender(e){const t=e.getBindings();for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}getForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}updateForCompute(e){this._updateBindings(this.getForCompute(e))}updateForRender(e){this._updateBindings(this.getForRender(e))}deleteForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}deleteForRender(e){const t=e.getBindings();for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}_updateBindings(e){for(const t of e)this._update(t,e)}_init(e){for(const t of e.bindings)if(t.isSampledTexture)this.textures.updateTexture(t.texture);else if(t.isSampler)this.textures.updateSampler(t.texture);else if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}}_update(e,t){const{backend:r}=this;let s=!1,i=!0,n=0,a=0;for(const t of e.bindings){if(!1!==this.nodes.updateGroup(t)){if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}if(t.isUniformBuffer){t.update()&&r.updateBinding(t)}else if(t.isSampledTexture){const e=t.update(),o=t.texture,u=this.textures.get(o);e&&(this.textures.updateTexture(o),t.generation!==u.generation&&(t.generation=u.generation,s=!0,i=!1));if(void 0!==r.get(o).externalTexture||u.isDefaultTexture?i=!1:(n=10*n+o.id,a+=o.version),!0===o.isStorageTexture&&!0===o.mipmapsAutoUpdate){const e=this.get(o);!0===t.store?e.needsMipmap=!0:this.textures.needsMipmaps(o)&&!0===e.needsMipmap&&(this.backend.generateMipmaps(o),e.needsMipmap=!1)}}else if(t.isSampler){if(t.update()){const e=this.textures.updateSampler(t.texture);t.samplerKey!==e&&(t.samplerKey=e,s=!0,i=!1)}}}}!0===s&&this.backend.updateBindings(e,t,i?n:0,a)}}function xy(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?e.z-t.z:e.id-t.id}function Ty(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?t.z-e.z:e.id-t.id}function _y(e){return(e.transmission>0||e.transmissionNode&&e.transmissionNode.isNode)&&e.side===C&&!1===e.forceSinglePass}class vy{constructor(e,t,r){this.renderItems=[],this.renderItemsIndex=0,this.opaque=[],this.transparentDoublePass=[],this.transparent=[],this.bundles=[],this.lightsNode=e.getNode(t,r),this.lightsArray=[],this.scene=t,this.camera=r,this.occlusionQueryCount=0}begin(){return this.renderItemsIndex=0,this.opaque.length=0,this.transparentDoublePass.length=0,this.transparent.length=0,this.bundles.length=0,this.lightsArray.length=0,this.occlusionQueryCount=0,this}getNextRenderItem(e,t,r,s,i,n,a){let o=this.renderItems[this.renderItemsIndex];return void 0===o?(o={id:e.id,object:e,geometry:t,material:r,groupOrder:s,renderOrder:e.renderOrder,z:i,group:n,clippingContext:a},this.renderItems[this.renderItemsIndex]=o):(o.id=e.id,o.object=e,o.geometry=t,o.material=r,o.groupOrder=s,o.renderOrder=e.renderOrder,o.z=i,o.group=n,o.clippingContext=a),this.renderItemsIndex++,o}push(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===e.occlusionTest&&this.occlusionQueryCount++,!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.push(o),this.transparent.push(o)):this.opaque.push(o)}unshift(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.unshift(o),this.transparent.unshift(o)):this.opaque.unshift(o)}pushBundle(e){this.bundles.push(e)}pushLight(e){this.lightsArray.push(e)}sort(e,t){this.opaque.length>1&&this.opaque.sort(e||xy),this.transparentDoublePass.length>1&&this.transparentDoublePass.sort(t||Ty),this.transparent.length>1&&this.transparent.sort(t||Ty)}finish(){this.lightsNode.setLights(this.lightsArray);for(let e=this.renderItemsIndex,t=this.renderItems.length;e>t,u=a.height>>t;let l=e.depthTexture||i[t];const d=!0===e.depthBuffer||!0===e.stencilBuffer;let c=!1;void 0===l&&d&&(l=new X,l.format=e.stencilBuffer?Ie:Oe,l.type=e.stencilBuffer?Ve:S,l.image.width=o,l.image.height=u,l.image.depth=a.depth,l.renderTarget=e,l.isArrayTexture=!0===e.multiview&&a.depth>1,i[t]=l),r.width===a.width&&a.height===r.height||(c=!0,l&&(l.needsUpdate=!0,l.image.width=o,l.image.height=u,l.image.depth=l.isArrayTexture?l.image.depth:1)),r.width=a.width,r.height=a.height,r.textures=n,r.depthTexture=l||null,r.depth=e.depthBuffer,r.stencil=e.stencilBuffer,r.renderTarget=e,r.sampleCount!==s&&(c=!0,l&&(l.needsUpdate=!0),r.sampleCount=s);const h={sampleCount:s};if(!0!==e.isXRRenderTarget){for(let e=0;e{this._destroyRenderTarget(e)},e.addEventListener("dispose",r.onDispose))}updateTexture(e,t={}){const r=this.get(e);if(!0===r.initialized&&r.version===e.version)return;const s=e.isRenderTargetTexture||e.isDepthTexture||e.isFramebufferTexture,i=this.backend;if(s&&!0===r.initialized&&i.destroyTexture(e),e.isFramebufferTexture){const t=this.renderer.getRenderTarget();e.type=t?t.texture.type:ke}const{width:n,height:a,depth:o}=this.getSize(e);if(t.width=n,t.height=a,t.depth=o,t.needsMipmaps=this.needsMipmaps(e),t.levels=t.needsMipmaps?this.getMipLevels(e,n,a):1,e.isCubeTexture&&e.mipmaps.length>0&&t.levels++,s||!0===e.isStorageTexture||!0===e.isExternalTexture)i.createTexture(e,t),r.generation=e.version;else if(e.version>0){const s=e.image;if(void 0===s)d("Renderer: Texture marked for update but image is undefined.");else if(!1===s.complete)d("Renderer: Texture marked for update but image is incomplete.");else{if(e.images){const r=[];for(const t of e.images)r.push(t);t.images=r}else t.image=s;void 0!==r.isDefaultTexture&&!0!==r.isDefaultTexture||(i.createTexture(e,t),r.isDefaultTexture=!1,r.generation=e.version),!0===e.source.dataReady&&i.updateTexture(e,t);const n=!0===e.isStorageTexture&&!1===e.mipmapsAutoUpdate;t.needsMipmaps&&0===e.mipmaps.length&&!n&&i.generateMipmaps(e),e.onUpdate&&e.onUpdate(e)}}else i.createDefaultTexture(e),r.isDefaultTexture=!0,r.generation=e.version;!0!==r.initialized&&(r.initialized=!0,r.generation=e.version,this.info.memory.textures++,e.isVideoTexture&&!0===p.enabled&&p.getTransfer(e.colorSpace)!==g&&d("WebGPURenderer: Video textures must use a color space with a sRGB transfer function, e.g. SRGBColorSpace."),r.onDispose=()=>{this._destroyTexture(e)},e.addEventListener("dispose",r.onDispose)),r.version=e.version}updateSampler(e){return this.backend.updateSampler(e)}getSize(e,t=Ly){let r=e.images?e.images[0]:e.image;return r?(void 0!==r.image&&(r=r.image),"undefined"!=typeof HTMLVideoElement&&r instanceof HTMLVideoElement?(t.width=r.videoWidth||1,t.height=r.videoHeight||1,t.depth=1):"undefined"!=typeof VideoFrame&&r instanceof VideoFrame?(t.width=r.displayWidth||1,t.height=r.displayHeight||1,t.depth=1):(t.width=r.width||1,t.height=r.height||1,t.depth=e.isCubeTexture?6:r.depth||1)):t.width=t.height=t.depth=1,t}getMipLevels(e,t,r){let s;return s=e.mipmaps.length>0?e.mipmaps.length:!0===e.isCompressedTexture?1:Math.floor(Math.log2(Math.max(t,r)))+1,s}needsMipmaps(e){return!0===e.generateMipmaps||e.mipmaps.length>0}_destroyRenderTarget(e){if(!0===this.has(e)){const t=this.get(e),r=t.textures,s=t.depthTexture;e.removeEventListener("dispose",t.onDispose);for(let e=0;e=2)for(let r=0;r{if(this._currentNode=t,!t.isVarNode||!t.isIntent(e)||!0===t.isAssign(e))if("setup"===s)t.build(e);else if("analyze"===s)t.build(e,this);else if("generate"===s){const r=e.getDataFromNode(t,"any").stages,s=r&&r[e.shaderStage];if(t.isVarNode&&s&&1===s.length&&s[0]&&s[0].isStackNode)return;t.build(e,"void")}},n=[...this.nodes];for(const e of n)i(e);this._currentNode=null;const a=this.nodes.filter(e=>-1===n.indexOf(e));for(const e of a)i(e);let o;return o=this.hasOutput?this.outputNode.build(e,...t):super.build(e,...t),on(r),e.removeActiveStack(this),o}}const Iy=en(Uy).setParameterLength(0,1);class Oy extends ai{static get type(){return"StructTypeNode"}constructor(e,t=null){var r;super("struct"),this.membersLayout=(r=e,Object.entries(r).map(([e,t])=>"string"==typeof t?{name:e,type:t,atomic:!1}:{name:e,type:t.type,atomic:t.atomic||!1})),this.name=t,this.isStructLayoutNode=!0}getLength(){const e=Float32Array.BYTES_PER_ELEMENT;let t=1,r=0;for(const s of this.membersLayout){const i=s.type,n=zs(i),a=$s(i)/e;t=Math.max(t,a);const o=r%t%a;0!==o&&(r+=a-o),r+=n}return Math.ceil(r/t)*t}getMemberType(e,t){const r=this.membersLayout.find(e=>e.name===t);return r?r.type:"void"}getNodeType(e){return e.getStructTypeFromNode(this,this.membersLayout,this.name).name}setup(e){e.getStructTypeFromNode(this,this.membersLayout,this.name),e.addInclude(this)}generate(e){return this.getNodeType(e)}}class Vy extends ai{static get type(){return"StructNode"}constructor(e,t){super("vec3"),this.structTypeNode=e,this.values=t,this.isStructNode=!0}getNodeType(e){return this.structTypeNode.getNodeType(e)}getMemberType(e,t){return this.structTypeNode.getMemberType(e,t)}generate(e){const t=e.getVarFromNode(this),r=t.type,s=e.getPropertyName(t);return e.addLineFlowCode(`${s} = ${e.generateStruct(r,this.structTypeNode.membersLayout,this.values)}`,this),t.name}}class ky extends ai{static get type(){return"OutputStructNode"}constructor(...e){super(),this.members=e,this.isOutputStructNode=!0}getNodeType(e){const t=e.getNodeProperties(this);if(void 0===t.membersLayout){const r=this.members,s=[];for(let t=0;tnew Hy(e,"uint","float"),Xy={};class Ky extends eo{static get type(){return"BitcountNode"}constructor(e,t){super(e,t),this.isBitcountNode=!0}_resolveElementType(e,t,r){"int"===r?t.assign(jy(e,"uint")):t.assign(e)}_returnDataNode(e){switch(e){case"uint":return gn;case"int":return pn;case"uvec2":return bn;case"uvec3":return vn;case"uvec4":return An;case"ivec2":return yn;case"ivec3":return _n;case"ivec4":return Rn}}_createTrailingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t);const i=hn(s.bitAnd(Bo(s))),n=qy(i).shiftRight(23).sub(127);return r(n)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createLeadingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{ln(e.equal(gn(0)),()=>gn(32));const s=gn(0),i=gn(0);return this._resolveElementType(e,s,t),ln(s.shiftRight(16).equal(0),()=>{i.addAssign(16),s.shiftLeftAssign(16)}),ln(s.shiftRight(24).equal(0),()=>{i.addAssign(8),s.shiftLeftAssign(8)}),ln(s.shiftRight(28).equal(0),()=>{i.addAssign(4),s.shiftLeftAssign(4)}),ln(s.shiftRight(30).equal(0),()=>{i.addAssign(2),s.shiftLeftAssign(2)}),ln(s.shiftRight(31).equal(0),()=>{i.addAssign(1)}),r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createOneBitsBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t),s.assign(s.sub(s.shiftRight(gn(1)).bitAnd(gn(1431655765)))),s.assign(s.bitAnd(gn(858993459)).add(s.shiftRight(gn(2)).bitAnd(gn(858993459))));const i=s.add(s.shiftRight(gn(4))).bitAnd(gn(252645135)).mul(gn(16843009)).shiftRight(gn(24));return r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createMainLayout(e,t,r,s){const i=this._returnDataNode(t);return an(([e])=>{if(1===r)return i(s(e));{const t=i(0),n=["x","y","z","w"];for(let i=0;id(r))()}}Ky.COUNT_TRAILING_ZEROS="countTrailingZeros",Ky.COUNT_LEADING_ZEROS="countLeadingZeros",Ky.COUNT_ONE_BITS="countOneBits";const Yy=rn(Ky,Ky.COUNT_TRAILING_ZEROS).setParameterLength(1),Qy=rn(Ky,Ky.COUNT_LEADING_ZEROS).setParameterLength(1),Zy=rn(Ky,Ky.COUNT_ONE_BITS).setParameterLength(1),Jy=an(([e])=>{const t=e.toUint().mul(747796405).add(2891336453),r=t.shiftRight(t.shiftRight(28).add(4)).bitXor(t).mul(277803737);return r.shiftRight(22).bitXor(r).toFloat().mul(1/2**32)}),eb=(e,t)=>Qo(Ma(4,e.mul(Ca(1,e))),t);class tb extends li{static get type(){return"PackFloatNode"}constructor(e,t){super(),this.vectorNode=t,this.encoding=e,this.isPackFloatNode=!0}getNodeType(){return"uint"}generate(e){const t=this.vectorNode.getNodeType(e);return`${e.getFloatPackingMethod(this.encoding)}(${this.vectorNode.build(e,t)})`}}const rb=rn(tb,"snorm").setParameterLength(1),sb=rn(tb,"unorm").setParameterLength(1),ib=rn(tb,"float16").setParameterLength(1);class nb extends li{static get type(){return"UnpackFloatNode"}constructor(e,t){super(),this.uintNode=t,this.encoding=e,this.isUnpackFloatNode=!0}getNodeType(){return"vec2"}generate(e){const t=this.uintNode.getNodeType(e);return`${e.getFloatUnpackingMethod(this.encoding)}(${this.uintNode.build(e,t)})`}}const ab=rn(nb,"snorm").setParameterLength(1),ob=rn(nb,"unorm").setParameterLength(1),ub=rn(nb,"float16").setParameterLength(1),lb=an(([e])=>e.fract().sub(.5).abs()).setLayout({name:"tri",type:"float",inputs:[{name:"x",type:"float"}]}),db=an(([e])=>Tn(lb(e.z.add(lb(e.y.mul(1)))),lb(e.z.add(lb(e.x.mul(1)))),lb(e.y.add(lb(e.x.mul(1)))))).setLayout({name:"tri3",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),cb=an(([e,t,r])=>{const s=Tn(e).toVar(),i=hn(1.4).toVar(),n=hn(0).toVar(),a=Tn(s).toVar();return op({start:hn(0),end:hn(3),type:"float",condition:"<="},()=>{const e=Tn(db(a.mul(2))).toVar();s.addAssign(e.add(r.mul(hn(.1).mul(t)))),a.mulAssign(1.8),i.mulAssign(1.5),s.mulAssign(1.2);const o=hn(lb(s.z.add(lb(s.x.add(lb(s.y)))))).toVar();n.addAssign(o.div(i)),a.addAssign(.14)}),n}).setLayout({name:"triNoise3D",type:"float",inputs:[{name:"position",type:"vec3"},{name:"speed",type:"float"},{name:"time",type:"float"}]});class hb extends ai{static get type(){return"FunctionOverloadingNode"}constructor(e=[],...t){super(),this.functionNodes=e,this.parametersNodes=t,this._candidateFn=null,this.global=!0}getNodeType(e){return this.getCandidateFn(e).shaderNode.layout.type}getCandidateFn(e){const t=this.parametersNodes;let r=this._candidateFn;if(null===r){let s=null,i=-1;for(const r of this.functionNodes){const n=r.shaderNode.layout;if(null===n)throw new Error("FunctionOverloadingNode: FunctionNode must be a layout.");const a=n.inputs;if(t.length===a.length){let n=0;for(let r=0;ri&&(s=r,i=n)}}this._candidateFn=r=s}return r}setup(e){return this.getCandidateFn(e)(...this.parametersNodes)}}const pb=en(hb),gb=e=>(...t)=>pb(e,...t),mb=xa(0).setGroup(fa).onRenderUpdate(e=>e.time),fb=xa(0).setGroup(fa).onRenderUpdate(e=>e.deltaTime),yb=xa(0,"uint").setGroup(fa).onRenderUpdate(e=>e.frameId);const bb=an(([e,t,r=fn(.5)])=>Ff(e.sub(r),t).add(r)),xb=an(([e,t,r=fn(.5)])=>{const s=e.sub(r),i=s.dot(s),n=i.mul(i).mul(t);return e.add(s.mul(n))}),Tb=an(({position:e=null,horizontal:t=!0,vertical:r=!1})=>{let s;null!==e?(s=xd.toVar(),s[3][0]=e.x,s[3][1]=e.y,s[3][2]=e.z):s=xd;const i=id.mul(s);return qi(t)&&(i[0][0]=xd[0].length(),i[0][1]=0,i[0][2]=0),qi(r)&&(i[1][0]=0,i[1][1]=xd[1].length(),i[1][2]=0),i[2][0]=0,i[2][1]=0,i[2][2]=1,rd.mul(i).mul(Bd)}),_b=an(([e=null])=>{const t=Pp();return Pp(Rp(e)).sub(t).lessThan(0).select(Hl,e)});class vb extends ai{static get type(){return"SpriteSheetUVNode"}constructor(e,t=Rl(),r=hn(0)){super("vec2"),this.countNode=e,this.uvNode=t,this.frameNode=r}setup(){const{frameNode:e,uvNode:t,countNode:r}=this,{width:s,height:i}=r,n=e.mod(s.mul(i)).floor(),a=n.mod(s),o=i.sub(n.add(1).div(s).ceil()),u=r.reciprocal(),l=fn(a,o);return t.add(l).mul(u)}}const Nb=en(vb).setParameterLength(3),Sb=an(([e,t=null,r=null,s=hn(1),i=Bd,n=zd])=>{let a=n.abs().normalize();a=a.div(a.dot(Tn(1)));const o=i.yz.mul(s),u=i.zx.mul(s),l=i.xy.mul(s),d=e.value,c=null!==t?t.value:d,h=null!==r?r.value:d,p=Pl(d,o).mul(a.x),g=Pl(c,u).mul(a.y),m=Pl(h,l).mul(a.z);return wa(p,g,m)}),Rb=new Ge,Ab=new r,Eb=new r,wb=new r,Cb=new a,Mb=new r(0,0,-1),Bb=new s,Lb=new r,Pb=new r,Fb=new s,Db=new t,Ub=new _e,Ib=Hl.flipX();Ub.depthTexture=new X(1,1);let Ob=!1;class Vb extends Bl{static get type(){return"ReflectorNode"}constructor(e={}){super(e.defaultTexture||Ub.texture,Ib),this._reflectorBaseNode=e.reflector||new kb(this,e),this._depthNode=null,this.setUpdateMatrix(!1)}get reflector(){return this._reflectorBaseNode}get target(){return this._reflectorBaseNode.target}getDepthNode(){if(null===this._depthNode){if(!0!==this._reflectorBaseNode.depth)throw new Error("THREE.ReflectorNode: Depth node can only be requested when the reflector is created with { depth: true }. ");this._depthNode=Yi(new Vb({defaultTexture:Ub.depthTexture,reflector:this._reflectorBaseNode}))}return this._depthNode}setup(e){return e.object.isQuadMesh||this._reflectorBaseNode.build(e),super.setup(e)}clone(){const e=new this.constructor(this.reflectorNode);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e._reflectorBaseNode=this._reflectorBaseNode,e}dispose(){super.dispose(),this._reflectorBaseNode.dispose()}}class kb extends ai{static get type(){return"ReflectorBaseNode"}constructor(e,t={}){super();const{target:r=new ze,resolutionScale:s=1,generateMipmaps:i=!1,bounces:n=!0,depth:a=!1,samples:o=0}=t;this.textureNode=e,this.target=r,this.resolutionScale=s,void 0!==t.resolution&&(v('ReflectorNode: The "resolution" parameter has been renamed to "resolutionScale".'),this.resolutionScale=t.resolution),this.generateMipmaps=i,this.bounces=n,this.depth=a,this.samples=o,this.updateBeforeType=n?Qs.RENDER:Qs.FRAME,this.virtualCameras=new WeakMap,this.renderTargets=new Map,this.forceUpdate=!1,this.hasOutput=!1}_updateResolution(e,t){const r=this.resolutionScale;t.getDrawingBufferSize(Db),e.setSize(Math.round(Db.width*r),Math.round(Db.height*r))}setup(e){return this._updateResolution(Ub,e.renderer),super.setup(e)}dispose(){super.dispose();for(const e of this.renderTargets.values())e.dispose()}getVirtualCamera(e){let t=this.virtualCameras.get(e);return void 0===t&&(t=e.clone(),this.virtualCameras.set(e,t)),t}getRenderTarget(e){let t=this.renderTargets.get(e);return void 0===t&&(t=new _e(0,0,{type:fe,samples:this.samples}),!0===this.generateMipmaps&&(t.texture.minFilter=$e,t.texture.generateMipmaps=!0),!0===this.depth&&(t.depthTexture=new X),this.renderTargets.set(e,t)),t}updateBefore(e){if(!1===this.bounces&&Ob)return!1;Ob=!0;const{scene:t,camera:r,renderer:s,material:i}=e,{target:n}=this,a=this.getVirtualCamera(r),o=this.getRenderTarget(a);s.getDrawingBufferSize(Db),this._updateResolution(o,s),Eb.setFromMatrixPosition(n.matrixWorld),wb.setFromMatrixPosition(r.matrixWorld),Cb.extractRotation(n.matrixWorld),Ab.set(0,0,1),Ab.applyMatrix4(Cb),Lb.subVectors(Eb,wb);let u=!1;if(!0===Lb.dot(Ab)>0&&!1===this.forceUpdate){if(!1===this.hasOutput)return void(Ob=!1);u=!0}Lb.reflect(Ab).negate(),Lb.add(Eb),Cb.extractRotation(r.matrixWorld),Mb.set(0,0,-1),Mb.applyMatrix4(Cb),Mb.add(wb),Pb.subVectors(Eb,Mb),Pb.reflect(Ab).negate(),Pb.add(Eb),a.coordinateSystem=r.coordinateSystem,a.position.copy(Lb),a.up.set(0,1,0),a.up.applyMatrix4(Cb),a.up.reflect(Ab),a.lookAt(Pb),a.near=r.near,a.far=r.far,a.updateMatrixWorld(),a.projectionMatrix.copy(r.projectionMatrix),Rb.setFromNormalAndCoplanarPoint(Ab,Eb),Rb.applyMatrix4(a.matrixWorldInverse),Bb.set(Rb.normal.x,Rb.normal.y,Rb.normal.z,Rb.constant);const l=a.projectionMatrix;Fb.x=(Math.sign(Bb.x)+l.elements[8])/l.elements[0],Fb.y=(Math.sign(Bb.y)+l.elements[9])/l.elements[5],Fb.z=-1,Fb.w=(1+l.elements[10])/l.elements[14],Bb.multiplyScalar(1/Bb.dot(Fb));l.elements[2]=Bb.x,l.elements[6]=Bb.y,l.elements[10]=s.coordinateSystem===h?Bb.z-0:Bb.z+1-0,l.elements[14]=Bb.w,this.textureNode.value=o.texture,!0===this.depth&&(this.textureNode.getDepthNode().value=o.depthTexture),i.visible=!1;const d=s.getRenderTarget(),c=s.getMRT(),p=s.autoClear;s.setMRT(null),s.setRenderTarget(o),s.autoClear=!0;const g=t.name;t.name=(t.name||"Scene")+" [ Reflector ]",u?(s.clear(),this.hasOutput=!1):(s.render(t,a),this.hasOutput=!0),t.name=g,s.setMRT(c),s.setRenderTarget(d),s.autoClear=p,i.visible=!0,Ob=!1,this.forceUpdate=!1}get resolution(){return v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale}set resolution(e){v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale=e}}const Gb=new xe(-1,1,1,-1,0,1);class zb extends be{constructor(e=!1){super();const t=!1===e?[0,-1,0,1,2,1]:[0,2,0,0,2,0];this.setAttribute("position",new We([-1,3,0,-1,-1,0,3,-1,0],3)),this.setAttribute("uv",new We(t,2))}}const $b=new zb;class Wb extends se{constructor(e=null){super($b,e),this.camera=Gb,this.isQuadMesh=!0}async renderAsync(e){v('QuadMesh: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await e.init(),e.render(this,Gb)}render(e){e.render(this,Gb)}}const Hb=new t;class jb extends Bl{static get type(){return"RTTNode"}constructor(e,t=null,r=null,s={type:fe}){const i=new _e(t,r,s);super(i.texture,Rl()),this.isRTTNode=!0,this.node=e,this.width=t,this.height=r,this.pixelRatio=1,this.renderTarget=i,this.textureNeedsUpdate=!0,this.autoUpdate=!0,this._rttNode=null,this._quadMesh=new Wb(new Xp),this.updateBeforeType=Qs.RENDER}get autoResize(){return null===this.width}setup(e){return this._rttNode=this.node.context(e.getSharedContext()),this._quadMesh.material.name="RTT",this._quadMesh.material.needsUpdate=!0,super.setup(e)}setSize(e,t){this.width=e,this.height=t;const r=e*this.pixelRatio,s=t*this.pixelRatio;this.renderTarget.setSize(r,s),this.textureNeedsUpdate=!0}setPixelRatio(e){this.pixelRatio=e,this.setSize(this.width,this.height)}updateBefore({renderer:e}){if(!1===this.textureNeedsUpdate&&!1===this.autoUpdate)return;if(this.textureNeedsUpdate=!1,!0===this.autoResize){const t=e.getPixelRatio(),r=e.getSize(Hb),s=Math.floor(r.width*t),i=Math.floor(r.height*t);s===this.renderTarget.width&&i===this.renderTarget.height||(this.renderTarget.setSize(s,i),this.textureNeedsUpdate=!0)}let t="RTT";this.node.name&&(t=this.node.name+" [ "+t+" ]"),this._quadMesh.material.fragmentNode=this._rttNode,this._quadMesh.name=t;const r=e.getRenderTarget();e.setRenderTarget(this.renderTarget),this._quadMesh.render(e),e.setRenderTarget(r)}clone(){const e=new Bl(this.value,this.uvNode,this.levelNode);return e.sampler=this.sampler,e.referenceNode=this,e}}const qb=(e,...t)=>Yi(new jb(Yi(e),...t)),Xb=an(([e,t,r],s)=>{let i;s.renderer.coordinateSystem===h?(e=fn(e.x,e.y.oneMinus()).mul(2).sub(1),i=Sn(Tn(e,t),1)):i=Sn(Tn(e.x,e.y.oneMinus(),t).mul(2).sub(1),1);const n=Sn(r.mul(i));return n.xyz.div(n.w)}),Kb=an(([e,t])=>{const r=t.mul(Sn(e,1)),s=r.xy.div(r.w).mul(.5).add(.5).toVar();return fn(s.x,s.y.oneMinus())}),Yb=an(([e,t,r])=>{const s=El(Fl(t)),i=yn(e.mul(s)).toVar(),n=Fl(t,i).toVar(),a=Fl(t,i.sub(yn(2,0))).toVar(),o=Fl(t,i.sub(yn(1,0))).toVar(),u=Fl(t,i.add(yn(1,0))).toVar(),l=Fl(t,i.add(yn(2,0))).toVar(),d=Fl(t,i.add(yn(0,2))).toVar(),c=Fl(t,i.add(yn(0,1))).toVar(),h=Fl(t,i.sub(yn(0,1))).toVar(),p=Fl(t,i.sub(yn(0,2))).toVar(),g=wo(Ca(hn(2).mul(o).sub(a),n)).toVar(),m=wo(Ca(hn(2).mul(u).sub(l),n)).toVar(),f=wo(Ca(hn(2).mul(c).sub(d),n)).toVar(),y=wo(Ca(hn(2).mul(h).sub(p),n)).toVar(),b=Xb(e,n,r).toVar(),x=g.lessThan(m).select(b.sub(Xb(e.sub(fn(hn(1).div(s.x),0)),o,r)),b.negate().add(Xb(e.add(fn(hn(1).div(s.x),0)),u,r))),T=f.lessThan(y).select(b.sub(Xb(e.add(fn(0,hn(1).div(s.y))),c,r)),b.negate().add(Xb(e.sub(fn(0,hn(1).div(s.y))),h,r)));return To(Yo(x,T))}),Qb=an(([e])=>_o(hn(52.9829189).mul(_o(Ko(e,fn(.06711056,.00583715)))))).setLayout({name:"interleavedGradientNoise",type:"float",inputs:[{name:"position",type:"vec2"}]}),Zb=an(([e,t,r])=>{const s=hn(2.399963229728653),i=fo(hn(e).add(.5).div(hn(t))),n=hn(e).mul(s).add(r);return fn(No(n),vo(n)).mul(i)}).setLayout({name:"vogelDiskSample",type:"vec2",inputs:[{name:"sampleIndex",type:"int"},{name:"samplesCount",type:"int"},{name:"phi",type:"float"}]});class Jb extends ai{static get type(){return"SampleNode"}constructor(e,t=null){super(),this.callback=e,this.uvNode=t,this.isSampleNode=!0}setup(){return this.sample(Rl())}sample(e){return this.callback(e)}}class ex extends ai{static get type(){return"EventNode"}constructor(e,t){super("void"),this.eventType=e,this.callback=t,e===ex.OBJECT?this.updateType=Qs.OBJECT:e===ex.MATERIAL?this.updateType=Qs.RENDER:e===ex.BEFORE_OBJECT?this.updateBeforeType=Qs.OBJECT:e===ex.BEFORE_MATERIAL&&(this.updateBeforeType=Qs.RENDER)}update(e){this.callback(e)}updateBefore(e){this.callback(e)}}ex.OBJECT="object",ex.MATERIAL="material",ex.BEFORE_OBJECT="beforeObject",ex.BEFORE_MATERIAL="beforeMaterial";const tx=(e,t)=>Yi(new ex(e,t)).toStack();class rx extends ${constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageInstancedBufferAttribute=!0}}class sx extends Re{constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageBufferAttribute=!0}}class ix extends ai{static get type(){return"PointUVNode"}constructor(){super("vec2"),this.isPointUVNode=!0}generate(){return"vec2( gl_PointCoord.x, 1.0 - gl_PointCoord.y )"}}const nx=tn(ix),ax=new M,ox=new a;class ux extends ai{static get type(){return"SceneNode"}constructor(e=ux.BACKGROUND_BLURRINESS,t=null){super(),this.scope=e,this.scene=t}setup(e){const t=this.scope,r=null!==this.scene?this.scene:e.scene;let s;return t===ux.BACKGROUND_BLURRINESS?s=mc("backgroundBlurriness","float",r):t===ux.BACKGROUND_INTENSITY?s=mc("backgroundIntensity","float",r):t===ux.BACKGROUND_ROTATION?s=xa("mat4").setName("backgroundRotation").setGroup(fa).onRenderUpdate(()=>{const e=r.background;return null!==e&&e.isTexture&&e.mapping!==He?(ax.copy(r.backgroundRotation),ax.x*=-1,ax.y*=-1,ax.z*=-1,ox.makeRotationFromEuler(ax)):ox.identity(),ox}):o("SceneNode: Unknown scope:",t),s}}ux.BACKGROUND_BLURRINESS="backgroundBlurriness",ux.BACKGROUND_INTENSITY="backgroundIntensity",ux.BACKGROUND_ROTATION="backgroundRotation";const lx=tn(ux,ux.BACKGROUND_BLURRINESS),dx=tn(ux,ux.BACKGROUND_INTENSITY),cx=tn(ux,ux.BACKGROUND_ROTATION);class hx extends Bl{static get type(){return"StorageTextureNode"}constructor(e,t,r=null){super(e,t),this.storeNode=r,this.mipLevel=0,this.isStorageTextureNode=!0,this.access=Js.WRITE_ONLY}getInputType(){return"storageTexture"}setup(e){super.setup(e);const t=e.getNodeProperties(this);return t.storeNode=this.storeNode,t}setAccess(e){return this.access=e,this}setMipLevel(e){return this.mipLevel=e,this}generate(e,t){let r;return r=null!==this.storeNode?this.generateStore(e):super.generate(e,t),r}toReadWrite(){return this.setAccess(Js.READ_WRITE)}toReadOnly(){return this.setAccess(Js.READ_ONLY)}toWriteOnly(){return this.setAccess(Js.WRITE_ONLY)}generateStore(e){const t=e.getNodeProperties(this),{uvNode:r,storeNode:s,depthNode:i}=t,n=super.generate(e,"property"),a=r.build(e,!0===this.value.is3DTexture?"uvec3":"uvec2"),o=s.build(e,"vec4"),u=i?i.build(e,"int"):null,l=e.generateTextureStore(e,n,a,u,o);e.addLineFlowCode(l,this)}clone(){const e=super.clone();return e.storeNode=this.storeNode,e.mipLevel=this.mipLevel,e}}const px=en(hx).setParameterLength(1,3),gx=an(({texture:e,uv:t})=>{const r=1e-4,s=Tn().toVar();return ln(t.x.lessThan(r),()=>{s.assign(Tn(1,0,0))}).ElseIf(t.y.lessThan(r),()=>{s.assign(Tn(0,1,0))}).ElseIf(t.z.lessThan(r),()=>{s.assign(Tn(0,0,1))}).ElseIf(t.x.greaterThan(.9999),()=>{s.assign(Tn(-1,0,0))}).ElseIf(t.y.greaterThan(.9999),()=>{s.assign(Tn(0,-1,0))}).ElseIf(t.z.greaterThan(.9999),()=>{s.assign(Tn(0,0,-1))}).Else(()=>{const r=.01,i=e.sample(t.add(Tn(-.01,0,0))).r.sub(e.sample(t.add(Tn(r,0,0))).r),n=e.sample(t.add(Tn(0,-.01,0))).r.sub(e.sample(t.add(Tn(0,r,0))).r),a=e.sample(t.add(Tn(0,0,-.01))).r.sub(e.sample(t.add(Tn(0,0,r))).r);s.assign(Tn(i,n,a))}),s.normalize()});class mx extends Bl{static get type(){return"Texture3DNode"}constructor(e,t=null,r=null){super(e,t,r),this.isTexture3DNode=!0}getInputType(){return"texture3D"}getDefaultUV(){return Tn(.5,.5,.5)}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!e.isFlipY()||!0!==r.isRenderTargetTexture&&!0!==r.isFramebufferTexture||(t=this.sampler?t.flipY():t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1))),t}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}generateOffset(e,t){return t.build(e,"ivec3")}normal(e){return gx({texture:this,uv:e})}}const fx=en(mx).setParameterLength(1,3);class yx extends gc{static get type(){return"UserDataNode"}constructor(e,t,r=null){super(e,t,r),this.userData=r}updateReference(e){return this.reference=null!==this.userData?this.userData:e.object.userData,this.reference}}const bx=new WeakMap;class xx extends li{static get type(){return"VelocityNode"}constructor(){super("vec2"),this.projectionMatrix=null,this.updateType=Qs.OBJECT,this.updateAfterType=Qs.OBJECT,this.previousModelWorldMatrix=xa(new a),this.previousProjectionMatrix=xa(new a).setGroup(fa),this.previousCameraViewMatrix=xa(new a)}setProjectionMatrix(e){this.projectionMatrix=e}update({frameId:e,camera:t,object:r}){const s=_x(r);this.previousModelWorldMatrix.value.copy(s);const i=Tx(t);i.frameId!==e&&(i.frameId=e,void 0===i.previousProjectionMatrix?(i.previousProjectionMatrix=new a,i.previousCameraViewMatrix=new a,i.currentProjectionMatrix=new a,i.currentCameraViewMatrix=new a,i.previousProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.previousCameraViewMatrix.copy(t.matrixWorldInverse)):(i.previousProjectionMatrix.copy(i.currentProjectionMatrix),i.previousCameraViewMatrix.copy(i.currentCameraViewMatrix)),i.currentProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.currentCameraViewMatrix.copy(t.matrixWorldInverse),this.previousProjectionMatrix.value.copy(i.previousProjectionMatrix),this.previousCameraViewMatrix.value.copy(i.previousCameraViewMatrix))}updateAfter({object:e}){_x(e).copy(e.matrixWorld)}setup(){const e=null===this.projectionMatrix?rd:xa(this.projectionMatrix),t=this.previousCameraViewMatrix.mul(this.previousModelWorldMatrix),r=e.mul(Ad).mul(Bd),s=this.previousProjectionMatrix.mul(t).mul(Ld),i=r.xy.div(r.w),n=s.xy.div(s.w);return Ca(i,n)}}function Tx(e){let t=bx.get(e);return void 0===t&&(t={},bx.set(e,t)),t}function _x(e,t=0){const r=Tx(e);let s=r[t];return void 0===s&&(r[t]=s=new a,r[t].copy(e.matrixWorld)),s}const vx=tn(xx),Nx=an(([e])=>Ex(e.rgb)),Sx=an(([e,t=hn(1)])=>t.mix(Ex(e.rgb),e.rgb)),Rx=an(([e,t=hn(1)])=>{const r=wa(e.r,e.g,e.b).div(3),s=e.r.max(e.g.max(e.b)),i=s.sub(r).mul(t).mul(-3);return iu(e.rgb,s,i)}),Ax=an(([e,t=hn(1)])=>{const r=Tn(.57735,.57735,.57735),s=t.cos();return Tn(e.rgb.mul(s).add(r.cross(e.rgb).mul(t.sin()).add(r.mul(Ko(r,e.rgb).mul(s.oneMinus())))))}),Ex=(e,t=Tn(p.getLuminanceCoefficients(new r)))=>Ko(e,t),wx=an(([e,t=Tn(1),s=Tn(0),i=Tn(1),n=hn(1),a=Tn(p.getLuminanceCoefficients(new r,ve))])=>{const o=e.rgb.dot(Tn(a)),u=Wo(e.rgb.mul(t).add(s),0).toVar(),l=u.pow(i).toVar();return ln(u.r.greaterThan(0),()=>{u.r.assign(l.r)}),ln(u.g.greaterThan(0),()=>{u.g.assign(l.g)}),ln(u.b.greaterThan(0),()=>{u.b.assign(l.b)}),u.assign(o.add(u.sub(o).mul(n))),Sn(u.rgb,e.a)});class Cx extends li{static get type(){return"PosterizeNode"}constructor(e,t){super(),this.sourceNode=e,this.stepsNode=t}setup(){const{sourceNode:e,stepsNode:t}=this;return e.mul(t).floor().div(t)}}const Mx=en(Cx).setParameterLength(2),Bx=new t;class Lx extends Bl{static get type(){return"PassTextureNode"}constructor(e,t){super(t),this.passNode=e,this.setUpdateMatrix(!1)}setup(e){return this.passNode.build(e),super.setup(e)}clone(){return new this.constructor(this.passNode,this.value)}}class Px extends Lx{static get type(){return"PassMultipleTextureNode"}constructor(e,t,r=!1){super(e,null),this.textureName=t,this.previousTexture=r}updateTexture(){this.value=this.previousTexture?this.passNode.getPreviousTexture(this.textureName):this.passNode.getTexture(this.textureName)}setup(e){return this.updateTexture(),super.setup(e)}clone(){const e=new this.constructor(this.passNode,this.textureName,this.previousTexture);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}class Fx extends li{static get type(){return"PassNode"}constructor(e,t,r,s={}){super("vec4"),this.scope=e,this.scene=t,this.camera=r,this.options=s,this._pixelRatio=1,this._width=1,this._height=1;const i=new X;i.isRenderTargetTexture=!0,i.name="depth";const n=new _e(this._width*this._pixelRatio,this._height*this._pixelRatio,{type:fe,...s});n.texture.name="output",n.depthTexture=i,this.renderTarget=n,this.overrideMaterial=null,this.transparent=!0,this.opaque=!0,this.contextNode=null,this._contextNodeCache=null,this._textures={output:n.texture,depth:i},this._textureNodes={},this._linearDepthNodes={},this._viewZNodes={},this._previousTextures={},this._previousTextureNodes={},this._cameraNear=xa(0),this._cameraFar=xa(0),this._mrt=null,this._layers=null,this._resolutionScale=1,this._viewport=null,this._scissor=null,this.isPassNode=!0,this.updateBeforeType=Qs.FRAME,this.global=!0}setResolutionScale(e){return this._resolutionScale=e,this}getResolutionScale(){return this._resolutionScale}setResolution(e){return d("PassNode: .setResolution() is deprecated. Use .setResolutionScale() instead."),this.setResolutionScale(e)}getResolution(){return d("PassNode: .getResolution() is deprecated. Use .getResolutionScale() instead."),this.getResolutionScale()}setLayers(e){return this._layers=e,this}getLayers(){return this._layers}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getTexture(e){let t=this._textures[e];if(void 0===t){t=this.renderTarget.texture.clone(),t.name=e,this._textures[e]=t,this.renderTarget.textures.push(t)}return t}getPreviousTexture(e){let t=this._previousTextures[e];return void 0===t&&(t=this.getTexture(e).clone(),this._previousTextures[e]=t),t}toggleTexture(e){const t=this._previousTextures[e];if(void 0!==t){const r=this._textures[e],s=this.renderTarget.textures.indexOf(r);this.renderTarget.textures[s]=t,this._textures[e]=t,this._previousTextures[e]=r,this._textureNodes[e].updateTexture(),this._previousTextureNodes[e].updateTexture()}}getTextureNode(e="output"){let t=this._textureNodes[e];return void 0===t&&(t=Yi(new Px(this,e)),t.updateTexture(),this._textureNodes[e]=t),t}getPreviousTextureNode(e="output"){let t=this._previousTextureNodes[e];return void 0===t&&(void 0===this._textureNodes[e]&&this.getTextureNode(e),t=Yi(new Px(this,e,!0)),t.updateTexture(),this._previousTextureNodes[e]=t),t}getViewZNode(e="depth"){let t=this._viewZNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar;this._viewZNodes[e]=t=Cp(this.getTextureNode(e),r,s)}return t}getLinearDepthNode(e="depth"){let t=this._linearDepthNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar,i=this.getViewZNode(e);this._linearDepthNodes[e]=t=Ep(i,r,s)}return t}async compileAsync(e){const t=e.getRenderTarget(),r=e.getMRT();e.setRenderTarget(this.renderTarget),e.setMRT(this._mrt),await e.compileAsync(this.scene,this.camera),e.setRenderTarget(t),e.setMRT(r)}setup({renderer:e}){return this.renderTarget.samples=void 0===this.options.samples?e.samples:this.options.samples,this.renderTarget.texture.type=e.getOutputBufferType(),this.scope===Fx.COLOR?this.getTextureNode():this.getLinearDepthNode()}updateBefore(e){const{renderer:t}=e,{scene:r}=this;let s,i;const n=t.getOutputRenderTarget();n&&!0===n.isXRRenderTarget?(i=1,s=t.xr.getCamera(),t.xr.updateCamera(s),Bx.set(n.width,n.height)):(s=this.camera,i=t.getPixelRatio(),t.getSize(Bx)),this._pixelRatio=i,this.setSize(Bx.width,Bx.height);const a=t.getRenderTarget(),o=t.getMRT(),u=t.autoClear,l=t.transparent,d=t.opaque,c=s.layers.mask,h=t.contextNode,p=r.overrideMaterial;this._cameraNear.value=s.near,this._cameraFar.value=s.far,null!==this._layers&&(s.layers.mask=this._layers.mask);for(const e in this._previousTextures)this.toggleTexture(e);null!==this.overrideMaterial&&(r.overrideMaterial=this.overrideMaterial),t.setRenderTarget(this.renderTarget),t.setMRT(this._mrt),t.autoClear=!0,t.transparent=this.transparent,t.opaque=this.opaque,null!==this.contextNode&&(null!==this._contextNodeCache&&this._contextNodeCache.version===this.version||(this._contextNodeCache={version:this.version,context:Tu({...t.contextNode.getFlowContextData(),...this.contextNode.getFlowContextData()})}),t.contextNode=this._contextNodeCache.context);const g=r.name;r.name=this.name?this.name:r.name,t.render(r,s),r.name=g,r.overrideMaterial=p,t.setRenderTarget(a),t.setMRT(o),t.autoClear=u,t.transparent=l,t.opaque=d,t.contextNode=h,s.layers.mask=c}setSize(e,t){this._width=e,this._height=t;const r=Math.floor(this._width*this._pixelRatio*this._resolutionScale),s=Math.floor(this._height*this._pixelRatio*this._resolutionScale);this.renderTarget.setSize(r,s),null!==this._scissor&&this.renderTarget.scissor.copy(this._scissor),null!==this._viewport&&this.renderTarget.viewport.copy(this._viewport)}setScissor(e,t,r,i){null===e?this._scissor=null:(null===this._scissor&&(this._scissor=new s),e.isVector4?this._scissor.copy(e):this._scissor.set(e,t,r,i),this._scissor.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setViewport(e,t,r,i){null===e?this._viewport=null:(null===this._viewport&&(this._viewport=new s),e.isVector4?this._viewport.copy(e):this._viewport.set(e,t,r,i),this._viewport.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setPixelRatio(e){this._pixelRatio=e,this.setSize(this._width,this._height)}dispose(){this.renderTarget.dispose()}}Fx.COLOR="color",Fx.DEPTH="depth";class Dx extends Fx{static get type(){return"ToonOutlinePassNode"}constructor(e,t,r,s,i){super(Fx.COLOR,e,t),this.colorNode=r,this.thicknessNode=s,this.alphaNode=i,this._materialCache=new WeakMap,this.name="Outline Pass"}updateBefore(e){const{renderer:t}=e,r=t.getRenderObjectFunction();t.setRenderObjectFunction((e,r,s,i,n,a,o,u)=>{if((n.isMeshToonMaterial||n.isMeshToonNodeMaterial)&&!1===n.wireframe){const l=this._getOutlineMaterial(n);t.renderObject(e,r,s,i,l,a,o,u)}t.renderObject(e,r,s,i,n,a,o,u)}),super.updateBefore(e),t.setRenderObjectFunction(r)}_createMaterial(){const e=new Xp;e.isMeshToonOutlineMaterial=!0,e.name="Toon_Outline",e.side=w;const t=zd.negate(),r=rd.mul(Ad),s=hn(1),i=r.mul(Sn(Bd,1)),n=r.mul(Sn(Bd.add(t),1)),a=To(i.sub(n));return e.vertexNode=i.add(a.mul(this.thicknessNode).mul(i.w).mul(s)),e.colorNode=Sn(this.colorNode,this.alphaNode),e}_getOutlineMaterial(e){let t=this._materialCache.get(e);return void 0===t&&(t=this._createMaterial(),this._materialCache.set(e,t)),t}}const Ux=an(([e,t])=>e.mul(t).clamp()).setLayout({name:"linearToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ix=an(([e,t])=>(e=e.mul(t)).div(e.add(1)).clamp()).setLayout({name:"reinhardToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ox=an(([e,t])=>{const r=(e=(e=e.mul(t)).sub(.004).max(0)).mul(e.mul(6.2).add(.5)),s=e.mul(e.mul(6.2).add(1.7)).add(.06);return r.div(s).pow(2.2)}).setLayout({name:"cineonToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Vx=an(([e])=>{const t=e.mul(e.add(.0245786)).sub(90537e-9),r=e.mul(e.add(.432951).mul(.983729)).add(.238081);return t.div(r)}),kx=an(([e,t])=>{const r=Cn(.59719,.35458,.04823,.076,.90834,.01566,.0284,.13383,.83777),s=Cn(1.60475,-.53108,-.07367,-.10208,1.10813,-.00605,-.00327,-.07276,1.07602);return e=e.mul(t).div(.6),e=r.mul(e),e=Vx(e),(e=s.mul(e)).clamp()}).setLayout({name:"acesFilmicToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Gx=Cn(Tn(1.6605,-.1246,-.0182),Tn(-.5876,1.1329,-.1006),Tn(-.0728,-.0083,1.1187)),zx=Cn(Tn(.6274,.0691,.0164),Tn(.3293,.9195,.088),Tn(.0433,.0113,.8956)),$x=an(([e])=>{const t=Tn(e).toVar(),r=Tn(t.mul(t)).toVar(),s=Tn(r.mul(r)).toVar();return hn(15.5).mul(s.mul(r)).sub(Ma(40.14,s.mul(t))).add(Ma(31.96,s).sub(Ma(6.868,r.mul(t))).add(Ma(.4298,r).add(Ma(.1191,t).sub(.00232))))}),Wx=an(([e,t])=>{const r=Tn(e).toVar(),s=Cn(Tn(.856627153315983,.137318972929847,.11189821299995),Tn(.0951212405381588,.761241990602591,.0767994186031903),Tn(.0482516061458583,.101439036467562,.811302368396859)),i=Cn(Tn(1.1271005818144368,-.1413297634984383,-.14132976349843826),Tn(-.11060664309660323,1.157823702216272,-.11060664309660294),Tn(-.016493938717834573,-.016493938717834257,1.2519364065950405)),n=hn(-12.47393),a=hn(4.026069);return r.mulAssign(t),r.assign(zx.mul(r)),r.assign(s.mul(r)),r.assign(Wo(r,1e-10)),r.assign(mo(r)),r.assign(r.sub(n).div(a.sub(n))),r.assign(nu(r,0,1)),r.assign($x(r)),r.assign(i.mul(r)),r.assign(Qo(Wo(Tn(0),r),Tn(2.2))),r.assign(Gx.mul(r)),r.assign(nu(r,0,1)),r}).setLayout({name:"agxToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Hx=an(([e,t])=>{const r=hn(.76),s=hn(.15);e=e.mul(t);const i=$o(e.r,$o(e.g,e.b)),n=bu(i.lessThan(.08),i.sub(Ma(6.25,i.mul(i))),.04);e.subAssign(n);const a=Wo(e.r,Wo(e.g,e.b));ln(a.lessThan(r),()=>e);const o=Ca(1,r),u=Ca(1,o.mul(o).div(a.add(o.sub(r))));e.mulAssign(u.div(a));const l=Ca(1,Ba(1,s.mul(a.sub(u)).add(1)));return iu(e,Tn(u),l)}).setLayout({name:"neutralToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]});class jx extends ai{static get type(){return"CodeNode"}constructor(e="",t=[],r=""){super("code"),this.isCodeNode=!0,this.global=!0,this.code=e,this.includes=t,this.language=r}setIncludes(e){return this.includes=e,this}getIncludes(){return this.includes}generate(e){const t=this.getIncludes(e);for(const r of t)r.build(e);const r=e.getCodeFromNode(this,this.getNodeType(e));return r.code=this.code,r.code}serialize(e){super.serialize(e),e.code=this.code,e.language=this.language}deserialize(e){super.deserialize(e),this.code=e.code,this.language=e.language}}const qx=en(jx).setParameterLength(1,3);class Xx extends jx{static get type(){return"FunctionNode"}constructor(e="",t=[],r=""){super(e,t,r)}getNodeType(e){return this.getNodeFunction(e).type}getMemberType(e,t){const r=this.getNodeType(e);return e.getStructTypeNode(r).getMemberType(e,t)}getInputs(e){return this.getNodeFunction(e).inputs}getNodeFunction(e){const t=e.getDataFromNode(this);let r=t.nodeFunction;return void 0===r&&(r=e.parser.parseFunction(this.code),t.nodeFunction=r),r}generate(e,t){super.generate(e);const r=this.getNodeFunction(e),s=r.name,i=r.type,n=e.getCodeFromNode(this,i);""!==s&&(n.name=s);const a=e.getPropertyName(n),o=this.getNodeFunction(e).getCode(a);return n.code=o+"\n","property"===t?a:e.format(`${a}()`,i,t)}}const Kx=(e,t=[],r="")=>{for(let e=0;es.call(...e);return i.functionNode=s,i};class Yx extends ai{static get type(){return"ScriptableValueNode"}constructor(e=null){super(),this._value=e,this._cache=null,this.inputType=null,this.outputType=null,this.events=new u,this.isScriptableValueNode=!0}get isScriptableOutputNode(){return null!==this.outputType}set value(e){this._value!==e&&(this._cache&&"URL"===this.inputType&&this.value.value instanceof ArrayBuffer&&(URL.revokeObjectURL(this._cache),this._cache=null),this._value=e,this.events.dispatchEvent({type:"change"}),this.refresh())}get value(){return this._value}refresh(){this.events.dispatchEvent({type:"refresh"})}getValue(){const e=this.value;if(e&&null===this._cache&&"URL"===this.inputType&&e.value instanceof ArrayBuffer)this._cache=URL.createObjectURL(new Blob([e.value]));else if(e&&null!==e.value&&void 0!==e.value&&(("URL"===this.inputType||"String"===this.inputType)&&"string"==typeof e.value||"Number"===this.inputType&&"number"==typeof e.value||"Vector2"===this.inputType&&e.value.isVector2||"Vector3"===this.inputType&&e.value.isVector3||"Vector4"===this.inputType&&e.value.isVector4||"Color"===this.inputType&&e.value.isColor||"Matrix3"===this.inputType&&e.value.isMatrix3||"Matrix4"===this.inputType&&e.value.isMatrix4))return e.value;return this._cache||e}getNodeType(e){return this.value&&this.value.isNode?this.value.getNodeType(e):"float"}setup(){return this.value&&this.value.isNode?this.value:hn()}serialize(e){super.serialize(e),null!==this.value?"ArrayBuffer"===this.inputType?e.value=qs(this.value):e.value=this.value?this.value.toJSON(e.meta).uuid:null:e.value=null,e.inputType=this.inputType,e.outputType=this.outputType}deserialize(e){super.deserialize(e);let t=null;null!==e.value&&(t="ArrayBuffer"===e.inputType?Xs(e.value):"Texture"===e.inputType?e.meta.textures[e.value]:e.meta.nodes[e.value]||null),this.value=t,this.inputType=e.inputType,this.outputType=e.outputType}}const Qx=en(Yx).setParameterLength(1);class Zx extends Map{get(e,t=null,...r){if(this.has(e))return super.get(e);if(null!==t){const s=t(...r);return this.set(e,s),s}}}class Jx{constructor(e){this.scriptableNode=e}get parameters(){return this.scriptableNode.parameters}get layout(){return this.scriptableNode.getLayout()}getInputLayout(e){return this.scriptableNode.getInputLayout(e)}get(e){const t=this.parameters[e];return t?t.getValue():null}}const eT=new Zx;class tT extends ai{static get type(){return"ScriptableNode"}constructor(e=null,t={}){super(),this.codeNode=e,this.parameters=t,this._local=new Zx,this._output=Qx(null),this._outputs={},this._source=this.source,this._method=null,this._object=null,this._value=null,this._needsOutputUpdate=!0,this.onRefresh=this.onRefresh.bind(this),this.isScriptableNode=!0}get source(){return this.codeNode?this.codeNode.code:""}setLocal(e,t){return this._local.set(e,t)}getLocal(e){return this._local.get(e)}onRefresh(){this._refresh()}getInputLayout(e){for(const t of this.getLayout())if(t.inputType&&(t.id===e||t.name===e))return t}getOutputLayout(e){for(const t of this.getLayout())if(t.outputType&&(t.id===e||t.name===e))return t}setOutput(e,t){const r=this._outputs;return void 0===r[e]?r[e]=Qx(t):r[e].value=t,this}getOutput(e){return this._outputs[e]}getParameter(e){return this.parameters[e]}setParameter(e,t){const r=this.parameters;return t&&t.isScriptableNode?(this.deleteParameter(e),r[e]=t,r[e].getDefaultOutput().events.addEventListener("refresh",this.onRefresh)):t&&t.isScriptableValueNode?(this.deleteParameter(e),r[e]=t,r[e].events.addEventListener("refresh",this.onRefresh)):void 0===r[e]?(r[e]=Qx(t),r[e].events.addEventListener("refresh",this.onRefresh)):r[e].value=t,this}getValue(){return this.getDefaultOutput().getValue()}deleteParameter(e){let t=this.parameters[e];return t&&(t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.removeEventListener("refresh",this.onRefresh)),this}clearParameters(){for(const e of Object.keys(this.parameters))this.deleteParameter(e);return this.needsUpdate=!0,this}call(e,...t){const r=this.getObject()[e];if("function"==typeof r)return r(...t)}async callAsync(e,...t){const r=this.getObject()[e];if("function"==typeof r)return"AsyncFunction"===r.constructor.name?await r(...t):r(...t)}getNodeType(e){return this.getDefaultOutputNode().getNodeType(e)}refresh(e=null){null!==e?this.getOutput(e).refresh():this._refresh()}getObject(){if(this.needsUpdate&&this.dispose(),null!==this._object)return this._object;const e=new Jx(this),t=eT.get("THREE"),r=eT.get("TSL"),s=this.getMethod(),i=[e,this._local,eT,()=>this.refresh(),(e,t)=>this.setOutput(e,t),t,r];this._object=s(...i);const n=this._object.layout;if(n&&(!1===n.cache&&this._local.clear(),this._output.outputType=n.outputType||null,Array.isArray(n.elements)))for(const e of n.elements){const t=e.id||e.name;e.inputType&&(void 0===this.getParameter(t)&&this.setParameter(t,null),this.getParameter(t).inputType=e.inputType),e.outputType&&(void 0===this.getOutput(t)&&this.setOutput(t,null),this.getOutput(t).outputType=e.outputType)}return this._object}deserialize(e){super.deserialize(e);for(const e in this.parameters){let t=this.parameters[e];t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.addEventListener("refresh",this.onRefresh)}}getLayout(){return this.getObject().layout}getDefaultOutputNode(){const e=this.getDefaultOutput().value;return e&&e.isNode?e:hn()}getDefaultOutput(){return this._exec()._output}getMethod(){if(this.needsUpdate&&this.dispose(),null!==this._method)return this._method;const e=["layout","init","main","dispose"].join(", "),t="\nreturn { ...output, "+e+" };",r="var "+e+"; var output = {};\n"+this.codeNode.code+t;return this._method=new Function(...["parameters","local","global","refresh","setOutput","THREE","TSL"],r),this._method}dispose(){null!==this._method&&(this._object&&"function"==typeof this._object.dispose&&this._object.dispose(),this._method=null,this._object=null,this._source=null,this._value=null,this._needsOutputUpdate=!0,this._output.value=null,this._outputs={})}setup(){return this.getDefaultOutputNode()}getCacheKey(e){const t=[Fs(this.source),this.getDefaultOutputNode().getCacheKey(e)];for(const r in this.parameters)t.push(this.parameters[r].getCacheKey(e));return Ds(t)}set needsUpdate(e){!0===e&&this.dispose()}get needsUpdate(){return this.source!==this._source}_exec(){return null===this.codeNode||(!0===this._needsOutputUpdate&&(this._value=this.call("main"),this._needsOutputUpdate=!1),this._output.value=this._value),this}_refresh(){this.needsUpdate=!0,this._exec(),this._output.refresh()}}const rT=en(tT).setParameterLength(1,2);function sT(e){let t;const r=e.context.getViewZ;return void 0!==r&&(t=r(this)),(t||Dd.z).negate()}const iT=an(([e,t],r)=>{const s=sT(r);return uu(e,t,s)}),nT=an(([e],t)=>{const r=sT(t);return e.mul(e,r,r).negate().exp().oneMinus()}),aT=an(([e,t])=>Sn(t.toFloat().mix(ra.rgb,e.toVec3()),ra.a));let oT=null,uT=null;class lT extends ai{static get type(){return"RangeNode"}constructor(e=hn(),t=hn()){super(),this.minNode=e,this.maxNode=t}getVectorLength(e){const t=this.getConstNode(this.minNode),r=this.getConstNode(this.maxNode),s=e.getTypeLength(Ws(t.value)),i=e.getTypeLength(Ws(r.value));return s>i?s:i}getNodeType(e){return e.object.count>1?e.getTypeFromLength(this.getVectorLength(e)):"float"}getConstNode(e){let t=null;if(e.traverse(e=>{!0===e.isConstNode&&(t=e)}),null===t)throw new Error('THREE.TSL: No "ConstNode" found in node graph.');return t}setup(e){const t=e.object;let r=null;if(t.count>1){const i=this.getConstNode(this.minNode),n=this.getConstNode(this.maxNode),a=i.value,o=n.value,u=e.getTypeLength(Ws(a)),d=e.getTypeLength(Ws(o));oT=oT||new s,uT=uT||new s,oT.setScalar(0),uT.setScalar(0),1===u?oT.setScalar(a):a.isColor?oT.set(a.r,a.g,a.b,1):oT.set(a.x,a.y,a.z||0,a.w||0),1===d?uT.setScalar(o):o.isColor?uT.set(o.r,o.g,o.b,1):uT.set(o.x,o.y,o.z||0,o.w||0);const c=4,h=c*t.count,p=new Float32Array(h);for(let e=0;eYi(new cT(e,t)),pT=hT("numWorkgroups","uvec3"),gT=hT("workgroupId","uvec3"),mT=hT("globalId","uvec3"),fT=hT("localId","uvec3"),yT=hT("subgroupSize","uint");const bT=en(class extends ai{constructor(e){super(),this.scope=e}generate(e){const{scope:t}=this,{renderer:r}=e;!0===r.backend.isWebGLBackend?e.addFlowCode(`\t// ${t}Barrier \n`):e.addLineFlowCode(`${t}Barrier()`,this)}});class xT extends oi{constructor(e,t){super(e,t),this.isWorkgroupInfoElementNode=!0}generate(e,t){let r;const s=e.context.assign;if(r=super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}class TT extends ai{constructor(e,t,r=0){super(t),this.bufferType=t,this.bufferCount=r,this.isWorkgroupInfoNode=!0,this.elementType=t,this.scope=e,this.name=""}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setScope(e){return this.scope=e,this}getElementType(){return this.elementType}getInputType(){return`${this.scope}Array`}element(e){return Yi(new xT(this,e))}generate(e){const t=""!==this.name?this.name:`${this.scope}Array_${this.id}`;return e.getScopedArray(t,this.scope.toLowerCase(),this.bufferType,this.bufferCount)}}class _T extends ai{static get type(){return"AtomicFunctionNode"}constructor(e,t,r){super("uint"),this.method=e,this.pointerNode=t,this.valueNode=r,this.parents=!0}getInputType(e){return this.pointerNode.getNodeType(e)}getNodeType(e){return this.getInputType(e)}generate(e){const t=e.getNodeProperties(this),r=t.parents,s=this.method,i=this.getNodeType(e),n=this.getInputType(e),a=this.pointerNode,o=this.valueNode,u=[];u.push(`&${a.build(e,n)}`),null!==o&&u.push(o.build(e,n));const l=`${e.getMethod(s,i)}( ${u.join(", ")} )`;if(!(!!r&&(1===r.length&&!0===r[0].isStackNode)))return void 0===t.constNode&&(t.constNode=gl(l,i).toConst()),t.constNode.build(e);e.addLineFlowCode(l,this)}}_T.ATOMIC_LOAD="atomicLoad",_T.ATOMIC_STORE="atomicStore",_T.ATOMIC_ADD="atomicAdd",_T.ATOMIC_SUB="atomicSub",_T.ATOMIC_MAX="atomicMax",_T.ATOMIC_MIN="atomicMin",_T.ATOMIC_AND="atomicAnd",_T.ATOMIC_OR="atomicOr",_T.ATOMIC_XOR="atomicXor";const vT=en(_T),NT=(e,t,r)=>vT(e,t,r).toStack();class ST extends li{static get type(){return"SubgroupFunctionNode"}constructor(e,t=null,r=null){super(),this.method=e,this.aNode=t,this.bNode=r}getInputType(e){const t=this.aNode?this.aNode.getNodeType(e):null,r=this.bNode?this.bNode.getNodeType(e):null;return(e.isMatrix(t)?0:e.getTypeLength(t))>(e.isMatrix(r)?0:e.getTypeLength(r))?t:r}getNodeType(e){const t=this.method;return t===ST.SUBGROUP_ELECT?"bool":t===ST.SUBGROUP_BALLOT?"uvec4":this.getInputType(e)}generate(e,t){const r=this.method,s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=[];if(r===ST.SUBGROUP_BROADCAST||r===ST.SUBGROUP_SHUFFLE||r===ST.QUAD_BROADCAST){const t=a.getNodeType(e);o.push(n.build(e,s),a.build(e,"float"===t?"int":s))}else r===ST.SUBGROUP_SHUFFLE_XOR||r===ST.SUBGROUP_SHUFFLE_DOWN||r===ST.SUBGROUP_SHUFFLE_UP?o.push(n.build(e,s),a.build(e,"uint")):(null!==n&&o.push(n.build(e,i)),null!==a&&o.push(a.build(e,i)));const u=0===o.length?"()":`( ${o.join(", ")} )`;return e.format(`${e.getMethod(r,s)}${u}`,s,t)}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}ST.SUBGROUP_ELECT="subgroupElect",ST.SUBGROUP_BALLOT="subgroupBallot",ST.SUBGROUP_ADD="subgroupAdd",ST.SUBGROUP_INCLUSIVE_ADD="subgroupInclusiveAdd",ST.SUBGROUP_EXCLUSIVE_AND="subgroupExclusiveAdd",ST.SUBGROUP_MUL="subgroupMul",ST.SUBGROUP_INCLUSIVE_MUL="subgroupInclusiveMul",ST.SUBGROUP_EXCLUSIVE_MUL="subgroupExclusiveMul",ST.SUBGROUP_AND="subgroupAnd",ST.SUBGROUP_OR="subgroupOr",ST.SUBGROUP_XOR="subgroupXor",ST.SUBGROUP_MIN="subgroupMin",ST.SUBGROUP_MAX="subgroupMax",ST.SUBGROUP_ALL="subgroupAll",ST.SUBGROUP_ANY="subgroupAny",ST.SUBGROUP_BROADCAST_FIRST="subgroupBroadcastFirst",ST.QUAD_SWAP_X="quadSwapX",ST.QUAD_SWAP_Y="quadSwapY",ST.QUAD_SWAP_DIAGONAL="quadSwapDiagonal",ST.SUBGROUP_BROADCAST="subgroupBroadcast",ST.SUBGROUP_SHUFFLE="subgroupShuffle",ST.SUBGROUP_SHUFFLE_XOR="subgroupShuffleXor",ST.SUBGROUP_SHUFFLE_UP="subgroupShuffleUp",ST.SUBGROUP_SHUFFLE_DOWN="subgroupShuffleDown",ST.QUAD_BROADCAST="quadBroadcast";const RT=rn(ST,ST.SUBGROUP_ELECT).setParameterLength(0),AT=rn(ST,ST.SUBGROUP_BALLOT).setParameterLength(1),ET=rn(ST,ST.SUBGROUP_ADD).setParameterLength(1),wT=rn(ST,ST.SUBGROUP_INCLUSIVE_ADD).setParameterLength(1),CT=rn(ST,ST.SUBGROUP_EXCLUSIVE_AND).setParameterLength(1),MT=rn(ST,ST.SUBGROUP_MUL).setParameterLength(1),BT=rn(ST,ST.SUBGROUP_INCLUSIVE_MUL).setParameterLength(1),LT=rn(ST,ST.SUBGROUP_EXCLUSIVE_MUL).setParameterLength(1),PT=rn(ST,ST.SUBGROUP_AND).setParameterLength(1),FT=rn(ST,ST.SUBGROUP_OR).setParameterLength(1),DT=rn(ST,ST.SUBGROUP_XOR).setParameterLength(1),UT=rn(ST,ST.SUBGROUP_MIN).setParameterLength(1),IT=rn(ST,ST.SUBGROUP_MAX).setParameterLength(1),OT=rn(ST,ST.SUBGROUP_ALL).setParameterLength(0),VT=rn(ST,ST.SUBGROUP_ANY).setParameterLength(0),kT=rn(ST,ST.SUBGROUP_BROADCAST_FIRST).setParameterLength(2),GT=rn(ST,ST.QUAD_SWAP_X).setParameterLength(1),zT=rn(ST,ST.QUAD_SWAP_Y).setParameterLength(1),$T=rn(ST,ST.QUAD_SWAP_DIAGONAL).setParameterLength(1),WT=rn(ST,ST.SUBGROUP_BROADCAST).setParameterLength(2),HT=rn(ST,ST.SUBGROUP_SHUFFLE).setParameterLength(2),jT=rn(ST,ST.SUBGROUP_SHUFFLE_XOR).setParameterLength(2),qT=rn(ST,ST.SUBGROUP_SHUFFLE_UP).setParameterLength(2),XT=rn(ST,ST.SUBGROUP_SHUFFLE_DOWN).setParameterLength(2),KT=rn(ST,ST.QUAD_BROADCAST).setParameterLength(1);let YT;function QT(e){YT=YT||new WeakMap;let t=YT.get(e);return void 0===t&&YT.set(e,t={}),t}function ZT(e){const t=QT(e);return t.shadowMatrix||(t.shadowMatrix=xa("mat4").setGroup(fa).onRenderUpdate(t=>(!0===e.castShadow&&!1!==t.renderer.shadowMap.enabled||(e.shadow.camera.coordinateSystem!==t.camera.coordinateSystem&&(e.shadow.camera.coordinateSystem=t.camera.coordinateSystem,e.shadow.camera.updateProjectionMatrix()),e.shadow.updateMatrices(e)),e.shadow.matrix)))}function JT(e,t=Pd){const r=ZT(e).mul(t);return r.xyz.div(r.w)}function e_(e){const t=QT(e);return t.position||(t.position=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.matrixWorld)))}function t_(e){const t=QT(e);return t.targetPosition||(t.targetPosition=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.target.matrixWorld)))}function r_(e){const t=QT(e);return t.viewPosition||(t.viewPosition=xa(new r).setGroup(fa).onRenderUpdate(({camera:t},s)=>{s.value=s.value||new r,s.value.setFromMatrixPosition(e.matrixWorld),s.value.applyMatrix4(t.matrixWorldInverse)}))}const s_=e=>id.transformDirection(e_(e).sub(t_(e))),i_=(e,t)=>{for(const r of t)if(r.isAnalyticLightNode&&r.light.id===e)return r;return null},n_=new WeakMap,a_=[];class o_ extends ai{static get type(){return"LightsNode"}constructor(){super("vec3"),this.totalDiffuseNode=Fn("vec3","totalDiffuse"),this.totalSpecularNode=Fn("vec3","totalSpecular"),this.outgoingLightNode=Fn("vec3","outgoingLight"),this._lights=[],this._lightNodes=null,this._lightNodesHash=null,this.global=!0}customCacheKey(){const e=this._lights;for(let t=0;te.sort((e,t)=>e.id-t.id))(this._lights),i=e.renderer.library;for(const e of s)if(e.isNode)t.push(Yi(e));else{let s=null;if(null!==r&&(s=i_(e.id,r)),null===s){const r=i.getLightNodeClass(e.constructor);if(null===r){d(`LightsNode.setupNodeLights: Light node not found for ${e.constructor.name}`);continue}let s=null;n_.has(e)?s=n_.get(e):(s=Yi(new r(e)),n_.set(e,s)),t.push(s)}}this._lightNodes=t}setupDirectLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.direct({...r,lightNode:t,reflectedLight:i},e)}setupDirectRectAreaLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.directRectArea({...r,lightNode:t,reflectedLight:i},e)}setupLights(e,t){for(const r of t)r.build(e)}getLightNodes(e){return null===this._lightNodes&&this.setupLightsNode(e),this._lightNodes}setup(e){const t=e.lightsNode;e.lightsNode=this;let r=this.outgoingLightNode;const s=e.context,i=s.lightingModel,n=e.getNodeProperties(this);if(i){const{totalDiffuseNode:t,totalSpecularNode:a}=this;s.outgoingLight=r;const o=e.addStack();n.nodes=o.nodes,i.start(e);const{backdrop:u,backdropAlpha:l}=s,{directDiffuse:d,directSpecular:c,indirectDiffuse:h,indirectSpecular:p}=s.reflectedLight;let g=d.add(h);null!==u&&(g=Tn(null!==l?l.mix(g,u):u)),t.assign(g),a.assign(c.add(p)),r.assign(t.add(a)),i.finish(e),r=r.bypass(e.removeStack())}else n.nodes=[];return e.lightsNode=t,r}setLights(e){return this._lights=e,this._lightNodes=null,this._lightNodesHash=null,this}getLights(){return this._lights}get hasLights(){return this._lights.length>0}}class u_ extends ai{static get type(){return"ShadowBaseNode"}constructor(e){super(),this.light=e,this.updateBeforeType=Qs.RENDER,this.isShadowBaseNode=!0}setupShadowPosition({context:e,material:t}){l_.assign(t.receivedShadowPositionNode||e.shadowPositionWorld||Pd)}}const l_=Fn("vec3","shadowPositionWorld");function d_(t,r={}){return r.toneMapping=t.toneMapping,r.toneMappingExposure=t.toneMappingExposure,r.outputColorSpace=t.outputColorSpace,r.renderTarget=t.getRenderTarget(),r.activeCubeFace=t.getActiveCubeFace(),r.activeMipmapLevel=t.getActiveMipmapLevel(),r.renderObjectFunction=t.getRenderObjectFunction(),r.pixelRatio=t.getPixelRatio(),r.mrt=t.getMRT(),r.clearColor=t.getClearColor(r.clearColor||new e),r.clearAlpha=t.getClearAlpha(),r.autoClear=t.autoClear,r.scissorTest=t.getScissorTest(),r}function c_(e,t){return t=d_(e,t),e.setMRT(null),e.setRenderObjectFunction(null),e.setClearColor(0,1),e.autoClear=!0,t}function h_(e,t){e.toneMapping=t.toneMapping,e.toneMappingExposure=t.toneMappingExposure,e.outputColorSpace=t.outputColorSpace,e.setRenderTarget(t.renderTarget,t.activeCubeFace,t.activeMipmapLevel),e.setRenderObjectFunction(t.renderObjectFunction),e.setPixelRatio(t.pixelRatio),e.setMRT(t.mrt),e.setClearColor(t.clearColor,t.clearAlpha),e.autoClear=t.autoClear,e.setScissorTest(t.scissorTest)}function p_(e,t={}){return t.background=e.background,t.backgroundNode=e.backgroundNode,t.overrideMaterial=e.overrideMaterial,t}function g_(e,t){return t=p_(e,t),e.background=null,e.backgroundNode=null,e.overrideMaterial=null,t}function m_(e,t){e.background=t.background,e.backgroundNode=t.backgroundNode,e.overrideMaterial=t.overrideMaterial}function f_(e,t,r){return r=g_(t,r=c_(e,r))}function y_(e,t,r){h_(e,r),m_(t,r)}var b_=Object.freeze({__proto__:null,resetRendererAndSceneState:f_,resetRendererState:c_,resetSceneState:g_,restoreRendererAndSceneState:y_,restoreRendererState:h_,restoreSceneState:m_,saveRendererAndSceneState:function(e,t,r={}){return r=p_(t,r=d_(e,r))},saveRendererState:d_,saveSceneState:p_});const x_=new WeakMap,T_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e,t.xy).setName("t_basic");return e.isArrayTexture&&(s=s.depth(r)),s.compare(t.z)}),__=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=mc("radius","float",r).setGroup(fa),o=fn(1).div(n),u=a.mul(o.x),l=Qb(ql.xy).mul(6.28318530718);return wa(i(t.xy.add(Zb(0,5,l).mul(u)),t.z),i(t.xy.add(Zb(1,5,l).mul(u)),t.z),i(t.xy.add(Zb(2,5,l).mul(u)),t.z),i(t.xy.add(Zb(3,5,l).mul(u)),t.z),i(t.xy.add(Zb(4,5,l).mul(u)),t.z)).mul(.2)}),v_=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=fn(1).div(n),o=a.x,u=a.y,l=t.xy,d=_o(l.mul(n).add(.5));return l.subAssign(d.mul(a)),wa(i(l,t.z),i(l.add(fn(o,0)),t.z),i(l.add(fn(0,u)),t.z),i(l.add(a),t.z),iu(i(l.add(fn(o.negate(),0)),t.z),i(l.add(fn(o.mul(2),0)),t.z),d.x),iu(i(l.add(fn(o.negate(),u)),t.z),i(l.add(fn(o.mul(2),u)),t.z),d.x),iu(i(l.add(fn(0,u.negate())),t.z),i(l.add(fn(0,u.mul(2))),t.z),d.y),iu(i(l.add(fn(o,u.negate())),t.z),i(l.add(fn(o,u.mul(2))),t.z),d.y),iu(iu(i(l.add(fn(o.negate(),u.negate())),t.z),i(l.add(fn(o.mul(2),u.negate())),t.z),d.x),iu(i(l.add(fn(o.negate(),u.mul(2))),t.z),i(l.add(fn(o.mul(2),u.mul(2))),t.z),d.x),d.y)).mul(1/9)}),N_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e).sample(t.xy);e.isArrayTexture&&(s=s.depth(r)),s=s.rg;const i=s.x,n=Wo(1e-7,s.y.mul(s.y)),a=Ho(t.z,i);ln(a.equal(1),()=>hn(1));const o=t.z.sub(i);let u=n.div(n.add(o.mul(o)));return u=nu(Ca(u,.3).div(.65)),Wo(a,u)}),S_=an(([e,t,r])=>{let s=Pd.sub(e).length();return s=s.sub(t).div(r.sub(t)),s=s.saturate(),s}),R_=e=>{let t=x_.get(e);if(void 0===t){const r=e.isPointLight?(e=>{const t=e.shadow.camera,r=mc("near","float",t).setGroup(fa),s=mc("far","float",t).setGroup(fa),i=pd(e);return S_(i,r,s)})(e):null;t=new Xp,t.colorNode=Sn(0,0,0,1),t.depthNode=r,t.isShadowPassMaterial=!0,t.name="ShadowMaterial",t.fog=!1,x_.set(e,t)}return t},A_=e=>{const t=x_.get(e);void 0!==t&&(t.dispose(),x_.delete(e))},E_=new Yf,w_=[],C_=(e,t,r,s)=>{w_[0]=e,w_[1]=t;let i=E_.get(w_);return void 0!==i&&i.shadowType===r&&i.useVelocity===s||(i=(i,n,a,o,u,l,...d)=>{(!0===i.castShadow||i.receiveShadow&&r===je)&&(s&&(js(i).useVelocity=!0),i.onBeforeShadow(e,i,a,t.camera,o,n.overrideMaterial,l),e.renderObject(i,n,a,o,u,l,...d),i.onAfterShadow(e,i,a,t.camera,o,n.overrideMaterial,l))},i.shadowType=r,i.useVelocity=s,E_.set(w_,i)),w_[0]=null,w_[1]=null,i},M_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanVertical"),a=hn(0).toVar("squareMeanVertical"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(ql.xy,fn(0,l).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),d=d.x,n.addAssign(d),a.addAssign(d.mul(d))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),B_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanHorizontal"),a=hn(0).toVar("squareMeanHorizontal"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(ql.xy,fn(l,0).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),n.addAssign(d.x),a.addAssign(wa(d.y.mul(d.y),d.x.mul(d.x)))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),L_=[T_,__,v_,N_];let P_;const F_=new Wb;class D_ extends u_{static get type(){return"ShadowNode"}constructor(e,t=null){super(e),this.shadow=t||e.shadow,this.shadowMap=null,this.vsmShadowMapVertical=null,this.vsmShadowMapHorizontal=null,this.vsmMaterialVertical=null,this.vsmMaterialHorizontal=null,this._node=null,this._currentShadowType=null,this._cameraFrameId=new WeakMap,this.isShadowNode=!0,this.depthLayer=0}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n}){const a=s.x.greaterThanEqual(0).and(s.x.lessThanEqual(1)).and(s.y.greaterThanEqual(0)).and(s.y.lessThanEqual(1)).and(s.z.lessThanEqual(1)),o=t({depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n});return a.select(o,hn(1))}setupShadowCoord(e,t){const{shadow:r}=this,{renderer:s}=e,i=mc("bias","float",r).setGroup(fa);let n,a=t;if(r.camera.isOrthographicCamera||!0!==s.logarithmicDepthBuffer)a=a.xyz.div(a.w),n=a.z,s.coordinateSystem===h&&(n=n.mul(2).sub(1));else{const e=a.w;a=a.xy.div(e);const t=mc("near","float",r.camera).setGroup(fa),s=mc("far","float",r.camera).setGroup(fa);n=Mp(e.negate(),t,s)}return a=Tn(a.x,a.y.oneMinus(),n.add(i)),a}getShadowFilterFn(e){return L_[e]}setupRenderTarget(e,t){const r=new X(e.mapSize.width,e.mapSize.height);r.name="ShadowDepthTexture",r.compareFunction=qe;const s=t.createRenderTarget(e.mapSize.width,e.mapSize.height);return s.texture.name="ShadowMap",s.texture.type=e.mapType,s.depthTexture=r,{shadowMap:s,depthTexture:r}}setupShadow(e){const{renderer:t,camera:r}=e,{light:s,shadow:i}=this,n=t.shadowMap.type,{depthTexture:a,shadowMap:o}=this.setupRenderTarget(i,e);if(i.camera.coordinateSystem=r.coordinateSystem,i.camera.updateProjectionMatrix(),n===je&&!0!==i.isPointLightShadow){a.compareFunction=null,o.depth>1?(o._vsmShadowMapVertical||(o._vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapVertical.texture.name="VSMVertical"),this.vsmShadowMapVertical=o._vsmShadowMapVertical,o._vsmShadowMapHorizontal||(o._vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapHorizontal.texture.name="VSMHorizontal"),this.vsmShadowMapHorizontal=o._vsmShadowMapHorizontal):(this.vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}),this.vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}));let t=Pl(a);a.isArrayTexture&&(t=t.depth(this.depthLayer));let r=Pl(this.vsmShadowMapVertical.texture);a.isArrayTexture&&(r=r.depth(this.depthLayer));const s=mc("blurSamples","float",i).setGroup(fa),n=mc("radius","float",i).setGroup(fa),u=mc("mapSize","vec2",i).setGroup(fa);let l=this.vsmMaterialVertical||(this.vsmMaterialVertical=new Xp);l.fragmentNode=M_({samples:s,radius:n,size:u,shadowPass:t,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMVertical",l=this.vsmMaterialHorizontal||(this.vsmMaterialHorizontal=new Xp),l.fragmentNode=B_({samples:s,radius:n,size:u,shadowPass:r,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMHorizontal"}const u=mc("intensity","float",i).setGroup(fa),l=mc("normalBias","float",i).setGroup(fa),d=ZT(s).mul(l_.add(qd.mul(l))),c=this.setupShadowCoord(e,d),h=i.filterNode||this.getShadowFilterFn(t.shadowMap.type)||null;if(null===h)throw new Error("THREE.WebGPURenderer: Shadow map type not supported yet.");const p=n===je&&!0!==i.isPointLightShadow?this.vsmShadowMapHorizontal.texture:a,g=this.setupShadowFilter(e,{filterFn:h,shadowTexture:o.texture,depthTexture:p,shadowCoord:c,shadow:i,depthLayer:this.depthLayer});let m;o.texture.isCubeTexture?m=hc(o.texture,c.xyz):(m=Pl(o.texture,c),a.isArrayTexture&&(m=m.depth(this.depthLayer)));const f=iu(1,g.rgb.mix(m,1),u.mul(m.a)).toVar();this.shadowMap=o,this.shadow.map=o;const y=`${this.light.type} Shadow [ ${this.light.name||"ID: "+this.light.id} ]`;return f.toInspector(`${y} / Color`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture):Pl(this.shadowMap.texture)).toInspector(`${y} / Depth`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture).r.oneMinus():Fl(this.shadowMap.depthTexture,Rl().mul(El(Pl(this.shadowMap.depthTexture)))).r.oneMinus())}setup(e){if(!1!==e.renderer.shadowMap.enabled)return an(()=>{const t=e.renderer.shadowMap.type;this._currentShadowType!==t&&(this._reset(),this._node=null);let r=this._node;return this.setupShadowPosition(e),null===r&&(this._node=r=this.setupShadow(e),this._currentShadowType=t),e.material.shadowNode&&d('NodeMaterial: ".shadowNode" is deprecated. Use ".castShadowNode" instead.'),e.material.receivedShadowNode&&(r=e.material.receivedShadowNode(r)),r})()}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e;t.updateMatrices(s),r.setSize(t.mapSize.width,t.mapSize.height,r.depth);const a=n.name;n.name=`Shadow Map [ ${s.name||"ID: "+s.id} ]`,i.render(n,t.camera),n.name=a}updateShadow(e){const{shadowMap:t,light:r,shadow:s}=this,{renderer:i,scene:n,camera:a}=e,o=i.shadowMap.type,u=t.depthTexture.version;this._depthVersionCached=u;const l=s.camera.layers.mask;4294967294&s.camera.layers.mask||(s.camera.layers.mask=a.layers.mask);const d=i.getRenderObjectFunction(),c=i.getMRT(),h=!!c&&c.has("velocity");P_=f_(i,n,P_),n.overrideMaterial=R_(r),i.setRenderObjectFunction(C_(i,s,o,h)),i.setClearColor(0,0),i.setRenderTarget(t),this.renderShadow(e),i.setRenderObjectFunction(d),o===je&&!0!==s.isPointLightShadow&&this.vsmPass(i),s.camera.layers.mask=l,y_(i,n,P_)}vsmPass(e){const{shadow:t}=this,r=this.shadowMap.depth;this.vsmShadowMapVertical.setSize(t.mapSize.width,t.mapSize.height,r),this.vsmShadowMapHorizontal.setSize(t.mapSize.width,t.mapSize.height,r),e.setRenderTarget(this.vsmShadowMapVertical),F_.material=this.vsmMaterialVertical,F_.render(e),e.setRenderTarget(this.vsmShadowMapHorizontal),F_.material=this.vsmMaterialHorizontal,F_.render(e)}dispose(){this._reset(),super.dispose()}_reset(){this._currentShadowType=null,A_(this.light),this.shadowMap&&(this.shadowMap.dispose(),this.shadowMap=null),null!==this.vsmShadowMapVertical&&(this.vsmShadowMapVertical.dispose(),this.vsmShadowMapVertical=null,this.vsmMaterialVertical.dispose(),this.vsmMaterialVertical=null),null!==this.vsmShadowMapHorizontal&&(this.vsmShadowMapHorizontal.dispose(),this.vsmShadowMapHorizontal=null,this.vsmMaterialHorizontal.dispose(),this.vsmMaterialHorizontal=null)}updateBefore(e){const{shadow:t}=this;let r=t.needsUpdate||t.autoUpdate;r&&(this._cameraFrameId[e.camera]===e.frameId&&(r=!1),this._cameraFrameId[e.camera]=e.frameId),r&&(this.updateShadow(e),this.shadowMap.depthTexture.version===this._depthVersionCached&&(t.needsUpdate=!1))}}const U_=(e,t)=>Yi(new D_(e,t)),I_=new e,O_=new a,V_=new r,k_=new r,G_=[new r(1,0,0),new r(-1,0,0),new r(0,-1,0),new r(0,1,0),new r(0,0,1),new r(0,0,-1)],z_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,-1),new r(0,0,1),new r(0,-1,0),new r(0,-1,0)],$_=[new r(1,0,0),new r(-1,0,0),new r(0,1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1)],W_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1),new r(0,-1,0),new r(0,-1,0)],H_=an(({depthTexture:e,bd3D:t,dp:r})=>hc(e,t).compare(r)),j_=an(({depthTexture:e,bd3D:t,dp:r,shadow:s})=>{const i=mc("radius","float",s).setGroup(fa),n=mc("mapSize","vec2",s).setGroup(fa),a=i.div(n.x),o=wo(t),u=To(Yo(t,o.x.greaterThan(o.z).select(Tn(0,1,0),Tn(1,0,0)))),l=Yo(t,u),d=Qb(ql.xy).mul(6.28318530718),c=Zb(0,5,d),h=Zb(1,5,d),p=Zb(2,5,d),g=Zb(3,5,d),m=Zb(4,5,d);return hc(e,t.add(u.mul(c.x).add(l.mul(c.y)).mul(a))).compare(r).add(hc(e,t.add(u.mul(h.x).add(l.mul(h.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(p.x).add(l.mul(p.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(g.x).add(l.mul(g.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(m.x).add(l.mul(m.y)).mul(a))).compare(r)).mul(.2)}),q_=an(({filterFn:e,depthTexture:t,shadowCoord:r,shadow:s})=>{const i=r.xyz.toVar(),n=i.length(),a=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.near),o=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.far),u=mc("bias","float",s).setGroup(fa),l=hn(1).toVar();return ln(n.sub(o).lessThanEqual(0).and(n.sub(a).greaterThanEqual(0)),()=>{const r=n.sub(a).div(o.sub(a)).toVar();r.addAssign(u);const d=i.normalize();l.assign(e({depthTexture:t,bd3D:d,dp:r,shadow:s}))}),l});class X_ extends D_{static get type(){return"PointShadowNode"}constructor(e,t=null){super(e,t)}getShadowFilterFn(e){return e===Xe?H_:j_}setupShadowCoord(e,t){return t}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i}){return q_({filterFn:t,depthTexture:r,shadowCoord:s,shadow:i})}setupRenderTarget(e,t){const r=new Ke(e.mapSize.width);r.name="PointShadowDepthTexture",r.compareFunction=qe;const s=t.createCubeRenderTarget(e.mapSize.width);return s.texture.name="PointShadowMap",s.depthTexture=r,{shadowMap:s,depthTexture:r}}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e,a=t.camera,o=t.matrix,u=i.coordinateSystem===h,l=u?G_:$_,d=u?z_:W_;r.setSize(t.mapSize.width,t.mapSize.width);const c=i.autoClear,p=i.getClearColor(I_),g=i.getClearAlpha();i.autoClear=!1,i.setClearColor(t.clearColor,t.clearAlpha);for(let e=0;e<6;e++){i.setRenderTarget(r,e),i.clear();const u=s.distance||a.far;u!==a.far&&(a.far=u,a.updateProjectionMatrix()),V_.setFromMatrixPosition(s.matrixWorld),a.position.copy(V_),k_.copy(a.position),k_.add(l[e]),a.up.copy(d[e]),a.lookAt(k_),a.updateMatrixWorld(),o.makeTranslation(-V_.x,-V_.y,-V_.z),O_.multiplyMatrices(a.projectionMatrix,a.matrixWorldInverse),t._frustum.setFromProjectionMatrix(O_,a.coordinateSystem,a.reversedDepth);const c=n.name;n.name=`Point Light Shadow [ ${s.name||"ID: "+s.id} ] - Face ${e+1}`,i.render(n,a),n.name=c}i.autoClear=c,i.setClearColor(p,g)}}const K_=(e,t)=>Yi(new X_(e,t));class Y_ extends gp{static get type(){return"AnalyticLightNode"}constructor(t=null){super(),this.light=t,this.color=new e,this.colorNode=t&&t.colorNode||xa(this.color).setGroup(fa),this.baseColorNode=null,this.shadowNode=null,this.shadowColorNode=null,this.isAnalyticLightNode=!0,this.updateType=Qs.FRAME,t&&t.shadow&&(this._shadowDisposeListener=()=>{this.disposeShadow()},t.addEventListener("dispose",this._shadowDisposeListener))}dispose(){this._shadowDisposeListener&&this.light.removeEventListener("dispose",this._shadowDisposeListener),super.dispose()}disposeShadow(){null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null),this.shadowColorNode=null,null!==this.baseColorNode&&(this.colorNode=this.baseColorNode,this.baseColorNode=null)}getHash(){return this.light.uuid}getLightVector(e){return r_(this.light).sub(e.context.positionView||Dd)}setupDirect(){}setupDirectRectArea(){}setupShadowNode(){return U_(this.light)}setupShadow(e){const{renderer:t}=e;if(!1===t.shadowMap.enabled)return;let r=this.shadowColorNode;if(null===r){const e=this.light.shadow.shadowNode;let t;t=void 0!==e?Yi(e):this.setupShadowNode(),this.shadowNode=t,this.shadowColorNode=r=this.colorNode.mul(t),this.baseColorNode=this.colorNode}e.context.getShadow&&(r=e.context.getShadow(this,e)),this.colorNode=r}setup(e){this.colorNode=this.baseColorNode||this.colorNode,this.light.castShadow?e.object.receiveShadow&&this.setupShadow(e):null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null,this.shadowColorNode=null);const t=this.setupDirect(e),r=this.setupDirectRectArea(e);t&&e.lightsNode.setupDirectLight(e,this,t),r&&e.lightsNode.setupDirectRectAreaLight(e,this,r)}update(){const{light:e}=this;this.color.copy(e.color).multiplyScalar(e.intensity)}}const Q_=an(({lightDistance:e,cutoffDistance:t,decayExponent:r})=>{const s=e.pow(r).max(.01).reciprocal();return t.greaterThan(0).select(s.mul(e.div(t).pow4().oneMinus().clamp().pow2()),s)}),Z_=({color:e,lightVector:t,cutoffDistance:r,decayExponent:s})=>{const i=t.normalize(),n=t.length(),a=Q_({lightDistance:n,cutoffDistance:r,decayExponent:s});return{lightDirection:i,lightColor:e.mul(a)}};class J_ extends Y_{static get type(){return"PointLightNode"}constructor(e=null){super(e),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(2).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}setupShadowNode(){return K_(this.light)}setupDirect(e){return Z_({color:this.colorNode,lightVector:this.getLightVector(e),cutoffDistance:this.cutoffDistanceNode,decayExponent:this.decayExponentNode})}}const ev=an(([e=Rl()])=>{const t=e.mul(2),r=t.x.floor(),s=t.y.floor();return r.add(s).mod(2).sign()}),tv=an(([e=Rl()],{renderer:t,material:r})=>{const s=su(e.mul(2).sub(1));let i;if(r.alphaToCoverage&&t.currentSamples>0){const e=hn(s.fwidth()).toVar();i=uu(e.oneMinus(),e.add(1),s).oneMinus()}else i=bu(s.greaterThan(1),0,1);return i}),rv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=mn(e).toVar();return bu(n,i,s)}).setLayout({name:"mx_select",type:"float",inputs:[{name:"b",type:"bool"},{name:"t",type:"float"},{name:"f",type:"float"}]}),sv=an(([e,t])=>{const r=mn(t).toVar(),s=hn(e).toVar();return bu(r,s.negate(),s)}).setLayout({name:"mx_negate_if",type:"float",inputs:[{name:"val",type:"float"},{name:"b",type:"bool"}]}),iv=an(([e])=>{const t=hn(e).toVar();return pn(bo(t))}).setLayout({name:"mx_floor",type:"int",inputs:[{name:"x",type:"float"}]}),nv=an(([e,t])=>{const r=hn(e).toVar();return t.assign(iv(r)),r.sub(hn(t))}),av=gb([an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=hn(s).toVar(),l=hn(r).toVar(),d=hn(t).toVar(),c=hn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"}]}),an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=Tn(s).toVar(),l=Tn(r).toVar(),d=Tn(t).toVar(),c=Tn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"}]})]),ov=gb([an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=hn(o).toVar(),m=hn(a).toVar(),f=hn(n).toVar(),y=hn(i).toVar(),b=hn(s).toVar(),x=hn(r).toVar(),T=hn(t).toVar(),_=hn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"v4",type:"float"},{name:"v5",type:"float"},{name:"v6",type:"float"},{name:"v7",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]}),an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=Tn(o).toVar(),m=Tn(a).toVar(),f=Tn(n).toVar(),y=Tn(i).toVar(),b=Tn(s).toVar(),x=Tn(r).toVar(),T=Tn(t).toVar(),_=Tn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"v4",type:"vec3"},{name:"v5",type:"vec3"},{name:"v6",type:"vec3"},{name:"v7",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]})]),uv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=gn(e).toVar(),a=gn(n.bitAnd(gn(7))).toVar(),o=hn(rv(a.lessThan(gn(4)),i,s)).toVar(),u=hn(Ma(2,rv(a.lessThan(gn(4)),s,i))).toVar();return sv(o,mn(a.bitAnd(gn(1)))).add(sv(u,mn(a.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_0",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"}]}),lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=gn(e).toVar(),u=gn(o.bitAnd(gn(15))).toVar(),l=hn(rv(u.lessThan(gn(8)),a,n)).toVar(),d=hn(rv(u.lessThan(gn(4)),n,rv(u.equal(gn(12)).or(u.equal(gn(14))),a,i))).toVar();return sv(l,mn(u.bitAnd(gn(1)))).add(sv(d,mn(u.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_1",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),dv=gb([uv,lv]),cv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=vn(e).toVar();return Tn(dv(n.x,i,s),dv(n.y,i,s),dv(n.z,i,s))}).setLayout({name:"mx_gradient_vec3_0",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"}]}),hv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=vn(e).toVar();return Tn(dv(o.x,a,n,i),dv(o.y,a,n,i),dv(o.z,a,n,i))}).setLayout({name:"mx_gradient_vec3_1",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),pv=gb([cv,hv]),gv=an(([e])=>{const t=hn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_0",type:"float",inputs:[{name:"v",type:"float"}]}),mv=an(([e])=>{const t=hn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_0",type:"float",inputs:[{name:"v",type:"float"}]}),fv=gb([gv,an(([e])=>{const t=Tn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),yv=gb([mv,an(([e])=>{const t=Tn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),bv=an(([e,t])=>{const r=pn(t).toVar(),s=gn(e).toVar();return s.shiftLeft(r).bitOr(s.shiftRight(pn(32).sub(r)))}).setLayout({name:"mx_rotl32",type:"uint",inputs:[{name:"x",type:"uint"},{name:"k",type:"int"}]}),xv=an(([e,t,r])=>{e.subAssign(r),e.bitXorAssign(bv(r,pn(4))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(6))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(8))),t.addAssign(e),e.subAssign(r),e.bitXorAssign(bv(r,pn(16))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(19))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(4))),t.addAssign(e)}),Tv=an(([e,t,r])=>{const s=gn(r).toVar(),i=gn(t).toVar(),n=gn(e).toVar();return s.bitXorAssign(i),s.subAssign(bv(i,pn(14))),n.bitXorAssign(s),n.subAssign(bv(s,pn(11))),i.bitXorAssign(n),i.subAssign(bv(n,pn(25))),s.bitXorAssign(i),s.subAssign(bv(i,pn(16))),n.bitXorAssign(s),n.subAssign(bv(s,pn(4))),i.bitXorAssign(n),i.subAssign(bv(n,pn(14))),s.bitXorAssign(i),s.subAssign(bv(i,pn(24))),s}).setLayout({name:"mx_bjfinal",type:"uint",inputs:[{name:"a",type:"uint"},{name:"b",type:"uint"},{name:"c",type:"uint"}]}),_v=an(([e])=>{const t=gn(e).toVar();return hn(t).div(hn(gn(pn(4294967295))))}).setLayout({name:"mx_bits_to_01",type:"float",inputs:[{name:"bits",type:"uint"}]}),vv=an(([e])=>{const t=hn(e).toVar();return t.mul(t).mul(t).mul(t.mul(t.mul(6).sub(15)).add(10))}).setLayout({name:"mx_fade",type:"float",inputs:[{name:"t",type:"float"}]}),Nv=gb([an(([e])=>{const t=pn(e).toVar(),r=gn(gn(1)).toVar(),s=gn(gn(pn(3735928559)).add(r.shiftLeft(gn(2))).add(gn(13))).toVar();return Tv(s.add(gn(t)),s,s)}).setLayout({name:"mx_hash_int_0",type:"uint",inputs:[{name:"x",type:"int"}]}),an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(gn(2)).toVar(),n=gn().toVar(),a=gn().toVar(),o=gn().toVar();return n.assign(a.assign(o.assign(gn(pn(3735928559)).add(i.shiftLeft(gn(2))).add(gn(13))))),n.addAssign(gn(s)),a.addAssign(gn(r)),Tv(n,a,o)}).setLayout({name:"mx_hash_int_1",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(gn(3)).toVar(),o=gn().toVar(),u=gn().toVar(),l=gn().toVar();return o.assign(u.assign(l.assign(gn(pn(3735928559)).add(a.shiftLeft(gn(2))).add(gn(13))))),o.addAssign(gn(n)),u.addAssign(gn(i)),l.addAssign(gn(s)),Tv(o,u,l)}).setLayout({name:"mx_hash_int_2",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]}),an(([e,t,r,s])=>{const i=pn(s).toVar(),n=pn(r).toVar(),a=pn(t).toVar(),o=pn(e).toVar(),u=gn(gn(4)).toVar(),l=gn().toVar(),d=gn().toVar(),c=gn().toVar();return l.assign(d.assign(c.assign(gn(pn(3735928559)).add(u.shiftLeft(gn(2))).add(gn(13))))),l.addAssign(gn(o)),d.addAssign(gn(a)),c.addAssign(gn(n)),xv(l,d,c),l.addAssign(gn(i)),Tv(l,d,c)}).setLayout({name:"mx_hash_int_3",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"}]}),an(([e,t,r,s,i])=>{const n=pn(i).toVar(),a=pn(s).toVar(),o=pn(r).toVar(),u=pn(t).toVar(),l=pn(e).toVar(),d=gn(gn(5)).toVar(),c=gn().toVar(),h=gn().toVar(),p=gn().toVar();return c.assign(h.assign(p.assign(gn(pn(3735928559)).add(d.shiftLeft(gn(2))).add(gn(13))))),c.addAssign(gn(l)),h.addAssign(gn(u)),p.addAssign(gn(o)),xv(c,h,p),c.addAssign(gn(a)),h.addAssign(gn(n)),Tv(c,h,p)}).setLayout({name:"mx_hash_int_4",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"},{name:"yy",type:"int"}]})]),Sv=gb([an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(Nv(s,r)).toVar(),n=vn().toVar();return n.x.assign(i.bitAnd(pn(255))),n.y.assign(i.shiftRight(pn(8)).bitAnd(pn(255))),n.z.assign(i.shiftRight(pn(16)).bitAnd(pn(255))),n}).setLayout({name:"mx_hash_vec3_0",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(Nv(n,i,s)).toVar(),o=vn().toVar();return o.x.assign(a.bitAnd(pn(255))),o.y.assign(a.shiftRight(pn(8)).bitAnd(pn(255))),o.z.assign(a.shiftRight(pn(16)).bitAnd(pn(255))),o}).setLayout({name:"mx_hash_vec3_1",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]})]),Rv=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=hn(av(dv(Nv(r,s),i,n),dv(Nv(r.add(pn(1)),s),i.sub(1),n),dv(Nv(r,s.add(pn(1))),i,n.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=hn(ov(dv(Nv(r,s,i),n,a,o),dv(Nv(r.add(pn(1)),s,i),n.sub(1),a,o),dv(Nv(r,s.add(pn(1)),i),n,a.sub(1),o),dv(Nv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),dv(Nv(r,s,i.add(pn(1))),n,a,o.sub(1)),dv(Nv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),dv(Nv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"}]})]),Av=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=Tn(av(pv(Sv(r,s),i,n),pv(Sv(r.add(pn(1)),s),i.sub(1),n),pv(Sv(r,s.add(pn(1))),i,n.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=Tn(ov(pv(Sv(r,s,i),n,a,o),pv(Sv(r.add(pn(1)),s,i),n.sub(1),a,o),pv(Sv(r,s.add(pn(1)),i),n,a.sub(1),o),pv(Sv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),pv(Sv(r,s,i.add(pn(1))),n,a,o.sub(1)),pv(Sv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),pv(Sv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"}]})]),Ev=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return _v(Nv(r))}).setLayout({name:"mx_cell_noise_float_0",type:"float",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return _v(Nv(r,s))}).setLayout({name:"mx_cell_noise_float_1",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return _v(Nv(r,s,i))}).setLayout({name:"mx_cell_noise_float_2",type:"float",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return _v(Nv(r,s,i,n))}).setLayout({name:"mx_cell_noise_float_3",type:"float",inputs:[{name:"p",type:"vec4"}]})]),wv=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return Tn(_v(Nv(r,pn(0))),_v(Nv(r,pn(1))),_v(Nv(r,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return Tn(_v(Nv(r,s,pn(0))),_v(Nv(r,s,pn(1))),_v(Nv(r,s,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return Tn(_v(Nv(r,s,i,pn(0))),_v(Nv(r,s,i,pn(1))),_v(Nv(r,s,i,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_2",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return Tn(_v(Nv(r,s,i,n,pn(0))),_v(Nv(r,s,i,n,pn(1))),_v(Nv(r,s,i,n,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_3",type:"vec3",inputs:[{name:"p",type:"vec4"}]})]),Cv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=hn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Rv(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_float",type:"float",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Mv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Av(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_vec3",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Bv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar();return fn(Cv(o,a,n,i),Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i))}).setLayout({name:"mx_fractal_noise_vec2",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(Mv(o,a,n,i)).toVar(),l=hn(Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i)).toVar();return Sn(u,l)}).setLayout({name:"mx_fractal_noise_vec4",type:"vec4",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Pv=gb([an(([e,t,r,s,i,n,a])=>{const o=pn(a).toVar(),u=hn(n).toVar(),l=pn(i).toVar(),d=pn(s).toVar(),c=pn(r).toVar(),h=pn(t).toVar(),p=fn(e).toVar(),g=Tn(wv(fn(h.add(d),c.add(l)))).toVar(),m=fn(g.x,g.y).toVar();m.subAssign(.5),m.mulAssign(u),m.addAssign(.5);const f=fn(fn(hn(h),hn(c)).add(m)).toVar(),y=fn(f.sub(p)).toVar();return ln(o.equal(pn(2)),()=>wo(y.x).add(wo(y.y))),ln(o.equal(pn(3)),()=>Wo(wo(y.x),wo(y.y))),Ko(y,y)}).setLayout({name:"mx_worley_distance_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),an(([e,t,r,s,i,n,a,o,u])=>{const l=pn(u).toVar(),d=hn(o).toVar(),c=pn(a).toVar(),h=pn(n).toVar(),p=pn(i).toVar(),g=pn(s).toVar(),m=pn(r).toVar(),f=pn(t).toVar(),y=Tn(e).toVar(),b=Tn(wv(Tn(f.add(p),m.add(h),g.add(c)))).toVar();b.subAssign(.5),b.mulAssign(d),b.addAssign(.5);const x=Tn(Tn(hn(f),hn(m),hn(g)).add(b)).toVar(),T=Tn(x.sub(y)).toVar();return ln(l.equal(pn(2)),()=>wo(T.x).add(wo(T.y)).add(wo(T.z))),ln(l.equal(pn(3)),()=>Wo(wo(T.x),wo(T.y),wo(T.z))),Ko(T,T)}).setLayout({name:"mx_worley_distance_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"zoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Fv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();l.assign($o(l,r))})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Dv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.y.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec2_0",type:"vec2",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Uv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.z.assign(l.y),l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.z.assign(l.y),l.y.assign(r)}).ElseIf(r.lessThan(l.z),()=>{l.z.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Iv=gb([Fv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();d.assign($o(d,n))})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Ov=gb([Dv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.y.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec2_1",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Vv=gb([Uv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.z.assign(d.y),d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.z.assign(d.y),d.y.assign(n)}).ElseIf(n.lessThan(d.z),()=>{d.z.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),kv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=fn(t).toVar(),p=fn(r).toVar(),g=fn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(Tn(v,0),x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise2d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"texcoord",type:"vec2"},{name:"freq",type:"vec2"},{name:"offset",type:"vec2"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Gv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=Tn(t).toVar(),p=Tn(r).toVar(),g=Tn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(v,x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise3d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"position",type:"vec3"},{name:"freq",type:"vec3"},{name:"offset",type:"vec3"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),zv=an(([e])=>{const t=e.y,r=e.z,s=Tn().toVar();return ln(t.lessThan(1e-4),()=>{s.assign(Tn(r,r,r))}).Else(()=>{let i=e.x;i=i.sub(bo(i)).mul(6).toVar();const n=pn(Io(i)),a=i.sub(hn(n)),o=r.mul(t.oneMinus()),u=r.mul(t.mul(a).oneMinus()),l=r.mul(t.mul(a.oneMinus()).oneMinus());ln(n.equal(pn(0)),()=>{s.assign(Tn(r,l,o))}).ElseIf(n.equal(pn(1)),()=>{s.assign(Tn(u,r,o))}).ElseIf(n.equal(pn(2)),()=>{s.assign(Tn(o,r,l))}).ElseIf(n.equal(pn(3)),()=>{s.assign(Tn(o,u,r))}).ElseIf(n.equal(pn(4)),()=>{s.assign(Tn(l,o,r))}).Else(()=>{s.assign(Tn(r,o,u))})}),s}).setLayout({name:"mx_hsvtorgb",type:"vec3",inputs:[{name:"hsv",type:"vec3"}]}),$v=an(([e])=>{const t=Tn(e).toVar(),r=hn(t.x).toVar(),s=hn(t.y).toVar(),i=hn(t.z).toVar(),n=hn($o(r,$o(s,i))).toVar(),a=hn(Wo(r,Wo(s,i))).toVar(),o=hn(a.sub(n)).toVar(),u=hn().toVar(),l=hn().toVar(),d=hn().toVar();return d.assign(a),ln(a.greaterThan(0),()=>{l.assign(o.div(a))}).Else(()=>{l.assign(0)}),ln(l.lessThanEqual(0),()=>{u.assign(0)}).Else(()=>{ln(r.greaterThanEqual(a),()=>{u.assign(s.sub(i).div(o))}).ElseIf(s.greaterThanEqual(a),()=>{u.assign(wa(2,i.sub(r).div(o)))}).Else(()=>{u.assign(wa(4,r.sub(s).div(o)))}),u.mulAssign(1/6),ln(u.lessThan(0),()=>{u.addAssign(1)})}),Tn(u,l,d)}).setLayout({name:"mx_rgbtohsv",type:"vec3",inputs:[{name:"c",type:"vec3"}]}),Wv=an(([e])=>{const t=Tn(e).toVar(),r=Nn(Ua(t,Tn(.04045))).toVar(),s=Tn(t.div(12.92)).toVar(),i=Tn(Qo(Wo(t.add(Tn(.055)),Tn(0)).div(1.055),Tn(2.4))).toVar();return iu(s,i,r)}).setLayout({name:"mx_srgb_texture_to_lin_rec709",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Hv=(e,t)=>{e=hn(e),t=hn(t);const r=fn(t.dFdx(),t.dFdy()).length().mul(.7071067811865476);return uu(e.sub(r),e.add(r),t)},jv=(e,t,r,s)=>iu(e,t,r[s].clamp()),qv=(e,t,r,s,i)=>iu(e,t,Hv(r,s[i])),Xv=an(([e,t,r])=>{const s=To(e).toVar(),i=Ca(hn(.5).mul(t.sub(r)),Pd).div(s).toVar(),n=Ca(hn(-.5).mul(t.sub(r)),Pd).div(s).toVar(),a=Tn().toVar();a.x=s.x.greaterThan(hn(0)).select(i.x,n.x),a.y=s.y.greaterThan(hn(0)).select(i.y,n.y),a.z=s.z.greaterThan(hn(0)).select(i.z,n.z);const o=$o(a.x,a.y,a.z).toVar();return Pd.add(s.mul(o)).toVar().sub(r)}),Kv=an(([e,t])=>{const r=e.x,s=e.y,i=e.z;let n=t.element(0).mul(.886227);return n=n.add(t.element(1).mul(1.023328).mul(s)),n=n.add(t.element(2).mul(1.023328).mul(i)),n=n.add(t.element(3).mul(1.023328).mul(r)),n=n.add(t.element(4).mul(.858086).mul(r).mul(s)),n=n.add(t.element(5).mul(.858086).mul(s).mul(i)),n=n.add(t.element(6).mul(i.mul(i).mul(.743125).sub(.247708))),n=n.add(t.element(7).mul(.858086).mul(r).mul(i)),n=n.add(t.element(8).mul(.429043).mul(Ma(r,r).sub(Ma(s,s)))),n});var Yv=Object.freeze({__proto__:null,BRDF_GGX:Dg,BRDF_Lambert:Tg,BasicPointShadowFilter:H_,BasicShadowFilter:T_,Break:up,Const:Cu,Continue:()=>gl("continue").toStack(),DFGLUT:Og,D_GGX:Lg,Discard:ml,EPSILON:to,F_Schlick:xg,Fn:an,HALF_PI:ao,INFINITY:ro,If:ln,Loop:op,NodeAccess:Js,NodeShaderStage:Ys,NodeType:Zs,NodeUpdateType:Qs,OnBeforeMaterialUpdate:e=>tx(ex.BEFORE_MATERIAL,e),OnBeforeObjectUpdate:e=>tx(ex.BEFORE_OBJECT,e),OnMaterialUpdate:e=>tx(ex.MATERIAL,e),OnObjectUpdate:e=>tx(ex.OBJECT,e),PCFShadowFilter:__,PCFSoftShadowFilter:v_,PI:so,PI2:io,PointShadowFilter:j_,Return:()=>gl("return").toStack(),Schlick_to_F0:Gg,ScriptableNodeResources:eT,ShaderNode:Ki,Stack:dn,Switch:(...e)=>xi.Switch(...e),TBNViewMatrix:zc,TWO_PI:no,VSMShadowFilter:N_,V_GGX_SmithCorrelated:Mg,Var:wu,VarIntent:Mu,abs:wo,acesFilmicToneMapping:kx,acos:Ao,add:wa,addMethodChaining:_i,addNodeElement:function(e){d("TSL: AddNodeElement has been removed in favor of tree-shaking. Trying add",e)},agxToneMapping:Wx,all:oo,alphaT:Xn,and:Va,anisotropy:Kn,anisotropyB:Qn,anisotropyT:Yn,any:uo,append:e=>(d("TSL: append() has been renamed to Stack()."),dn(e)),array:_a,arrayBuffer:e=>Yi(new yi(e,"ArrayBuffer")),asin:Ro,assign:Na,atan:Eo,atan2:gu,atomicAdd:(e,t)=>NT(_T.ATOMIC_ADD,e,t),atomicAnd:(e,t)=>NT(_T.ATOMIC_AND,e,t),atomicFunc:NT,atomicLoad:e=>NT(_T.ATOMIC_LOAD,e,null),atomicMax:(e,t)=>NT(_T.ATOMIC_MAX,e,t),atomicMin:(e,t)=>NT(_T.ATOMIC_MIN,e,t),atomicOr:(e,t)=>NT(_T.ATOMIC_OR,e,t),atomicStore:(e,t)=>NT(_T.ATOMIC_STORE,e,t),atomicSub:(e,t)=>NT(_T.ATOMIC_SUB,e,t),atomicXor:(e,t)=>NT(_T.ATOMIC_XOR,e,t),attenuationColor:da,attenuationDistance:la,attribute:Sl,attributeArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new sx(e,r,s);return $h(i,t,e)},backgroundBlurriness:lx,backgroundIntensity:dx,backgroundRotation:cx,batch:rp,bentNormalView:Wc,billboarding:Tb,bitAnd:$a,bitNot:Wa,bitOr:Ha,bitXor:ja,bitangentGeometry:Oc,bitangentLocal:Vc,bitangentView:kc,bitangentWorld:Gc,bitcast:jy,blendBurn:Gp,blendColor:Hp,blendDodge:zp,blendOverlay:Wp,blendScreen:$p,blur:Gm,bool:mn,buffer:Ul,bufferAttribute:Ju,builtin:kl,builtinAOContext:Su,builtinShadowContext:Nu,bumpMap:Zc,burn:(...e)=>(d('TSL: "burn" has been renamed. Use "blendBurn" instead.'),Gp(e)),bvec2:xn,bvec3:Nn,bvec4:En,bypass:ll,cache:ol,call:Ra,cameraFar:td,cameraIndex:Jl,cameraNear:ed,cameraNormalMatrix:ad,cameraPosition:od,cameraProjectionMatrix:rd,cameraProjectionMatrixInverse:sd,cameraViewMatrix:id,cameraViewport:ud,cameraWorldMatrix:nd,cbrt:ru,cdl:wx,ceil:xo,checker:ev,cineonToneMapping:Ox,clamp:nu,clearcoat:Gn,clearcoatNormalView:Xd,clearcoatRoughness:zn,code:qx,color:cn,colorSpaceToWorking:Gu,colorToDirection:e=>Yi(e).mul(2).sub(1),compute:il,computeKernel:sl,computeSkinning:(e,t=null)=>{const r=new ip(e);return r.positionNode=$h(new $(e.geometry.getAttribute("position").array,3),"vec3").setPBO(!0).toReadOnly().element(jh).toVar(),r.skinIndexNode=$h(new $(new Uint32Array(e.geometry.getAttribute("skinIndex").array),4),"uvec4").setPBO(!0).toReadOnly().element(jh).toVar(),r.skinWeightNode=$h(new $(e.geometry.getAttribute("skinWeight").array,4),"vec4").setPBO(!0).toReadOnly().element(jh).toVar(),r.bindMatrixNode=xa(e.bindMatrix,"mat4"),r.bindMatrixInverseNode=xa(e.bindMatrixInverse,"mat4"),r.boneMatricesNode=Ul(e.skeleton.boneMatrices,"mat4",e.skeleton.bones.length),r.toPositionNode=t,Yi(r)},context:Tu,convert:Ln,convertColorSpace:(e,t,r)=>Yi(new Vu(Yi(e),t,r)),convertToTexture:(e,...t)=>e.isSampleNode||e.isTextureNode?e:e.isPassNode?e.getTextureNode():qb(e,...t),cos:No,countLeadingZeros:Qy,countOneBits:Zy,countTrailingZeros:Yy,cross:Yo,cubeTexture:hc,cubeTextureBase:cc,dFdx:Po,dFdy:Fo,dashSize:sa,debug:xl,decrement:Za,decrementBefore:Ya,defaultBuildStages:ti,defaultShaderStages:ei,defined:qi,degrees:co,deltaTime:fb,densityFog:function(e,t){return d('TSL: "densityFog( color, density )" is deprecated. Use "fog( color, densityFogFactor( density ) )" instead.'),aT(e,nT(t))},densityFogFactor:nT,depth:Lp,depthPass:(e,t,r)=>Yi(new Fx(Fx.DEPTH,e,t,r)),determinant:ko,difference:Xo,diffuseColor:Un,diffuseContribution:In,directPointLight:Z_,directionToColor:Hc,directionToFaceDirection:kd,dispersion:ca,disposeShadowMaterial:A_,distance:qo,div:Ba,dodge:(...e)=>(d('TSL: "dodge" has been renamed. Use "blendDodge" instead.'),zp(e)),dot:Ko,drawIndex:Yh,dynamicBufferAttribute:(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x),element:Bn,emissive:On,equal:Pa,equals:zo,equirectUV:ag,exp:ho,exp2:po,expression:gl,faceDirection:Vd,faceForward:lu,faceforward:mu,float:hn,floatBitsToInt:e=>new Hy(e,"int","float"),floatBitsToUint:qy,floor:bo,fog:aT,fract:_o,frameGroup:ma,frameId:yb,frontFacing:Od,fwidth:Oo,gain:(e,t)=>e.lessThan(.5)?eb(e.mul(2),t).div(2):Ca(1,eb(Ma(Ca(1,e),2),t).div(2)),gapSize:ia,getConstNodeType:Xi,getCurrentStack:un,getDirection:Im,getDistanceAttenuation:Q_,getGeometryRoughness:wg,getNormalFromDepth:Yb,getParallaxCorrectNormal:Xv,getRoughness:Cg,getScreenPosition:Kb,getShIrradianceAt:Kv,getShadowMaterial:R_,getShadowRenderObjectFunction:C_,getTextureIndex:zy,getViewPosition:Xb,ggxConvolution:Hm,globalId:mT,glsl:(e,t)=>qx(e,t,"glsl"),glslFn:(e,t)=>Kx(e,t,"glsl"),grayscale:Nx,greaterThan:Ua,greaterThanEqual:Oa,hash:Jy,highpModelNormalViewMatrix:Cd,highpModelViewMatrix:wd,hue:Ax,increment:Qa,incrementBefore:Ka,inspector:vl,instance:Zh,instanceIndex:jh,instancedArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new rx(e,r,s);return $h(i,t,e)},instancedBufferAttribute:el,instancedDynamicBufferAttribute:tl,instancedMesh:ep,int:pn,intBitsToFloat:e=>new Hy(e,"float","int"),interleavedGradientNoise:Qb,inverse:Go,inverseSqrt:yo,inversesqrt:fu,invocationLocalIndex:Kh,invocationSubgroupIndex:Xh,ior:aa,iridescence:Hn,iridescenceIOR:jn,iridescenceThickness:qn,isolate:al,ivec2:yn,ivec3:_n,ivec4:Rn,js:(e,t)=>qx(e,t,"js"),label:Ru,length:Mo,lengthSq:su,lessThan:Da,lessThanEqual:Ia,lightPosition:e_,lightProjectionUV:JT,lightShadowMatrix:ZT,lightTargetDirection:s_,lightTargetPosition:t_,lightViewPosition:r_,lightingContext:yp,lights:(e=[])=>Yi(new o_).setLights(e),linearDepth:Pp,linearToneMapping:Ux,localId:fT,log:go,log2:mo,logarithmicDepthToViewZ:(e,t,r)=>{const s=e.mul(go(r.div(t)));return hn(Math.E).pow(s).mul(t).negate()},luminance:Ex,mat2:wn,mat3:Cn,mat4:Mn,matcapUV:Mf,materialAO:Ih,materialAlphaTest:th,materialAnisotropy:Th,materialAnisotropyVector:Oh,materialAttenuationColor:wh,materialAttenuationDistance:Eh,materialClearcoat:gh,materialClearcoatNormal:fh,materialClearcoatRoughness:mh,materialColor:rh,materialDispersion:Dh,materialEmissive:ih,materialEnvIntensity:sc,materialEnvRotation:ic,materialIOR:Ah,materialIridescence:_h,materialIridescenceIOR:vh,materialIridescenceThickness:Nh,materialLightMap:Uh,materialLineDashOffset:Ph,materialLineDashSize:Mh,materialLineGapSize:Bh,materialLineScale:Ch,materialLineWidth:Lh,materialMetalness:hh,materialNormal:ph,materialOpacity:nh,materialPointSize:Fh,materialReference:bc,materialReflectivity:dh,materialRefractionRatio:rc,materialRotation:yh,materialRoughness:ch,materialSheen:bh,materialSheenRoughness:xh,materialShininess:sh,materialSpecular:ah,materialSpecularColor:uh,materialSpecularIntensity:oh,materialSpecularStrength:lh,materialThickness:Rh,materialTransmission:Sh,max:Wo,maxMipLevel:Cl,mediumpModelViewMatrix:Ed,metalness:kn,min:$o,mix:iu,mixElement:cu,mod:La,modInt:Ja,modelDirection:bd,modelNormalMatrix:Sd,modelPosition:Td,modelRadius:Nd,modelScale:_d,modelViewMatrix:Ad,modelViewPosition:vd,modelViewProjection:Vh,modelWorldMatrix:xd,modelWorldMatrixInverse:Rd,morphReference:pp,mrt:Wy,mul:Ma,mx_aastep:Hv,mx_add:(e,t=hn(0))=>wa(e,t),mx_atan2:(e=hn(0),t=hn(1))=>Eo(e,t),mx_cell_noise_float:(e=Rl())=>Ev(e.convert("vec2|vec3")),mx_contrast:(e,t=1,r=.5)=>hn(e).sub(r).mul(t).add(r),mx_divide:(e,t=hn(1))=>Ba(e,t),mx_fractal_noise_float:(e=Rl(),t=3,r=2,s=.5,i=1)=>Cv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec2:(e=Rl(),t=3,r=2,s=.5,i=1)=>Bv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec3:(e=Rl(),t=3,r=2,s=.5,i=1)=>Mv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec4:(e=Rl(),t=3,r=2,s=.5,i=1)=>Lv(e,pn(t),r,s).mul(i),mx_frame:()=>yb,mx_heighttonormal:(e,t)=>(e=Tn(e),t=hn(t),Zc(e,t)),mx_hsvtorgb:zv,mx_ifequal:(e,t,r,s)=>e.equal(t).mix(r,s),mx_ifgreater:(e,t,r,s)=>e.greaterThan(t).mix(r,s),mx_ifgreatereq:(e,t,r,s)=>e.greaterThanEqual(t).mix(r,s),mx_invert:(e,t=hn(1))=>Ca(t,e),mx_modulo:(e,t=hn(1))=>La(e,t),mx_multiply:(e,t=hn(1))=>Ma(e,t),mx_noise_float:(e=Rl(),t=1,r=0)=>Rv(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec3:(e=Rl(),t=1,r=0)=>Av(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec4:(e=Rl(),t=1,r=0)=>{e=e.convert("vec2|vec3");return Sn(Av(e),Rv(e.add(fn(19,73)))).mul(t).add(r)},mx_place2d:(e,t=fn(.5,.5),r=fn(1,1),s=hn(0),i=fn(0,0))=>{let n=e;if(t&&(n=n.sub(t)),r&&(n=n.mul(r)),s){const e=s.mul(Math.PI/180),t=e.cos(),r=e.sin();n=fn(n.x.mul(t).sub(n.y.mul(r)),n.x.mul(r).add(n.y.mul(t)))}return t&&(n=n.add(t)),i&&(n=n.add(i)),n},mx_power:(e,t=hn(1))=>Qo(e,t),mx_ramp4:(e,t,r,s,i=Rl())=>{const n=i.x.clamp(),a=i.y.clamp(),o=iu(e,t,n),u=iu(r,s,n);return iu(o,u,a)},mx_ramplr:(e,t,r=Rl())=>jv(e,t,r,"x"),mx_ramptb:(e,t,r=Rl())=>jv(e,t,r,"y"),mx_rgbtohsv:$v,mx_rotate2d:(e,t)=>{e=fn(e);const r=(t=hn(t)).mul(Math.PI/180);return Ff(e,r)},mx_rotate3d:(e,t,r)=>{e=Tn(e),t=hn(t),r=Tn(r);const s=t.mul(Math.PI/180),i=r.normalize(),n=s.cos(),a=s.sin(),o=hn(1).sub(n);return e.mul(n).add(i.cross(e).mul(a)).add(i.mul(i.dot(e)).mul(o))},mx_safepower:(e,t=1)=>(e=hn(e)).abs().pow(t).mul(e.sign()),mx_separate:(e,t=null)=>{if("string"==typeof t){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3},s=t.replace(/^out/,"").toLowerCase();if(void 0!==r[s])return e.element(r[s])}if("number"==typeof t)return e.element(t);if("string"==typeof t&&1===t.length){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3};if(void 0!==r[t])return e.element(r[t])}return e},mx_splitlr:(e,t,r,s=Rl())=>qv(e,t,r,s,"x"),mx_splittb:(e,t,r,s=Rl())=>qv(e,t,r,s,"y"),mx_srgb_texture_to_lin_rec709:Wv,mx_subtract:(e,t=hn(0))=>Ca(e,t),mx_timer:()=>mb,mx_transform_uv:(e=1,t=0,r=Rl())=>r.mul(e).add(t),mx_unifiednoise2d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>kv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_unifiednoise3d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>Gv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_worley_noise_float:(e=Rl(),t=1)=>Iv(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec2:(e=Rl(),t=1)=>Ov(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec3:(e=Rl(),t=1)=>Vv(e.convert("vec2|vec3"),t,pn(1)),negate:Bo,neutralToneMapping:Hx,nodeArray:Ji,nodeImmutable:tn,nodeObject:Yi,nodeObjectIntent:Qi,nodeObjects:Zi,nodeProxy:en,nodeProxyIntent:rn,normalFlat:$d,normalGeometry:Gd,normalLocal:zd,normalMap:Xc,normalView:jd,normalViewGeometry:Wd,normalWorld:qd,normalWorldGeometry:Hd,normalize:To,not:Ga,notEqual:Fa,numWorkgroups:pT,objectDirection:cd,objectGroup:ya,objectPosition:pd,objectRadius:fd,objectScale:gd,objectViewPosition:md,objectWorldMatrix:hd,oneMinus:Lo,or:ka,orthographicDepthToViewZ:(e,t,r)=>t.sub(r).mul(e).sub(t),oscSawtooth:(e=mb)=>e.fract(),oscSine:(e=mb)=>e.add(.75).mul(2*Math.PI).sin().mul(.5).add(.5),oscSquare:(e=mb)=>e.fract().round(),oscTriangle:(e=mb)=>e.add(.5).fract().mul(2).sub(1).abs(),output:ra,outputStruct:Gy,overlay:(...e)=>(d('TSL: "overlay" has been renamed. Use "blendOverlay" instead.'),Wp(e)),overloadingFn:gb,packHalf2x16:ib,packSnorm2x16:rb,packUnorm2x16:sb,parabola:eb,parallaxDirection:$c,parallaxUV:(e,t)=>e.sub($c.mul(t)),parameter:(e,t)=>Yi(new Dy(e,t)),pass:(e,t,r)=>Yi(new Fx(Fx.COLOR,e,t,r)),passTexture:(e,t)=>Yi(new Lx(e,t)),pcurve:(e,t,r)=>Qo(Ba(Qo(e,t),wa(Qo(e,t),Qo(Ca(1,e),r))),1/t),perspectiveDepthToViewZ:Cp,pmremTexture:mf,pointShadow:K_,pointUV:nx,pointWidth:na,positionGeometry:Md,positionLocal:Bd,positionPrevious:Ld,positionView:Dd,positionViewDirection:Ud,positionWorld:Pd,positionWorldDirection:Fd,posterize:Mx,pow:Qo,pow2:Zo,pow3:Jo,pow4:eu,premultiplyAlpha:jp,property:Fn,quadBroadcast:KT,quadSwapDiagonal:$T,quadSwapX:GT,quadSwapY:zT,radians:lo,rand:du,range:dT,rangeFog:function(e,t,r){return d('TSL: "rangeFog( color, near, far )" is deprecated. Use "fog( color, rangeFogFactor( near, far ) )" instead.'),aT(e,iT(t,r))},rangeFogFactor:iT,reciprocal:Uo,reference:mc,referenceBuffer:fc,reflect:jo,reflectVector:oc,reflectView:nc,reflector:e=>Yi(new Vb(e)),refract:ou,refractVector:uc,refractView:ac,reinhardToneMapping:Ix,remap:cl,remapClamp:hl,renderGroup:fa,renderOutput:yl,rendererReference:Hu,replaceDefaultUV:function(e,t=null){return Tu(t,{getUV:e})},rotate:Ff,rotateUV:bb,roughness:Vn,round:Do,rtt:qb,sRGBTransferEOTF:Uu,sRGBTransferOETF:Iu,sample:(e,t=null)=>Yi(new Jb(e,Yi(t))),sampler:e=>(!0===e.isNode?e:Pl(e)).convert("sampler"),samplerComparison:e=>(!0===e.isNode?e:Pl(e)).convert("samplerComparison"),saturate:au,saturation:Sx,screen:(...e)=>(d('TSL: "screen" has been renamed. Use "blendScreen" instead.'),$p(e)),screenCoordinate:ql,screenDPR:Wl,screenSize:jl,screenUV:Hl,scriptable:rT,scriptableValue:Qx,select:bu,setCurrentStack:on,setName:vu,shaderStages:ri,shadow:U_,shadowPositionWorld:l_,shapeCircle:tv,sharedUniformGroup:ga,sheen:$n,sheenRoughness:Wn,shiftLeft:qa,shiftRight:Xa,shininess:ta,sign:Co,sin:vo,sinc:(e,t)=>vo(so.mul(t.mul(e).sub(1))).div(so.mul(t.mul(e).sub(1))),skinning:np,smoothstep:uu,smoothstepElement:hu,specularColor:Zn,specularColorBlended:Jn,specularF90:ea,spherizeUV:xb,split:(e,t)=>Yi(new hi(Yi(e),t)),spritesheetUV:Nb,sqrt:fo,stack:Iy,step:Ho,stepElement:pu,storage:$h,storageBarrier:()=>bT("storage").toStack(),storageObject:(e,t,r)=>(d('TSL: "storageObject()" is deprecated. Use "storage().setPBO( true )" instead.'),$h(e,t,r).setPBO(!0)),storageTexture:px,string:(e="")=>Yi(new yi(e,"string")),struct:(e,t=null)=>{const r=new Oy(e,t),s=(...t)=>{let s=null;if(t.length>0)if(t[0].isNode){s={};const r=Object.keys(e);for(let e=0;efx(e,t).level(r),texture3DLoad:(...e)=>fx(...e).setSampler(!1),textureBarrier:()=>bT("texture").toStack(),textureBicubic:om,textureBicubicLevel:am,textureCubeUV:Om,textureLevel:(e,t,r)=>Pl(e,t).level(r),textureLoad:Fl,textureSize:El,textureStore:(e,t,r)=>{const s=px(e,t,r);return null!==r&&s.toStack(),s},thickness:ua,time:mb,toneMapping:qu,toneMappingExposure:Xu,toonOutlinePass:(t,r,s=new e(0,0,0),i=.003,n=1)=>Yi(new Dx(t,r,Yi(s),Yi(i),Yi(n))),transformDirection:tu,transformNormal:Kd,transformNormalToView:Yd,transformedClearcoatNormalView:Jd,transformedNormalView:Qd,transformedNormalWorld:Zd,transmission:oa,transpose:Vo,triNoise3D:cb,triplanarTexture:(...e)=>Sb(...e),triplanarTextures:Sb,trunc:Io,uint:gn,uintBitsToFloat:e=>new Hy(e,"float","uint"),uniform:xa,uniformArray:Vl,uniformCubeTexture:(e=lc)=>cc(e),uniformFlow:_u,uniformGroup:pa,uniformTexture:(e=Ml)=>Pl(e),unpackHalf2x16:ub,unpackNormal:jc,unpackSnorm2x16:ab,unpackUnorm2x16:ob,unpremultiplyAlpha:qp,userData:(e,t,r)=>Yi(new yx(e,t,r)),uv:Rl,uvec2:bn,uvec3:vn,uvec4:An,varying:Fu,varyingProperty:Dn,vec2:fn,vec3:Tn,vec4:Sn,vectorComponents:si,velocity:vx,vertexColor:kp,vertexIndex:Hh,vertexStage:Du,vibrance:Rx,viewZToLogarithmicDepth:Mp,viewZToOrthographicDepth:Ep,viewZToPerspectiveDepth:wp,viewport:Xl,viewportCoordinate:Yl,viewportDepthTexture:Rp,viewportLinearDepth:Fp,viewportMipTexture:vp,viewportResolution:Zl,viewportSafeUV:_b,viewportSharedTexture:tg,viewportSize:Kl,viewportTexture:_p,viewportUV:Ql,vogelDiskSample:Zb,wgsl:(e,t)=>qx(e,t,"wgsl"),wgslFn:(e,t)=>Kx(e,t,"wgsl"),workgroupArray:(e,t)=>Yi(new TT("Workgroup",e,t)),workgroupBarrier:()=>bT("workgroup").toStack(),workgroupId:gT,workingToColorSpace:ku,xor:za});const Qv=new Fy;class Zv extends ty{constructor(e,t){super(),this.renderer=e,this.nodes=t}update(e,t,r){const s=this.renderer,i=this.nodes.getBackgroundNode(e)||e.background;let n=!1;if(null===i)s._clearColor.getRGB(Qv),Qv.a=s._clearColor.a;else if(!0===i.isColor)i.getRGB(Qv),Qv.a=1,n=!0;else if(!0===i.isNode){const u=this.get(e),l=i;Qv.copy(s._clearColor);let d=u.backgroundMesh;if(void 0===d){const h=Sn(l).mul(dx).context({getUV:()=>cx.mul(Hd),getTextureLevel:()=>lx}),p=rd.element(3).element(3).equal(1),g=Ba(1,rd.element(1).element(1)).mul(3),m=p.select(Bd.mul(g),Bd);let f=rd.mul(Ad.mul(Sn(m,1)));f=f.setZ(f.w);const y=new Xp;function b(){i.removeEventListener("dispose",b),d.material.dispose(),d.geometry.dispose()}y.name="Background.material",y.side=w,y.depthTest=!1,y.depthWrite=!1,y.allowOverride=!1,y.fog=!1,y.lights=!1,y.vertexNode=f,y.colorNode=h,u.backgroundMeshNode=h,u.backgroundMesh=d=new se(new Ye(1,32,32),y),d.frustumCulled=!1,d.name="Background.mesh",d.onBeforeRender=function(e,t,r){this.matrixWorld.copyPosition(r.matrixWorld)},i.addEventListener("dispose",b)}const c=l.getCacheKey();u.backgroundCacheKey!==c&&(u.backgroundMeshNode.node=Sn(l).mul(dx),u.backgroundMeshNode.needsUpdate=!0,d.material.needsUpdate=!0,u.backgroundCacheKey=c),t.unshift(d,d.geometry,d.material,0,0,null,null)}else o("Renderer: Unsupported background configuration.",i);const a=s.xr.getEnvironmentBlendMode();if("additive"===a?Qv.set(0,0,0,1):"alpha-blend"===a&&Qv.set(0,0,0,0),!0===s.autoClear||!0===n){const x=r.clearColorValue;x.r=Qv.r,x.g=Qv.g,x.b=Qv.b,x.a=Qv.a,!0!==s.backend.isWebGLBackend&&!0!==s.alpha||(x.r*=x.a,x.g*=x.a,x.b*=x.a),r.depthClearValue=s._clearDepth,r.stencilClearValue=s._clearStencil,r.clearColor=!0===s.autoClearColor,r.clearDepth=!0===s.autoClearDepth,r.clearStencil=!0===s.autoClearStencil}else r.clearColor=!1,r.clearDepth=!1,r.clearStencil=!1}}let Jv=0;class eN{constructor(e="",t=[],r=0,s=[]){this.name=e,this.bindings=t,this.index=r,this.bindingsReference=s,this.id=Jv++}}class tN{constructor(e,t,r,s,i,n,a,o,u,l=[]){this.vertexShader=e,this.fragmentShader=t,this.computeShader=r,this.transforms=l,this.nodeAttributes=s,this.bindings=i,this.updateNodes=n,this.updateBeforeNodes=a,this.updateAfterNodes=o,this.observer=u,this.usedTimes=0}createBindings(){const e=[];for(const t of this.bindings){if(!0!==t.bindings[0].groupNode.shared){const r=new eN(t.name,[],t.index,t.bindingsReference);e.push(r);for(const e of t.bindings)r.bindings.push(e.clone())}else e.push(t)}return e}}class rN{constructor(e,t,r=null){this.isNodeAttribute=!0,this.name=e,this.type=t,this.node=r}}class sN{constructor(e,t,r){this.isNodeUniform=!0,this.name=e,this.type=t,this.node=r}get value(){return this.node.value}set value(e){this.node.value=e}get id(){return this.node.id}get groupNode(){return this.node.groupNode}}class iN{constructor(e,t,r=!1,s=null){this.isNodeVar=!0,this.name=e,this.type=t,this.readOnly=r,this.count=s}}class nN extends iN{constructor(e,t,r=null,s=null){super(e,t),this.needsInterpolation=!1,this.isNodeVarying=!0,this.interpolationType=r,this.interpolationSampling=s}}class aN{constructor(e,t,r=""){this.name=e,this.type=t,this.code=r,Object.defineProperty(this,"isNodeCode",{value:!0})}}let oN=0;class uN{constructor(e=null){this.id=oN++,this.nodesData=new WeakMap,this.parent=e}getData(e){let t=this.nodesData.get(e);return void 0===t&&null!==this.parent&&(t=this.parent.getData(e)),t}setData(e,t){this.nodesData.set(e,t)}}class lN{constructor(e,t){this.name=e,this.members=t,this.output=!1}}class dN{constructor(e,t){this.name=e,this.value=t,this.boundary=0,this.itemSize=0,this.offset=0}setValue(e){this.value=e}getValue(){return this.value}}class cN extends dN{constructor(e,t=0){super(e,t),this.isNumberUniform=!0,this.boundary=4,this.itemSize=1}}class hN extends dN{constructor(e,r=new t){super(e,r),this.isVector2Uniform=!0,this.boundary=8,this.itemSize=2}}class pN extends dN{constructor(e,t=new r){super(e,t),this.isVector3Uniform=!0,this.boundary=16,this.itemSize=3}}class gN extends dN{constructor(e,t=new s){super(e,t),this.isVector4Uniform=!0,this.boundary=16,this.itemSize=4}}class mN extends dN{constructor(t,r=new e){super(t,r),this.isColorUniform=!0,this.boundary=16,this.itemSize=3}}class fN extends dN{constructor(e,t=new i){super(e,t),this.isMatrix2Uniform=!0,this.boundary=8,this.itemSize=4}}class yN extends dN{constructor(e,t=new n){super(e,t),this.isMatrix3Uniform=!0,this.boundary=48,this.itemSize=12}}class bN extends dN{constructor(e,t=new a){super(e,t),this.isMatrix4Uniform=!0,this.boundary=64,this.itemSize=16}}class xN extends cN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class TN extends hN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class _N extends pN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class vN extends gN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class NN extends mN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class SN extends fN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class RN extends yN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class AN extends bN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}let EN=0;const wN=new WeakMap,CN=new WeakMap,MN=new Map([[Int8Array,"int"],[Int16Array,"int"],[Int32Array,"int"],[Uint8Array,"uint"],[Uint16Array,"uint"],[Uint32Array,"uint"],[Float32Array,"float"]]),BN=e=>/e/g.test(e)?String(e).replace(/\+/g,""):(e=Number(e))+(e%1?"":".0");class LN{constructor(e,t,r){this.object=e,this.material=e&&e.material||null,this.geometry=e&&e.geometry||null,this.renderer=t,this.parser=r,this.scene=null,this.camera=null,this.nodes=[],this.sequentialNodes=[],this.updateNodes=[],this.updateBeforeNodes=[],this.updateAfterNodes=[],this.hashNodes={},this.observer=null,this.lightsNode=null,this.environmentNode=null,this.fogNode=null,this.clippingContext=null,this.vertexShader=null,this.fragmentShader=null,this.computeShader=null,this.flowNodes={vertex:[],fragment:[],compute:[]},this.flowCode={vertex:"",fragment:"",compute:""},this.uniforms={vertex:[],fragment:[],compute:[],index:0},this.structs={vertex:[],fragment:[],compute:[],index:0},this.types={vertex:[],fragment:[],compute:[],index:0},this.bindings={vertex:{},fragment:{},compute:{}},this.bindingsIndexes={},this.bindGroups=null,this.attributes=[],this.bufferAttributes=[],this.varyings=[],this.codes={},this.vars={},this.declarations={},this.flow={code:""},this.chaining=[],this.stack=Iy(),this.stacks=[],this.tab="\t",this.currentFunctionNode=null,this.context={material:this.material},this.cache=new uN,this.globalCache=this.cache,this.flowsData=new WeakMap,this.shaderStage=null,this.buildStage=null,this.subBuildLayers=[],this.activeStacks=[],this.subBuildFn=null,this.fnCall=null,Object.defineProperty(this,"id",{value:EN++})}isOpaque(){const e=this.material;return!1===e.transparent&&e.blending===Qe&&!1===e.alphaToCoverage}getBindGroupsCache(){let e=CN.get(this.renderer);return void 0===e&&(e=new Yf,CN.set(this.renderer,e)),e}createRenderTarget(e,t,r){return new _e(e,t,r)}createCubeRenderTarget(e,t){return new og(e,t)}includes(e){return this.nodes.includes(e)}getOutputStructName(){}_getBindGroup(e,t){const r=this.getBindGroupsCache(),s=[];let i,n=!0;for(const e of t)s.push(e),n=n&&!0!==e.groupNode.shared;return n?(i=r.get(s),void 0===i&&(i=new eN(e,s,this.bindingsIndexes[e].group,s),r.set(s,i))):i=new eN(e,s,this.bindingsIndexes[e].group,s),i}getBindGroupArray(e,t){const r=this.bindings[t];let s=r[e];return void 0===s&&(void 0===this.bindingsIndexes[e]&&(this.bindingsIndexes[e]={binding:0,group:Object.keys(this.bindingsIndexes).length}),r[e]=s=[]),s}getBindings(){let e=this.bindGroups;if(null===e){const t={},r=this.bindings;for(const e of ri)for(const s in r[e]){const i=r[e][s];(t[s]||(t[s]=[])).push(...i)}e=[];for(const r in t){const s=t[r],i=this._getBindGroup(r,s);e.push(i)}this.bindGroups=e}return e}sortBindingGroups(){const e=this.getBindings();e.sort((e,t)=>e.bindings[0].groupNode.order-t.bindings[0].groupNode.order);for(let t=0;t=0?`${Math.round(n)}u`:"0u";if("bool"===i)return n?"true":"false";if("color"===i)return`${this.getType("vec3")}( ${BN(n.r)}, ${BN(n.g)}, ${BN(n.b)} )`;const a=this.getTypeLength(i),o=this.getComponentType(i),u=e=>this.generateConst(o,e);if(2===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)} )`;if(3===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)} )`;if(4===a&&"mat2"!==i)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)}, ${u(n.w)} )`;if(a>=4&&n&&(n.isMatrix2||n.isMatrix3||n.isMatrix4))return`${this.getType(i)}( ${n.elements.map(u).join(", ")} )`;if(a>4)return`${this.getType(i)}()`;throw new Error(`NodeBuilder: Type '${i}' not found in generate constant attempt.`)}getType(e){return"color"===e?"vec3":e}hasGeometryAttribute(e){return this.geometry&&void 0!==this.geometry.getAttribute(e)}getAttribute(e,t){const r=this.attributes;for(const t of r)if(t.name===e)return t;const s=new rN(e,t);return this.registerDeclaration(s),r.push(s),s}getPropertyName(e){return e.name}isVector(e){return/vec\d/.test(e)}isMatrix(e){return/mat\d/.test(e)}isReference(e){return"void"===e||"property"===e||"sampler"===e||"samplerComparison"===e||"texture"===e||"cubeTexture"===e||"storageTexture"===e||"depthTexture"===e||"texture3D"===e}needsToWorkingColorSpace(){return!1}getComponentTypeFromTexture(e){const t=e.type;if(e.isDataTexture){if(t===R)return"int";if(t===S)return"uint"}return"float"}getElementType(e){return"mat2"===e?"vec2":"mat3"===e?"vec3":"mat4"===e?"vec4":this.getComponentType(e)}getComponentType(e){if("float"===(e=this.getVectorType(e))||"bool"===e||"int"===e||"uint"===e)return e;const t=/(b|i|u|)(vec|mat)([2-4])/.exec(e);return null===t?null:"b"===t[1]?"bool":"i"===t[1]?"int":"u"===t[1]?"uint":"float"}getVectorType(e){return"color"===e?"vec3":"texture"===e||"cubeTexture"===e||"storageTexture"===e||"texture3D"===e?"vec4":e}getTypeFromLength(e,t="float"){if(1===e)return t;let r=Vs(e);const s="float"===t?"":t[0];return!0===/mat2/.test(t)&&(r=r.replace("vec","mat")),s+r}getTypeFromArray(e){return MN.get(e.constructor)}isInteger(e){return/int|uint|(i|u)vec/.test(e)}getTypeFromAttribute(e){let t=e;e.isInterleavedBufferAttribute&&(t=e.data);const r=t.array,s=e.itemSize,i=e.normalized;let n;return e instanceof et||!0===i||(n=this.getTypeFromArray(r)),this.getTypeFromLength(s,n)}getTypeLength(e){const t=this.getVectorType(e),r=/vec([2-4])/.exec(t);return null!==r?Number(r[1]):"float"===t||"bool"===t||"int"===t||"uint"===t?1:!0===/mat2/.test(e)?4:!0===/mat3/.test(e)?9:!0===/mat4/.test(e)?16:0}getVectorFromMatrix(e){return e.replace("mat","vec")}changeComponentType(e,t){return this.getTypeFromLength(this.getTypeLength(e),t)}getIntegerType(e){const t=this.getComponentType(e);return"int"===t||"uint"===t?e:this.changeComponentType(e,"int")}setActiveStack(e){this.activeStacks.push(e)}removeActiveStack(e){if(this.activeStacks[this.activeStacks.length-1]!==e)throw new Error("NodeBuilder: Invalid active stack removal.");this.activeStacks.pop()}getActiveStack(){return this.activeStacks[this.activeStacks.length-1]}getBaseStack(){return this.activeStacks[0]}addStack(){this.stack=Iy(this.stack);const e=un();return this.stacks.push(e),on(this.stack),this.stack}removeStack(){const e=this.stack;for(const t of e.nodes){this.getDataFromNode(t).stack=e}return this.stack=e.parent,on(this.stacks.pop()),e}getDataFromNode(e,t=this.shaderStage,r=null){let s=(r=null===r?e.isGlobal(this)?this.globalCache:this.cache:r).getData(e);void 0===s&&(s={},r.setData(e,s)),void 0===s[t]&&(s[t]={});let i=s[t];const n=s.any?s.any.subBuilds:null,a=this.getClosestSubBuild(n);return a&&(void 0===i.subBuildsCache&&(i.subBuildsCache={}),i=i.subBuildsCache[a]||(i.subBuildsCache[a]={}),i.subBuilds=n),i}getNodeProperties(e,t="any"){const r=this.getDataFromNode(e,t);return r.properties||(r.properties={outputNode:null})}getBufferAttributeFromNode(e,t){const r=this.getDataFromNode(e,"vertex");let s=r.bufferAttribute;if(void 0===s){const i=this.uniforms.index++;s=new rN("nodeAttribute"+i,t,e),this.bufferAttributes.push(s),r.bufferAttribute=s}return s}getStructTypeNode(e,t=this.shaderStage){return this.types[t][e]||null}getStructTypeFromNode(e,t,r=null,s=this.shaderStage){const i=this.getDataFromNode(e,s,this.globalCache);let n=i.structType;if(void 0===n){const a=this.structs.index++;null===r&&(r="StructType"+a),n=new lN(r,t),this.structs[s].push(n),this.types[s][r]=e,i.structType=n}return n}getOutputStructTypeFromNode(e,t){const r=this.getStructTypeFromNode(e,t,"OutputType","fragment");return r.output=!0,r}getUniformFromNode(e,t,r=this.shaderStage,s=null){const i=this.getDataFromNode(e,r,this.globalCache);let n=i.uniform;if(void 0===n){const a=this.uniforms.index++;n=new sN(s||"nodeUniform"+a,t,e),this.uniforms[r].push(n),this.registerDeclaration(n),i.uniform=n}return n}getVarFromNode(e,t=null,r=e.getNodeType(this),s=this.shaderStage,i=!1){const n=this.getDataFromNode(e,s),a=this.getSubBuildProperty("variable",n.subBuilds);let o=n[a];if(void 0===o){const u=i?"_const":"_var",l=this.vars[s]||(this.vars[s]=[]),d=this.vars[u]||(this.vars[u]=0);null===t&&(t=(i?"nodeConst":"nodeVar")+d,this.vars[u]++),"variable"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds));const c=e.getArrayCount(this);o=new iN(t,r,i,c),i||l.push(o),this.registerDeclaration(o),n[a]=o}return o}isDeterministic(e){if(e.isMathNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode))&&(!e.cNode||this.isDeterministic(e.cNode));if(e.isOperatorNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode));if(e.isArrayNode){if(null!==e.values)for(const t of e.values)if(!this.isDeterministic(t))return!1;return!0}return!!e.isConstNode}getVaryingFromNode(e,t=null,r=e.getNodeType(this),s=null,i=null){const n=this.getDataFromNode(e,"any"),a=this.getSubBuildProperty("varying",n.subBuilds);let o=n[a];if(void 0===o){const e=this.varyings,u=e.length;null===t&&(t="nodeVarying"+u),"varying"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds)),o=new nN(t,r,s,i),e.push(o),this.registerDeclaration(o),n[a]=o}return o}registerDeclaration(e){const t=this.shaderStage,r=this.declarations[t]||(this.declarations[t]={}),s=this.getPropertyName(e);let i=1,n=s;for(;void 0!==r[n];)n=s+"_"+i++;i>1&&(e.name=n,d(`TSL: Declaration name '${s}' of '${e.type}' already in use. Renamed to '${n}'.`)),r[n]=e}getCodeFromNode(e,t,r=this.shaderStage){const s=this.getDataFromNode(e);let i=s.code;if(void 0===i){const e=this.codes[r]||(this.codes[r]=[]),n=e.length;i=new aN("nodeCode"+n,t),e.push(i),s.code=i}return i}addFlowCodeHierarchy(e,t){const{flowCodes:r,flowCodeBlock:s}=this.getDataFromNode(e);let i=!0,n=t;for(;n;){if(!0===s.get(n)){i=!1;break}n=this.getDataFromNode(n).parentNodeBlock}if(i)for(const e of r)this.addLineFlowCode(e)}addLineFlowCodeBlock(e,t,r){const s=this.getDataFromNode(e),i=s.flowCodes||(s.flowCodes=[]),n=s.flowCodeBlock||(s.flowCodeBlock=new WeakMap);i.push(t),n.set(r,!0)}addLineFlowCode(e,t=null){return""===e||(null!==t&&this.context.nodeBlock&&this.addLineFlowCodeBlock(t,e,this.context.nodeBlock),e=this.tab+e,/;\s*$/.test(e)||(e+=";\n"),this.flow.code+=e),this}addFlowCode(e){return this.flow.code+=e,this}addFlowTab(){return this.tab+="\t",this}removeFlowTab(){return this.tab=this.tab.slice(0,-1),this}getFlowData(e){return this.flowsData.get(e)}flowNode(e){const t=e.getNodeType(this),r=this.flowChildNode(e,t);return this.flowsData.set(e,r),r}addInclude(e){null!==this.currentFunctionNode&&this.currentFunctionNode.includes.push(e)}buildFunctionNode(e){const t=new Xx,r=this.currentFunctionNode;return this.currentFunctionNode=t,t.code=this.buildFunctionCode(e),this.currentFunctionNode=r,t}flowShaderNode(e){const t=e.layout,r={[Symbol.iterator](){let e=0;const t=Object.values(this);return{next:()=>({value:t[e],done:e++>=t.length})}}};for(const e of t.inputs)r[e.name]=new Dy(e.type,e.name);e.layout=null;const s=e.call(r),i=this.flowStagesNode(s,t.type);return e.layout=t,i}flowBuildStage(e,t,r=null){const s=this.getBuildStage();this.setBuildStage(t);const i=e.build(this,r);return this.setBuildStage(s),i}flowStagesNode(e,t=null){const r=this.flow,s=this.vars,i=this.declarations,n=this.cache,a=this.buildStage,o=this.stack,u={code:""};this.flow=u,this.vars={},this.declarations={},this.cache=new uN,this.stack=Iy();for(const r of ti)this.setBuildStage(r),u.result=e.build(this,t);return u.vars=this.getVars(this.shaderStage),this.flow=r,this.vars=s,this.declarations=i,this.cache=n,this.stack=o,this.setBuildStage(a),u}getFunctionOperator(){return null}buildFunctionCode(){d("Abstract function.")}flowChildNode(e,t=null){const r=this.flow,s={code:""};return this.flow=s,s.result=e.build(this,t),this.flow=r,s}flowNodeFromShaderStage(e,t,r=null,s=null){const i=this.tab,n=this.cache,a=this.shaderStage,o=this.context;this.setShaderStage(e);const u={...this.context};delete u.nodeBlock,this.cache=this.globalCache,this.tab="\t",this.context=u;let l=null;if("generate"===this.buildStage){const i=this.flowChildNode(t,r);null!==s&&(i.code+=`${this.tab+s} = ${i.result};\n`),this.flowCode[e]=this.flowCode[e]+i.code,l=i}else l=t.build(this);return this.setShaderStage(a),this.cache=n,this.tab=i,this.context=o,l}getAttributesArray(){return this.attributes.concat(this.bufferAttributes)}getAttributes(){d("Abstract function.")}getVaryings(){d("Abstract function.")}getVar(e,t,r=null){return`${null!==r?this.generateArrayDeclaration(e,r):this.getType(e)} ${t}`}getVars(e){let t="";const r=this.vars[e];if(void 0!==r)for(const e of r)t+=`${this.getVar(e.type,e.name)}; `;return t}getUniforms(){d("Abstract function.")}getCodes(e){const t=this.codes[e];let r="";if(void 0!==t)for(const e of t)r+=e.code+"\n";return r}getHash(){return this.vertexShader+this.fragmentShader+this.computeShader}setShaderStage(e){this.shaderStage=e}getShaderStage(){return this.shaderStage}setBuildStage(e){this.buildStage=e}getBuildStage(){return this.buildStage}buildCode(){d("Abstract function.")}get subBuild(){return this.subBuildLayers[this.subBuildLayers.length-1]||null}addSubBuild(e){this.subBuildLayers.push(e)}removeSubBuild(){return this.subBuildLayers.pop()}getClosestSubBuild(e){let t;if(t=e&&e.isNode?e.isShaderCallNodeInternal?e.shaderNode.subBuilds:e.isStackNode?[e.subBuild]:this.getDataFromNode(e,"any").subBuilds:e instanceof Set?[...e]:e,!t)return null;const r=this.subBuildLayers;for(let e=t.length-1;e>=0;e--){const s=t[e];if(r.includes(s))return s}return null}getSubBuildOutput(e){return this.getSubBuildProperty("outputNode",e)}getSubBuildProperty(e="",t=null){let r,s;return r=null!==t?this.getClosestSubBuild(t):this.subBuildFn,s=r?e?r+"_"+e:r:e,s}build(){const{object:e,material:t,renderer:r}=this;if(null!==t){let e=r.library.fromMaterial(t);null===e&&(o(`NodeMaterial: Material "${t.type}" is not compatible.`),e=new Xp),e.build(this)}else this.addFlow("compute",e);for(const e of ti){this.setBuildStage(e),this.context.vertex&&this.context.vertex.isNode&&this.flowNodeFromShaderStage("vertex",this.context.vertex);for(const t of ri){this.setShaderStage(t);const r=this.flowNodes[t];for(const t of r)"generate"===e?this.flowNode(t):t.build(this)}}return this.setBuildStage(null),this.setShaderStage(null),this.buildCode(),this.buildUpdateNodes(),this}getSharedDataFromNode(e){let t=wN.get(e);return void 0===t&&(t={}),t}getNodeUniform(e,t){const r=this.getSharedDataFromNode(e);let s=r.cache;if(void 0===s){if("float"===t||"int"===t||"uint"===t)s=new xN(e);else if("vec2"===t||"ivec2"===t||"uvec2"===t)s=new TN(e);else if("vec3"===t||"ivec3"===t||"uvec3"===t)s=new _N(e);else if("vec4"===t||"ivec4"===t||"uvec4"===t)s=new vN(e);else if("color"===t)s=new NN(e);else if("mat2"===t)s=new SN(e);else if("mat3"===t)s=new RN(e);else{if("mat4"!==t)throw new Error(`Uniform "${t}" not implemented.`);s=new AN(e)}r.cache=s}return s}format(e,t,r){if((t=this.getVectorType(t))===(r=this.getVectorType(r))||null===r||this.isReference(r))return e;const s=this.getTypeLength(t),i=this.getTypeLength(r);return 16===s&&9===i?`${this.getType(r)}( ${e}[ 0 ].xyz, ${e}[ 1 ].xyz, ${e}[ 2 ].xyz )`:9===s&&4===i?`${this.getType(r)}( ${e}[ 0 ].xy, ${e}[ 1 ].xy )`:s>4||i>4||0===i?e:s===i?`${this.getType(r)}( ${e} )`:s>i?(e="bool"===r?`all( ${e} )`:`${e}.${"xyz".slice(0,i)}`,this.format(e,this.getTypeFromLength(i,this.getComponentType(t)),r)):4===i&&s>1?`${this.getType(r)}( ${this.format(e,t,"vec3")}, 1.0 )`:2===s?`${this.getType(r)}( ${this.format(e,t,"vec2")}, 0.0 )`:(1===s&&i>1&&t!==this.getComponentType(r)&&(e=`${this.getType(this.getComponentType(r))}( ${e} )`),`${this.getType(r)}( ${e} )`)}getSignature(){return`// Three.js r${tt} - Node System\n`}}class PN{constructor(){this.time=0,this.deltaTime=0,this.frameId=0,this.renderId=0,this.updateMap=new WeakMap,this.updateBeforeMap=new WeakMap,this.updateAfterMap=new WeakMap,this.renderer=null,this.material=null,this.camera=null,this.object=null,this.scene=null}_getMaps(e,t){let r=e.get(t);return void 0===r&&(r={renderId:0,frameId:0},e.set(t,r)),r}updateBeforeNode(e){const t=e.getUpdateBeforeType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateBeforeMap,r);if(t.frameId!==this.frameId){const r=t.frameId;t.frameId=this.frameId,!1===e.updateBefore(this)&&(t.frameId=r)}}else if(t===Qs.RENDER){const t=this._getMaps(this.updateBeforeMap,r);if(t.renderId!==this.renderId){const r=t.renderId;t.renderId=this.renderId,!1===e.updateBefore(this)&&(t.renderId=r)}}else t===Qs.OBJECT&&e.updateBefore(this)}updateAfterNode(e){const t=e.getUpdateAfterType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateAfterMap,r);t.frameId!==this.frameId&&!1!==e.updateAfter(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateAfterMap,r);t.renderId!==this.renderId&&!1!==e.updateAfter(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.updateAfter(this)}updateNode(e){const t=e.getUpdateType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateMap,r);t.frameId!==this.frameId&&!1!==e.update(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateMap,r);t.renderId!==this.renderId&&!1!==e.update(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.update(this)}update(){this.frameId++,void 0===this.lastTime&&(this.lastTime=performance.now()),this.deltaTime=(performance.now()-this.lastTime)/1e3,this.lastTime=performance.now(),this.time+=this.deltaTime}}class FN{constructor(e,t,r=null,s="",i=!1){this.type=e,this.name=t,this.count=r,this.qualifier=s,this.isConst=i}}FN.isNodeFunctionInput=!0;class DN extends Y_{static get type(){return"DirectionalLightNode"}constructor(e=null){super(e)}setupDirect(){const e=this.colorNode;return{lightDirection:s_(this.light),lightColor:e}}}const UN=new a,IN=new a;let ON=null;class VN extends Y_{static get type(){return"RectAreaLightNode"}constructor(e=null){super(e),this.halfHeight=xa(new r).setGroup(fa),this.halfWidth=xa(new r).setGroup(fa),this.updateType=Qs.RENDER}update(e){super.update(e);const{light:t}=this,r=e.camera.matrixWorldInverse;IN.identity(),UN.copy(t.matrixWorld),UN.premultiply(r),IN.extractRotation(UN),this.halfWidth.value.set(.5*t.width,0,0),this.halfHeight.value.set(0,.5*t.height,0),this.halfWidth.value.applyMatrix4(IN),this.halfHeight.value.applyMatrix4(IN)}setupDirectRectArea(e){let t,r;e.isAvailable("float32Filterable")?(t=Pl(ON.LTC_FLOAT_1),r=Pl(ON.LTC_FLOAT_2)):(t=Pl(ON.LTC_HALF_1),r=Pl(ON.LTC_HALF_2));const{colorNode:s,light:i}=this;return{lightColor:s,lightPosition:r_(i),halfWidth:this.halfWidth,halfHeight:this.halfHeight,ltc_1:t,ltc_2:r}}static setLTC(e){ON=e}}class kN extends Y_{static get type(){return"SpotLightNode"}constructor(e=null){super(e),this.coneCosNode=xa(0).setGroup(fa),this.penumbraCosNode=xa(0).setGroup(fa),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(0).setGroup(fa),this.colorNode=xa(this.color).setGroup(fa)}update(e){super.update(e);const{light:t}=this;this.coneCosNode.value=Math.cos(t.angle),this.penumbraCosNode.value=Math.cos(t.angle*(1-t.penumbra)),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}getSpotAttenuation(e,t){const{coneCosNode:r,penumbraCosNode:s}=this;return uu(r,s,t)}getLightCoord(e){const t=e.getNodeProperties(this);let r=t.projectionUV;return void 0===r&&(r=JT(this.light,e.context.positionWorld),t.projectionUV=r),r}setupDirect(e){const{colorNode:t,cutoffDistanceNode:r,decayExponentNode:s,light:i}=this,n=this.getLightVector(e),a=n.normalize(),o=a.dot(s_(i)),u=this.getSpotAttenuation(e,o),l=n.length(),d=Q_({lightDistance:l,cutoffDistance:r,decayExponent:s});let c,h,p=t.mul(u).mul(d);if(i.colorNode?(h=this.getLightCoord(e),c=i.colorNode(h)):i.map&&(h=this.getLightCoord(e),c=Pl(i.map,h.xy).onRenderUpdate(()=>i.map)),c){p=h.mul(2).sub(1).abs().lessThan(1).all().select(p.mul(c),p)}return{lightColor:p,lightDirection:a}}}class GN extends kN{static get type(){return"IESSpotLightNode"}getSpotAttenuation(e,t){const r=this.light.iesMap;let s=null;if(r&&!0===r.isTexture){const e=t.acos().mul(1/Math.PI);s=Pl(r,fn(e,0),0).r}else s=super.getSpotAttenuation(t);return s}}const zN=an(([e,t])=>{const r=e.abs().sub(t);return Mo(Wo(r,0)).add($o(Wo(r.x,r.y),0))});class $N extends kN{static get type(){return"ProjectorLightNode"}update(e){super.update(e);const t=this.light;if(this.penumbraCosNode.value=Math.min(Math.cos(t.angle*(1-t.penumbra)),.99999),null===t.aspect){let e=1;null!==t.map&&(e=t.map.width/t.map.height),t.shadow.aspect=e}else t.shadow.aspect=t.aspect}getSpotAttenuation(e){const t=hn(0),r=this.penumbraCosNode,s=ZT(this.light).mul(e.context.positionWorld||Pd);return ln(s.w.greaterThan(0),()=>{const e=s.xyz.div(s.w),i=zN(e.xy.sub(fn(.5)),fn(.5)),n=Ba(-1,Ca(1,Ao(r)).sub(1));t.assign(au(i.mul(-2).mul(n)))}),t}}class WN extends Y_{static get type(){return"AmbientLightNode"}constructor(e=null){super(e)}setup({context:e}){e.irradiance.addAssign(this.colorNode)}}class HN extends Y_{static get type(){return"HemisphereLightNode"}constructor(t=null){super(t),this.lightPositionNode=e_(t),this.lightDirectionNode=this.lightPositionNode.normalize(),this.groundColorNode=xa(new e).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.lightPositionNode.object3d=t,this.groundColorNode.value.copy(t.groundColor).multiplyScalar(t.intensity)}setup(e){const{colorNode:t,groundColorNode:r,lightDirectionNode:s}=this,i=qd.dot(s).mul(.5).add(.5),n=iu(r,t,i);e.context.irradiance.addAssign(n)}}class jN extends Y_{static get type(){return"LightProbeNode"}constructor(e=null){super(e);const t=[];for(let e=0;e<9;e++)t.push(new r);this.lightProbe=Vl(t)}update(e){const{light:t}=this;super.update(e);for(let e=0;e<9;e++)this.lightProbe.array[e].copy(t.sh.coefficients[e]).multiplyScalar(t.intensity)}setup(e){const t=Kv(qd,this.lightProbe);e.context.irradiance.addAssign(t)}}class qN{parseFunction(){d("Abstract function.")}}class XN{constructor(e,t,r="",s=""){this.type=e,this.inputs=t,this.name=r,this.precision=s}getCode(){d("Abstract function.")}}XN.isNodeFunction=!0;const KN=/^\s*(highp|mediump|lowp)?\s*([a-z_0-9]+)\s*([a-z_0-9]+)?\s*\(([\s\S]*?)\)/i,YN=/[a-z_0-9]+/gi,QN="#pragma main";class ZN extends XN{constructor(e){const{type:t,inputs:r,name:s,precision:i,inputsCode:n,blockCode:a,headerCode:o}=(e=>{const t=(e=e.trim()).indexOf(QN),r=-1!==t?e.slice(t+12):e,s=r.match(KN);if(null!==s&&5===s.length){const i=s[4],n=[];let a=null;for(;null!==(a=YN.exec(i));)n.push(a);const o=[];let u=0;for(;u{const r=this.backend.createNodeBuilder(e.object,this.renderer);return r.scene=e.scene,r.material=t,r.camera=e.camera,r.context.material=t,r.lightsNode=e.lightsNode,r.environmentNode=this.getEnvironmentNode(e.scene),r.fogNode=this.getFogNode(e.scene),r.clippingContext=e.clippingContext,this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview&&r.enableMultiview(),r};let n=t(e.material);try{n.build()}catch(e){n=t(new Xp),n.build(),o("TSL: "+e)}r=this._createNodeBuilderState(n),s.set(i,r)}r.usedTimes++,t.nodeBuilderState=r}return r}delete(e){if(e.isRenderObject){const t=this.get(e).nodeBuilderState;t.usedTimes--,0===t.usedTimes&&this.nodeBuilderCache.delete(this.getForRenderCacheKey(e))}return super.delete(e)}getForCompute(e){const t=this.get(e);let r=t.nodeBuilderState;if(void 0===r){const s=this.backend.createNodeBuilder(e,this.renderer);s.build(),r=this._createNodeBuilderState(s),t.nodeBuilderState=r}return r}_createNodeBuilderState(e){return new tN(e.vertexShader,e.fragmentShader,e.computeShader,e.getAttributesArray(),e.getBindings(),e.updateNodes,e.updateBeforeNodes,e.updateAfterNodes,e.observer,e.transforms)}getEnvironmentNode(e){this.updateEnvironment(e);let t=null;if(e.environmentNode&&e.environmentNode.isNode)t=e.environmentNode;else{const r=this.get(e);r.environmentNode&&(t=r.environmentNode)}return t}getBackgroundNode(e){this.updateBackground(e);let t=null;if(e.backgroundNode&&e.backgroundNode.isNode)t=e.backgroundNode;else{const r=this.get(e);r.backgroundNode&&(t=r.backgroundNode)}return t}getFogNode(e){return this.updateFog(e),e.fogNode||this.get(e).fogNode||null}getCacheKey(e,t){tS[0]=e,tS[1]=t;const r=this.renderer.info.calls,s=this.callHashCache.get(tS)||{};if(s.callId!==r){const i=this.getEnvironmentNode(e),n=this.getFogNode(e);t&&rS.push(t.getCacheKey(!0)),i&&rS.push(i.getCacheKey()),n&&rS.push(n.getCacheKey()),rS.push(this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview?1:0),rS.push(this.renderer.shadowMap.enabled?1:0),rS.push(this.renderer.shadowMap.type),s.callId=r,s.cacheKey=Ds(rS),this.callHashCache.set(tS,s),rS.length=0}return tS.length=0,s.cacheKey}get isToneMappingState(){return!this.renderer.getRenderTarget()}updateBackground(e){const t=this.get(e),r=e.background;if(r){const s=0===e.backgroundBlurriness&&t.backgroundBlurriness>0||e.backgroundBlurriness>0&&0===t.backgroundBlurriness;if(t.background!==r||s){const i=this.getCacheNode("background",r,()=>{if(!0===r.isCubeTexture||r.mapping===oe||r.mapping===ue||r.mapping===Se){if(e.backgroundBlurriness>0||r.mapping===Se)return mf(r);{let e;return e=!0===r.isCubeTexture?hc(r):Pl(r),hg(e)}}if(!0===r.isTexture)return Pl(r,Hl.flipY()).setUpdateMatrix(!0);!0!==r.isColor&&o("WebGPUNodes: Unsupported background configuration.",r)},s);t.backgroundNode=i,t.background=r,t.backgroundBlurriness=e.backgroundBlurriness}}else t.backgroundNode&&(delete t.backgroundNode,delete t.background)}getCacheNode(e,t,r,s=!1){const i=this.cacheLib[e]||(this.cacheLib[e]=new WeakMap);let n=i.get(t);return(void 0===n||s)&&(n=r(),i.set(t,n)),n}updateFog(e){const t=this.get(e),r=e.fog;if(r){if(t.fog!==r){const e=this.getCacheNode("fog",r,()=>{if(r.isFogExp2){const e=mc("color","color",r).setGroup(fa),t=mc("density","float",r).setGroup(fa);return aT(e,nT(t))}if(r.isFog){const e=mc("color","color",r).setGroup(fa),t=mc("near","float",r).setGroup(fa),s=mc("far","float",r).setGroup(fa);return aT(e,iT(t,s))}o("Renderer: Unsupported fog configuration.",r)});t.fogNode=e,t.fog=r}}else delete t.fogNode,delete t.fog}updateEnvironment(e){const t=this.get(e),r=e.environment;if(r){if(t.environment!==r){const e=this.getCacheNode("environment",r,()=>!0===r.isCubeTexture?hc(r):!0===r.isTexture?Pl(r):void o("Nodes: Unsupported environment configuration.",r));t.environmentNode=e,t.environment=r}}else t.environmentNode&&(delete t.environmentNode,delete t.environment)}getNodeFrame(e=this.renderer,t=null,r=null,s=null,i=null){const n=this.nodeFrame;return n.renderer=e,n.scene=t,n.object=r,n.camera=s,n.material=i,n}getNodeFrameForRender(e){return this.getNodeFrame(e.renderer,e.scene,e.object,e.camera,e.material)}getOutputCacheKey(){const e=this.renderer;return e.toneMapping+","+e.currentColorSpace+","+e.xr.isPresenting}hasOutputChange(e){return eS.get(e)!==this.getOutputCacheKey()}getOutputNode(e){const t=this.renderer,r=this.getOutputCacheKey(),s=e.isArrayTexture?fx(e,Tn(Hl,kl("gl_ViewID_OVR"))).renderOutput(t.toneMapping,t.currentColorSpace):Pl(e,Hl).renderOutput(t.toneMapping,t.currentColorSpace);return eS.set(e,r),s}updateBefore(e){const t=e.getNodeBuilderState();for(const r of t.updateBeforeNodes)this.getNodeFrameForRender(e).updateBeforeNode(r)}updateAfter(e){const t=e.getNodeBuilderState();for(const r of t.updateAfterNodes)this.getNodeFrameForRender(e).updateAfterNode(r)}updateForCompute(e){const t=this.getNodeFrame(),r=this.getForCompute(e);for(const e of r.updateNodes)t.updateNode(e)}updateForRender(e){const t=this.getNodeFrameForRender(e),r=e.getNodeBuilderState();for(const e of r.updateNodes)t.updateNode(e)}needsRefresh(e){const t=this.getNodeFrameForRender(e);return e.getMonitor().needsRefresh(e,t)}dispose(){super.dispose(),this.nodeFrame=new PN,this.nodeBuilderCache=new Map,this.cacheLib={}}}const iS=new Ge;class nS{constructor(e=null){this.version=0,this.clipIntersection=null,this.cacheKey="",this.shadowPass=!1,this.viewNormalMatrix=new n,this.clippingGroupContexts=new WeakMap,this.intersectionPlanes=[],this.unionPlanes=[],this.parentVersion=null,null!==e&&(this.viewNormalMatrix=e.viewNormalMatrix,this.clippingGroupContexts=e.clippingGroupContexts,this.shadowPass=e.shadowPass,this.viewMatrix=e.viewMatrix)}projectPlanes(e,t,r){const s=e.length;for(let i=0;i0,alpha:!0,depth:t.depth,stencil:t.stencil,framebufferScaleFactor:this.getFramebufferScaleFactor()},i=new XRWebGLLayer(e,s,r);this._glBaseLayer=i,e.updateRenderState({baseLayer:i}),t.setPixelRatio(1),t._setXRLayerSize(i.framebufferWidth,i.framebufferHeight),this._xrRenderTarget=new pS(i.framebufferWidth,i.framebufferHeight,{format:Ne,type:ke,colorSpace:t.outputColorSpace,stencilBuffer:t.stencil,resolveDepthBuffer:!1===i.ignoreDepthValues,resolveStencilBuffer:!1===i.ignoreDepthValues}),this._xrRenderTarget._isOpaqueFramebuffer=!0,this._referenceSpace=await e.requestReferenceSpace(this.getReferenceSpaceType())}this.setFoveation(this.getFoveation()),t._animation.setAnimationLoop(this._onAnimationFrame),t._animation.setContext(e),t._animation.start(),this.isPresenting=!0,this.dispatchEvent({type:"sessionstart"})}}updateCamera(e){const t=this._session;if(null===t)return;const r=e.near,s=e.far,i=this._cameraXR,n=this._cameraL,a=this._cameraR;i.near=a.near=n.near=r,i.far=a.far=n.far=s,i.isMultiViewCamera=this._useMultiview,this._currentDepthNear===i.near&&this._currentDepthFar===i.far||(t.updateRenderState({depthNear:i.near,depthFar:i.far}),this._currentDepthNear=i.near,this._currentDepthFar=i.far),i.layers.mask=6|e.layers.mask,n.layers.mask=3&i.layers.mask,a.layers.mask=5&i.layers.mask;const o=e.parent,u=i.cameras;yS(i,o);for(let e=0;e=0&&(r[n]=null,t[n].disconnect(i))}for(let s=0;s=r.length){r.push(i),n=e;break}if(null===r[e]){r[e]=i,n=e;break}}if(-1===n)break}const a=t[n];a&&a.connect(i)}}function _S(e){return"quad"===e.type?this._glBinding.createQuadLayer({transform:new XRRigidTransform(e.translation,e.quaternion),width:e.width/2,height:e.height/2,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1}):this._glBinding.createCylinderLayer({transform:new XRRigidTransform(e.translation,e.quaternion),radius:e.radius,centralAngle:e.centralAngle,aspectRatio:e.aspectRatio,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1})}function vS(e,t){if(void 0===t)return;const r=this._cameraXR,i=this._renderer,n=i.backend,a=this._glBaseLayer,o=this.getReferenceSpace(),u=t.getViewerPose(o);if(this._xrFrame=t,null!==u){const e=u.views;null!==this._glBaseLayer&&n.setXRTarget(a.framebuffer);let t=!1;e.length!==r.cameras.length&&(r.cameras.length=0,t=!0);for(let i=0;i{await this.compileAsync(e,t);const s=this._renderLists.get(e,t),i=this._renderContexts.get(e,t,this._renderTarget,this._mrt),n=e.overrideMaterial||r.material,a=this._objects.get(r,n,e,t,s.lightsNode,i,i.clippingContext),{fragmentShader:o,vertexShader:u}=a.getNodeBuilderState();return{fragmentShader:o,vertexShader:u}}}}async init(){return null!==this._initPromise||(this._initPromise=new Promise(async(e,t)=>{let r=this.backend;try{await r.init(this)}catch(e){if(null===this._getFallback)return void t(e);try{this.backend=r=this._getFallback(e),await r.init(this)}catch(e){return void t(e)}}this._nodes=new sS(this,r),this._animation=new Kf(this,this._nodes,this.info),this._attributes=new oy(r),this._background=new Zv(this,this._nodes),this._geometries=new dy(this._attributes,this.info),this._textures=new Py(this,r,this.info),this._pipelines=new yy(r,this._nodes),this._bindings=new by(r,this._nodes,this._textures,this._attributes,this._pipelines,this.info),this._objects=new ey(this,this._nodes,this._geometries,this._pipelines,this._bindings,this.info),this._renderLists=new Sy(this.lighting),this._bundles=new uS,this._renderContexts=new By,this._animation.start(),this._initialized=!0,this._inspector.init(),e(this)})),this._initPromise}get domElement(){return this._canvasTarget.domElement}get coordinateSystem(){return this.backend.coordinateSystem}async compileAsync(e,t,r=null){if(!0===this._isDeviceLost)return;!1===this._initialized&&await this.init();const s=this._nodes.nodeFrame,i=s.renderId,n=this._currentRenderContext,a=this._currentRenderObjectFunction,o=this._compilationPromises,u=!0===e.isScene?e:SS;null===r&&(r=e);const l=this._renderTarget,d=this._renderContexts.get(r,t,l,this._mrt),c=this._activeMipmapLevel,h=[];this._currentRenderContext=d,this._currentRenderObjectFunction=this.renderObject,this._handleObjectFunction=this._createObjectPipeline,this._compilationPromises=h,s.renderId++,s.update(),d.depth=this.depth,d.stencil=this.stencil,d.clippingContext||(d.clippingContext=new nS),d.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,l);const p=this._renderLists.get(e,t);if(p.begin(),this._projectObject(e,t,0,p,d.clippingContext),r!==e&&r.traverseVisible(function(e){e.isLight&&e.layers.test(t.layers)&&p.pushLight(e)}),p.finish(),null!==l){this._textures.updateRenderTarget(l,c);const e=this._textures.get(l);d.textures=e.textures,d.depthTexture=e.depthTexture}else d.textures=null,d.depthTexture=null;this._background.update(u,p,d);const g=p.opaque,m=p.transparent,f=p.transparentDoublePass,y=p.lightsNode;!0===this.opaque&&g.length>0&&this._renderObjects(g,t,u,y),!0===this.transparent&&m.length>0&&this._renderTransparents(m,f,t,u,y),s.renderId=i,this._currentRenderContext=n,this._currentRenderObjectFunction=a,this._compilationPromises=o,this._handleObjectFunction=this._renderObjectDirect,await Promise.all(h)}async renderAsync(e,t){v('Renderer: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.render(e,t)}async waitForGPU(){o("Renderer: waitForGPU() has been removed. Read https://github.com/mrdoob/three.js/issues/32012 for more information.")}set inspector(e){null!==this._inspector&&this._inspector.setRenderer(null),this._inspector=e,this._inspector.setRenderer(this)}get inspector(){return this._inspector}set highPrecision(e){const t=this.contextNode.value;!0===e?(t.modelViewMatrix=wd,t.modelNormalViewMatrix=Cd):this.highPrecision&&(delete t.modelViewMatrix,delete t.modelNormalViewMatrix)}get highPrecision(){const e=this.contextNode.value;return e.modelViewMatrix===wd&&e.modelNormalViewMatrix===Cd}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getOutputBufferType(){return this._outputBufferType}getColorBufferType(){return v('Renderer: ".getColorBufferType()" has been renamed to ".getOutputBufferType()".'),this.getOutputBufferType()}_onDeviceLost(e){let t=`THREE.WebGPURenderer: ${e.api} Device Lost:\n\nMessage: ${e.message}`;e.reason&&(t+=`\nReason: ${e.reason}`),o(t),this._isDeviceLost=!0}_renderBundle(e,t,r){const{bundleGroup:s,camera:i,renderList:n}=e,a=this._currentRenderContext,o=this._bundles.get(s,i),u=this.backend.get(o);void 0===u.renderContexts&&(u.renderContexts=new Set);const l=s.version!==u.version,d=!1===u.renderContexts.has(a)||l;if(u.renderContexts.add(a),d){this.backend.beginBundle(a),(void 0===u.renderObjects||l)&&(u.renderObjects=[]),this._currentRenderBundle=o;const{transparentDoublePass:e,transparent:d,opaque:c}=n;!0===this.opaque&&c.length>0&&this._renderObjects(c,i,t,r),!0===this.transparent&&d.length>0&&this._renderTransparents(d,e,i,t,r),this._currentRenderBundle=null,this.backend.finishBundle(a,o),u.version=s.version}else{const{renderObjects:e}=u;for(let t=0,r=e.length;t>=c,p.viewportValue.height>>=c,p.viewportValue.minDepth=T,p.viewportValue.maxDepth=_,p.viewport=!1===p.viewportValue.equals(AS),p.scissorValue.copy(b).multiplyScalar(x).floor(),p.scissor=f._scissorTest&&!1===p.scissorValue.equals(AS),p.scissorValue.width>>=c,p.scissorValue.height>>=c,p.clippingContext||(p.clippingContext=new nS),p.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,h);const v=t.isArrayCamera?wS:ES;t.isArrayCamera||(CS.multiplyMatrices(t.projectionMatrix,t.matrixWorldInverse),v.setFromProjectionMatrix(CS,t.coordinateSystem,t.reversedDepth));const N=this._renderLists.get(e,t);if(N.begin(),this._projectObject(e,t,0,N,p.clippingContext),N.finish(),!0===this.sortObjects&&N.sort(this._opaqueSort,this._transparentSort),null!==h){this._textures.updateRenderTarget(h,c);const e=this._textures.get(h);p.textures=e.textures,p.depthTexture=e.depthTexture,p.width=e.width,p.height=e.height,p.renderTarget=h,p.depth=h.depthBuffer,p.stencil=h.stencilBuffer}else p.textures=null,p.depthTexture=null,p.width=RS.width,p.height=RS.height,p.depth=this.depth,p.stencil=this.stencil;p.width>>=c,p.height>>=c,p.activeCubeFace=d,p.activeMipmapLevel=c,p.occlusionQueryCount=N.occlusionQueryCount,p.scissorValue.max(MS.set(0,0,0,0)),p.scissorValue.x+p.scissorValue.width>p.width&&(p.scissorValue.width=Math.max(p.width-p.scissorValue.x,0)),p.scissorValue.y+p.scissorValue.height>p.height&&(p.scissorValue.height=Math.max(p.height-p.scissorValue.y,0)),this._background.update(u,N,p),p.camera=t,this.backend.beginRender(p);const{bundles:S,lightsNode:R,transparentDoublePass:A,transparent:E,opaque:w}=N;return S.length>0&&this._renderBundles(S,u,R),!0===this.opaque&&w.length>0&&this._renderObjects(w,t,u,R),!0===this.transparent&&E.length>0&&this._renderTransparents(E,A,t,u,R),this.backend.finishRender(p),i.renderId=n,this._currentRenderContext=a,this._currentRenderObjectFunction=o,null!==s&&(this.setRenderTarget(l,d,c),this._renderOutput(h)),u.onAfterRender(this,e,t,h),this.inspector.finishRender(this.backend.getTimestampUID(p)),p}_setXRLayerSize(e,t){this._canvasTarget._width=e,this._canvasTarget._height=t,this.setViewport(0,0,e,t)}_renderOutput(e){const t=this._quad;this._nodes.hasOutputChange(e.texture)&&(t.material.fragmentNode=this._nodes.getOutputNode(e.texture),t.material.needsUpdate=!0);const r=this.autoClear,s=this.xr.enabled;this.autoClear=!1,this.xr.enabled=!1,this._renderScene(t,t.camera,!1),this.autoClear=r,this.xr.enabled=s}getMaxAnisotropy(){return this.backend.getMaxAnisotropy()}getActiveCubeFace(){return this._activeCubeFace}getActiveMipmapLevel(){return this._activeMipmapLevel}async setAnimationLoop(e){!1===this._initialized&&await this.init(),this._animation.setAnimationLoop(e)}getAnimationLoop(){return this._animation.getAnimationLoop()}async getArrayBufferAsync(e){return await this.backend.getArrayBufferAsync(e)}getContext(){return this.backend.getContext()}getPixelRatio(){return this._canvasTarget.getPixelRatio()}getDrawingBufferSize(e){return this._canvasTarget.getDrawingBufferSize(e)}getSize(e){return this._canvasTarget.getSize(e)}setPixelRatio(e=1){this._canvasTarget.setPixelRatio(e)}setDrawingBufferSize(e,t,r){this.xr&&this.xr.isPresenting||this._canvasTarget.setDrawingBufferSize(e,t,r)}setSize(e,t,r=!0){this.xr&&this.xr.isPresenting||this._canvasTarget.setSize(e,t,r)}setOpaqueSort(e){this._opaqueSort=e}setTransparentSort(e){this._transparentSort=e}getScissor(e){return this._canvasTarget.getScissor(e)}setScissor(e,t,r,s){this._canvasTarget.setScissor(e,t,r,s)}getScissorTest(){return this._canvasTarget.getScissorTest()}setScissorTest(e){this._canvasTarget.setScissorTest(e),this.backend.setScissorTest(e)}getViewport(e){return this._canvasTarget.getViewport(e)}setViewport(e,t,r,s,i=0,n=1){this._canvasTarget.setViewport(e,t,r,s,i,n)}getClearColor(e){return e.copy(this._clearColor)}setClearColor(e,t=1){this._clearColor.set(e),this._clearColor.a=t}getClearAlpha(){return this._clearColor.a}setClearAlpha(e){this._clearColor.a=e}getClearDepth(){return this._clearDepth}setClearDepth(e){this._clearDepth=e}getClearStencil(){return this._clearStencil}setClearStencil(e){this._clearStencil=e}isOccluded(e){const t=this._currentRenderContext;return t&&this.backend.isOccluded(t,e)}clear(e=!0,t=!0,r=!0){if(!1===this._initialized)throw new Error('Renderer: .clear() called before the backend is initialized. Use "await renderer.init();" before before using this method.');const s=this._renderTarget||this._getFrameBufferTarget();let i=null;if(null!==s){this._textures.updateRenderTarget(s);const e=this._textures.get(s);i=this._renderContexts.getForClear(s),i.textures=e.textures,i.depthTexture=e.depthTexture,i.width=e.width,i.height=e.height,i.renderTarget=s,i.depth=s.depthBuffer,i.stencil=s.stencilBuffer,i.clearColorValue=this.backend.getClearColor(),i.activeCubeFace=this.getActiveCubeFace(),i.activeMipmapLevel=this.getActiveMipmapLevel()}this.backend.clear(e,t,r,i),null!==s&&null===this._renderTarget&&this._renderOutput(s)}clearColor(){this.clear(!0,!1,!1)}clearDepth(){this.clear(!1,!0,!1)}clearStencil(){this.clear(!1,!1,!0)}async clearAsync(e=!0,t=!0,r=!0){v('Renderer: "clearAsync()" has been deprecated. Use "clear()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.clear(e,t,r)}async clearColorAsync(){v('Renderer: "clearColorAsync()" has been deprecated. Use "clearColor()" and "await renderer.init();" when creating the renderer.'),this.clear(!0,!1,!1)}async clearDepthAsync(){v('Renderer: "clearDepthAsync()" has been deprecated. Use "clearDepth()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!0,!1)}async clearStencilAsync(){v('Renderer: "clearStencilAsync()" has been deprecated. Use "clearStencil()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!1,!0)}get needsFrameBufferTarget(){const e=this.currentToneMapping!==m,t=this.currentColorSpace!==p.workingColorSpace;return e||t}get samples(){return this._samples}get currentSamples(){let e=this._samples;return null!==this._renderTarget?e=this._renderTarget.samples:this.needsFrameBufferTarget&&(e=0),e}get currentToneMapping(){return this.isOutputTarget?this.toneMapping:m}get currentColorSpace(){return this.isOutputTarget?this.outputColorSpace:p.workingColorSpace}get isOutputTarget(){return this._renderTarget===this._outputRenderTarget||null===this._renderTarget}dispose(){!0===this._initialized&&(this.info.dispose(),this.backend.dispose(),this._animation.dispose(),this._objects.dispose(),this._geometries.dispose(),this._pipelines.dispose(),this._nodes.dispose(),this._bindings.dispose(),this._renderLists.dispose(),this._renderContexts.dispose(),this._textures.dispose(),null!==this._frameBufferTarget&&this._frameBufferTarget.dispose(),Object.values(this.backend.timestampQueryPool).forEach(e=>{null!==e&&e.dispose()})),this.setRenderTarget(null),this.setAnimationLoop(null)}setRenderTarget(e,t=0,r=0){this._renderTarget=e,this._activeCubeFace=t,this._activeMipmapLevel=r}getRenderTarget(){return this._renderTarget}setOutputRenderTarget(e){this._outputRenderTarget=e}getOutputRenderTarget(){return this._outputRenderTarget}setCanvasTarget(e){this._canvasTarget.removeEventListener("resize",this._onCanvasTargetResize),this._canvasTarget=e,this._canvasTarget.addEventListener("resize",this._onCanvasTargetResize)}getCanvasTarget(){return this._canvasTarget}_resetXRState(){this.backend.setXRTarget(null),this.setOutputRenderTarget(null),this.setRenderTarget(null),this._frameBufferTarget.dispose(),this._frameBufferTarget=null}setRenderObjectFunction(e){this._renderObjectFunction=e}getRenderObjectFunction(){return this._renderObjectFunction}compute(e,t=null){if(!0===this._isDeviceLost)return;if(!1===this._initialized)return d("Renderer: .compute() called before the backend is initialized. Try using .computeAsync() instead."),this.computeAsync(e,t);const r=this._nodes.nodeFrame,s=r.renderId;this.info.calls++,this.info.compute.calls++,this.info.compute.frameCalls++,r.renderId=this.info.calls,this.backend.updateTimeStampUID(e),this.inspector.beginCompute(this.backend.getTimestampUID(e),e);const i=this.backend,n=this._pipelines,a=this._bindings,o=this._nodes,u=Array.isArray(e)?e:[e];if(void 0===u[0]||!0!==u[0].isComputeNode)throw new Error("THREE.Renderer: .compute() expects a ComputeNode.");i.beginCompute(e);for(const r of u){if(!1===n.has(r)){const e=()=>{r.removeEventListener("dispose",e),n.delete(r),a.deleteForCompute(r),o.delete(r)};r.addEventListener("dispose",e);const t=r.onInitFunction;null!==t&&t.call(r,{renderer:this})}o.updateForCompute(r),a.updateForCompute(r);const s=a.getForCompute(r),u=n.getForCompute(r,s);i.compute(e,r,s,u,t)}i.finishCompute(e),r.renderId=s,this.inspector.finishCompute(this.backend.getTimestampUID(e))}async computeAsync(e,t=null){!1===this._initialized&&await this.init(),this.compute(e,t)}async hasFeatureAsync(e){return v('Renderer: "hasFeatureAsync()" has been deprecated. Use "hasFeature()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.hasFeature(e)}async resolveTimestampsAsync(e="render"){return!1===this._initialized&&await this.init(),this.backend.resolveTimestampsAsync(e)}hasFeature(e){if(!1===this._initialized)throw new Error('Renderer: .hasFeature() called before the backend is initialized. Use "await renderer.init();" before before using this method.');return this.backend.hasFeature(e)}hasInitialized(){return this._initialized}async initTextureAsync(e){v('Renderer: "initTextureAsync()" has been deprecated. Use "initTexture()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.initTexture(e)}initTexture(e){if(!1===this._initialized)throw new Error('Renderer: .initTexture() called before the backend is initialized. Use "await renderer.init();" before before using this method.');this._textures.updateTexture(e)}copyFramebufferToTexture(e,t=null){if(null!==t)if(t.isVector2)t=MS.set(t.x,t.y,e.image.width,e.image.height).floor();else{if(!t.isVector4)return void o("Renderer.copyFramebufferToTexture: Invalid rectangle.");t=MS.copy(t).floor()}else t=MS.set(0,0,e.image.width,e.image.height);let r,s=this._currentRenderContext;null!==s?r=s.renderTarget:(r=this._renderTarget||this._getFrameBufferTarget(),null!==r&&(this._textures.updateRenderTarget(r),s=this._textures.get(r))),this._textures.updateTexture(e,{renderTarget:r}),this.backend.copyFramebufferToTexture(e,s,t),this._inspector.copyFramebufferToTexture(e)}copyTextureToTexture(e,t,r=null,s=null,i=0,n=0){this._textures.updateTexture(e),this._textures.updateTexture(t),this.backend.copyTextureToTexture(e,t,r,s,i,n),this._inspector.copyTextureToTexture(e,t)}async readRenderTargetPixelsAsync(e,t,r,s,i,n=0,a=0){return this.backend.copyTextureToBuffer(e.textures[n],t,r,s,i,a)}_projectObject(e,t,r,s,i){if(!1===e.visible)return;if(e.layers.test(t.layers))if(e.isGroup)r=e.renderOrder,e.isClippingGroup&&e.enabled&&(i=i.getGroupContext(e));else if(e.isLOD)!0===e.autoUpdate&&e.update(t);else if(e.isLight)s.pushLight(e);else if(e.isSprite){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsSprite(e,t)){!0===this.sortObjects&&MS.setFromMatrixPosition(e.matrixWorld).applyMatrix4(CS);const{geometry:t,material:n}=e;n.visible&&s.push(e,t,n,r,MS.z,null,i)}}else if(e.isLineLoop)o("Renderer: Objects of type THREE.LineLoop are not supported. Please use THREE.Line or THREE.LineSegments.");else if(e.isMesh||e.isLine||e.isPoints){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsObject(e,t)){const{geometry:t,material:n}=e;if(!0===this.sortObjects&&(null===t.boundingSphere&&t.computeBoundingSphere(),MS.copy(t.boundingSphere.center).applyMatrix4(e.matrixWorld).applyMatrix4(CS)),Array.isArray(n)){const a=t.groups;for(let o=0,u=a.length;o0){for(const{material:e}of t)e.side=w;this._renderObjects(t,r,s,i,"backSide");for(const{material:e}of t)e.side=it;this._renderObjects(e,r,s,i);for(const{material:e}of t)e.side=C}else this._renderObjects(e,r,s,i)}_renderObjects(e,t,r,s,i=null){for(let n=0,a=e.length;n0||i.transmissionNode&&i.transmissionNode.isNode||i.backdropNode&&i.backdropNode.isNode,e.isShadowPassMaterial){const{colorNode:t,depthNode:r,positionNode:s}=this._getShadowNodes(i);e.side=null===i.shadowSide?i.side:i.shadowSide,null!==t&&(e.colorNode=t),null!==r&&(e.depthNode=r),null!==s&&(e.positionNode=s)}i=e}!0===i.transparent&&i.side===C&&!1===i.forceSinglePass?(i.side=w,this._handleObjectFunction(e,i,t,r,a,n,o,"backSide"),i.side=it,this._handleObjectFunction(e,i,t,r,a,n,o,u),i.side=C):this._handleObjectFunction(e,i,t,r,a,n,o,u),p&&(t.overrideMaterial.colorNode=l,t.overrideMaterial.depthNode=d,t.overrideMaterial.positionNode=c,t.overrideMaterial.side=h),e.onAfterRender(this,t,r,s,i,n)}_renderObjectDirect(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n;const l=this._nodes.needsRefresh(u);if(l&&(this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u)),this._pipelines.updateForRender(u),null!==this._currentRenderBundle){this.backend.get(this._currentRenderBundle).renderObjects.push(u),u.bundle=this._currentRenderBundle.bundleGroup}this.backend.draw(u,this.info),l&&this._nodes.updateAfter(u)}_createObjectPipeline(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n,this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u),this._pipelines.getForRender(u,this._compilationPromises),this._nodes.updateAfter(u)}_onCanvasTargetResize(){this._initialized&&this.backend.updateSize()}get compile(){return this.compileAsync}}class LS{constructor(e=""){this.name=e,this.visibility=0}setVisibility(e){this.visibility|=e}getVisibility(){return this.visibility}clone(){return Object.assign(new this.constructor,this)}}class PS extends LS{constructor(e,t=null){super(e),this.isBuffer=!0,this.bytesPerElement=Float32Array.BYTES_PER_ELEMENT,this._buffer=t,this._updateRanges=[]}get updateRanges(){return this._updateRanges}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}get byteLength(){return(e=this._buffer.byteLength)+(ay-e%ay)%ay;var e}get buffer(){return this._buffer}update(){return!0}}class FS extends PS{constructor(e,t=null){super(e,t),this.isUniformBuffer=!0}}let DS=0;class US extends FS{constructor(e,t){super("UniformBuffer_"+DS++,e?e.value:null),this.nodeUniform=e,this.groupNode=t,this.isNodeUniformBuffer=!0}set updateRanges(e){this.nodeUniform.updateRanges=e}get updateRanges(){return this.nodeUniform.updateRanges}addUpdateRange(e,t){this.nodeUniform.addUpdateRange(e,t)}clearUpdateRanges(){this.nodeUniform.clearUpdateRanges()}get buffer(){return this.nodeUniform.value}}class IS extends FS{constructor(e){super(e),this.isUniformsGroup=!0,this._values=null,this.uniforms=[]}addUniform(e){return this.uniforms.push(e),this}removeUniform(e){const t=this.uniforms.indexOf(e);return-1!==t&&this.uniforms.splice(t,1),this}get values(){return null===this._values&&(this._values=Array.from(this.buffer)),this._values}get buffer(){let e=this._buffer;if(null===e){const t=this.byteLength;e=new Float32Array(new ArrayBuffer(t)),this._buffer=e}return e}get byteLength(){const e=this.bytesPerElement;let t=0;for(let r=0,s=this.uniforms.length;r{this.generation=null,this.version=0},this.texture=t,this.version=t?t.version:0,this.generation=null,this.samplerKey="",this.isSampler=!0}set texture(e){this._texture!==e&&(this._texture&&this._texture.removeEventListener("dispose",this._onTextureDispose),this._texture=e,this.generation=null,this.version=0,this._texture&&this._texture.addEventListener("dispose",this._onTextureDispose))}get texture(){return this._texture}update(){const{texture:e,version:t}=this;return t!==e.version&&(this.version=e.version,!0)}clone(){const e=super.clone();return e._texture=null,e._onTextureDispose=()=>{e.generation=null,e.version=0},e.texture=this.texture,e}}let GS=0;class zS extends kS{constructor(e,t){super(e,t),this.id=GS++,this.store=!1,this.mipLevel=0,this.isSampledTexture=!0}}class $S extends zS{constructor(e,t,r,s=null){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r,this.access=s}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class WS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledCubeTexture=!0}}class HS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledTexture3D=!0}}const jS={bitcast_int_uint:new jx("uint tsl_bitcast_int_to_uint ( int x ) { return floatBitsToUint( intBitsToFloat ( x ) ); }"),bitcast_uint_int:new jx("uint tsl_bitcast_uint_to_int ( uint x ) { return floatBitsToInt( uintBitsToFloat ( x ) ); }")},qS={textureDimensions:"textureSize",equals:"equal",bitcast_float_int:"floatBitsToInt",bitcast_int_float:"intBitsToFloat",bitcast_uint_float:"uintBitsToFloat",bitcast_float_uint:"floatBitsToUint",bitcast_uint_int:"tsl_bitcast_uint_to_int",bitcast_int_uint:"tsl_bitcast_int_to_uint",floatpack_snorm_2x16:"packSnorm2x16",floatpack_unorm_2x16:"packUnorm2x16",floatpack_float16_2x16:"packHalf2x16",floatunpack_snorm_2x16:"unpackSnorm2x16",floatunpack_unorm_2x16:"unpackUnorm2x16",floatunpack_float16_2x16:"unpackHalf2x16"},XS={low:"lowp",medium:"mediump",high:"highp"},KS={swizzleAssign:!0,storageBuffer:!1},YS={perspective:"smooth",linear:"noperspective"},QS={centroid:"centroid"},ZS="\nprecision highp float;\nprecision highp int;\nprecision highp sampler2D;\nprecision highp sampler3D;\nprecision highp samplerCube;\nprecision highp sampler2DArray;\n\nprecision highp usampler2D;\nprecision highp usampler3D;\nprecision highp usamplerCube;\nprecision highp usampler2DArray;\n\nprecision highp isampler2D;\nprecision highp isampler3D;\nprecision highp isamplerCube;\nprecision highp isampler2DArray;\n\nprecision lowp sampler2DShadow;\nprecision lowp sampler2DArrayShadow;\nprecision lowp samplerCubeShadow;\n";class JS extends LN{constructor(e,t){super(e,t,new JN),this.uniformGroups={},this.transforms=[],this.extensions={},this.builtins={vertex:[],fragment:[],compute:[]}}needsToWorkingColorSpace(e){return!0===e.isVideoTexture&&e.colorSpace!==T}_include(e){const t=jS[e];return t.build(this),this.addInclude(t),t}getMethod(e){return void 0!==jS[e]&&this._include(e),qS[e]||e}getBitcastMethod(e,t){return this.getMethod(`bitcast_${t}_${e}`)}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`${e} ? ${t} : ${r}`}getOutputStructName(){return""}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(this.getType(e.type)+" "+e.name);return`${this.getType(t.type)} ${t.name}( ${s.join(", ")} ) {\n\n\t${r.vars}\n\n${r.code}\n\treturn ${r.result};\n\n}`}setupPBO(e){const t=e.value;if(void 0===t.pbo){const e=t.array,r=t.count*t.itemSize,{itemSize:s}=t,i=t.array.constructor.name.toLowerCase().includes("int");let n=i?mt:ft;2===s?n=i?Tt:V:3===s?n=i?_t:vt:4===s&&(n=i?Nt:Ne);const a={Float32Array:H,Uint8Array:ke,Uint16Array:xt,Uint32Array:S,Int8Array:bt,Int16Array:yt,Int32Array:R,Uint8ClampedArray:ke},o=Math.pow(2,Math.ceil(Math.log2(Math.sqrt(r/s))));let u=Math.ceil(r/s/o);o*u*s0?s:"";t=`${e.name} {\n\t${r} ${i.name}[${n}];\n};\n`}else{t=`${this.getVectorType(i.type)} ${this.getPropertyName(i,e)};`,n=!0}const a=i.node.precision;if(null!==a&&(t=XS[a]+" "+t),n){t="\t"+t;const e=i.groupNode.name;(s[e]||(s[e]=[])).push(t)}else t="uniform "+t,r.push(t)}let i="";for(const t in s){const r=s[t];i+=this._getGLSLUniformStruct(e+"_"+t,r.join("\n"))+"\n"}return i+=r.join("\n"),i}getTypeFromAttribute(e){let t=super.getTypeFromAttribute(e);if(/^[iu]/.test(t)&&e.gpuType!==R){let r=e;e.isInterleavedBufferAttribute&&(r=e.data);const s=r.array;!1==(s instanceof Uint32Array||s instanceof Int32Array)&&(t=t.slice(1))}return t}getAttributes(e){let t="";if("vertex"===e||"compute"===e){const e=this.getAttributesArray();let r=0;for(const s of e)t+=`layout( location = ${r++} ) in ${s.type} ${s.name};\n`}return t}getStructMembers(e){const t=[];for(const r of e.members)t.push(`\t${r.type} ${r.name};`);return t.join("\n")}getStructs(e){const t=[],r=this.structs[e],s=[];for(const e of r)if(e.output)for(const t of e.members)s.push(`layout( location = ${t.index} ) out ${t.type} ${t.name};`);else{let r="struct "+e.name+" {\n";r+=this.getStructMembers(e),r+="\n};\n",t.push(r)}return 0===s.length&&s.push("layout( location = 0 ) out vec4 fragColor;"),"\n"+s.join("\n")+"\n\n"+t.join("\n")}getVaryings(e){let t="";const r=this.varyings;if("vertex"===e||"compute"===e)for(const s of r){"compute"===e&&(s.needsInterpolation=!0);const r=this.getType(s.type);if(s.needsInterpolation)if(s.interpolationType){t+=`${YS[s.interpolationType]||s.interpolationType} ${QS[s.interpolationSampling]||""} out ${r} ${s.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}out ${r} ${s.name};\n`}else t+=`${r} ${s.name};\n`}else if("fragment"===e)for(const e of r)if(e.needsInterpolation){const r=this.getType(e.type);if(e.interpolationType){t+=`${YS[e.interpolationType]||e.interpolationType} ${QS[e.interpolationSampling]||""} in ${r} ${e.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}in ${r} ${e.name};\n`}}for(const r of this.builtins[e])t+=`${r};\n`;return t}getVertexIndex(){return"uint( gl_VertexID )"}getInstanceIndex(){return"uint( gl_InstanceID )"}getInvocationLocalIndex(){return`uint( gl_InstanceID ) % ${this.object.workgroupSize.reduce((e,t)=>e*t,1)}u`}getSubgroupSize(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupSize node")}getInvocationSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the invocationSubgroupIndex node")}getSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupIndex node")}getDrawIndex(){return this.renderer.backend.extensions.has("WEBGL_multi_draw")?"uint( gl_DrawID )":null}getFrontFacing(){return"gl_FrontFacing"}getFragCoord(){return"gl_FragCoord.xy"}getFragDepth(){return"gl_FragDepth"}enableExtension(e,t,r=this.shaderStage){const s=this.extensions[r]||(this.extensions[r]=new Map);!1===s.has(e)&&s.set(e,{name:e,behavior:t})}getExtensions(e){const t=[];if("vertex"===e){const t=this.renderer.backend.extensions;this.object.isBatchedMesh&&t.has("WEBGL_multi_draw")&&this.enableExtension("GL_ANGLE_multi_draw","require",e)}const r=this.extensions[e];if(void 0!==r)for(const{name:e,behavior:s}of r.values())t.push(`#extension ${e} : ${s}`);return t.join("\n")}getClipDistance(){return"gl_ClipDistance"}isAvailable(e){let t=KS[e];if(void 0===t){let r;switch(t=!1,e){case"float32Filterable":r="OES_texture_float_linear";break;case"clipDistance":r="WEBGL_clip_cull_distance"}if(void 0!==r){const e=this.renderer.backend.extensions;e.has(r)&&(e.get(r),t=!0)}KS[e]=t}return t}isFlipY(){return!0}enableHardwareClipping(e){this.enableExtension("GL_ANGLE_clip_cull_distance","require"),this.builtins.vertex.push(`out float gl_ClipDistance[ ${e} ]`)}enableMultiview(){this.enableExtension("GL_OVR_multiview2","require","fragment"),this.enableExtension("GL_OVR_multiview2","require","vertex"),this.builtins.vertex.push("layout(num_views = 2) in")}registerTransform(e,t){this.transforms.push({varyingName:e,attributeNode:t})}getTransforms(){const e=this.transforms;let t="";for(let r=0;r0&&(r+="\n"),r+=`\t// flow -> ${n}\n\t`),r+=`${s.code}\n\t`,e===i&&"compute"!==t&&(r+="// result\n\t","vertex"===t?(r+="gl_Position = ",r+=`${s.result};`):"fragment"===t&&(e.outputNode.isOutputStructNode||(r+="fragColor = ",r+=`${s.result};`)))}const n=e[t];n.extensions=this.getExtensions(t),n.uniforms=this.getUniforms(t),n.attributes=this.getAttributes(t),n.varyings=this.getVaryings(t),n.vars=this.getVars(t),n.structs=this.getStructs(t),n.codes=this.getCodes(t),n.transforms=this.getTransforms(t),n.flow=r}null!==this.material?(this.vertexShader=this._getGLSLVertexCode(e.vertex),this.fragmentShader=this._getGLSLFragmentCode(e.fragment)):this.computeShader=this._getGLSLVertexCode(e.compute)}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);let a=n.uniformGPU;if(void 0===a){const s=e.groupNode,o=s.name,u=this.getBindGroupArray(o,r);if("texture"===t)a=new $S(i.name,i.node,s),u.push(a);else if("cubeTexture"===t||"cubeDepthTexture"===t)a=new WS(i.name,i.node,s),u.push(a);else if("texture3D"===t)a=new HS(i.name,i.node,s),u.push(a);else if("buffer"===t){i.name=`buffer${e.id}`;const t=this.getSharedDataFromNode(e);let r=t.buffer;void 0===r&&(e.name=`NodeBuffer_${e.id}`,r=new US(e,s),r.name=e.name,t.buffer=r),u.push(r),a=r}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let n=e[o];void 0===n&&(n=new VS(r+"_"+o,s),e[o]=n,u.push(n)),a=this.getNodeUniform(i,t),n.addUniform(a)}n.uniformGPU=a}return i}}let eR=null,tR=null;class rR{constructor(e={}){this.parameters=Object.assign({},e),this.data=new WeakMap,this.renderer=null,this.domElement=null,this.timestampQueryPool={[St.RENDER]:null,[St.COMPUTE]:null},this.trackTimestamp=!0===e.trackTimestamp}async init(e){this.renderer=e}get coordinateSystem(){}beginRender(){}finishRender(){}beginCompute(){}finishCompute(){}draw(){}compute(){}createProgram(){}destroyProgram(){}createBindings(){}updateBindings(){}updateBinding(){}createRenderPipeline(){}createComputePipeline(){}needsRenderUpdate(){}getRenderCacheKey(){}createNodeBuilder(){}updateSampler(){}createDefaultTexture(){}createTexture(){}updateTexture(){}generateMipmaps(){}destroyTexture(){}async copyTextureToBuffer(){}copyTextureToTexture(){}copyFramebufferToTexture(){}createAttribute(){}createIndexAttribute(){}createStorageAttribute(){}updateAttribute(){}destroyAttribute(){}getContext(){}updateSize(){}updateViewport(){}updateTimeStampUID(e){const t=this.get(e),r=this.renderer.info.frame;let s;s=!0===e.isComputeNode?"c:"+this.renderer.info.compute.frameCalls:"r:"+this.renderer.info.render.frameCalls,t.timestampUID=s+":"+e.id+":f"+r}getTimestampUID(e){return this.get(e).timestampUID}getTimestampFrames(e){const t=this.timestampQueryPool[e];return t?t.getTimestampFrames():[]}_getQueryPool(e){const t=e.startsWith("c:")?St.COMPUTE:St.RENDER;return this.timestampQueryPool[t]}getTimestamp(e){return this._getQueryPool(e).getTimestamp(e)}hasTimestamp(e){return this._getQueryPool(e).hasTimestamp(e)}isOccluded(){}async resolveTimestampsAsync(e="render"){if(!this.trackTimestamp)return void v("WebGPURenderer: Timestamp tracking is disabled.");const t=this.timestampQueryPool[e];if(!t)return;const r=await t.resolveQueriesAsync();return this.renderer.info[e].timestamp=r,r}async getArrayBufferAsync(){}async hasFeatureAsync(){}hasFeature(){}getMaxAnisotropy(){}getDrawingBufferSize(){return eR=eR||new t,this.renderer.getDrawingBufferSize(eR)}setScissorTest(){}getClearColor(){const e=this.renderer;return tR=tR||new Fy,e.getClearColor(tR),tR.getRGB(tR),tR}getDomElement(){let e=this.domElement;return null===e&&(e=void 0!==this.parameters.canvas?this.parameters.canvas:Rt(),"setAttribute"in e&&e.setAttribute("data-engine",`three.js r${tt} webgpu`),this.domElement=e),e}set(e,t){this.data.set(e,t)}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}has(e){return this.data.has(e)}delete(e){this.data.delete(e)}deleteBindGroupData(){}dispose(){}}let sR,iR,nR=0;class aR{constructor(e,t){this.buffers=[e.bufferGPU,t],this.type=e.type,this.bufferType=e.bufferType,this.pbo=e.pbo,this.byteLength=e.byteLength,this.bytesPerElement=e.BYTES_PER_ELEMENT,this.version=e.version,this.isInteger=e.isInteger,this.activeBufferIndex=0,this.baseId=e.id}get id(){return`${this.baseId}|${this.activeBufferIndex}`}get bufferGPU(){return this.buffers[this.activeBufferIndex]}get transformBuffer(){return this.buffers[1^this.activeBufferIndex]}switchBuffers(){this.activeBufferIndex^=1}}class oR{constructor(e){this.backend=e}createAttribute(e,t){const r=this.backend,{gl:s}=r,i=e.array,n=e.usage||s.STATIC_DRAW,a=e.isInterleavedBufferAttribute?e.data:e,o=r.get(a);let u,l=o.bufferGPU;if(void 0===l&&(l=this._createBuffer(s,t,i,n),o.bufferGPU=l,o.bufferType=t,o.version=a.version),i instanceof Float32Array)u=s.FLOAT;else if("undefined"!=typeof Float16Array&&i instanceof Float16Array)u=s.HALF_FLOAT;else if(i instanceof Uint16Array)u=e.isFloat16BufferAttribute?s.HALF_FLOAT:s.UNSIGNED_SHORT;else if(i instanceof Int16Array)u=s.SHORT;else if(i instanceof Uint32Array)u=s.UNSIGNED_INT;else if(i instanceof Int32Array)u=s.INT;else if(i instanceof Int8Array)u=s.BYTE;else if(i instanceof Uint8Array)u=s.UNSIGNED_BYTE;else{if(!(i instanceof Uint8ClampedArray))throw new Error("THREE.WebGLBackend: Unsupported buffer data format: "+i);u=s.UNSIGNED_BYTE}let d={bufferGPU:l,bufferType:t,type:u,byteLength:i.byteLength,bytesPerElement:i.BYTES_PER_ELEMENT,version:e.version,pbo:e.pbo,isInteger:u===s.INT||u===s.UNSIGNED_INT||e.gpuType===R,id:nR++};if(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute){const e=this._createBuffer(s,t,i,n);d=new aR(d,e)}r.set(e,d)}updateAttribute(e){const t=this.backend,{gl:r}=t,s=e.array,i=e.isInterleavedBufferAttribute?e.data:e,n=t.get(i),a=n.bufferType,o=e.isInterleavedBufferAttribute?e.data.updateRanges:e.updateRanges;if(r.bindBuffer(a,n.bufferGPU),0===o.length)r.bufferSubData(a,0,s);else{for(let e=0,t=o.length;e0?this.enable(s.SAMPLE_ALPHA_TO_COVERAGE):this.disable(s.SAMPLE_ALPHA_TO_COVERAGE),r>0&&this.currentClippingPlanes!==r){const e=12288;for(let t=0;t<8;t++)t{!function i(){const n=e.clientWaitSync(t,e.SYNC_FLUSH_COMMANDS_BIT,0);if(n===e.WAIT_FAILED)return e.deleteSync(t),void s();n!==e.TIMEOUT_EXPIRED?(e.deleteSync(t),r()):requestAnimationFrame(i)}()})}}let dR,cR,hR,pR=!1;class gR{constructor(e){this.backend=e,this.gl=e.gl,this.extensions=e.extensions,this.defaultTextures={},this._srcFramebuffer=null,this._dstFramebuffer=null,!1===pR&&(this._init(),pR=!0)}_init(){const e=this.gl;dR={[Ur]:e.REPEAT,[ye]:e.CLAMP_TO_EDGE,[Dr]:e.MIRRORED_REPEAT},cR={[A]:e.NEAREST,[Ir]:e.NEAREST_MIPMAP_NEAREST,[Je]:e.NEAREST_MIPMAP_LINEAR,[ne]:e.LINEAR,[Ze]:e.LINEAR_MIPMAP_NEAREST,[q]:e.LINEAR_MIPMAP_LINEAR},hR={[Wr]:e.NEVER,[$r]:e.ALWAYS,[qe]:e.LESS,[zr]:e.LEQUAL,[Gr]:e.EQUAL,[kr]:e.GEQUAL,[Vr]:e.GREATER,[Or]:e.NOTEQUAL}}getGLTextureType(e){const{gl:t}=this;let r;return r=!0===e.isCubeTexture?t.TEXTURE_CUBE_MAP:!0===e.isArrayTexture||!0===e.isDataArrayTexture||!0===e.isCompressedArrayTexture?t.TEXTURE_2D_ARRAY:!0===e.isData3DTexture?t.TEXTURE_3D:t.TEXTURE_2D,r}getInternalFormat(e,t,r,s,i=!1){const{gl:n,extensions:a}=this;if(null!==e){if(void 0!==n[e])return n[e];d("WebGLBackend: Attempt to use non-existing WebGL internal format '"+e+"'")}let o=t;if(t===n.RED&&(r===n.FLOAT&&(o=n.R32F),r===n.HALF_FLOAT&&(o=n.R16F),r===n.UNSIGNED_BYTE&&(o=n.R8),r===n.UNSIGNED_SHORT&&(o=n.R16),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RED_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.R8UI),r===n.UNSIGNED_SHORT&&(o=n.R16UI),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RG&&(r===n.FLOAT&&(o=n.RG32F),r===n.HALF_FLOAT&&(o=n.RG16F),r===n.UNSIGNED_BYTE&&(o=n.RG8),r===n.UNSIGNED_SHORT&&(o=n.RG16),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RG_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RG8UI),r===n.UNSIGNED_SHORT&&(o=n.RG16UI),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RGB){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGB32F),r===n.HALF_FLOAT&&(o=n.RGB16F),r===n.UNSIGNED_BYTE&&(o=n.RGB8),r===n.UNSIGNED_SHORT&&(o=n.RGB16),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8:n.RGB8),r===n.UNSIGNED_SHORT_5_6_5&&(o=n.RGB565),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGB4),r===n.UNSIGNED_INT_5_9_9_9_REV&&(o=n.RGB9_E5),r===n.UNSIGNED_INT_10F_11F_11F_REV&&(o=n.R11F_G11F_B10F)}if(t===n.RGB_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGB8UI),r===n.UNSIGNED_SHORT&&(o=n.RGB16UI),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I)),t===n.RGBA){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGBA32F),r===n.HALF_FLOAT&&(o=n.RGBA16F),r===n.UNSIGNED_BYTE&&(o=n.RGBA8),r===n.UNSIGNED_SHORT&&(o=n.RGBA16),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8_ALPHA8:n.RGBA8),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGBA4),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1)}return t===n.RGBA_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGBA8UI),r===n.UNSIGNED_SHORT&&(o=n.RGBA16UI),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I)),t===n.DEPTH_COMPONENT&&(r===n.UNSIGNED_SHORT&&(o=n.DEPTH_COMPONENT16),r===n.UNSIGNED_INT&&(o=n.DEPTH_COMPONENT24),r===n.FLOAT&&(o=n.DEPTH_COMPONENT32F)),t===n.DEPTH_STENCIL&&r===n.UNSIGNED_INT_24_8&&(o=n.DEPTH24_STENCIL8),o!==n.R16F&&o!==n.R32F&&o!==n.RG16F&&o!==n.RG32F&&o!==n.RGBA16F&&o!==n.RGBA32F||a.get("EXT_color_buffer_float"),o}setTextureParameters(e,t){const{gl:r,extensions:s,backend:i}=this,n=p.getPrimaries(p.workingColorSpace),a=t.colorSpace===T?null:p.getPrimaries(t.colorSpace),o=t.colorSpace===T||n===a?r.NONE:r.BROWSER_DEFAULT_WEBGL;r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,t.flipY),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,t.premultiplyAlpha),r.pixelStorei(r.UNPACK_ALIGNMENT,t.unpackAlignment),r.pixelStorei(r.UNPACK_COLORSPACE_CONVERSION_WEBGL,o),r.texParameteri(e,r.TEXTURE_WRAP_S,dR[t.wrapS]),r.texParameteri(e,r.TEXTURE_WRAP_T,dR[t.wrapT]),e!==r.TEXTURE_3D&&e!==r.TEXTURE_2D_ARRAY||t.isArrayTexture||r.texParameteri(e,r.TEXTURE_WRAP_R,dR[t.wrapR]),r.texParameteri(e,r.TEXTURE_MAG_FILTER,cR[t.magFilter]);const u=void 0!==t.mipmaps&&t.mipmaps.length>0,l=t.minFilter===ne&&u?q:t.minFilter;if(r.texParameteri(e,r.TEXTURE_MIN_FILTER,cR[l]),t.compareFunction&&(r.texParameteri(e,r.TEXTURE_COMPARE_MODE,r.COMPARE_REF_TO_TEXTURE),r.texParameteri(e,r.TEXTURE_COMPARE_FUNC,hR[t.compareFunction])),!0===s.has("EXT_texture_filter_anisotropic")){if(t.magFilter===A)return;if(t.minFilter!==Je&&t.minFilter!==q)return;if(t.type===H&&!1===s.has("OES_texture_float_linear"))return;if(t.anisotropy>1){const n=s.get("EXT_texture_filter_anisotropic");r.texParameterf(e,n.TEXTURE_MAX_ANISOTROPY_EXT,Math.min(t.anisotropy,i.getMaxAnisotropy()))}}}createDefaultTexture(e){const{gl:t,backend:r,defaultTextures:s}=this,i=this.getGLTextureType(e);let n=s[i];void 0===n&&(n=t.createTexture(),r.state.bindTexture(i,n),t.texParameteri(i,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(i,t.TEXTURE_MAG_FILTER,t.NEAREST),s[i]=n),r.set(e,{textureGPU:n,glTextureType:i})}createTexture(e,t){const{gl:r,backend:s}=this,{levels:i,width:n,height:a,depth:o}=t,u=s.utils.convert(e.format,e.colorSpace),l=s.utils.convert(e.type),d=this.getInternalFormat(e.internalFormat,u,l,e.colorSpace,e.isVideoTexture),c=r.createTexture(),h=this.getGLTextureType(e);s.state.bindTexture(h,c),this.setTextureParameters(h,e),e.isArrayTexture||e.isDataArrayTexture||e.isCompressedArrayTexture?r.texStorage3D(r.TEXTURE_2D_ARRAY,i,d,n,a,o):e.isData3DTexture?r.texStorage3D(r.TEXTURE_3D,i,d,n,a,o):e.isVideoTexture||r.texStorage2D(h,i,d,n,a),s.set(e,{textureGPU:c,glTextureType:h,glFormat:u,glType:l,glInternalFormat:d})}copyBufferToTexture(e,t){const{gl:r,backend:s}=this,{textureGPU:i,glTextureType:n,glFormat:a,glType:o}=s.get(t),{width:u,height:l}=t.source.data;r.bindBuffer(r.PIXEL_UNPACK_BUFFER,e),s.state.bindTexture(n,i),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.texSubImage2D(n,0,0,0,u,l,a,o,0),r.bindBuffer(r.PIXEL_UNPACK_BUFFER,null),s.state.unbindTexture()}updateTexture(e,t){const{gl:r}=this,{width:s,height:i}=t,{textureGPU:n,glTextureType:a,glFormat:o,glType:u,glInternalFormat:l}=this.backend.get(e);if(!e.isRenderTargetTexture&&void 0!==n)if(this.backend.state.bindTexture(a,n),this.setTextureParameters(a,e),e.isCompressedTexture){const s=e.mipmaps,i=t.image;for(let t=0;t0){const t=jr(s.width,s.height,e.format,e.type);for(const i of e.layerUpdates){const e=s.data.subarray(i*t/s.data.BYTES_PER_ELEMENT,(i+1)*t/s.data.BYTES_PER_ELEMENT);r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,i,s.width,s.height,1,o,u,e)}e.clearLayerUpdates()}else r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,0,s.width,s.height,s.depth,o,u,s.data)}else if(e.isData3DTexture){const e=t.image;r.texSubImage3D(r.TEXTURE_3D,0,0,0,0,e.width,e.height,e.depth,o,u,e.data)}else if(e.isVideoTexture)e.update(),r.texImage2D(a,0,l,o,u,t.image);else{const n=e.mipmaps;if(n.length>0)for(let e=0,t=n.length;e0,c=t.renderTarget?t.renderTarget.height:this.backend.getDrawingBufferSize().y;if(d){const r=0!==a||0!==o;let d,h;if(!0===e.isDepthTexture?(d=s.DEPTH_BUFFER_BIT,h=s.DEPTH_ATTACHMENT,t.stencil&&(d|=s.STENCIL_BUFFER_BIT)):(d=s.COLOR_BUFFER_BIT,h=s.COLOR_ATTACHMENT0),r){const e=this.backend.get(t.renderTarget),r=e.framebuffers[t.getCacheKey()],h=e.msaaFrameBuffer;i.bindFramebuffer(s.DRAW_FRAMEBUFFER,r),i.bindFramebuffer(s.READ_FRAMEBUFFER,h);const p=c-o-l;s.blitFramebuffer(a,p,a+u,p+l,a,p,a+u,p+l,d,s.NEAREST),i.bindFramebuffer(s.READ_FRAMEBUFFER,r),i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,p,u,l),i.unbindTexture()}else{const e=s.createFramebuffer();i.bindFramebuffer(s.DRAW_FRAMEBUFFER,e),s.framebufferTexture2D(s.DRAW_FRAMEBUFFER,h,s.TEXTURE_2D,n,0),s.blitFramebuffer(0,0,u,l,0,0,u,l,d,s.NEAREST),s.deleteFramebuffer(e)}}else i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,c-l-o,u,l),i.unbindTexture();e.generateMipmaps&&this.generateMipmaps(e),this.backend._setFramebuffer(t)}setupRenderBufferStorage(e,t,r,s=!1){const{gl:i}=this,n=t.renderTarget,{depthTexture:a,depthBuffer:o,stencilBuffer:u,width:l,height:d}=n;if(i.bindRenderbuffer(i.RENDERBUFFER,e),o&&!u){let t=i.DEPTH_COMPONENT24;if(!0===s){this.extensions.get("WEBGL_multisampled_render_to_texture").renderbufferStorageMultisampleEXT(i.RENDERBUFFER,n.samples,t,l,d)}else r>0?(a&&a.isDepthTexture&&a.type===i.FLOAT&&(t=i.DEPTH_COMPONENT32F),i.renderbufferStorageMultisample(i.RENDERBUFFER,r,t,l,d)):i.renderbufferStorage(i.RENDERBUFFER,t,l,d);i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_ATTACHMENT,i.RENDERBUFFER,e)}else o&&u&&(r>0?i.renderbufferStorageMultisample(i.RENDERBUFFER,r,i.DEPTH24_STENCIL8,l,d):i.renderbufferStorage(i.RENDERBUFFER,i.DEPTH_STENCIL,l,d),i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_STENCIL_ATTACHMENT,i.RENDERBUFFER,e));i.bindRenderbuffer(i.RENDERBUFFER,null)}async copyTextureToBuffer(e,t,r,s,i,n){const{backend:a,gl:o}=this,{textureGPU:u,glFormat:l,glType:d}=this.backend.get(e),c=o.createFramebuffer();a.state.bindFramebuffer(o.READ_FRAMEBUFFER,c);const h=e.isCubeTexture?o.TEXTURE_CUBE_MAP_POSITIVE_X+n:o.TEXTURE_2D;o.framebufferTexture2D(o.READ_FRAMEBUFFER,o.COLOR_ATTACHMENT0,h,u,0);const p=this._getTypedArrayType(d),g=s*i*this._getBytesPerTexel(d,l),m=o.createBuffer();o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.bufferData(o.PIXEL_PACK_BUFFER,g,o.STREAM_READ),o.readPixels(t,r,s,i,l,d,0),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),await a.utils._clientWaitAsync();const f=new p(g/p.BYTES_PER_ELEMENT);return o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.getBufferSubData(o.PIXEL_PACK_BUFFER,0,f),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),a.state.bindFramebuffer(o.READ_FRAMEBUFFER,null),o.deleteFramebuffer(c),f}_getTypedArrayType(e){const{gl:t}=this;if(e===t.UNSIGNED_BYTE)return Uint8Array;if(e===t.UNSIGNED_SHORT_4_4_4_4)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_5_5_1)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_6_5)return Uint16Array;if(e===t.UNSIGNED_SHORT)return Uint16Array;if(e===t.UNSIGNED_INT)return Uint32Array;if(e===t.HALF_FLOAT)return Uint16Array;if(e===t.FLOAT)return Float32Array;throw new Error(`Unsupported WebGL type: ${e}`)}_getBytesPerTexel(e,t){const{gl:r}=this;let s=0;return e===r.UNSIGNED_BYTE&&(s=1),e!==r.UNSIGNED_SHORT_4_4_4_4&&e!==r.UNSIGNED_SHORT_5_5_5_1&&e!==r.UNSIGNED_SHORT_5_6_5&&e!==r.UNSIGNED_SHORT&&e!==r.HALF_FLOAT||(s=2),e!==r.UNSIGNED_INT&&e!==r.FLOAT||(s=4),t===r.RGBA?4*s:t===r.RGB?3*s:t===r.ALPHA?s:void 0}dispose(){const{gl:e}=this;null!==this._srcFramebuffer&&e.deleteFramebuffer(this._srcFramebuffer),null!==this._dstFramebuffer&&e.deleteFramebuffer(this._dstFramebuffer)}}function mR(e){return e.isDataTexture?e.image.data:"undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&e instanceof ImageBitmap||"undefined"!=typeof OffscreenCanvas&&e instanceof OffscreenCanvas?e:e.data}class fR{constructor(e){this.backend=e,this.gl=this.backend.gl,this.availableExtensions=this.gl.getSupportedExtensions(),this.extensions={}}get(e){let t=this.extensions[e];return void 0===t&&(t=this.gl.getExtension(e),this.extensions[e]=t),t}has(e){return this.availableExtensions.includes(e)}}class yR{constructor(e){this.backend=e,this.maxAnisotropy=null}getMaxAnisotropy(){if(null!==this.maxAnisotropy)return this.maxAnisotropy;const e=this.backend.gl,t=this.backend.extensions;if(!0===t.has("EXT_texture_filter_anisotropic")){const r=t.get("EXT_texture_filter_anisotropic");this.maxAnisotropy=e.getParameter(r.MAX_TEXTURE_MAX_ANISOTROPY_EXT)}else this.maxAnisotropy=0;return this.maxAnisotropy}}const bR={WEBGL_multi_draw:"WEBGL_multi_draw",WEBGL_compressed_texture_astc:"texture-compression-astc",WEBGL_compressed_texture_etc:"texture-compression-etc2",WEBGL_compressed_texture_etc1:"texture-compression-etc1",WEBGL_compressed_texture_pvrtc:"texture-compression-pvrtc",WEBGL_compressed_texture_s3tc:"texture-compression-s3tc",EXT_texture_compression_bptc:"texture-compression-bc",EXT_disjoint_timer_query_webgl2:"timestamp-query",OVR_multiview2:"OVR_multiview2"};class xR{constructor(e){this.gl=e.gl,this.extensions=e.extensions,this.info=e.renderer.info,this.mode=null,this.index=0,this.type=null,this.object=null}render(e,t){const{gl:r,mode:s,object:i,type:n,info:a,index:o}=this;0!==o?r.drawElements(s,t,n,e):r.drawArrays(s,e,t),a.update(i,t,1)}renderInstances(e,t,r){const{gl:s,mode:i,type:n,index:a,object:o,info:u}=this;0!==r&&(0!==a?s.drawElementsInstanced(i,t,n,e,r):s.drawArraysInstanced(i,e,t,r),u.update(o,t,r))}renderMultiDraw(e,t,r){const{extensions:s,mode:i,object:n,info:a}=this;if(0===r)return;const o=s.get("WEBGL_multi_draw");if(null===o)for(let s=0;sthis.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryStates.set(t,"inactive"),this.queryOffsets.set(e,t),t}beginQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null==t)return;if(null!==this.activeQuery)return;const r=this.queries[t];if(r)try{"inactive"===this.queryStates.get(t)&&(this.gl.beginQuery(this.ext.TIME_ELAPSED_EXT,r),this.activeQuery=t,this.queryStates.set(t,"started"))}catch(e){o("Error in beginQuery:",e),this.activeQuery=null,this.queryStates.set(t,"inactive")}}endQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null!=t&&this.activeQuery===t)try{this.gl.endQuery(this.ext.TIME_ELAPSED_EXT),this.queryStates.set(t,"ended"),this.activeQuery=null}catch(e){o("Error in endQuery:",e),this.queryStates.set(t,"inactive"),this.activeQuery=null}}async resolveQueriesAsync(){if(!this.trackTimestamp||this.pendingResolve)return this.lastValue;this.pendingResolve=!0;try{const e=new Map;for(const[t,r]of this.queryOffsets){if("ended"===this.queryStates.get(r)){const s=this.queries[r];e.set(t,this.resolveQuery(s))}}if(0===e.size)return this.lastValue;const t={},r=[];for(const[s,i]of e){const e=s.match(/^(.*):f(\d+)$/),n=parseInt(e[2]);!1===r.includes(n)&&r.push(n),void 0===t[n]&&(t[n]=0);const a=await i;this.timestamps.set(s,a),t[n]+=a}const s=t[r[r.length-1]];return this.lastValue=s,this.frames=r,this.currentQueryIndex=0,this.queryOffsets.clear(),this.queryStates.clear(),this.activeQuery=null,s}catch(e){return o("Error resolving queries:",e),this.lastValue}finally{this.pendingResolve=!1}}async resolveQuery(e){return new Promise(t=>{if(this.isDisposed)return void t(this.lastValue);let r,s=!1;const i=e=>{s||(s=!0,r&&(clearTimeout(r),r=null),t(e))},n=()=>{if(this.isDisposed)i(this.lastValue);else try{if(this.gl.getParameter(this.ext.GPU_DISJOINT_EXT))return void i(this.lastValue);if(!this.gl.getQueryParameter(e,this.gl.QUERY_RESULT_AVAILABLE))return void(r=setTimeout(n,1));const s=this.gl.getQueryParameter(e,this.gl.QUERY_RESULT);t(Number(s)/1e6)}catch(e){o("Error checking query:",e),t(this.lastValue)}};n()})}dispose(){if(!this.isDisposed&&(this.isDisposed=!0,this.trackTimestamp)){for(const e of this.queries)this.gl.deleteQuery(e);this.queries=[],this.queryStates.clear(),this.queryOffsets.clear(),this.lastValue=0,this.activeQuery=null}}}class vR extends rR{constructor(e={}){super(e),this.isWebGLBackend=!0,this.attributeUtils=null,this.extensions=null,this.capabilities=null,this.textureUtils=null,this.bufferRenderer=null,this.gl=null,this.state=null,this.utils=null,this.vaoCache={},this.transformFeedbackCache={},this.discard=!1,this.disjoint=null,this.parallel=null,this._currentContext=null,this._knownBindings=new WeakSet,this._supportsInvalidateFramebuffer="undefined"!=typeof navigator&&/OculusBrowser/g.test(navigator.userAgent),this._xrFramebuffer=null}init(e){super.init(e);const t=this.parameters,r={antialias:e.currentSamples>0,alpha:!0,depth:e.depth,stencil:e.stencil},s=void 0!==t.context?t.context:e.domElement.getContext("webgl2",r);function i(t){t.preventDefault();const r={api:"WebGL",message:t.statusMessage||"Unknown reason",reason:null,originalEvent:t};e.onDeviceLost(r)}this._onContextLost=i,e.domElement.addEventListener("webglcontextlost",i,!1),this.gl=s,this.extensions=new fR(this),this.capabilities=new yR(this),this.attributeUtils=new oR(this),this.textureUtils=new gR(this),this.bufferRenderer=new xR(this),this.state=new uR(this),this.utils=new lR(this),this.extensions.get("EXT_color_buffer_float"),this.extensions.get("WEBGL_clip_cull_distance"),this.extensions.get("OES_texture_float_linear"),this.extensions.get("EXT_color_buffer_half_float"),this.extensions.get("WEBGL_multisampled_render_to_texture"),this.extensions.get("WEBGL_render_shared_exponent"),this.extensions.get("WEBGL_multi_draw"),this.extensions.get("OVR_multiview2"),this.disjoint=this.extensions.get("EXT_disjoint_timer_query_webgl2"),this.parallel=this.extensions.get("KHR_parallel_shader_compile"),this.drawBuffersIndexedExt=this.extensions.get("OES_draw_buffers_indexed")}get coordinateSystem(){return c}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}async makeXRCompatible(){!0!==this.gl.getContextAttributes().xrCompatible&&await this.gl.makeXRCompatible()}setXRTarget(e){this._xrFramebuffer=e}setXRRenderTargetTextures(e,t,r=null){const s=this.gl;if(this.set(e.texture,{textureGPU:t,glInternalFormat:s.RGBA8}),null!==r){const t=e.stencilBuffer?s.DEPTH24_STENCIL8:s.DEPTH_COMPONENT24;this.set(e.depthTexture,{textureGPU:r,glInternalFormat:t}),!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!0===e._autoAllocateDepthBuffer&&!1===e.multiview&&d("WebGLBackend: Render-to-texture extension was disabled because an external texture was provided"),e._autoAllocateDepthBuffer=!1}}initTimestampQuery(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e]||(this.timestampQueryPool[e]=new _R(this.gl,e,2048));const r=this.timestampQueryPool[e];null!==r.allocateQueriesForContext(t)&&r.beginQuery(t)}prepareTimestampBuffer(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e].endQuery(t)}getContext(){return this.gl}beginRender(e){const{state:t}=this,r=this.get(e);if(e.viewport)this.updateViewport(e);else{const{width:e,height:r}=this.getDrawingBufferSize();t.viewport(0,0,e,r)}if(e.scissor){const{x:r,y:s,width:i,height:n}=e.scissorValue;t.scissor(r,e.height-n-s,i,n)}this.initTimestampQuery(St.RENDER,this.getTimestampUID(e)),r.previousContext=this._currentContext,this._currentContext=e,this._setFramebuffer(e),this.clear(e.clearColor,e.clearDepth,e.clearStencil,e,!1);const s=e.occlusionQueryCount;s>0&&(r.currentOcclusionQueries=r.occlusionQueries,r.currentOcclusionQueryObjects=r.occlusionQueryObjects,r.lastOcclusionObject=null,r.occlusionQueries=new Array(s),r.occlusionQueryObjects=new Array(s),r.occlusionQueryIndex=0)}finishRender(e){const{gl:t,state:r}=this,s=this.get(e),i=s.previousContext;r.resetVertexState();const n=e.occlusionQueryCount;n>0&&(n>s.occlusionQueryIndex&&t.endQuery(t.ANY_SAMPLES_PASSED),this.resolveOccludedAsync(e));const a=e.textures;if(null!==a)for(let e=0;e{let a=0;for(let t=0;t1&&u.setMRTBlending(i.textures),u.useProgram(a);const h=e.getAttributes(),p=this.get(h);let g=p.vaoGPU;if(void 0===g){const e=this._getVaoKey(h);g=this.vaoCache[e],void 0===g&&(g=this._createVao(h),this.vaoCache[e]=g,p.vaoGPU=g)}const m=e.getIndex(),f=null!==m?this.get(m).bufferGPU:null;u.setVertexState(g,f);const y=l.lastOcclusionObject;if(y!==t&&void 0!==y){if(null!==y&&!0===y.occlusionTest&&(o.endQuery(o.ANY_SAMPLES_PASSED),l.occlusionQueryIndex++),!0===t.occlusionTest){const e=o.createQuery();o.beginQuery(o.ANY_SAMPLES_PASSED,e),l.occlusionQueries[l.occlusionQueryIndex]=e,l.occlusionQueryObjects[l.occlusionQueryIndex]=t}l.lastOcclusionObject=t}const b=this.bufferRenderer;t.isPoints?b.mode=o.POINTS:t.isLineSegments?b.mode=o.LINES:t.isLine?b.mode=o.LINE_STRIP:t.isLineLoop?b.mode=o.LINE_LOOP:!0===s.wireframe?(u.setLineWidth(s.wireframeLinewidth*this.renderer.getPixelRatio()),b.mode=o.LINES):b.mode=o.TRIANGLES;const{vertexCount:x,instanceCount:T}=d;let{firstVertex:_}=d;if(b.object=t,null!==m){_*=m.array.BYTES_PER_ELEMENT;const e=this.get(m);b.index=m.count,b.type=e.type}else b.index=0;const N=()=>{t.isBatchedMesh?null!==t._multiDrawInstances?(v("WebGLBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection."),b.renderMultiDrawInstances(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount,t._multiDrawInstances)):this.hasFeature("WEBGL_multi_draw")?b.renderMultiDraw(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount):v("WebGLBackend: WEBGL_multi_draw not supported."):T>1?b.renderInstances(_,x,T):b.render(_,x)};if(!0===e.camera.isArrayCamera&&e.camera.cameras.length>0&&!1===e.camera.isMultiViewCamera){const r=this.get(e.camera),s=e.camera.cameras,i=e.getBindingGroup("cameraIndex").bindings[0];if(void 0===r.indexesGPU||r.indexesGPU.length!==s.length){const e=new Uint32Array([0,0,0,0]),t=[];for(let r=0,i=s.length;r{const i=this.parallel,n=()=>{r.getProgramParameter(a,i.COMPLETION_STATUS_KHR)?(this._completeCompile(e,s),t()):requestAnimationFrame(n)};n()});return void t.push(i)}this._completeCompile(e,s)}_handleSource(e,t){const r=e.split("\n"),s=[],i=Math.max(t-6,0),n=Math.min(t+6,r.length);for(let e=i;e":" "} ${i}: ${r[e]}`)}return s.join("\n")}_getShaderErrors(e,t,r){const s=e.getShaderParameter(t,e.COMPILE_STATUS),i=(e.getShaderInfoLog(t)||"").trim();if(s&&""===i)return"";const n=/ERROR: 0:(\d+)/.exec(i);if(n){const s=parseInt(n[1]);return r.toUpperCase()+"\n\n"+i+"\n\n"+this._handleSource(e.getShaderSource(t),s)}return i}_logProgramError(e,t,r){if(this.renderer.debug.checkShaderErrors){const s=this.gl,i=(s.getProgramInfoLog(e)||"").trim();if(!1===s.getProgramParameter(e,s.LINK_STATUS))if("function"==typeof this.renderer.debug.onShaderError)this.renderer.debug.onShaderError(s,e,r,t);else{const n=this._getShaderErrors(s,r,"vertex"),a=this._getShaderErrors(s,t,"fragment");o("THREE.WebGLProgram: Shader Error "+s.getError()+" - VALIDATE_STATUS "+s.getProgramParameter(e,s.VALIDATE_STATUS)+"\n\nProgram Info Log: "+i+"\n"+n+"\n"+a)}else""!==i&&d("WebGLProgram: Program Info Log:",i)}}_completeCompile(e,t){const{state:r,gl:s}=this,i=this.get(t),{programGPU:n,fragmentShader:a,vertexShader:o}=i;!1===s.getProgramParameter(n,s.LINK_STATUS)&&this._logProgramError(n,a,o),r.useProgram(n);const u=e.getBindings();this._setupBindings(u,n),this.set(t,{programGPU:n})}createComputePipeline(e,t){const{state:r,gl:s}=this,i={stage:"fragment",code:"#version 300 es\nprecision highp float;\nvoid main() {}"};this.createProgram(i);const{computeProgram:n}=e,a=s.createProgram(),o=this.get(i).shaderGPU,u=this.get(n).shaderGPU,l=n.transforms,d=[],c=[];for(let e=0;ebR[t]===e),r=this.extensions;for(let e=0;e1,h=!0===i.isXRRenderTarget,p=!0===h&&!0===i._hasExternalTextures;let g=n.msaaFrameBuffer,m=n.depthRenderbuffer;const f=this.extensions.get("WEBGL_multisampled_render_to_texture"),y=this.extensions.get("OVR_multiview2"),b=this._useMultisampledExtension(i),x=Ey(e);let T;if(l?(n.cubeFramebuffers||(n.cubeFramebuffers={}),T=n.cubeFramebuffers[x]):h&&!1===p?T=this._xrFramebuffer:(n.framebuffers||(n.framebuffers={}),T=n.framebuffers[x]),void 0===T){T=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,T);const s=e.textures,o=[];if(l){n.cubeFramebuffers[x]=T;const{textureGPU:e}=this.get(s[0]),r=this.renderer._activeCubeFace,i=this.renderer._activeMipmapLevel;t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_CUBE_MAP_POSITIVE_X+r,e,i)}else{n.framebuffers[x]=T;for(let r=0;r0&&!1===b&&!i.multiview){if(void 0===g){const s=[];g=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,g);const i=[],l=e.textures;for(let r=0;r0&&!1===this._useMultisampledExtension(s)){const n=i.framebuffers[e.getCacheKey()];let a=t.COLOR_BUFFER_BIT;s.resolveDepthBuffer&&(s.depthBuffer&&(a|=t.DEPTH_BUFFER_BIT),s.stencilBuffer&&s.resolveStencilBuffer&&(a|=t.STENCIL_BUFFER_BIT));const o=i.msaaFrameBuffer,u=i.msaaRenderbuffers,l=e.textures,d=l.length>1;if(r.bindFramebuffer(t.READ_FRAMEBUFFER,o),r.bindFramebuffer(t.DRAW_FRAMEBUFFER,n),d)for(let e=0;e0&&!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!1!==e._autoAllocateDepthBuffer}dispose(){null!==this.textureUtils&&this.textureUtils.dispose();const e=this.extensions.get("WEBGL_lose_context");e&&e.loseContext(),this.renderer.domElement.removeEventListener("webglcontextlost",this._onContextLost)}}const NR="point-list",SR="line-list",RR="line-strip",AR="triangle-list",ER="triangle-strip",wR="undefined"!=typeof self?self.GPUShaderStage:{VERTEX:1,FRAGMENT:2,COMPUTE:4},CR="never",MR="less",BR="equal",LR="less-equal",PR="greater",FR="not-equal",DR="greater-equal",UR="always",IR="store",OR="load",VR="clear",kR="ccw",GR="cw",zR="none",$R="back",WR="uint16",HR="uint32",jR="r8unorm",qR="r8snorm",XR="r8uint",KR="r8sint",YR="r16uint",QR="r16sint",ZR="r16float",JR="rg8unorm",eA="rg8snorm",tA="rg8uint",rA="rg8sint",sA="r32uint",iA="r32sint",nA="r32float",aA="rg16uint",oA="rg16sint",uA="rg16float",lA="rgba8unorm",dA="rgba8unorm-srgb",cA="rgba8snorm",hA="rgba8uint",pA="rgba8sint",gA="bgra8unorm",mA="bgra8unorm-srgb",fA="rgb9e5ufloat",yA="rgb10a2unorm",bA="rg11b10ufloat",xA="rg32uint",TA="rg32sint",_A="rg32float",vA="rgba16uint",NA="rgba16sint",SA="rgba16float",RA="rgba32uint",AA="rgba32sint",EA="rgba32float",wA="depth16unorm",CA="depth24plus",MA="depth24plus-stencil8",BA="depth32float",LA="depth32float-stencil8",PA="bc1-rgba-unorm",FA="bc1-rgba-unorm-srgb",DA="bc2-rgba-unorm",UA="bc2-rgba-unorm-srgb",IA="bc3-rgba-unorm",OA="bc3-rgba-unorm-srgb",VA="bc4-r-unorm",kA="bc4-r-snorm",GA="bc5-rg-unorm",zA="bc5-rg-snorm",$A="bc6h-rgb-ufloat",WA="bc6h-rgb-float",HA="bc7-rgba-unorm",jA="bc7-rgba-unorm-srgb",qA="etc2-rgb8unorm",XA="etc2-rgb8unorm-srgb",KA="etc2-rgb8a1unorm",YA="etc2-rgb8a1unorm-srgb",QA="etc2-rgba8unorm",ZA="etc2-rgba8unorm-srgb",JA="eac-r11unorm",eE="eac-r11snorm",tE="eac-rg11unorm",rE="eac-rg11snorm",sE="astc-4x4-unorm",iE="astc-4x4-unorm-srgb",nE="astc-5x4-unorm",aE="astc-5x4-unorm-srgb",oE="astc-5x5-unorm",uE="astc-5x5-unorm-srgb",lE="astc-6x5-unorm",dE="astc-6x5-unorm-srgb",cE="astc-6x6-unorm",hE="astc-6x6-unorm-srgb",pE="astc-8x5-unorm",gE="astc-8x5-unorm-srgb",mE="astc-8x6-unorm",fE="astc-8x6-unorm-srgb",yE="astc-8x8-unorm",bE="astc-8x8-unorm-srgb",xE="astc-10x5-unorm",TE="astc-10x5-unorm-srgb",_E="astc-10x6-unorm",vE="astc-10x6-unorm-srgb",NE="astc-10x8-unorm",SE="astc-10x8-unorm-srgb",RE="astc-10x10-unorm",AE="astc-10x10-unorm-srgb",EE="astc-12x10-unorm",wE="astc-12x10-unorm-srgb",CE="astc-12x12-unorm",ME="astc-12x12-unorm-srgb",BE="clamp-to-edge",LE="repeat",PE="mirror-repeat",FE="linear",DE="nearest",UE="zero",IE="one",OE="src",VE="one-minus-src",kE="src-alpha",GE="one-minus-src-alpha",zE="dst",$E="one-minus-dst",WE="dst-alpha",HE="one-minus-dst-alpha",jE="src-alpha-saturated",qE="constant",XE="one-minus-constant",KE="add",YE="subtract",QE="reverse-subtract",ZE="min",JE="max",ew=0,tw=15,rw="keep",sw="zero",iw="replace",nw="invert",aw="increment-clamp",ow="decrement-clamp",uw="increment-wrap",lw="decrement-wrap",dw="storage",cw="read-only-storage",hw="write-only",pw="read-only",gw="read-write",mw="non-filtering",fw="comparison",yw="float",bw="unfilterable-float",xw="depth",Tw="sint",_w="uint",vw="2d",Nw="3d",Sw="2d",Rw="2d-array",Aw="cube",Ew="3d",ww="all",Cw="vertex",Mw="instance",Bw={CoreFeaturesAndLimits:"core-features-and-limits",DepthClipControl:"depth-clip-control",Depth32FloatStencil8:"depth32float-stencil8",TextureCompressionBC:"texture-compression-bc",TextureCompressionBCSliced3D:"texture-compression-bc-sliced-3d",TextureCompressionETC2:"texture-compression-etc2",TextureCompressionASTC:"texture-compression-astc",TextureCompressionASTCSliced3D:"texture-compression-astc-sliced-3d",TimestampQuery:"timestamp-query",IndirectFirstInstance:"indirect-first-instance",ShaderF16:"shader-f16",RG11B10UFloat:"rg11b10ufloat-renderable",BGRA8UNormStorage:"bgra8unorm-storage",Float32Filterable:"float32-filterable",Float32Blendable:"float32-blendable",ClipDistances:"clip-distances",DualSourceBlending:"dual-source-blending",Subgroups:"subgroups",TextureFormatsTier1:"texture-formats-tier1",TextureFormatsTier2:"texture-formats-tier2"},Lw={"texture-compression-s3tc":"texture-compression-bc","texture-compression-etc1":"texture-compression-etc2"};class Pw extends kS{constructor(e,t,r){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class Fw extends PS{constructor(e,t){super(e,t?t.array:null),this.attribute=t,this.isStorageBuffer=!0}}let Dw=0;class Uw extends Fw{constructor(e,t){super("StorageBuffer_"+Dw++,e?e.value:null),this.nodeUniform=e,this.access=e?e.access:Js.READ_WRITE,this.groupNode=t}get buffer(){return this.nodeUniform.value}}class Iw extends ty{constructor(e){super(),this.device=e;this.mipmapSampler=e.createSampler({minFilter:FE}),this.flipYSampler=e.createSampler({minFilter:DE}),this.transferPipelines={},this.flipYPipelines={},this.mipmapVertexShaderModule=e.createShaderModule({label:"mipmapVertex",code:"\nstruct VarysStruct {\n\t@builtin( position ) Position: vec4,\n\t@location( 0 ) vTex : vec2\n};\n\n@vertex\nfn main( @builtin( vertex_index ) vertexIndex : u32 ) -> VarysStruct {\n\n\tvar Varys : VarysStruct;\n\n\tvar pos = array< vec2, 4 >(\n\t\tvec2( -1.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 ),\n\t\tvec2( -1.0, -1.0 ),\n\t\tvec2( 1.0, -1.0 )\n\t);\n\n\tvar tex = array< vec2, 4 >(\n\t\tvec2( 0.0, 0.0 ),\n\t\tvec2( 1.0, 0.0 ),\n\t\tvec2( 0.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 )\n\t);\n\n\tVarys.vTex = tex[ vertexIndex ];\n\tVarys.Position = vec4( pos[ vertexIndex ], 0.0, 1.0 );\n\n\treturn Varys;\n\n}\n"}),this.mipmapFragmentShaderModule=e.createShaderModule({label:"mipmapFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vTex );\n\n}\n"}),this.flipYFragmentShaderModule=e.createShaderModule({label:"flipYFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vec2( vTex.x, 1.0 - vTex.y ) );\n\n}\n"})}getTransferPipeline(e){let t=this.transferPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`mipmap-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.mipmapFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.transferPipelines[e]=t),t}getFlipYPipeline(e){let t=this.flipYPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`flipY-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.flipYFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.flipYPipelines[e]=t),t}flipY(e,t,r=0){const s=t.format,{width:i,height:n}=t.size,a=this.getTransferPipeline(s),o=this.getFlipYPipeline(s),u=this.device.createTexture({size:{width:i,height:n,depthOrArrayLayers:1},format:s,usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.TEXTURE_BINDING}),l=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r}),d=u.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:0}),c=this.device.createCommandEncoder({}),h=(e,t,r)=>{const s=e.getBindGroupLayout(0),i=this.device.createBindGroup({layout:s,entries:[{binding:0,resource:this.flipYSampler},{binding:1,resource:t}]}),n=c.beginRenderPass({colorAttachments:[{view:r,loadOp:VR,storeOp:IR,clearValue:[0,0,0,0]}]});n.setPipeline(e),n.setBindGroup(0,i),n.draw(4,1,0,0),n.end()};h(a,l,d),h(o,d,l),this.device.queue.submit([c.finish()]),u.destroy()}generateMipmaps(e,t,r=0,s=null){const i=this.get(e);void 0===i.layers&&(i.layers=[]);const n=i.layers[r]||this._mipmapCreateBundles(e,t,r),a=s||this.device.createCommandEncoder({label:"mipmapEncoder"});this._mipmapRunBundles(a,n),null===s&&this.device.queue.submit([a.finish()]),i.layers[r]=n}_mipmapCreateBundles(e,t,r){const s=this.getTransferPipeline(t.format),i=s.getBindGroupLayout(0);let n=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r});const a=[];for(let o=1;o0)for(let t=0,n=s.length;t0)for(let t=0,n=s.length;t0?e.width:r.size.width,l=a>0?e.height:r.size.height;try{o.queue.copyExternalImageToTexture({source:e,flipY:i},{texture:t,mipLevel:a,origin:{x:0,y:0,z:s},premultipliedAlpha:n},{width:u,height:l,depthOrArrayLayers:1})}catch(e){}}_getPassUtils(){let e=this._passUtils;return null===e&&(this._passUtils=e=new Iw(this.backend.device)),e}_generateMipmaps(e,t,r=0,s=null){this._getPassUtils().generateMipmaps(e,t,r,s)}_flipY(e,t,r=0){this._getPassUtils().flipY(e,t,r)}_copyBufferToTexture(e,t,r,s,i,n=0,a=0){const o=this.backend.device,u=e.data,l=this._getBytesPerTexel(r.format),d=e.width*l;o.queue.writeTexture({texture:t,mipLevel:a,origin:{x:0,y:0,z:s}},u,{offset:e.width*e.height*l*n,bytesPerRow:d},{width:e.width,height:e.height,depthOrArrayLayers:1}),!0===i&&this._flipY(t,r,s)}_copyCompressedBufferToTexture(e,t,r){const s=this.backend.device,i=this._getBlockData(r.format),n=r.size.depthOrArrayLayers>1;for(let a=0;a]*\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/i,$w=/([a-z_0-9]+)\s*:\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/gi,Ww={f32:"float",i32:"int",u32:"uint",bool:"bool","vec2":"vec2","vec2":"ivec2","vec2":"uvec2","vec2":"bvec2",vec2f:"vec2",vec2i:"ivec2",vec2u:"uvec2",vec2b:"bvec2","vec3":"vec3","vec3":"ivec3","vec3":"uvec3","vec3":"bvec3",vec3f:"vec3",vec3i:"ivec3",vec3u:"uvec3",vec3b:"bvec3","vec4":"vec4","vec4":"ivec4","vec4":"uvec4","vec4":"bvec4",vec4f:"vec4",vec4i:"ivec4",vec4u:"uvec4",vec4b:"bvec4","mat2x2":"mat2",mat2x2f:"mat2","mat3x3":"mat3",mat3x3f:"mat3","mat4x4":"mat4",mat4x4f:"mat4",sampler:"sampler",texture_1d:"texture",texture_2d:"texture",texture_2d_array:"texture",texture_multisampled_2d:"cubeTexture",texture_depth_2d:"depthTexture",texture_depth_2d_array:"depthTexture",texture_depth_multisampled_2d:"depthTexture",texture_depth_cube:"depthTexture",texture_depth_cube_array:"depthTexture",texture_3d:"texture3D",texture_cube:"cubeTexture",texture_cube_array:"cubeTexture",texture_storage_1d:"storageTexture",texture_storage_2d:"storageTexture",texture_storage_2d_array:"storageTexture",texture_storage_3d:"storageTexture"};class Hw extends XN{constructor(e){const{type:t,inputs:r,name:s,inputsCode:i,blockCode:n,outputType:a}=(e=>{const t=(e=e.trim()).match(zw);if(null!==t&&4===t.length){const r=t[2],s=[];let i=null;for(;null!==(i=$w.exec(r));)s.push({name:i[1],type:i[2]});const n=[];for(let e=0;e "+this.outputType:"";return`fn ${e} ( ${this.inputsCode.trim()} ) ${t}`+this.blockCode}}class jw extends qN{parseFunction(e){return new Hw(e)}}const qw={[Js.READ_ONLY]:"read",[Js.WRITE_ONLY]:"write",[Js.READ_WRITE]:"read_write"},Xw={[Ur]:"repeat",[ye]:"clamp",[Dr]:"mirror"},Kw={vertex:wR.VERTEX,fragment:wR.FRAGMENT,compute:wR.COMPUTE},Yw={instance:!0,swizzleAssign:!1,storageBuffer:!0},Qw={"^^":"tsl_xor"},Zw={float:"f32",int:"i32",uint:"u32",bool:"bool",color:"vec3",vec2:"vec2",ivec2:"vec2",uvec2:"vec2",bvec2:"vec2",vec3:"vec3",ivec3:"vec3",uvec3:"vec3",bvec3:"vec3",vec4:"vec4",ivec4:"vec4",uvec4:"vec4",bvec4:"vec4",mat2:"mat2x2",mat3:"mat3x3",mat4:"mat4x4"},Jw={},eC={tsl_xor:new jx("fn tsl_xor( a : bool, b : bool ) -> bool { return ( a || b ) && !( a && b ); }"),mod_float:new jx("fn tsl_mod_float( x : f32, y : f32 ) -> f32 { return x - y * floor( x / y ); }"),mod_vec2:new jx("fn tsl_mod_vec2( x : vec2f, y : vec2f ) -> vec2f { return x - y * floor( x / y ); }"),mod_vec3:new jx("fn tsl_mod_vec3( x : vec3f, y : vec3f ) -> vec3f { return x - y * floor( x / y ); }"),mod_vec4:new jx("fn tsl_mod_vec4( x : vec4f, y : vec4f ) -> vec4f { return x - y * floor( x / y ); }"),equals_bool:new jx("fn tsl_equals_bool( a : bool, b : bool ) -> bool { return a == b; }"),equals_bvec2:new jx("fn tsl_equals_bvec2( a : vec2f, b : vec2f ) -> vec2 { return vec2( a.x == b.x, a.y == b.y ); }"),equals_bvec3:new jx("fn tsl_equals_bvec3( a : vec3f, b : vec3f ) -> vec3 { return vec3( a.x == b.x, a.y == b.y, a.z == b.z ); }"),equals_bvec4:new jx("fn tsl_equals_bvec4( a : vec4f, b : vec4f ) -> vec4 { return vec4( a.x == b.x, a.y == b.y, a.z == b.z, a.w == b.w ); }"),repeatWrapping_float:new jx("fn tsl_repeatWrapping_float( coord: f32 ) -> f32 { return fract( coord ); }"),mirrorWrapping_float:new jx("fn tsl_mirrorWrapping_float( coord: f32 ) -> f32 { let mirrored = fract( coord * 0.5 ) * 2.0; return 1.0 - abs( 1.0 - mirrored ); }"),clampWrapping_float:new jx("fn tsl_clampWrapping_float( coord: f32 ) -> f32 { return clamp( coord, 0.0, 1.0 ); }"),biquadraticTexture:new jx("\nfn tsl_biquadraticTexture( map : texture_2d, coord : vec2f, iRes : vec2u, level : u32 ) -> vec4f {\n\n\tlet res = vec2f( iRes );\n\n\tlet uvScaled = coord * res;\n\tlet uvWrapping = ( ( uvScaled % res ) + res ) % res;\n\n\t// https://www.shadertoy.com/view/WtyXRy\n\n\tlet uv = uvWrapping - 0.5;\n\tlet iuv = floor( uv );\n\tlet f = fract( uv );\n\n\tlet rg1 = textureLoad( map, vec2u( iuv + vec2( 0.5, 0.5 ) ) % iRes, level );\n\tlet rg2 = textureLoad( map, vec2u( iuv + vec2( 1.5, 0.5 ) ) % iRes, level );\n\tlet rg3 = textureLoad( map, vec2u( iuv + vec2( 0.5, 1.5 ) ) % iRes, level );\n\tlet rg4 = textureLoad( map, vec2u( iuv + vec2( 1.5, 1.5 ) ) % iRes, level );\n\n\treturn mix( mix( rg1, rg2, f.x ), mix( rg3, rg4, f.x ), f.y );\n\n}\n")},tC={dFdx:"dpdx",dFdy:"- dpdy",mod_float:"tsl_mod_float",mod_vec2:"tsl_mod_vec2",mod_vec3:"tsl_mod_vec3",mod_vec4:"tsl_mod_vec4",equals_bool:"tsl_equals_bool",equals_bvec2:"tsl_equals_bvec2",equals_bvec3:"tsl_equals_bvec3",equals_bvec4:"tsl_equals_bvec4",inversesqrt:"inverseSqrt",bitcast:"bitcast",floatpack_snorm_2x16:"pack2x16snorm",floatpack_unorm_2x16:"pack2x16unorm",floatpack_float16_2x16:"pack2x16float",floatunpack_snorm_2x16:"unpack2x16snorm",floatunpack_unorm_2x16:"unpack2x16unorm",floatunpack_float16_2x16:"unpack2x16float"};let rC="";!0!==("undefined"!=typeof navigator&&/Firefox|Deno/g.test(navigator.userAgent))&&(rC+="diagnostic( off, derivative_uniformity );\n");class sC extends LN{constructor(e,t){super(e,t,new jw),this.uniformGroups={},this.builtins={},this.directives={},this.scopedArrays=new Map}_generateTextureSample(e,t,r,s,i,n=this.shaderStage){return"fragment"===n?s?i?`textureSample( ${t}, ${t}_sampler, ${r}, ${s}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r}, ${s} )`:i?`textureSample( ${t}, ${t}_sampler, ${r}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r} )`:this.generateTextureSampleLevel(e,t,r,"0",s)}generateTextureSampleLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateWrapFunction(e){const t=`tsl_coord_${Xw[e.wrapS]}S_${Xw[e.wrapT]}_${e.is3DTexture||e.isData3DTexture?"3d":"2d"}T`;let r=Jw[t];if(void 0===r){const s=[],i=e.is3DTexture||e.isData3DTexture?"vec3f":"vec2f";let n=`fn ${t}( coord : ${i} ) -> ${i} {\n\n\treturn ${i}(\n`;const a=(e,t)=>{e===Ur?(s.push(eC.repeatWrapping_float),n+=`\t\ttsl_repeatWrapping_float( coord.${t} )`):e===ye?(s.push(eC.clampWrapping_float),n+=`\t\ttsl_clampWrapping_float( coord.${t} )`):e===Dr?(s.push(eC.mirrorWrapping_float),n+=`\t\ttsl_mirrorWrapping_float( coord.${t} )`):(n+=`\t\tcoord.${t}`,d(`WebGPURenderer: Unsupported texture wrap type "${e}" for vertex shader.`))};a(e.wrapS,"x"),n+=",\n",a(e.wrapT,"y"),(e.is3DTexture||e.isData3DTexture)&&(n+=",\n",a(e.wrapR,"z")),n+="\n\t);\n\n}\n",Jw[t]=r=new jx(n,s)}return r.build(this),t}generateArrayDeclaration(e,t){return`array< ${this.getType(e)}, ${t} >`}generateTextureDimension(e,t,r){const s=this.getDataFromNode(e,this.shaderStage,this.globalCache);void 0===s.dimensionsSnippet&&(s.dimensionsSnippet={});let i=s.dimensionsSnippet[r];if(void 0===s.dimensionsSnippet[r]){let n,a;const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(e),u=o>1;a=e.is3DTexture||e.isData3DTexture?"vec3":"vec2",n=u||e.isStorageTexture?t:`${t}${r?`, u32( ${r} )`:""}`,i=new Au(new pl(`textureDimensions( ${n} )`,a)),s.dimensionsSnippet[r]=i,(e.isArrayTexture||e.isDataArrayTexture||e.is3DTexture||e.isData3DTexture)&&(s.arrayLayerCount=new Au(new pl(`textureNumLayers(${t})`,"u32"))),e.isTextureCube&&(s.cubeFaceCount=new Au(new pl("6u","u32")))}return i.build(this)}generateFilteredTexture(e,t,r,s,i="0u"){this._include("biquadraticTexture");const n=this.generateWrapFunction(e),a=this.generateTextureDimension(e,t,i);return s&&(r=`${r} + vec2(${s}) / ${a}`),`tsl_biquadraticTexture( ${t}, ${n}( ${r} ), ${a}, u32( ${i} ) )`}generateTextureLod(e,t,r,s,i,n="0u"){const a=this.generateWrapFunction(e),o=this.generateTextureDimension(e,t,n),u=e.is3DTexture||e.isData3DTexture?"vec3":"vec2";i&&(r=`${r} + ${u}(${i}) / ${u}( ${o} )`);const l=`${u}( ${a}( ${r} ) * ${u}( ${o} ) )`;return this.generateTextureLoad(e,t,l,n,s,null)}generateTextureLoad(e,t,r,s,i,n){let a;return null===s&&(s="0u"),n&&(r=`${r} + ${n}`),i?a=`textureLoad( ${t}, ${r}, ${i}, u32( ${s} ) )`:(a=`textureLoad( ${t}, ${r}, u32( ${s} ) )`,this.renderer.backend.compatibilityMode&&e.isDepthTexture&&(a+=".x")),a}generateTextureStore(e,t,r,s,i){let n;return n=s?`textureStore( ${t}, ${r}, ${s}, ${i} )`:`textureStore( ${t}, ${r}, ${i} )`,n}isSampleCompare(e){return!0===e.isDepthTexture&&null!==e.compareFunction}isUnfilterable(e){return"float"!==this.getComponentTypeFromTexture(e)||!this.isAvailable("float32Filterable")&&!0===e.isDataTexture&&e.type===H||!1===this.isSampleCompare(e)&&e.minFilter===A&&e.magFilter===A||this.renderer.backend.utils.getTextureSampleData(e).primarySamples>1}generateTexture(e,t,r,s,i,n=this.shaderStage){let a=null;return a=this.isUnfilterable(e)?this.generateTextureLod(e,t,r,s,i,"0",n):this._generateTextureSample(e,t,r,s,i,n),a}generateTextureGrad(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]}, ${n} )`:`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]} )`;o(`WebGPURenderer: THREE.TextureNode.gradient() does not support ${a} shader.`)}generateTextureCompare(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return!0===e.isDepthTexture&&!0===e.isArrayTexture?n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s} )`:n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.DepthTexture.compareFunction() does not support ${a} shader.`)}generateTextureLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateTextureBias(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.TextureNode.biasNode does not support ${a} shader.`)}getPropertyName(e,t=this.shaderStage){if(!0===e.isNodeVarying&&!0===e.needsInterpolation){if("vertex"===t)return`varyings.${e.name}`}else if(!0===e.isNodeUniform){const t=e.name,r=e.type;return"texture"===r||"cubeTexture"===r||"cubeDepthTexture"===r||"storageTexture"===r||"texture3D"===r?t:"buffer"===r||"storageBuffer"===r||"indirectStorageBuffer"===r?this.isCustomStruct(e)?t:t+".value":e.groupNode.name+"."+t}return super.getPropertyName(e)}getOutputStructName(){return"output"}getFunctionOperator(e){const t=Qw[e];return void 0!==t?(this._include(t),t):null}getNodeAccess(e,t){return"compute"!==t?!0===e.isAtomic?(d("WebGPURenderer: Atomic operations are only supported in compute shaders."),Js.READ_WRITE):Js.READ_ONLY:e.access}getStorageAccess(e,t){return qw[this.getNodeAccess(e,t)]}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);if(void 0===n.uniformGPU){let a;const o=e.groupNode,u=o.name,l=this.getBindGroupArray(u,r);if("texture"===t||"cubeTexture"===t||"cubeDepthTexture"===t||"storageTexture"===t||"texture3D"===t){let s=null;const n=this.getNodeAccess(e,r);if("texture"===t||"storageTexture"===t?s=!0===e.value.is3DTexture?new HS(i.name,i.node,o,n):new $S(i.name,i.node,o,n):"cubeTexture"===t||"cubeDepthTexture"===t?s=new WS(i.name,i.node,o,n):"texture3D"===t&&(s=new HS(i.name,i.node,o,n)),s.store=!0===e.isStorageTextureNode,s.mipLevel=s.store?e.mipLevel:0,s.setVisibility(Kw[r]),!1===this.isUnfilterable(e.value)&&!1===s.store){const e=new Pw(`${i.name}_sampler`,i.node,o);e.setVisibility(Kw[r]),l.push(e,s),a=[e,s]}else l.push(s),a=[s]}else if("buffer"===t||"storageBuffer"===t||"indirectStorageBuffer"===t){const n=this.getSharedDataFromNode(e);let u=n.buffer;if(void 0===u){u=new("buffer"===t?US:Uw)(e,o),n.buffer=u}u.setVisibility(u.getVisibility()|Kw[r]),l.push(u),a=u,i.name=s||"NodeBuffer_"+i.id}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let s=e[u];void 0===s&&(s=new VS(u,o),s.setVisibility(Kw[r]),e[u]=s,l.push(s)),a=this.getNodeUniform(i,t),s.addUniform(a)}n.uniformGPU=a}return i}getBuiltin(e,t,r,s=this.shaderStage){const i=this.builtins[s]||(this.builtins[s]=new Map);return!1===i.has(e)&&i.set(e,{name:e,property:t,type:r}),t}hasBuiltin(e,t=this.shaderStage){return void 0!==this.builtins[t]&&this.builtins[t].has(e)}getVertexIndex(){return"vertex"===this.shaderStage?this.getBuiltin("vertex_index","vertexIndex","u32","attribute"):"vertexIndex"}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(e.name+" : "+this.getType(e.type));let i=`fn ${t.name}( ${s.join(", ")} ) -> ${this.getType(t.type)} {\n${r.vars}\n${r.code}\n`;return r.result&&(i+=`\treturn ${r.result};\n`),i+="\n}\n",i}getInstanceIndex(){return"vertex"===this.shaderStage?this.getBuiltin("instance_index","instanceIndex","u32","attribute"):"instanceIndex"}getInvocationLocalIndex(){return this.getBuiltin("local_invocation_index","invocationLocalIndex","u32","attribute")}getSubgroupSize(){return this.enableSubGroups(),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute")}getInvocationSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_invocation_id","invocationSubgroupIndex","u32","attribute")}getSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_id","subgroupIndex","u32","attribute")}getDrawIndex(){return null}getFrontFacing(){return this.getBuiltin("front_facing","isFront","bool")}getFragCoord(){return this.getBuiltin("position","fragCoord","vec4")+".xy"}getFragDepth(){return"output."+this.getBuiltin("frag_depth","depth","f32","output")}getClipDistance(){return"varyings.hw_clip_distances"}isFlipY(){return!1}enableDirective(e,t=this.shaderStage){(this.directives[t]||(this.directives[t]=new Set)).add(e)}getDirectives(e){const t=[],r=this.directives[e];if(void 0!==r)for(const e of r)t.push(`enable ${e};`);return t.join("\n")}enableSubGroups(){this.enableDirective("subgroups")}enableSubgroupsF16(){this.enableDirective("subgroups-f16")}enableClipDistances(){this.enableDirective("clip_distances")}enableShaderF16(){this.enableDirective("f16")}enableDualSourceBlending(){this.enableDirective("dual_source_blending")}enableHardwareClipping(e){this.enableClipDistances(),this.getBuiltin("clip_distances","hw_clip_distances",`array`,"vertex")}getBuiltins(e){const t=[],r=this.builtins[e];if(void 0!==r)for(const{name:e,property:s,type:i}of r.values())t.push(`@builtin( ${e} ) ${s} : ${i}`);return t.join(",\n\t")}getScopedArray(e,t,r,s){return!1===this.scopedArrays.has(e)&&this.scopedArrays.set(e,{name:e,scope:t,bufferType:r,bufferCount:s}),e}getScopedArrays(e){if("compute"!==e)return;const t=[];for(const{name:e,scope:r,bufferType:s,bufferCount:i}of this.scopedArrays.values()){const n=this.getType(s);t.push(`var<${r}> ${e}: array< ${n}, ${i} >;`)}return t.join("\n")}getAttributes(e){const t=[];if("compute"===e&&(this.getBuiltin("global_invocation_id","globalId","vec3","attribute"),this.getBuiltin("workgroup_id","workgroupId","vec3","attribute"),this.getBuiltin("local_invocation_id","localId","vec3","attribute"),this.getBuiltin("num_workgroups","numWorkgroups","vec3","attribute"),this.renderer.hasFeature("subgroups")&&(this.enableDirective("subgroups",e),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute"))),"vertex"===e||"compute"===e){const e=this.getBuiltins("attribute");e&&t.push(e);const r=this.getAttributesArray();for(let e=0,s=r.length;e"),t.push(`\t${s+r.name} : ${i}`)}return e.output&&t.push(`\t${this.getBuiltins("output")}`),t.join(",\n")}getStructs(e){let t="";const r=this.structs[e];if(r.length>0){const e=[];for(const t of r){let r=`struct ${t.name} {\n`;r+=this.getStructMembers(t),r+="\n};",e.push(r)}t="\n"+e.join("\n\n")+"\n"}return t}getVar(e,t,r=null){let s=`var ${t} : `;return s+=null!==r?this.generateArrayDeclaration(e,r):this.getType(e),s}getVars(e){const t=[],r=this.vars[e];if(void 0!==r)for(const e of r)t.push(`\t${this.getVar(e.type,e.name,e.count)};`);return`\n${t.join("\n")}\n`}getVaryings(e){const t=[];if("vertex"===e&&this.getBuiltin("position","Vertex","vec4","vertex"),"vertex"===e||"fragment"===e){const r=this.varyings,s=this.vars[e];for(let i=0;ir.value.itemSize;return s&&!i}getUniforms(e){const t=this.uniforms[e],r=[],s=[],i=[],n={};for(const i of t){const t=i.groupNode.name,a=this.bindingsIndexes[t];if("texture"===i.type||"cubeTexture"===i.type||"cubeDepthTexture"===i.type||"storageTexture"===i.type||"texture3D"===i.type){const t=i.node.value;let s;!1===this.isUnfilterable(t)&&!0!==i.node.isStorageTextureNode&&(this.isSampleCompare(t)?r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler_comparison;`):r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler;`));let n="";const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(t);if(o>1&&(n="_multisampled"),!0===t.isCubeTexture&&!0===t.isDepthTexture)s="texture_depth_cube";else if(!0===t.isCubeTexture)s="texture_cube";else if(!0===t.isDepthTexture)s=this.renderer.backend.compatibilityMode&&null===t.compareFunction?`texture${n}_2d`:`texture_depth${n}_2d${!0===t.isArrayTexture?"_array":""}`;else if(!0===i.node.isStorageTextureNode){const r=Gw(t),n=this.getStorageAccess(i.node,e),a=i.node.value.is3DTexture,o=i.node.value.isArrayTexture;s=`texture_storage_${a?"3d":"2d"+(o?"_array":"")}<${r}, ${n}>`}else if(!0===t.isArrayTexture||!0===t.isDataArrayTexture||!0===t.isCompressedArrayTexture)s="texture_2d_array";else if(!0===t.is3DTexture||!0===t.isData3DTexture)s="texture_3d";else{s=`texture${n}_2d<${this.getComponentTypeFromTexture(t).charAt(0)}32>`}r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name} : ${s};`)}else if("buffer"===i.type||"storageBuffer"===i.type||"indirectStorageBuffer"===i.type){const t=i.node,r=this.getType(t.getNodeType(this)),n=t.bufferCount,o=n>0&&"buffer"===i.type?", "+n:"",u=t.isStorageBufferNode?`storage, ${this.getStorageAccess(t,e)}`:"uniform";if(this.isCustomStruct(i))s.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var<${u}> ${i.name} : ${r};`);else{const e=`\tvalue : array< ${t.isAtomic?`atomic<${r}>`:`${r}`}${o} >`;s.push(this._getWGSLStructBinding(i.name,e,u,a.binding++,a.group))}}else{const e=this.getType(this.getVectorType(i.type)),t=i.groupNode.name;(n[t]||(n[t]={index:a.binding++,id:a.group,snippets:[]})).snippets.push(`\t${i.name} : ${e}`)}}for(const e in n){const t=n[e];i.push(this._getWGSLStructBinding(e,t.snippets.join(",\n"),"uniform",t.index,t.id))}let a=r.join("\n");return a+=s.join("\n"),a+=i.join("\n"),a}buildCode(){const e=null!==this.material?{fragment:{},vertex:{}}:{compute:{}};this.sortBindingGroups();for(const t in e){this.shaderStage=t;const r=e[t];r.uniforms=this.getUniforms(t),r.attributes=this.getAttributes(t),r.varyings=this.getVaryings(t),r.structs=this.getStructs(t),r.vars=this.getVars(t),r.codes=this.getCodes(t),r.directives=this.getDirectives(t),r.scopedArrays=this.getScopedArrays(t);let s="// code\n\n";s+=this.flowCode[t];const i=this.flowNodes[t],n=i[i.length-1],a=n.outputNode,o=void 0!==a&&!0===a.isOutputStructNode;for(const e of i){const i=this.getFlowData(e),u=e.name;if(u&&(s.length>0&&(s+="\n"),s+=`\t// flow -> ${u}\n`),s+=`${i.code}\n\t`,e===n&&"compute"!==t)if(s+="// result\n\n\t","vertex"===t)s+=`varyings.Vertex = ${i.result};`;else if("fragment"===t)if(o)r.returnType=a.getNodeType(this),r.structs+="var output : "+r.returnType+";",s+=`return ${i.result};`;else{let e="\t@location(0) color: vec4";const t=this.getBuiltins("output");t&&(e+=",\n\t"+t),r.returnType="OutputStruct",r.structs+=this._getWGSLStruct("OutputStruct",e),r.structs+="\nvar output : OutputStruct;",s+=`output.color = ${i.result};\n\n\treturn output;`}}r.flow=s}if(this.shaderStage=null,null!==this.material)this.vertexShader=this._getWGSLVertexCode(e.vertex),this.fragmentShader=this._getWGSLFragmentCode(e.fragment);else{const t=this.object.workgroupSize;this.computeShader=this._getWGSLComputeCode(e.compute,t)}}getMethod(e,t=null){let r;return null!==t&&(r=this._getWGSLMethod(e+"_"+t)),void 0===r&&(r=this._getWGSLMethod(e)),r||e}getBitcastMethod(e){return`bitcast<${this.getType(e)}>`}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`select( ${r}, ${t}, ${e} )`}getType(e){return Zw[e]||e}isAvailable(e){let t=Yw[e];return void 0===t&&("float32Filterable"===e?t=this.renderer.hasFeature("float32-filterable"):"clipDistance"===e&&(t=this.renderer.hasFeature("clip-distances")),Yw[e]=t),t}_getWGSLMethod(e){return void 0!==eC[e]&&this._include(e),tC[e]}_include(e){const t=eC[e];return t.build(this),this.addInclude(t),t}_getWGSLVertexCode(e){return`${this.getSignature()}\n// directives\n${e.directives}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// varyings\n${e.varyings}\nvar varyings : VaryingsStruct;\n\n// codes\n${e.codes}\n\n@vertex\nfn main( ${e.attributes} ) -> VaryingsStruct {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n\treturn varyings;\n\n}\n`}_getWGSLFragmentCode(e){return`${this.getSignature()}\n// global\n${rC}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@fragment\nfn main( ${e.varyings} ) -> ${e.returnType} {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLComputeCode(e,t){const[r,s,i]=t;return`${this.getSignature()}\n// directives\n${e.directives}\n\n// system\nvar instanceIndex : u32;\n\n// locals\n${e.scopedArrays}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@compute @workgroup_size( ${r}, ${s}, ${i} )\nfn main( ${e.attributes} ) {\n\n\t// system\n\tinstanceIndex = globalId.x\n\t\t+ globalId.y * ( ${r} * numWorkgroups.x )\n\t\t+ globalId.z * ( ${r} * numWorkgroups.x ) * ( ${s} * numWorkgroups.y );\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLStruct(e,t){return`\nstruct ${e} {\n${t}\n};`}_getWGSLStructBinding(e,t,r,s=0,i=0){const n=e+"Struct";return`${this._getWGSLStruct(n,t)}\n@binding( ${s} ) @group( ${i} )\nvar<${r}> ${e} : ${n};`}}class iC{constructor(e){this.backend=e}getCurrentDepthStencilFormat(e){let t;return null!==e.depthTexture?t=this.getTextureFormatGPU(e.depthTexture):e.depth&&e.stencil?t=MA:e.depth&&(t=CA),t}getTextureFormatGPU(e){return this.backend.get(e).format}getTextureSampleData(e){let t;if(e.isFramebufferTexture)t=1;else if(e.isDepthTexture&&!e.renderTarget){const e=this.backend.renderer,r=e.getRenderTarget();t=r?r.samples:e.currentSamples}else e.renderTarget&&(t=e.renderTarget.samples);t=t||1;const r=t>1&&null!==e.renderTarget&&!0!==e.isDepthTexture&&!0!==e.isFramebufferTexture;return{samples:t,primarySamples:r?1:t,isMSAA:r}}getCurrentColorFormat(e){let t;return t=null!==e.textures?this.getTextureFormatGPU(e.textures[0]):this.getPreferredCanvasFormat(),t}getCurrentColorFormats(e){return null!==e.textures?e.textures.map(e=>this.getTextureFormatGPU(e)):[this.getPreferredCanvasFormat()]}getCurrentColorSpace(e){return null!==e.textures?e.textures[0].colorSpace:this.backend.renderer.outputColorSpace}getPrimitiveTopology(e,t){return e.isPoints?NR:e.isLineSegments||e.isMesh&&!0===t.wireframe?SR:e.isLine?RR:e.isMesh?AR:void 0}getSampleCount(e){return e>=4?4:1}getSampleCountRenderContext(e){return null!==e.textures?this.getSampleCount(e.sampleCount):this.getSampleCount(this.backend.renderer.currentSamples)}getPreferredCanvasFormat(){const e=this.backend.parameters.outputType;if(void 0===e)return navigator.gpu.getPreferredCanvasFormat();if(e===ke)return gA;if(e===fe)return SA;throw new Error("Unsupported output buffer type.")}}const nC=new Map([[Int8Array,["sint8","snorm8"]],[Uint8Array,["uint8","unorm8"]],[Int16Array,["sint16","snorm16"]],[Uint16Array,["uint16","unorm16"]],[Int32Array,["sint32","snorm32"]],[Uint32Array,["uint32","unorm32"]],[Float32Array,["float32"]]]);"undefined"!=typeof Float16Array&&nC.set(Float16Array,["float16"]);const aC=new Map([[et,["float16"]]]),oC=new Map([[Int32Array,"sint32"],[Int16Array,"sint32"],[Uint32Array,"uint32"],[Uint16Array,"uint32"],[Float32Array,"float32"]]);class uC{constructor(e){this.backend=e}createAttribute(e,t){const r=this._getBufferAttribute(e),s=this.backend,i=s.get(r);let n=i.buffer;if(void 0===n){const a=s.device;let o=r.array;if(!1===e.normalized)if(o.constructor===Int16Array||o.constructor===Int8Array)o=new Int32Array(o);else if((o.constructor===Uint16Array||o.constructor===Uint8Array)&&(o=new Uint32Array(o),t&GPUBufferUsage.INDEX))for(let e=0;e0&&(void 0===n.groups&&(n.groups=[],n.versions=[]),n.versions[r]===s&&(o=n.groups[r])),void 0===o&&(o=this.createBindGroup(e,a),r>0&&(n.groups[r]=o,n.versions[r]=s)),n.group=o}updateBinding(e){const t=this.backend,r=t.device,s=e.buffer,i=t.get(e).buffer,n=e.updateRanges;if(0===n.length)r.queue.writeBuffer(i,0,s,0);else{const t=qr(s),a=t?1:s.BYTES_PER_ELEMENT;for(let e=0,o=n.length;e1&&(i+=`-${e.texture.depthOrArrayLayers}`),i+=`-${r}-${s}`,a=e[i],void 0===a){const n=ww;let o;o=t.isSampledCubeTexture?Aw:t.isSampledTexture3D?Ew:t.texture.isArrayTexture||t.texture.isDataArrayTexture||t.texture.isCompressedArrayTexture?Rw:Sw,a=e[i]=e.texture.createView({aspect:n,dimension:o,mipLevelCount:r,baseMipLevel:s})}}n.push({binding:i,resource:a})}else if(t.isSampler){const e=r.get(t.texture);n.push({binding:i,resource:e.sampler})}i++}return s.createBindGroup({label:"bindGroup_"+e.name,layout:t,entries:n})}_createLayoutEntries(e){const t=[];let r=0;for(const s of e.bindings){const e=this.backend,i={binding:r,visibility:s.visibility};if(s.isUniformBuffer||s.isStorageBuffer){const e={};s.isStorageBuffer&&(s.visibility&wR.COMPUTE&&(s.access===Js.READ_WRITE||s.access===Js.WRITE_ONLY)?e.type=dw:e.type=cw),i.buffer=e}else if(s.isSampledTexture&&s.store){const e={};e.format=this.backend.get(s.texture).texture.format;const t=s.access;e.access=t===Js.READ_WRITE?gw:t===Js.WRITE_ONLY?hw:pw,s.texture.isArrayTexture?e.viewDimension=Rw:s.texture.is3DTexture&&(e.viewDimension=Ew),i.storageTexture=e}else if(s.isSampledTexture){const t={},{primarySamples:r}=e.utils.getTextureSampleData(s.texture);if(r>1&&(t.multisampled=!0,s.texture.isDepthTexture||(t.sampleType=bw)),s.texture.isDepthTexture)e.compatibilityMode&&null===s.texture.compareFunction?t.sampleType=bw:t.sampleType=xw;else if(s.texture.isDataTexture||s.texture.isDataArrayTexture||s.texture.isData3DTexture){const e=s.texture.type;e===R?t.sampleType=Tw:e===S?t.sampleType=_w:e===H&&(this.backend.hasFeature("float32-filterable")?t.sampleType=yw:t.sampleType=bw)}s.isSampledCubeTexture?t.viewDimension=Aw:s.texture.isArrayTexture||s.texture.isDataArrayTexture||s.texture.isCompressedArrayTexture?t.viewDimension=Rw:s.isSampledTexture3D&&(t.viewDimension=Ew),i.texture=t}else if(s.isSampler){const t={};s.texture.isDepthTexture&&(null!==s.texture.compareFunction?t.type=fw:e.compatibilityMode&&(t.type=mw)),i.sampler=t}else o(`WebGPUBindingUtils: Unsupported binding "${s}".`);t.push(i),r++}return t}deleteBindGroupData(e){const{backend:t}=this,r=t.get(e);r.layout&&(r.layout.usedTimes--,0===r.layout.usedTimes&&this._bindGroupLayoutCache.delete(r.layoutKey),r.layout=void 0,r.layoutKey=void 0)}dispose(){this._bindGroupLayoutCache.clear()}}class cC{constructor(e){this.backend=e,this._activePipelines=new WeakMap}setPipeline(e,t){this._activePipelines.get(e)!==t&&(e.setPipeline(t),this._activePipelines.set(e,t))}_getSampleCount(e){return this.backend.utils.getSampleCountRenderContext(e)}createRenderPipeline(e,t){const{object:r,material:s,geometry:i,pipeline:n}=e,{vertexProgram:a,fragmentProgram:u}=n,l=this.backend,d=l.device,c=l.utils,h=l.get(n),p=[];for(const t of e.getBindings()){const e=l.get(t),{layoutGPU:r}=e.layout;p.push(r)}const g=l.attributeUtils.createShaderVertexBuffers(e);let m;s.blending===Z||s.blending===Qe&&!1===s.transparent||(m=this._getBlending(s));let f={};!0===s.stencilWrite&&(f={compare:this._getStencilCompare(s),failOp:this._getStencilOperation(s.stencilFail),depthFailOp:this._getStencilOperation(s.stencilZFail),passOp:this._getStencilOperation(s.stencilZPass)});const y=this._getColorWriteMask(s),b=[];if(null!==e.context.textures){const t=e.context.textures;for(let e=0;e1},layout:d.createPipelineLayout({bindGroupLayouts:p})},A={},E=e.context.depth,w=e.context.stencil;if(!0!==E&&!0!==w||(!0===E&&(A.format=N,A.depthWriteEnabled=s.depthWrite,A.depthCompare=v),!0===w&&(A.stencilFront=f,A.stencilBack={},A.stencilReadMask=s.stencilFuncMask,A.stencilWriteMask=s.stencilWriteMask),!0===s.polygonOffset&&(A.depthBias=s.polygonOffsetUnits,A.depthBiasSlopeScale=s.polygonOffsetFactor,A.depthBiasClamp=0),R.depthStencil=A),d.pushErrorScope("validation"),null===t)h.pipeline=d.createRenderPipeline(R),d.popErrorScope().then(e=>{null!==e&&(h.error=!0,o(e.message))});else{const e=new Promise(async e=>{try{h.pipeline=await d.createRenderPipelineAsync(R)}catch(e){}const t=await d.popErrorScope();null!==t&&(h.error=!0,o(t.message)),e()});t.push(e)}}createBundleEncoder(e,t="renderBundleEncoder"){const r=this.backend,{utils:s,device:i}=r,n=s.getCurrentDepthStencilFormat(e),a={label:t,colorFormats:s.getCurrentColorFormats(e),depthStencilFormat:n,sampleCount:this._getSampleCount(e)};return i.createRenderBundleEncoder(a)}createComputePipeline(e,t){const r=this.backend,s=r.device,i=r.get(e.computeProgram).module,n=r.get(e),a=[];for(const e of t){const t=r.get(e),{layoutGPU:s}=t.layout;a.push(s)}n.pipeline=s.createComputePipeline({compute:i,layout:s.createPipelineLayout({bindGroupLayouts:a})})}_getBlending(e){let t,r;const s=e.blending,i=e.blendSrc,n=e.blendDst,a=e.blendEquation;if(s===nt){const s=null!==e.blendSrcAlpha?e.blendSrcAlpha:i,o=null!==e.blendDstAlpha?e.blendDstAlpha:n,u=null!==e.blendEquationAlpha?e.blendEquationAlpha:a;t={srcFactor:this._getBlendFactor(i),dstFactor:this._getBlendFactor(n),operation:this._getBlendOperation(a)},r={srcFactor:this._getBlendFactor(s),dstFactor:this._getBlendFactor(o),operation:this._getBlendOperation(u)}}else{const i=(e,s,i,n)=>{t={srcFactor:e,dstFactor:s,operation:KE},r={srcFactor:i,dstFactor:n,operation:KE}};if(e.premultipliedAlpha)switch(s){case Qe:i(IE,GE,IE,GE);break;case $t:i(IE,IE,IE,IE);break;case zt:i(UE,VE,UE,IE);break;case Gt:i(zE,GE,UE,IE)}else switch(s){case Qe:i(kE,GE,IE,GE);break;case $t:i(kE,IE,IE,IE);break;case zt:o("WebGPURenderer: SubtractiveBlending requires material.premultipliedAlpha = true");break;case Gt:o("WebGPURenderer: MultiplyBlending requires material.premultipliedAlpha = true")}}if(void 0!==t&&void 0!==r)return{color:t,alpha:r};o("WebGPURenderer: Invalid blending: ",s)}_getBlendFactor(e){let t;switch(e){case ot:t=UE;break;case It:t=IE;break;case Ut:t=OE;break;case Bt:t=VE;break;case Dt:t=kE;break;case Mt:t=GE;break;case Pt:t=zE;break;case Ct:t=$E;break;case Lt:t=WE;break;case wt:t=HE;break;case Ft:t=jE;break;case 211:t=qE;break;case 212:t=XE;break;default:o("WebGPURenderer: Blend factor not supported.",e)}return t}_getStencilCompare(e){let t;const r=e.stencilFunc;switch(r){case ts:t=CR;break;case es:t=UR;break;case Jr:t=MR;break;case Zr:t=LR;break;case Qr:t=BR;break;case Yr:t=DR;break;case Kr:t=PR;break;case Xr:t=FR;break;default:o("WebGPURenderer: Invalid stencil function.",r)}return t}_getStencilOperation(e){let t;switch(e){case ls:t=rw;break;case us:t=sw;break;case os:t=iw;break;case as:t=nw;break;case ns:t=aw;break;case is:t=ow;break;case ss:t=uw;break;case rs:t=lw;break;default:o("WebGPURenderer: Invalid stencil operation.",t)}return t}_getBlendOperation(e){let t;switch(e){case at:t=KE;break;case Et:t=YE;break;case At:t=QE;break;case cs:t=ZE;break;case ds:t=JE;break;default:o("WebGPUPipelineUtils: Blend equation not supported.",e)}return t}_getPrimitiveState(e,t,r){const s={},i=this.backend.utils;s.topology=i.getPrimitiveTopology(e,r),null!==t.index&&!0===e.isLine&&!0!==e.isLineSegments&&(s.stripIndexFormat=t.index.array instanceof Uint16Array?WR:HR);let n=r.side===w;return e.isMesh&&e.matrixWorld.determinant()<0&&(n=!n),s.frontFace=!0===n?GR:kR,s.cullMode=r.side===C?zR:$R,s}_getColorWriteMask(e){return!0===e.colorWrite?tw:ew}_getDepthCompare(e){let t;if(!1===e.depthTest)t=UR;else{const r=e.depthFunc;switch(r){case Qt:t=CR;break;case Yt:t=UR;break;case Kt:t=MR;break;case Xt:t=LR;break;case qt:t=BR;break;case jt:t=DR;break;case Ht:t=PR;break;case Wt:t=FR;break;default:o("WebGPUPipelineUtils: Invalid depth function.",r)}}return t}}class hC extends TR{constructor(e,t,r=2048){super(r),this.device=e,this.type=t,this.querySet=this.device.createQuerySet({type:"timestamp",count:this.maxQueries,label:`queryset_global_timestamp_${t}`});const s=8*this.maxQueries;this.resolveBuffer=this.device.createBuffer({label:`buffer_timestamp_resolve_${t}`,size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.resultBuffer=this.device.createBuffer({label:`buffer_timestamp_result_${t}`,size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ})}allocateQueriesForContext(e){if(!this.trackTimestamp||this.isDisposed)return null;if(this.currentQueryIndex+2>this.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryOffsets.set(e,t),t}async resolveQueriesAsync(){if(!this.trackTimestamp||0===this.currentQueryIndex||this.isDisposed)return this.lastValue;if(this.pendingResolve)return this.pendingResolve;this.pendingResolve=this._resolveQueries();try{return await this.pendingResolve}finally{this.pendingResolve=null}}async _resolveQueries(){if(this.isDisposed)return this.lastValue;try{if("unmapped"!==this.resultBuffer.mapState)return this.lastValue;const e=new Map(this.queryOffsets),t=this.currentQueryIndex,r=8*t;this.currentQueryIndex=0,this.queryOffsets.clear();const s=this.device.createCommandEncoder();s.resolveQuerySet(this.querySet,0,t,this.resolveBuffer,0),s.copyBufferToBuffer(this.resolveBuffer,0,this.resultBuffer,0,r);const i=s.finish();if(this.device.queue.submit([i]),"unmapped"!==this.resultBuffer.mapState)return this.lastValue;if(await this.resultBuffer.mapAsync(GPUMapMode.READ,0,r),this.isDisposed)return"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue;const n=new BigUint64Array(this.resultBuffer.getMappedRange(0,r)),a={},o=[];for(const[t,r]of e){const e=t.match(/^(.*):f(\d+)$/),s=parseInt(e[2]);!1===o.includes(s)&&o.push(s),void 0===a[s]&&(a[s]=0);const i=n[r],u=n[r+1],l=Number(u-i)/1e6;this.timestamps.set(t,l),a[s]+=l}const u=a[o[o.length-1]];return this.resultBuffer.unmap(),this.lastValue=u,this.frames=o,u}catch(e){return o("Error resolving queries:",e),"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue}}async dispose(){if(!this.isDisposed){if(this.isDisposed=!0,this.pendingResolve)try{await this.pendingResolve}catch(e){o("Error waiting for pending resolve:",e)}if(this.resultBuffer&&"mapped"===this.resultBuffer.mapState)try{this.resultBuffer.unmap()}catch(e){o("Error unmapping buffer:",e)}this.querySet&&(this.querySet.destroy(),this.querySet=null),this.resolveBuffer&&(this.resolveBuffer.destroy(),this.resolveBuffer=null),this.resultBuffer&&(this.resultBuffer.destroy(),this.resultBuffer=null),this.queryOffsets.clear(),this.pendingResolve=null}}}class pC extends rR{constructor(e={}){super(e),this.isWebGPUBackend=!0,this.parameters.alpha=void 0===e.alpha||e.alpha,this.parameters.compatibilityMode=void 0!==e.compatibilityMode&&e.compatibilityMode,this.parameters.requiredLimits=void 0===e.requiredLimits?{}:e.requiredLimits,this.compatibilityMode=this.parameters.compatibilityMode,this.device=null,this.defaultRenderPassdescriptor=null,this.utils=new iC(this),this.attributeUtils=new uC(this),this.bindingUtils=new dC(this),this.pipelineUtils=new cC(this),this.textureUtils=new kw(this),this.occludedResolveCache=new Map}async init(e){await super.init(e);const t=this.parameters;let r;if(void 0===t.device){const e={powerPreference:t.powerPreference,featureLevel:t.compatibilityMode?"compatibility":void 0},s="undefined"!=typeof navigator?await navigator.gpu.requestAdapter(e):null;if(null===s)throw new Error("WebGPUBackend: Unable to create WebGPU adapter.");const i=Object.values(Bw),n=[];for(const e of i)s.features.has(e)&&n.push(e);const a={requiredFeatures:n,requiredLimits:t.requiredLimits};r=await s.requestDevice(a)}else r=t.device;r.lost.then(t=>{if("destroyed"===t.reason)return;const r={api:"WebGPU",message:t.message||"Unknown reason",reason:t.reason||null,originalEvent:t};e.onDeviceLost(r)}),this.device=r,this.trackTimestamp=this.trackTimestamp&&this.hasFeature(Bw.TimestampQuery),this.updateSize()}get context(){const e=this.renderer.getCanvasTarget(),t=this.get(e);let r=t.context;if(void 0===r){const s=this.parameters;r=!0===e.isDefaultCanvasTarget&&void 0!==s.context?s.context:e.domElement.getContext("webgpu"),"setAttribute"in e.domElement&&e.domElement.setAttribute("data-engine",`three.js r${tt} webgpu`);const i=s.alpha?"premultiplied":"opaque",n=s.outputType===fe?"extended":"standard";r.configure({device:this.device,format:this.utils.getPreferredCanvasFormat(),usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.COPY_SRC,alphaMode:i,toneMapping:{mode:n}}),t.context=r}return r}get coordinateSystem(){return h}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}getContext(){return this.context}_getDefaultRenderPassDescriptor(){const e=this.renderer,t=e.getCanvasTarget(),r=this.get(t),s=e.currentSamples;let i=r.descriptor;if(void 0===i||r.samples!==s){i={colorAttachments:[{view:null}]},!0!==e.depth&&!0!==e.stencil||(i.depthStencilAttachment={view:this.textureUtils.getDepthBuffer(e.depth,e.stencil).createView()});const t=i.colorAttachments[0];s>0?t.view=this.textureUtils.getColorBuffer().createView():t.resolveTarget=void 0,r.descriptor=i,r.samples=s}const n=i.colorAttachments[0];return s>0?n.resolveTarget=this.context.getCurrentTexture().createView():n.view=this.context.getCurrentTexture().createView(),i}_isRenderCameraDepthArray(e){return e.depthTexture&&e.depthTexture.image.depth>1&&e.camera.isArrayCamera}_getRenderPassDescriptor(e,t={}){const r=e.renderTarget,s=this.get(r);let i=s.descriptors;void 0!==i&&s.width===r.width&&s.height===r.height&&s.samples===r.samples||(i={},s.descriptors=i);const n=e.getCacheKey();let a=i[n];if(void 0===a){const t=e.textures,o=[];let u;const l=this._isRenderCameraDepthArray(e);for(let s=0;s1)if(!0===l){const t=e.camera.cameras;for(let e=0;e0&&(t.currentOcclusionQuerySet&&t.currentOcclusionQuerySet.destroy(),t.currentOcclusionQueryBuffer&&t.currentOcclusionQueryBuffer.destroy(),t.currentOcclusionQuerySet=t.occlusionQuerySet,t.currentOcclusionQueryBuffer=t.occlusionQueryBuffer,t.currentOcclusionQueryObjects=t.occlusionQueryObjects,i=r.createQuerySet({type:"occlusion",count:s,label:`occlusionQuerySet_${e.id}`}),t.occlusionQuerySet=i,t.occlusionQueryIndex=0,t.occlusionQueryObjects=new Array(s),t.lastOcclusionObject=null),n=null===e.textures?this._getDefaultRenderPassDescriptor():this._getRenderPassDescriptor(e,{loadOp:OR}),this.initTimestampQuery(St.RENDER,this.getTimestampUID(e),n),n.occlusionQuerySet=i;const a=n.depthStencilAttachment;if(null!==e.textures){const t=n.colorAttachments;for(let r=0;r0&&t.currentPass.executeBundles(t.renderBundles),r>t.occlusionQueryIndex&&t.currentPass.endOcclusionQuery();const s=t.encoder;if(!0===this._isRenderCameraDepthArray(e)){const r=[];for(let e=0;e0){const s=8*r;let i=this.occludedResolveCache.get(s);void 0===i&&(i=this.device.createBuffer({size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.occludedResolveCache.set(s,i));const n=this.device.createBuffer({size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ});t.encoder.resolveQuerySet(t.occlusionQuerySet,0,r,i,0),t.encoder.copyBufferToBuffer(i,0,n,0,s),t.occlusionQueryBuffer=n,this.resolveOccludedAsync(e)}if(this.device.queue.submit([t.encoder.finish()]),null!==e.textures){const t=e.textures;for(let e=0;eo&&(i[0]=Math.min(a,o),i[1]=Math.ceil(a/o)),n.dispatchSize=i}i=n.dispatchSize}a.dispatchWorkgroups(i[0],i[1]||1,i[2]||1)}finishCompute(e){const t=this.get(e);t.passEncoderGPU.end(),this.device.queue.submit([t.cmdEncoderGPU.finish()])}draw(e,t){const{object:r,material:s,context:i,pipeline:n}=e,a=e.getBindings(),o=this.get(i),u=this.get(n),l=u.pipeline;if(!0===u.error)return;const d=e.getIndex(),c=null!==d,h=e.getDrawParameters();if(null===h)return;const p=(t,r)=>{this.pipelineUtils.setPipeline(t,l),r.pipeline=l;const n=r.bindingGroups;for(let e=0,r=a.length;e{if(p(s,i),!0===r.isBatchedMesh){const e=r._multiDrawStarts,i=r._multiDrawCounts,n=r._multiDrawCount,a=r._multiDrawInstances;null!==a&&v("WebGPUBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.");for(let o=0;o1?0:o;!0===c?s.drawIndexed(i[o],n,e[o]/d.array.BYTES_PER_ELEMENT,0,u):s.draw(i[o],n,e[o],u),t.update(r,i[o],n)}}else if(!0===c){const{vertexCount:i,instanceCount:n,firstVertex:a}=h,o=e.getIndirect();if(null!==o){const t=this.get(o).buffer,r=e.getIndirectOffset(),i=Array.isArray(r)?r:[r];for(let e=0;e0){const t=this.get(e.camera),s=e.camera.cameras,n=e.getBindingGroup("cameraIndex");if(void 0===t.indexesGPU||t.indexesGPU.length!==s.length){const e=this.get(n),r=[],i=new Uint32Array([0,0,0,0]);for(let t=0,n=s.length;t(d("WebGPURenderer: WebGPU is not available, running under WebGL2 backend."),new vR(e)));super(new t(e),e),this.library=new fC,this.isWebGPURenderer=!0,"undefined"!=typeof __THREE_DEVTOOLS__&&__THREE_DEVTOOLS__.dispatchEvent(new CustomEvent("observe",{detail:this}))}}class bC extends Rs{constructor(){super(),this.isBundleGroup=!0,this.type="BundleGroup",this.static=!0,this.version=0}set needsUpdate(e){!0===e&&this.version++}}class xC{constructor(e,t=Sn(0,0,1,1)){this.renderer=e,this.outputNode=t,this.outputColorTransform=!0,this.needsUpdate=!0;const r=new Xp;r.name="PostProcessing",this._quadMesh=new Wb(r),this._quadMesh.name="Post-Processing",this._context=null}render(){const e=this.renderer;this._update(),null!==this._context.onBeforePostProcessing&&this._context.onBeforePostProcessing();const t=e.toneMapping,r=e.outputColorSpace;e.toneMapping=m,e.outputColorSpace=p.workingColorSpace;const s=e.xr.enabled;e.xr.enabled=!1,this._quadMesh.render(e),e.xr.enabled=s,e.toneMapping=t,e.outputColorSpace=r,null!==this._context.onAfterPostProcessing&&this._context.onAfterPostProcessing()}get context(){return this._context}dispose(){this._quadMesh.material.dispose()}_update(){if(!0===this.needsUpdate){const e=this.renderer,t=e.toneMapping,r=e.outputColorSpace,s={postProcessing:this,onBeforePostProcessing:null,onAfterPostProcessing:null};let i=this.outputNode;!0===this.outputColorTransform?(i=i.context(s),i=yl(i,t,r)):(s.toneMapping=t,s.outputColorSpace=r,i=i.context(s)),this._context=s,this._quadMesh.material.fragmentNode=i,this._quadMesh.material.needsUpdate=!0,this.needsUpdate=!1}}async renderAsync(){v('PostProcessing: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.renderer.init(),this.render()}}class TC extends N{constructor(e=1,t=1){super(),this.image={width:e,height:t},this.magFilter=ne,this.minFilter=ne,this.isStorageTexture=!0,this.mipmapsAutoUpdate=!0}setSize(e,t){this.image.width===e&&this.image.height===t||(this.image.width=e,this.image.height=t,this.dispose())}}class _C extends N{constructor(e=1,t=1,r=1){super(),this.isArrayTexture=!1,this.image={width:e,height:t,depth:r},this.magFilter=ne,this.minFilter=ne,this.wrapR=ye,this.isStorageTexture=!0,this.is3DTexture=!0}setSize(e,t,r){this.image.width===e&&this.image.height===t&&this.image.depth===r||(this.image.width=e,this.image.height=t,this.image.depth=r,this.dispose())}}class vC extends N{constructor(e=1,t=1,r=1){super(),this.isArrayTexture=!0,this.image={width:e,height:t,depth:r},this.magFilter=ne,this.minFilter=ne,this.isStorageTexture=!0}setSize(e,t,r){this.image.width===e&&this.image.height===t&&this.image.depth===r||(this.image.width=e,this.image.height=t,this.image.depth=r,this.dispose())}}class NC extends sx{constructor(e,t){super(e,t,Uint32Array),this.isIndirectStorageBufferAttribute=!0}}class SC extends As{constructor(e){super(e),this.textures={},this.nodes={}}load(e,t,r,s){const i=new Es(this.manager);i.setPath(this.path),i.setRequestHeader(this.requestHeader),i.setWithCredentials(this.withCredentials),i.load(e,r=>{try{t(this.parse(JSON.parse(r)))}catch(t){s?s(t):o(t),this.manager.itemError(e)}},r,s)}parseNodes(e){const t={};if(void 0!==e){for(const r of e){const{uuid:e,type:s}=r;t[e]=this.createNodeFromType(s),t[e].uuid=e}const r={nodes:t,textures:this.textures};for(const s of e){s.meta=r;t[s.uuid].deserialize(s),delete s.meta}}return t}parse(e){const t=this.createNodeFromType(e.type);t.uuid=e.uuid;const r={nodes:this.parseNodes(e.nodes),textures:this.textures};return e.meta=r,t.deserialize(e),delete e.meta,t}setTextures(e){return this.textures=e,this}setNodes(e){return this.nodes=e,this}createNodeFromType(e){return void 0===this.nodes[e]?(o("NodeLoader: Node type not found:",e),hn()):Yi(new this.nodes[e])}}class RC extends ws{constructor(e){super(e),this.nodes={},this.nodeMaterials={}}parse(e){const t=super.parse(e),r=this.nodes,s=e.inputNodes;for(const e in s){const i=s[e];t[e]=r[i]}return t}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}createMaterialFromType(e){const t=this.nodeMaterials[e];return void 0!==t?new t:super.createMaterialFromType(e)}}class AC extends Cs{constructor(e){super(e),this.nodes={},this.nodeMaterials={},this._nodesJSON=null}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}parse(e,t){this._nodesJSON=e.nodes;const r=super.parse(e,t);return this._nodesJSON=null,r}parseNodes(e,t){if(void 0!==e){const r=new SC;return r.setNodes(this.nodes),r.setTextures(t),r.parseNodes(e)}return{}}parseMaterials(e,t){const r={};if(void 0!==e){const s=this.parseNodes(this._nodesJSON,t),i=new RC;i.setTextures(t),i.setNodes(s),i.setNodeMaterials(this.nodeMaterials);for(let t=0,s=e.length;t0){const{width:r,height:s}=e.context;t.bufferWidth=r,t.bufferHeight=s}t.lights=this.getLightsData(e.lightsNode.getLights()),this.renderObjects.set(e,t)}return t}getAttributesData(e){const t={};for(const r in e){const s=e[r];t[r]={version:s.version}}return t}containsNode(e){const t=e.material;for(const e in t)if(t[e]&&t[e].isNode)return!0;return!!(e.context.modelViewMatrix||e.context.modelNormalViewMatrix||e.context.getAO||e.context.getShadow)}getMaterialData(e){const t={};for(const r of this.refreshUniforms){const s=e[r];null!=s&&("object"==typeof s&&void 0!==s.clone?!0===s.isTexture?t[r]={id:s.id,version:s.version}:t[r]=s.clone():t[r]=s)}return t}equals(e,t){const{object:r,material:s,geometry:i}=e,n=this.getRenderObjectData(e);if(!0!==n.worldMatrix.equals(r.matrixWorld))return n.worldMatrix.copy(r.matrixWorld),!1;const a=n.material;for(const e in a){const t=a[e],r=s[e];if(void 0!==t.equals){if(!1===t.equals(r))return t.copy(r),!1}else if(!0===r.isTexture){if(t.id!==r.id||t.version!==r.version)return t.id=r.id,t.version=r.version,!1}else if(t!==r)return a[e]=r,!1}if(a.transmission>0){const{width:t,height:r}=e.context;if(n.bufferWidth!==t||n.bufferHeight!==r)return n.bufferWidth=t,n.bufferHeight=r,!1}const o=n.geometry,u=i.attributes,l=o.attributes,d=Object.keys(l),c=Object.keys(u);if(o.id!==i.id)return o.id=i.id,!1;if(d.length!==c.length)return n.geometry.attributes=this.getAttributesData(u),!1;for(const e of d){const t=l[e],r=u[e];if(void 0===r)return delete l[e],!1;if(t.version!==r.version)return t.version=r.version,!1}const h=i.index,p=o.indexVersion,g=h?h.version:null;if(p!==g)return o.indexVersion=g,!1;if(o.drawRange.start!==i.drawRange.start||o.drawRange.count!==i.drawRange.count)return o.drawRange.start=i.drawRange.start,o.drawRange.count=i.drawRange.count,!1;if(n.morphTargetInfluences){let e=!1;for(let t=0;t>>16,2246822507),r^=Math.imul(s^s>>>13,3266489909),s=Math.imul(s^s>>>16,2246822507),s^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&s)+(r>>>0)}const Fs=e=>Ps(e),Ds=e=>Ps(e),Us=(...e)=>Ps(e),Is=new Map([[1,"float"],[2,"vec2"],[3,"vec3"],[4,"vec4"],[9,"mat3"],[16,"mat4"]]),Os=new WeakMap;function Vs(e){return Is.get(e)}function ks(e){if(/[iu]?vec\d/.test(e))return e.startsWith("ivec")?Int32Array:e.startsWith("uvec")?Uint32Array:Float32Array;if(/mat\d/.test(e))return Float32Array;if(/float/.test(e))return Float32Array;if(/uint/.test(e))return Uint32Array;if(/int/.test(e))return Int32Array;throw new Error(`THREE.NodeUtils: Unsupported type: ${e}`)}function Gs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?9:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function zs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?12:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function $s(e){return/float|int|uint/.test(e)?4:/vec2/.test(e)?8:/vec3/.test(e)||/vec4/.test(e)?16:/mat2/.test(e)?8:/mat3/.test(e)||/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function Ws(e){if(null==e)return null;const t=typeof e;return!0===e.isNode?"node":"number"===t?"float":"boolean"===t?"bool":"string"===t?"string":"function"===t?"shader":!0===e.isVector2?"vec2":!0===e.isVector3?"vec3":!0===e.isVector4?"vec4":!0===e.isMatrix2?"mat2":!0===e.isMatrix3?"mat3":!0===e.isMatrix4?"mat4":!0===e.isColor?"color":e instanceof ArrayBuffer?"ArrayBuffer":null}function Hs(o,...u){const l=o?o.slice(-4):void 0;return 1===u.length&&("vec2"===l?u=[u[0],u[0]]:"vec3"===l?u=[u[0],u[0],u[0]]:"vec4"===l&&(u=[u[0],u[0],u[0],u[0]])),"color"===o?new e(...u):"vec2"===l?new t(...u):"vec3"===l?new r(...u):"vec4"===l?new s(...u):"mat2"===l?new i(...u):"mat3"===l?new n(...u):"mat4"===l?new a(...u):"bool"===o?u[0]||!1:"float"===o||"int"===o||"uint"===o?u[0]||0:"string"===o?u[0]||"":"ArrayBuffer"===o?Xs(u[0]):null}function qs(e){let t=Os.get(e);return void 0===t&&(t={},Os.set(e,t)),t}function js(e){let t="";const r=new Uint8Array(e);for(let e=0;ee.charCodeAt(0)).buffer}var Ks=Object.freeze({__proto__:null,arrayBufferToBase64:js,base64ToArrayBuffer:Xs,getAlignmentFromType:$s,getDataFromObject:qs,getLengthFromType:Gs,getMemoryLengthFromType:zs,getTypeFromLength:Vs,getTypedArrayFromType:ks,getValueFromType:Hs,getValueType:Ws,hash:Us,hashArray:Ds,hashString:Fs});const Ys={VERTEX:"vertex",FRAGMENT:"fragment"},Qs={NONE:"none",FRAME:"frame",RENDER:"render",OBJECT:"object"},Zs={BOOLEAN:"bool",INTEGER:"int",FLOAT:"float",VECTOR2:"vec2",VECTOR3:"vec3",VECTOR4:"vec4",MATRIX2:"mat2",MATRIX3:"mat3",MATRIX4:"mat4"},Js={READ_ONLY:"readOnly",WRITE_ONLY:"writeOnly",READ_WRITE:"readWrite"},ei=["fragment","vertex"],ti=["setup","analyze","generate"],ri=[...ei,"compute"],si=["x","y","z","w"],ii={analyze:"setup",generate:"analyze"};let ni=0;class ai extends u{static get type(){return"Node"}constructor(e=null){super(),this.nodeType=e,this.updateType=Qs.NONE,this.updateBeforeType=Qs.NONE,this.updateAfterType=Qs.NONE,this.uuid=l.generateUUID(),this.version=0,this.name="",this.global=!1,this.parents=!1,this.isNode=!0,this._beforeNodes=null,this._cacheKey=null,this._cacheKeyVersion=0,Object.defineProperty(this,"id",{value:ni++})}set needsUpdate(e){!0===e&&this.version++}get type(){return this.constructor.type}onUpdate(e,t){return this.updateType=t,this.update=e.bind(this),this}onFrameUpdate(e){return this.onUpdate(e,Qs.FRAME)}onRenderUpdate(e){return this.onUpdate(e,Qs.RENDER)}onObjectUpdate(e){return this.onUpdate(e,Qs.OBJECT)}onReference(e){return this.updateReference=e.bind(this),this}updateReference(){return this}isGlobal(){return this.global}*getChildren(){for(const{childNode:e}of this._getChildren())yield e}dispose(){this.dispatchEvent({type:"dispose"})}traverse(e){e(this);for(const t of this.getChildren())t.traverse(e)}_getChildren(e=new Set){const t=[];e.add(this);for(const r of Object.getOwnPropertyNames(this)){const s=this[r];if(!0!==r.startsWith("_")&&!e.has(s))if(!0===Array.isArray(s))for(let e=0;e0&&(e.inputNodes=r)}deserialize(e){if(void 0!==e.inputNodes){const t=e.meta.nodes;for(const r in e.inputNodes)if(Array.isArray(e.inputNodes[r])){const s=[];for(const i of e.inputNodes[r])s.push(t[i]);this[r]=s}else if("object"==typeof e.inputNodes[r]){const s={};for(const i in e.inputNodes[r]){const n=e.inputNodes[r][i];s[i]=t[n]}this[r]=s}else{const s=e.inputNodes[r];this[r]=t[s]}}}toJSON(e){const{uuid:t,type:r}=this,s=void 0===e||"string"==typeof e;s&&(e={textures:{},images:{},nodes:{}});let i=e.nodes[t];function n(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(void 0===i&&(i={uuid:t,type:r,meta:e,metadata:{version:4.7,type:"Node",generator:"Node.toJSON"}},!0!==s&&(e.nodes[i.uuid]=i),this.serialize(i),delete i.meta),s){const t=n(e.textures),r=n(e.images),s=n(e.nodes);t.length>0&&(i.textures=t),r.length>0&&(i.images=r),s.length>0&&(i.nodes=s)}return i}}class oi extends ai{static get type(){return"ArrayElementNode"}constructor(e,t){super(),this.node=e,this.indexNode=t,this.isArrayElementNode=!0}getNodeType(e){return this.node.getElementType(e)}getMemberType(e,t){return this.node.getMemberType(e,t)}generate(e){const t=this.indexNode.getNodeType(e);return`${this.node.build(e)}[ ${this.indexNode.build(e,!e.isVector(t)&&e.isInteger(t)?t:"uint")} ]`}}class ui extends ai{static get type(){return"ConvertNode"}constructor(e,t){super(),this.node=e,this.convertTo=t}getNodeType(e){const t=this.node.getNodeType(e);let r=null;for(const s of this.convertTo.split("|"))null!==r&&e.getTypeLength(t)!==e.getTypeLength(s)||(r=s);return r}serialize(e){super.serialize(e),e.convertTo=this.convertTo}deserialize(e){super.deserialize(e),this.convertTo=e.convertTo}generate(e,t){const r=this.node,s=this.getNodeType(e),i=r.build(e,s);return e.format(i,s,t)}}class li extends ai{static get type(){return"TempNode"}constructor(e=null){super(e),this.isTempNode=!0}hasDependencies(e){return e.getDataFromNode(this).usageCount>1}build(e,t){if("generate"===e.getBuildStage()){const r=e.getVectorType(this.getNodeType(e,t)),s=e.getDataFromNode(this);if(void 0!==s.propertyName)return e.format(s.propertyName,r,t);if("void"!==r&&"void"!==t&&this.hasDependencies(e)){const i=super.build(e,r),n=e.getVarFromNode(this,null,r),a=e.getPropertyName(n);return e.addLineFlowCode(`${a} = ${i}`,this),s.snippet=i,s.propertyName=a,e.format(s.propertyName,r,t)}}return super.build(e,t)}}class di extends li{static get type(){return"JoinNode"}constructor(e=[],t=null){super(t),this.nodes=e}getNodeType(e){return null!==this.nodeType?e.getVectorType(this.nodeType):e.getTypeFromLength(this.nodes.reduce((t,r)=>t+e.getTypeLength(r.getNodeType(e)),0))}generate(e,t){const r=this.getNodeType(e),s=e.getTypeLength(r),i=this.nodes,n=e.getComponentType(r),a=[];let u=0;for(const t of i){if(u>=s){o(`TSL: Length of parameters exceeds maximum length of function '${r}()' type.`);break}let i,l=t.getNodeType(e),d=e.getTypeLength(l);u+d>s&&(o(`TSL: Length of '${r}()' data exceeds maximum length of output type.`),d=s-u,l=e.getTypeFromLength(d)),u+=d,i=t.build(e,l);if(e.getComponentType(l)!==n){const t=e.getTypeFromLength(d,n);i=e.format(i,l,t)}a.push(i)}const l=`${e.getType(r)}( ${a.join(", ")} )`;return e.format(l,r,t)}}const ci=si.join("");class hi extends ai{static get type(){return"SplitNode"}constructor(e,t="x"){super(),this.node=e,this.components=t,this.isSplitNode=!0}getVectorLength(){let e=this.components.length;for(const t of this.components)e=Math.max(si.indexOf(t)+1,e);return e}getComponentType(e){return e.getComponentType(this.node.getNodeType(e))}getNodeType(e){return e.getTypeFromLength(this.components.length,this.getComponentType(e))}getScope(){return this.node.getScope()}generate(e,t){const r=this.node,s=e.getTypeLength(r.getNodeType(e));let i=null;if(s>1){let n=null;this.getVectorLength()>=s&&(n=e.getTypeFromLength(this.getVectorLength(),this.getComponentType(e)));const a=r.build(e,n);i=this.components.length===s&&this.components===ci.slice(0,this.components.length)?e.format(a,n,t):e.format(`${a}.${this.components}`,this.getNodeType(e),t)}else i=r.build(e,t);return i}serialize(e){super.serialize(e),e.components=this.components}deserialize(e){super.deserialize(e),this.components=e.components}}class pi extends li{static get type(){return"SetNode"}constructor(e,t,r){super(),this.sourceNode=e,this.components=t,this.targetNode=r}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){const{sourceNode:t,components:r,targetNode:s}=this,i=this.getNodeType(e),n=e.getComponentType(s.getNodeType(e)),a=e.getTypeFromLength(r.length,n),o=s.build(e,a),u=t.build(e,i),l=e.getTypeLength(i),d=[];for(let e=0;e(e=>e.replace(/r|s/g,"x").replace(/g|t/g,"y").replace(/b|p/g,"z").replace(/a|q/g,"w"))(e).split("").sort().join("");ai.prototype.assign=function(...e){if(!0!==this.isStackNode)return null!==xi?xi.assign(this,...e):o("TSL: No stack defined for assign operation. Make sure the assign is inside a Fn()."),this;{const t=Ti.get("assign");return this.addToStack(t(...e))}},ai.prototype.toVarIntent=function(){return this},ai.prototype.get=function(e){return new bi(this,e)};const Ni={};function Si(e,t,r){Ni[e]=Ni[t]=Ni[r]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new hi(this,e),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};const s=e.toUpperCase(),i=t.toUpperCase(),n=r.toUpperCase();ai.prototype["set"+s]=ai.prototype["set"+i]=ai.prototype["set"+n]=function(t){const r=vi(e);return new pi(this,r,Yi(t))},ai.prototype["flip"+s]=ai.prototype["flip"+i]=ai.prototype["flip"+n]=function(){const t=vi(e);return new gi(this,t)}}const Ri=["x","y","z","w"],Ai=["r","g","b","a"],Ei=["s","t","p","q"];for(let e=0;e<4;e++){let t=Ri[e],r=Ai[e],s=Ei[e];Si(t,r,s);for(let i=0;i<4;i++){t=Ri[e]+Ri[i],r=Ai[e]+Ai[i],s=Ei[e]+Ei[i],Si(t,r,s);for(let n=0;n<4;n++){t=Ri[e]+Ri[i]+Ri[n],r=Ai[e]+Ai[i]+Ai[n],s=Ei[e]+Ei[i]+Ei[n],Si(t,r,s);for(let a=0;a<4;a++)t=Ri[e]+Ri[i]+Ri[n]+Ri[a],r=Ai[e]+Ai[i]+Ai[n]+Ai[a],s=Ei[e]+Ei[i]+Ei[n]+Ei[a],Si(t,r,s)}}}for(let e=0;e<32;e++)Ni[e]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new oi(this,new yi(e,"uint")),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};Object.defineProperties(ai.prototype,Ni);const wi=new WeakMap,Ci=function(e,t=null){for(const r in e)e[r]=Yi(e[r],t);return e},Mi=function(e,t=null){const r=e.length;for(let s=0;su?(o(`TSL: "${r}" parameter length exceeds limit.`),t.slice(0,u)):t}return null===t?n=(...t)=>i(new e(...Ji(d(t)))):null!==r?(r=Yi(r),n=(...s)=>i(new e(t,...Ji(d(s)),r))):n=(...r)=>i(new e(t,...Ji(d(r)))),n.setParameterLength=(...e)=>(1===e.length?a=u=e[0]:2===e.length&&([a,u]=e),n),n.setName=e=>(l=e,n),n},Li=function(e,...t){return new e(...Ji(t))};class Pi extends ai{constructor(e,t){super(),this.shaderNode=e,this.rawInputs=t,this.isShaderCallNodeInternal=!0}getNodeType(e){return this.shaderNode.nodeType||this.getOutputNode(e).getNodeType(e)}getElementType(e){return this.getOutputNode(e).getElementType(e)}getMemberType(e,t){return this.getOutputNode(e).getMemberType(e,t)}call(e){const{shaderNode:t,rawInputs:r}=this,s=e.getNodeProperties(t),i=e.getClosestSubBuild(t.subBuilds)||"",n=i||"default";if(s[n])return s[n];const a=e.subBuildFn,o=e.fnCall;e.subBuildFn=i,e.fnCall=this;let u=null;if(t.layout){let s=wi.get(e.constructor);void 0===s&&(s=new WeakMap,wi.set(e.constructor,s));let i=s.get(t);void 0===i&&(i=Yi(e.buildFunctionNode(t)),s.set(t,i)),e.addInclude(i);const n=r?function(e){let t;Zi(e);t=e[0]&&(e[0].isNode||Object.getPrototypeOf(e[0])!==Object.prototype)?[...e]:e[0];return t}(r):null;u=Yi(i.call(n))}else{const s=new Proxy(e,{get:(e,t,r)=>{let s;return s=Symbol.iterator===t?function*(){yield}:Reflect.get(e,t,r),s}}),i=r?function(e){let t=0;return Zi(e),new Proxy(e,{get:(r,s,i)=>{let n;if("length"===s)return n=e.length,n;if(Symbol.iterator===s)n=function*(){for(const t of e)yield Yi(t)};else{if(e.length>0)if(Object.getPrototypeOf(e[0])===Object.prototype){const r=e[0];n=void 0===r[s]?r[t++]:Reflect.get(r,s,i)}else e[0]instanceof ai&&(n=void 0===e[s]?e[t++]:Reflect.get(e,s,i));else n=Reflect.get(r,s,i);n=Yi(n)}return n}})}(r):null,n=Array.isArray(r)?r.length>0:null!==r,a=t.jsFunc,o=n||a.length>1?a(i,s):a(s);u=Yi(o)}return e.subBuildFn=a,e.fnCall=o,t.once&&(s[n]=u),u}setupOutput(e){return e.addStack(),e.stack.outputNode=this.call(e),e.removeStack()}getOutputNode(e){const t=e.getNodeProperties(this),r=e.getSubBuildOutput(this);return t[r]=t[r]||this.setupOutput(e),t[r].subBuild=e.getClosestSubBuild(this),t[r]}build(e,t=null){let r=null;const s=e.getBuildStage(),i=e.getNodeProperties(this),n=e.getSubBuildOutput(this),a=this.getOutputNode(e),o=e.fnCall;if(e.fnCall=this,"setup"===s){const t=e.getSubBuildProperty("initialized",this);if(!0!==i[t]&&(i[t]=!0,i[n]=this.getOutputNode(e),i[n].build(e),this.shaderNode.subBuilds))for(const t of e.chaining){const r=e.getDataFromNode(t,"any");r.subBuilds=r.subBuilds||new Set;for(const e of this.shaderNode.subBuilds)r.subBuilds.add(e)}r=i[n]}else"analyze"===s?a.build(e,t):"generate"===s&&(r=a.build(e,t)||"");return e.fnCall=o,r}}class Fi extends ai{constructor(e,t){super(t),this.jsFunc=e,this.layout=null,this.global=!0,this.once=!1}setLayout(e){return this.layout=e,this}getLayout(){return this.layout}call(e=null){return new Pi(this,e)}setup(){return this.call()}}const Di=[!1,!0],Ui=[0,1,2,3],Ii=[-1,-2],Oi=[.5,1.5,1/3,1e-6,1e6,Math.PI,2*Math.PI,1/Math.PI,2/Math.PI,1/(2*Math.PI),Math.PI/2],Vi=new Map;for(const e of Di)Vi.set(e,new yi(e));const ki=new Map;for(const e of Ui)ki.set(e,new yi(e,"uint"));const Gi=new Map([...ki].map(e=>new yi(e.value,"int")));for(const e of Ii)Gi.set(e,new yi(e,"int"));const zi=new Map([...Gi].map(e=>new yi(e.value)));for(const e of Oi)zi.set(e,new yi(e));for(const e of Oi)zi.set(-e,new yi(-e));const $i={bool:Vi,uint:ki,ints:Gi,float:zi},Wi=new Map([...Vi,...zi]),Hi=(e,t)=>Wi.has(e)?Wi.get(e):!0===e.isNode?e:new yi(e,t),qi=function(e,t=null){return(...r)=>{for(const t of r)if(void 0===t)return o(`TSL: Invalid parameter for the type "${e}".`),new yi(0,e);if((0===r.length||!["bool","float","int","uint"].includes(e)&&r.every(e=>{const t=typeof e;return"object"!==t&&"function"!==t}))&&(r=[Hs(e,...r)]),1===r.length&&null!==t&&t.has(r[0]))return Qi(t.get(r[0]));if(1===r.length){const t=Hi(r[0],e);return t.nodeType===e?Qi(t):Qi(new ui(t,e))}const s=r.map(e=>Hi(e));return Qi(new di(s,e))}},ji=e=>"object"==typeof e&&null!==e?e.value:e,Xi=e=>null!=e?e.nodeType||e.convertTo||("string"==typeof e?e:null):null;function Ki(e,t){return new Fi(e,t)}const Yi=(e,t=null)=>function(e,t=null){const r=Ws(e);return"node"===r?e:null===t&&("float"===r||"boolean"===r)||r&&"shader"!==r&&"string"!==r?Yi(Hi(e,t)):"shader"===r?e.isFn?e:an(e):e}(e,t),Qi=(e,t=null)=>Yi(e,t).toVarIntent(),Zi=(e,t=null)=>new Ci(e,t),Ji=(e,t=null)=>new Mi(e,t),en=(e,t=null,r=null,s=null)=>new Bi(e,t,r,s),tn=(e,...t)=>new Li(e,...t),rn=(e,t=null,r=null,s={})=>new Bi(e,t,r,{...s,intent:!0});let sn=0;class nn extends ai{constructor(e,t=null){super();let r=null;null!==t&&("object"==typeof t?r=t.return:("string"==typeof t?r=t:o("TSL: Invalid layout type."),t=null)),this.shaderNode=new Ki(e,r),null!==t&&this.setLayout(t),this.isFn=!0}setLayout(e){const t=this.shaderNode.nodeType;if("object"!=typeof e.inputs){const r={name:"fn"+sn++,type:t,inputs:[]};for(const t in e)"return"!==t&&r.inputs.push({name:t,type:e[t]});e=r}return this.shaderNode.setLayout(e),this}getNodeType(e){return this.shaderNode.getNodeType(e)||"float"}call(...e){const t=this.shaderNode.call(e);return"void"===this.shaderNode.nodeType&&t.toStack(),t.toVarIntent()}once(e=null){return this.shaderNode.once=!0,this.shaderNode.subBuilds=e,this}generate(e){const t=this.getNodeType(e);return o('TSL: "Fn()" was declared but not invoked. Try calling it like "Fn()( ...params )".'),e.generateConst(t)}}function an(e,t=null){const r=new nn(e,t);return new Proxy(()=>{},{apply:(e,t,s)=>r.call(...s),get:(e,t,s)=>Reflect.get(r,t,s),set:(e,t,s,i)=>Reflect.set(r,t,s,i)})}const on=e=>{xi=e},un=()=>xi,ln=(...e)=>xi.If(...e);function dn(e){return xi&&xi.addToStack(e),e}_i("toStack",dn);const cn=new qi("color"),hn=new qi("float",$i.float),pn=new qi("int",$i.ints),gn=new qi("uint",$i.uint),mn=new qi("bool",$i.bool),fn=new qi("vec2"),yn=new qi("ivec2"),bn=new qi("uvec2"),xn=new qi("bvec2"),Tn=new qi("vec3"),_n=new qi("ivec3"),vn=new qi("uvec3"),Nn=new qi("bvec3"),Sn=new qi("vec4"),Rn=new qi("ivec4"),An=new qi("uvec4"),En=new qi("bvec4"),wn=new qi("mat2"),Cn=new qi("mat3"),Mn=new qi("mat4");_i("toColor",cn),_i("toFloat",hn),_i("toInt",pn),_i("toUint",gn),_i("toBool",mn),_i("toVec2",fn),_i("toIVec2",yn),_i("toUVec2",bn),_i("toBVec2",xn),_i("toVec3",Tn),_i("toIVec3",_n),_i("toUVec3",vn),_i("toBVec3",Nn),_i("toVec4",Sn),_i("toIVec4",Rn),_i("toUVec4",An),_i("toBVec4",En),_i("toMat2",wn),_i("toMat3",Cn),_i("toMat4",Mn);const Bn=en(oi).setParameterLength(2),Ln=(e,t)=>Yi(new ui(Yi(e),t));_i("element",Bn),_i("convert",Ln);_i("append",e=>(d("TSL: .append() has been renamed to .toStack()."),dn(e)));class Pn extends ai{static get type(){return"PropertyNode"}constructor(e,t=null,r=!1){super(e),this.name=t,this.varying=r,this.isPropertyNode=!0,this.global=!0}customCacheKey(){return Fs(this.type+":"+(this.name||"")+":"+(this.varying?"1":"0"))}getHash(e){return this.name||super.getHash(e)}generate(e){let t;return!0===this.varying?(t=e.getVaryingFromNode(this,this.name),t.needsInterpolation=!0):t=e.getVarFromNode(this,this.name),e.getPropertyName(t)}}const Fn=(e,t)=>new Pn(e,t),Dn=(e,t)=>new Pn(e,t,!0),Un=tn(Pn,"vec4","DiffuseColor"),In=tn(Pn,"vec3","DiffuseContribution"),On=tn(Pn,"vec3","EmissiveColor"),Vn=tn(Pn,"float","Roughness"),kn=tn(Pn,"float","Metalness"),Gn=tn(Pn,"float","Clearcoat"),zn=tn(Pn,"float","ClearcoatRoughness"),$n=tn(Pn,"vec3","Sheen"),Wn=tn(Pn,"float","SheenRoughness"),Hn=tn(Pn,"float","Iridescence"),qn=tn(Pn,"float","IridescenceIOR"),jn=tn(Pn,"float","IridescenceThickness"),Xn=tn(Pn,"float","AlphaT"),Kn=tn(Pn,"float","Anisotropy"),Yn=tn(Pn,"vec3","AnisotropyT"),Qn=tn(Pn,"vec3","AnisotropyB"),Zn=tn(Pn,"color","SpecularColor"),Jn=tn(Pn,"color","SpecularColorBlended"),ea=tn(Pn,"float","SpecularF90"),ta=tn(Pn,"float","Shininess"),ra=tn(Pn,"vec4","Output"),sa=tn(Pn,"float","dashSize"),ia=tn(Pn,"float","gapSize"),na=tn(Pn,"float","pointWidth"),aa=tn(Pn,"float","IOR"),oa=tn(Pn,"float","Transmission"),ua=tn(Pn,"float","Thickness"),la=tn(Pn,"float","AttenuationDistance"),da=tn(Pn,"color","AttenuationColor"),ca=tn(Pn,"float","Dispersion");class ha extends ai{static get type(){return"UniformGroupNode"}constructor(e,t=!1,r=1){super("string"),this.name=e,this.shared=t,this.order=r,this.isUniformGroup=!0}serialize(e){super.serialize(e),e.name=this.name,e.version=this.version,e.shared=this.shared}deserialize(e){super.deserialize(e),this.name=e.name,this.version=e.version,this.shared=e.shared}}const pa=e=>new ha(e),ga=(e,t=0)=>new ha(e,!0,t),ma=ga("frame"),fa=ga("render"),ya=pa("object");class ba extends mi{static get type(){return"UniformNode"}constructor(e,t=null){super(e,t),this.isUniformNode=!0,this.name="",this.groupNode=ya}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setGroup(e){return this.groupNode=e,this}getGroup(){return this.groupNode}getUniformHash(e){return this.getHash(e)}onUpdate(e,t){return e=e.bind(this),super.onUpdate(t=>{const r=e(t,this);void 0!==r&&(this.value=r)},t)}getInputType(e){let t=super.getInputType(e);return"bool"===t&&(t="uint"),t}generate(e,t){const r=this.getNodeType(e),s=this.getUniformHash(e);let i=e.getNodeFromHash(s);void 0===i&&(e.setHashNode(this,s),i=this);const n=i.getInputType(e),a=e.getUniformFromNode(i,n,e.shaderStage,this.name||e.context.nodeName),o=e.getPropertyName(a);void 0!==e.context.nodeName&&delete e.context.nodeName;let u=o;if("bool"===r){const t=e.getDataFromNode(this);let s=t.propertyName;if(void 0===s){const i=e.getVarFromNode(this,null,"bool");s=e.getPropertyName(i),t.propertyName=s,u=e.format(o,n,r),e.addLineFlowCode(`${s} = ${u}`,this)}u=s}return e.format(u,r,t)}}const xa=(e,t)=>{const r=Xi(t||e);if(r===e&&(e=Hs(r)),e&&!0===e.isNode){let t=e.value;e.traverse(e=>{!0===e.isConstNode&&(t=e.value)}),e=t}return new ba(e,r)};class Ta extends li{static get type(){return"ArrayNode"}constructor(e,t,r=null){super(e),this.count=t,this.values=r,this.isArrayNode=!0}getArrayCount(){return this.count}getNodeType(e){return null===this.nodeType?this.values[0].getNodeType(e):this.nodeType}getElementType(e){return this.getNodeType(e)}getMemberType(e,t){return null===this.nodeType?this.values[0].getMemberType(e,t):super.getMemberType(e,t)}generate(e){const t=this.getNodeType(e);return e.generateArray(t,this.count,this.values)}}const _a=(...e)=>{let t;if(1===e.length){const r=e[0];t=new Ta(null,r.length,r)}else{const r=e[0],s=e[1];t=new Ta(r,s)}return Yi(t)};_i("toArray",(e,t)=>_a(Array(t).fill(e)));class va extends li{static get type(){return"AssignNode"}constructor(e,t){super(),this.targetNode=e,this.sourceNode=t,this.isAssignNode=!0}hasDependencies(){return!1}getNodeType(e,t){return"void"!==t?this.targetNode.getNodeType(e):"void"}needsSplitAssign(e){const{targetNode:t}=this;if(!1===e.isAvailable("swizzleAssign")&&t.isSplitNode&&t.components.length>1){const r=e.getTypeLength(t.node.getNodeType(e));return si.join("").slice(0,r)!==t.components}return!1}setup(e){const{targetNode:t,sourceNode:r}=this,s=t.getScope();e.getDataFromNode(s).assign=!0;const i=e.getNodeProperties(this);i.sourceNode=r,i.targetNode=t.context({assign:!0})}generate(e,t){const{targetNode:r,sourceNode:s}=e.getNodeProperties(this),i=this.needsSplitAssign(e),n=r.build(e),a=r.getNodeType(e),o=s.build(e,a),u=s.getNodeType(e),l=e.getDataFromNode(this);let d;if(!0===l.initialized)"void"!==t&&(d=n);else if(i){const s=e.getVarFromNode(this,null,a),i=e.getPropertyName(s);e.addLineFlowCode(`${i} = ${o}`,this);const u=r.node,l=u.node.context({assign:!0}).build(e);for(let t=0;t{const s=r.type;let i;return i="pointer"===s?"&"+t.build(e):t.build(e,s),i};if(Array.isArray(i)){if(i.length>s.length)o("TSL: The number of provided parameters exceeds the expected number of inputs in 'Fn()'."),i.length=s.length;else if(i.length(t=t.length>1||t[0]&&!0===t[0].isNode?Ji(t):Zi(t[0]),new Sa(Yi(e),t));_i("call",Ra);const Aa={"==":"equal","!=":"notEqual","<":"lessThan",">":"greaterThan","<=":"lessThanEqual",">=":"greaterThanEqual","%":"mod"};class Ea extends li{static get type(){return"OperatorNode"}constructor(e,t,r,...s){if(super(),s.length>0){let i=new Ea(e,t,r);for(let t=0;t>"===r||"<<"===r)return e.getIntegerType(n);if("!"===r||"&&"===r||"||"===r||"^^"===r)return"bool";if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r){const t=Math.max(e.getTypeLength(n),e.getTypeLength(a));return t>1?`bvec${t}`:"bool"}if(e.isMatrix(n)){if("float"===a)return n;if(e.isVector(a))return e.getVectorFromMatrix(n);if(e.isMatrix(a))return n}else if(e.isMatrix(a)){if("float"===n)return a;if(e.isVector(n))return e.getVectorFromMatrix(a)}return e.getTypeLength(a)>e.getTypeLength(n)?a:n}generate(e,t){const r=this.op,{aNode:s,bNode:i}=this,n=this.getNodeType(e,t);let a=null,o=null;"void"!==n?(a=s.getNodeType(e),o=i?i.getNodeType(e):null,"<"===r||">"===r||"<="===r||">="===r||"=="===r||"!="===r?e.isVector(a)?o=a:e.isVector(o)?a=o:a!==o&&(a=o="float"):">>"===r||"<<"===r?(a=n,o=e.changeComponentType(o,"uint")):"%"===r?(a=n,o=e.isInteger(a)&&e.isInteger(o)?o:a):e.isMatrix(a)?"float"===o?o="float":e.isVector(o)?o=e.getVectorFromMatrix(a):e.isMatrix(o)||(a=o=n):a=e.isMatrix(o)?"float"===a?"float":e.isVector(a)?e.getVectorFromMatrix(o):o=n:o=n):a=o=n;const u=s.build(e,a),l=i?i.build(e,o):null,d=e.getFunctionOperator(r);if("void"!==t){const s=e.renderer.coordinateSystem===c;if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r)return s&&e.isVector(a)?e.format(`${this.getOperatorMethod(e,t)}( ${u}, ${l} )`,n,t):e.format(`( ${u} ${r} ${l} )`,n,t);if("%"===r)return e.isInteger(o)?e.format(`( ${u} % ${l} )`,n,t):e.format(`${this.getOperatorMethod(e,n)}( ${u}, ${l} )`,n,t);if("!"===r||"~"===r)return e.format(`(${r}${u})`,a,t);if(d)return e.format(`${d}( ${u}, ${l} )`,n,t);if(e.isMatrix(a)&&"float"===o)return e.format(`( ${l} ${r} ${u} )`,n,t);if("float"===a&&e.isMatrix(o))return e.format(`${u} ${r} ${l}`,n,t);{let i=`( ${u} ${r} ${l} )`;return!s&&"bool"===n&&e.isVector(a)&&e.isVector(o)&&(i=`all${i}`),e.format(i,n,t)}}if("void"!==a)return d?e.format(`${d}( ${u}, ${l} )`,n,t):e.isMatrix(a)&&"float"===o?e.format(`${l} ${r} ${u}`,n,t):e.format(`${u} ${r} ${l}`,n,t)}serialize(e){super.serialize(e),e.op=this.op}deserialize(e){super.deserialize(e),this.op=e.op}}const wa=rn(Ea,"+").setParameterLength(2,1/0).setName("add"),Ca=rn(Ea,"-").setParameterLength(2,1/0).setName("sub"),Ma=rn(Ea,"*").setParameterLength(2,1/0).setName("mul"),Ba=rn(Ea,"/").setParameterLength(2,1/0).setName("div"),La=rn(Ea,"%").setParameterLength(2).setName("mod"),Pa=rn(Ea,"==").setParameterLength(2).setName("equal"),Fa=rn(Ea,"!=").setParameterLength(2).setName("notEqual"),Da=rn(Ea,"<").setParameterLength(2).setName("lessThan"),Ua=rn(Ea,">").setParameterLength(2).setName("greaterThan"),Ia=rn(Ea,"<=").setParameterLength(2).setName("lessThanEqual"),Oa=rn(Ea,">=").setParameterLength(2).setName("greaterThanEqual"),Va=rn(Ea,"&&").setParameterLength(2,1/0).setName("and"),ka=rn(Ea,"||").setParameterLength(2,1/0).setName("or"),Ga=rn(Ea,"!").setParameterLength(1).setName("not"),za=rn(Ea,"^^").setParameterLength(2).setName("xor"),$a=rn(Ea,"&").setParameterLength(2).setName("bitAnd"),Wa=rn(Ea,"~").setParameterLength(1).setName("bitNot"),Ha=rn(Ea,"|").setParameterLength(2).setName("bitOr"),qa=rn(Ea,"^").setParameterLength(2).setName("bitXor"),ja=rn(Ea,"<<").setParameterLength(2).setName("shiftLeft"),Xa=rn(Ea,">>").setParameterLength(2).setName("shiftRight"),Ka=an(([e])=>(e.addAssign(1),e)),Ya=an(([e])=>(e.subAssign(1),e)),Qa=an(([e])=>{const t=pn(e).toConst();return e.addAssign(1),t}),Za=an(([e])=>{const t=pn(e).toConst();return e.subAssign(1),t});_i("add",wa),_i("sub",Ca),_i("mul",Ma),_i("div",Ba),_i("mod",La),_i("equal",Pa),_i("notEqual",Fa),_i("lessThan",Da),_i("greaterThan",Ua),_i("lessThanEqual",Ia),_i("greaterThanEqual",Oa),_i("and",Va),_i("or",ka),_i("not",Ga),_i("xor",za),_i("bitAnd",$a),_i("bitNot",Wa),_i("bitOr",Ha),_i("bitXor",qa),_i("shiftLeft",ja),_i("shiftRight",Xa),_i("incrementBefore",Ka),_i("decrementBefore",Ya),_i("increment",Qa),_i("decrement",Za);const Ja=(e,t)=>(d('TSL: "modInt()" is deprecated. Use "mod( int( ... ) )" instead.'),La(pn(e),pn(t)));_i("modInt",Ja);class eo extends li{static get type(){return"MathNode"}constructor(e,t,r=null,s=null){if(super(),(e===eo.MAX||e===eo.MIN)&&arguments.length>3){let i=new eo(e,t,r);for(let t=2;tn&&i>a?t:n>a?r:a>i?s:t}getNodeType(e){const t=this.method;return t===eo.LENGTH||t===eo.DISTANCE||t===eo.DOT?"float":t===eo.CROSS?"vec3":t===eo.ALL||t===eo.ANY?"bool":t===eo.EQUALS?e.changeComponentType(this.aNode.getNodeType(e),"bool"):this.getInputType(e)}setup(e){const{aNode:t,bNode:r,method:s}=this;let i=null;if(s===eo.ONE_MINUS)i=Ca(1,t);else if(s===eo.RECIPROCAL)i=Ba(1,t);else if(s===eo.DIFFERENCE)i=wo(Ca(t,r));else if(s===eo.TRANSFORM_DIRECTION){let s=t,n=r;e.isMatrix(s.getNodeType(e))?n=Sn(Tn(n),0):s=Sn(Tn(s),0);const a=Ma(s,n).xyz;i=To(a)}return null!==i?i:super.setup(e)}generate(e,t){if(e.getNodeProperties(this).outputNode)return super.generate(e,t);let r=this.method;const s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=this.cNode,u=e.renderer.coordinateSystem;if(r===eo.NEGATE)return e.format("( - "+n.build(e,i)+" )",s,t);{const l=[];return r===eo.CROSS?l.push(n.build(e,s),a.build(e,s)):u===c&&r===eo.STEP?l.push(n.build(e,1===e.getTypeLength(n.getNodeType(e))?"float":i),a.build(e,i)):u!==c||r!==eo.MIN&&r!==eo.MAX?r===eo.REFRACT?l.push(n.build(e,i),a.build(e,i),o.build(e,"float")):r===eo.MIX?l.push(n.build(e,i),a.build(e,i),o.build(e,1===e.getTypeLength(o.getNodeType(e))?"float":i)):(u===h&&r===eo.ATAN&&null!==a&&(r="atan2"),"fragment"===e.shaderStage||r!==eo.DFDX&&r!==eo.DFDY||(d(`TSL: '${r}' is not supported in the ${e.shaderStage} stage.`),r="/*"+r+"*/"),l.push(n.build(e,i)),null!==a&&l.push(a.build(e,i)),null!==o&&l.push(o.build(e,i))):l.push(n.build(e,i),a.build(e,1===e.getTypeLength(a.getNodeType(e))?"float":i)),e.format(`${e.getMethod(r,s)}( ${l.join(", ")} )`,s,t)}}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}eo.ALL="all",eo.ANY="any",eo.RADIANS="radians",eo.DEGREES="degrees",eo.EXP="exp",eo.EXP2="exp2",eo.LOG="log",eo.LOG2="log2",eo.SQRT="sqrt",eo.INVERSE_SQRT="inversesqrt",eo.FLOOR="floor",eo.CEIL="ceil",eo.NORMALIZE="normalize",eo.FRACT="fract",eo.SIN="sin",eo.COS="cos",eo.TAN="tan",eo.ASIN="asin",eo.ACOS="acos",eo.ATAN="atan",eo.ABS="abs",eo.SIGN="sign",eo.LENGTH="length",eo.NEGATE="negate",eo.ONE_MINUS="oneMinus",eo.DFDX="dFdx",eo.DFDY="dFdy",eo.ROUND="round",eo.RECIPROCAL="reciprocal",eo.TRUNC="trunc",eo.FWIDTH="fwidth",eo.TRANSPOSE="transpose",eo.DETERMINANT="determinant",eo.INVERSE="inverse",eo.EQUALS="equals",eo.MIN="min",eo.MAX="max",eo.STEP="step",eo.REFLECT="reflect",eo.DISTANCE="distance",eo.DIFFERENCE="difference",eo.DOT="dot",eo.CROSS="cross",eo.POW="pow",eo.TRANSFORM_DIRECTION="transformDirection",eo.MIX="mix",eo.CLAMP="clamp",eo.REFRACT="refract",eo.SMOOTHSTEP="smoothstep",eo.FACEFORWARD="faceforward";const to=hn(1e-6),ro=hn(1e6),so=hn(Math.PI),io=hn(2*Math.PI),no=hn(2*Math.PI),ao=hn(.5*Math.PI),oo=rn(eo,eo.ALL).setParameterLength(1),uo=rn(eo,eo.ANY).setParameterLength(1),lo=rn(eo,eo.RADIANS).setParameterLength(1),co=rn(eo,eo.DEGREES).setParameterLength(1),ho=rn(eo,eo.EXP).setParameterLength(1),po=rn(eo,eo.EXP2).setParameterLength(1),go=rn(eo,eo.LOG).setParameterLength(1),mo=rn(eo,eo.LOG2).setParameterLength(1),fo=rn(eo,eo.SQRT).setParameterLength(1),yo=rn(eo,eo.INVERSE_SQRT).setParameterLength(1),bo=rn(eo,eo.FLOOR).setParameterLength(1),xo=rn(eo,eo.CEIL).setParameterLength(1),To=rn(eo,eo.NORMALIZE).setParameterLength(1),_o=rn(eo,eo.FRACT).setParameterLength(1),vo=rn(eo,eo.SIN).setParameterLength(1),No=rn(eo,eo.COS).setParameterLength(1),So=rn(eo,eo.TAN).setParameterLength(1),Ro=rn(eo,eo.ASIN).setParameterLength(1),Ao=rn(eo,eo.ACOS).setParameterLength(1),Eo=rn(eo,eo.ATAN).setParameterLength(1,2),wo=rn(eo,eo.ABS).setParameterLength(1),Co=rn(eo,eo.SIGN).setParameterLength(1),Mo=rn(eo,eo.LENGTH).setParameterLength(1),Bo=rn(eo,eo.NEGATE).setParameterLength(1),Lo=rn(eo,eo.ONE_MINUS).setParameterLength(1),Po=rn(eo,eo.DFDX).setParameterLength(1),Fo=rn(eo,eo.DFDY).setParameterLength(1),Do=rn(eo,eo.ROUND).setParameterLength(1),Uo=rn(eo,eo.RECIPROCAL).setParameterLength(1),Io=rn(eo,eo.TRUNC).setParameterLength(1),Oo=rn(eo,eo.FWIDTH).setParameterLength(1),Vo=rn(eo,eo.TRANSPOSE).setParameterLength(1),ko=rn(eo,eo.DETERMINANT).setParameterLength(1),Go=rn(eo,eo.INVERSE).setParameterLength(1),zo=(e,t)=>(d('TSL: "equals" is deprecated. Use "equal" inside a vector instead, like: "bvec*( equal( ... ) )"'),Pa(e,t)),$o=rn(eo,eo.MIN).setParameterLength(2,1/0),Wo=rn(eo,eo.MAX).setParameterLength(2,1/0),Ho=rn(eo,eo.STEP).setParameterLength(2),qo=rn(eo,eo.REFLECT).setParameterLength(2),jo=rn(eo,eo.DISTANCE).setParameterLength(2),Xo=rn(eo,eo.DIFFERENCE).setParameterLength(2),Ko=rn(eo,eo.DOT).setParameterLength(2),Yo=rn(eo,eo.CROSS).setParameterLength(2),Qo=rn(eo,eo.POW).setParameterLength(2),Zo=e=>Ma(e,e),Jo=e=>Ma(e,e,e),eu=e=>Ma(e,e,e,e),tu=rn(eo,eo.TRANSFORM_DIRECTION).setParameterLength(2),ru=e=>Ma(Co(e),Qo(wo(e),1/3)),su=e=>Ko(e,e),iu=rn(eo,eo.MIX).setParameterLength(3),nu=(e,t=0,r=1)=>Yi(new eo(eo.CLAMP,Yi(e),Yi(t),Yi(r))),au=e=>nu(e),ou=rn(eo,eo.REFRACT).setParameterLength(3),uu=rn(eo,eo.SMOOTHSTEP).setParameterLength(3),lu=rn(eo,eo.FACEFORWARD).setParameterLength(3),du=an(([e])=>{const t=Ko(e.xy,fn(12.9898,78.233)),r=La(t,so);return _o(vo(r).mul(43758.5453))}),cu=(e,t,r)=>iu(t,r,e),hu=(e,t,r)=>uu(t,r,e),pu=(e,t)=>Ho(t,e),gu=(e,t)=>(d('TSL: "atan2" is overloaded. Use "atan" instead.'),Eo(e,t)),mu=lu,fu=yo;_i("all",oo),_i("any",uo),_i("equals",zo),_i("radians",lo),_i("degrees",co),_i("exp",ho),_i("exp2",po),_i("log",go),_i("log2",mo),_i("sqrt",fo),_i("inverseSqrt",yo),_i("floor",bo),_i("ceil",xo),_i("normalize",To),_i("fract",_o),_i("sin",vo),_i("cos",No),_i("tan",So),_i("asin",Ro),_i("acos",Ao),_i("atan",Eo),_i("abs",wo),_i("sign",Co),_i("length",Mo),_i("lengthSq",su),_i("negate",Bo),_i("oneMinus",Lo),_i("dFdx",Po),_i("dFdy",Fo),_i("round",Do),_i("reciprocal",Uo),_i("trunc",Io),_i("fwidth",Oo),_i("atan2",gu),_i("min",$o),_i("max",Wo),_i("step",pu),_i("reflect",qo),_i("distance",jo),_i("dot",Ko),_i("cross",Yo),_i("pow",Qo),_i("pow2",Zo),_i("pow3",Jo),_i("pow4",eu),_i("transformDirection",tu),_i("mix",cu),_i("clamp",nu),_i("refract",ou),_i("smoothstep",hu),_i("faceForward",lu),_i("difference",Xo),_i("saturate",au),_i("cbrt",ru),_i("transpose",Vo),_i("determinant",ko),_i("inverse",Go),_i("rand",du);class yu extends ai{static get type(){return"ConditionalNode"}constructor(e,t,r=null){super(),this.condNode=e,this.ifNode=t,this.elseNode=r}getNodeType(e){const{ifNode:t,elseNode:r}=e.getNodeProperties(this);if(void 0===t)return e.flowBuildStage(this,"setup"),this.getNodeType(e);const s=t.getNodeType(e);if(null!==r){const t=r.getNodeType(e);if(e.getTypeLength(t)>e.getTypeLength(s))return t}return s}setup(e){const t=this.condNode,r=this.ifNode.isolate(),s=this.elseNode?this.elseNode.isolate():null,i=e.context.nodeBlock;e.getDataFromNode(r).parentNodeBlock=i,null!==s&&(e.getDataFromNode(s).parentNodeBlock=i);const n=e.context.uniformFlow,a=e.getNodeProperties(this);a.condNode=t,a.ifNode=n?r:r.context({nodeBlock:r}),a.elseNode=s?n?s:s.context({nodeBlock:s}):null}generate(e,t){const r=this.getNodeType(e),s=e.getDataFromNode(this);if(void 0!==s.nodeProperty)return s.nodeProperty;const{condNode:i,ifNode:n,elseNode:a}=e.getNodeProperties(this),o=e.currentFunctionNode,u="void"!==t,l=u?Fn(r).build(e):"";s.nodeProperty=l;const c=i.build(e,"bool");if(e.context.uniformFlow&&null!==a){const s=n.build(e,r),i=a.build(e,r),o=e.getTernary(c,s,i);return e.format(o,r,t)}e.addFlowCode(`\n${e.tab}if ( ${c} ) {\n\n`).addFlowTab();let h=n.build(e,r);if(h&&(u?h=l+" = "+h+";":(h="return "+h+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),h="// "+h))),e.removeFlowTab().addFlowCode(e.tab+"\t"+h+"\n\n"+e.tab+"}"),null!==a){e.addFlowCode(" else {\n\n").addFlowTab();let t=a.build(e,r);t&&(u?t=l+" = "+t+";":(t="return "+t+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),t="// "+t))),e.removeFlowTab().addFlowCode(e.tab+"\t"+t+"\n\n"+e.tab+"}\n\n")}else e.addFlowCode("\n\n");return e.format(l,r,t)}}const bu=en(yu).setParameterLength(2,3);_i("select",bu);class xu extends ai{static get type(){return"ContextNode"}constructor(e=null,t={}){super(),this.isContextNode=!0,this.node=e,this.value=t}getScope(){return this.node.getScope()}getNodeType(e){return this.node.getNodeType(e)}getFlowContextData(){const e=[];return this.traverse(t=>{!0===t.isContextNode&&e.push(t.value)}),Object.assign({},...e)}getMemberType(e,t){return this.node.getMemberType(e,t)}analyze(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}setup(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}generate(e,t){const r=e.addContext(this.value),s=this.node.build(e,t);return e.setContext(r),s}}const Tu=(e=null,t={})=>{let r=e;return null!==r&&!0===r.isNode||(t=r||t,r=null),new xu(r,t)},_u=e=>Tu(e,{uniformFlow:!0}),vu=(e,t)=>Tu(e,{nodeName:t});function Nu(e,t,r=null){return Tu(r,{getShadow:({light:r,shadowColorNode:s})=>t===r?s.mul(e):s})}function Su(e,t=null){return Tu(t,{getAO:(t,{material:r})=>!0===r.transparent?t:null!==t?t.mul(e):e})}function Ru(e,t){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),vu(e,t)}_i("context",Tu),_i("label",Ru),_i("uniformFlow",_u),_i("setName",vu),_i("builtinShadowContext",(e,t,r)=>Nu(t,r,e)),_i("builtinAOContext",(e,t)=>Su(t,e));class Au extends ai{static get type(){return"VarNode"}constructor(e,t=null,r=!1){super(),this.node=e,this.name=t,this.global=!0,this.isVarNode=!0,this.readOnly=r,this.parents=!0,this.intent=!1}setIntent(e){return this.intent=e,this}isIntent(e){return!0!==e.getDataFromNode(this).forceDeclaration&&this.intent}getIntent(){return this.intent}getMemberType(e,t){return this.node.getMemberType(e,t)}getElementType(e){return this.node.getElementType(e)}getNodeType(e){return this.node.getNodeType(e)}getArrayCount(e){return this.node.getArrayCount(e)}isAssign(e){return e.getDataFromNode(this).assign}build(...e){const t=e[0];if(!1===this._hasStack(t)&&"setup"===t.buildStage&&(t.context.nodeLoop||t.context.nodeBlock)){let e=!1;if(this.node.isShaderCallNodeInternal&&null===this.node.shaderNode.getLayout()&&t.fnCall&&t.fnCall.shaderNode){if(t.getDataFromNode(this.node.shaderNode).hasLoop){t.getDataFromNode(this).forceDeclaration=!0,e=!0}}const r=t.getBaseStack();e?r.addToStackBefore(this):r.addToStack(this)}return this.isIntent(t)&&!0!==this.isAssign(t)?this.node.build(...e):super.build(...e)}generate(e){const{node:t,name:r,readOnly:s}=this,{renderer:i}=e,n=!0===i.backend.isWebGPUBackend;let a=!1,u=!1;s&&(a=e.isDeterministic(t),u=n?s:a);const l=this.getNodeType(e);if("void"==l){!0!==this.isIntent(e)&&o('TSL: ".toVar()" can not be used with void type.');return t.build(e)}const d=e.getVectorType(l),c=t.build(e,d),h=e.getVarFromNode(this,r,d,void 0,u),p=e.getPropertyName(h);let g=p;if(u)if(n)g=a?`const ${p}`:`let ${p}`;else{const r=t.getArrayCount(e);g=`const ${e.getVar(h.type,p,r)}`}return e.addLineFlowCode(`${g} = ${c}`,this),p}_hasStack(e){return void 0!==e.getDataFromNode(this).stack}}const Eu=en(Au),wu=(e,t=null)=>Eu(e,t).toStack(),Cu=(e,t=null)=>Eu(e,t,!0).toStack(),Mu=e=>Eu(e).setIntent(!0).toStack();_i("toVar",wu),_i("toConst",Cu),_i("toVarIntent",Mu);class Bu extends ai{static get type(){return"SubBuild"}constructor(e,t,r=null){super(r),this.node=e,this.name=t,this.isSubBuildNode=!0}getNodeType(e){if(null!==this.nodeType)return this.nodeType;e.addSubBuild(this.name);const t=this.node.getNodeType(e);return e.removeSubBuild(),t}build(e,...t){e.addSubBuild(this.name);const r=this.node.build(e,...t);return e.removeSubBuild(),r}}const Lu=(e,t,r=null)=>Yi(new Bu(Yi(e),t,r));class Pu extends ai{static get type(){return"VaryingNode"}constructor(e,t=null){super(),this.node=e,this.name=t,this.isVaryingNode=!0,this.interpolationType=null,this.interpolationSampling=null,this.global=!0}setInterpolation(e,t=null){return this.interpolationType=e,this.interpolationSampling=t,this}getHash(e){return this.name||super.getHash(e)}getNodeType(e){return this.node.getNodeType(e)}setupVarying(e){const t=e.getNodeProperties(this);let r=t.varying;if(void 0===r){const s=this.name,i=this.getNodeType(e),n=this.interpolationType,a=this.interpolationSampling;t.varying=r=e.getVaryingFromNode(this,s,i,n,a),t.node=Lu(this.node,"VERTEX")}return r.needsInterpolation||(r.needsInterpolation="fragment"===e.shaderStage),r}setup(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}analyze(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}generate(e){const t=e.getSubBuildProperty("property",e.currentStack),r=e.getNodeProperties(this),s=this.setupVarying(e);if(void 0===r[t]){const i=this.getNodeType(e),n=e.getPropertyName(s,Ys.VERTEX);e.flowNodeFromShaderStage(Ys.VERTEX,r.node,i,n),r[t]=n}return e.getPropertyName(s)}}const Fu=en(Pu).setParameterLength(1,2),Du=e=>Fu(e);_i("toVarying",Fu),_i("toVertexStage",Du),_i("varying",(...e)=>(d("TSL: .varying() has been renamed to .toVarying()."),Fu(...e))),_i("vertexStage",(...e)=>(d("TSL: .vertexStage() has been renamed to .toVertexStage()."),Fu(...e)));const Uu=an(([e])=>{const t=e.mul(.9478672986).add(.0521327014).pow(2.4),r=e.mul(.0773993808),s=e.lessThanEqual(.04045);return iu(t,r,s)}).setLayout({name:"sRGBTransferEOTF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Iu=an(([e])=>{const t=e.pow(.41666).mul(1.055).sub(.055),r=e.mul(12.92),s=e.lessThanEqual(.0031308);return iu(t,r,s)}).setLayout({name:"sRGBTransferOETF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Ou="WorkingColorSpace";class Vu extends li{static get type(){return"ColorSpaceNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this.source=t,this.target=r}resolveColorSpace(e,t){return t===Ou?p.workingColorSpace:"OutputColorSpace"===t?e.context.outputColorSpace||e.renderer.outputColorSpace:t}setup(e){const{colorNode:t}=this,r=this.resolveColorSpace(e,this.source),s=this.resolveColorSpace(e,this.target);let i=t;return!1!==p.enabled&&r!==s&&r&&s?(p.getTransfer(r)===g&&(i=Sn(Uu(i.rgb),i.a)),p.getPrimaries(r)!==p.getPrimaries(s)&&(i=Sn(Cn(p._getMatrix(new n,r,s)).mul(i.rgb),i.a)),p.getTransfer(s)===g&&(i=Sn(Iu(i.rgb),i.a)),i):i}}const ku=(e,t)=>Yi(new Vu(Yi(e),Ou,t)),Gu=(e,t)=>Yi(new Vu(Yi(e),t,Ou));_i("workingToColorSpace",ku),_i("colorSpaceToWorking",Gu);let zu=class extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}};class $u extends ai{static get type(){return"ReferenceBaseNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.updateType=Qs.OBJECT}setGroup(e){return this.group=e,this}element(e){return new zu(this,Yi(e))}setNodeType(e){const t=xa(null,e);null!==this.group&&t.setGroup(this.group),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;enew Wu(e,t,r);class qu extends li{static get type(){return"ToneMappingNode"}constructor(e,t=Xu,r=null){super("vec3"),this._toneMapping=e,this.exposureNode=t,this.colorNode=r}customCacheKey(){return Us(this._toneMapping)}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup(e){const t=this.colorNode||e.context.color,r=this._toneMapping;if(r===m)return t;let s=null;const i=e.renderer.library.getToneMappingFunction(r);return null!==i?s=Sn(i(t.rgb,this.exposureNode),t.a):(o("ToneMappingNode: Unsupported Tone Mapping configuration.",r),s=t),s}}const ju=(e,t,r)=>Yi(new qu(e,Yi(t),Yi(r))),Xu=Hu("toneMappingExposure","float");_i("toneMapping",(e,t,r)=>ju(t,r,e));const Ku=new WeakMap;function Yu(e,t){let r=Ku.get(e);return void 0===r&&(r=new b(e,t),Ku.set(e,r)),r}class Qu extends mi{static get type(){return"BufferAttributeNode"}constructor(e,t=null,r=0,s=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferStride=r,this.bufferOffset=s,this.usage=f,this.instanced=!1,this.attribute=null,this.global=!0,e&&!0===e.isBufferAttribute&&e.itemSize<=4&&(this.attribute=e,this.usage=e.usage,this.instanced=e.isInstancedBufferAttribute)}getHash(e){if(0===this.bufferStride&&0===this.bufferOffset){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getNodeType(e){return null===this.bufferType&&(this.bufferType=e.getTypeFromAttribute(this.attribute)),this.bufferType}setup(e){if(null!==this.attribute)return;const t=this.getNodeType(e),r=e.getTypeLength(t),s=this.value,i=this.bufferStride||r,n=this.bufferOffset;let a;a=!0===s.isInterleavedBuffer?s:!0===s.isBufferAttribute?Yu(s.array,i):Yu(s,i);const o=new y(a,r,n);a.setUsage(this.usage),this.attribute=o,this.attribute.isInstancedBufferAttribute=this.instanced}generate(e){const t=this.getNodeType(e),r=e.getBufferAttributeFromNode(this,t),s=e.getPropertyName(r);let i=null;if("vertex"===e.shaderStage||"compute"===e.shaderStage)this.name=s,i=s;else{i=Fu(this).build(e,t)}return i}getInputType(){return"bufferAttribute"}setUsage(e){return this.usage=e,this.attribute&&!0===this.attribute.isBufferAttribute&&(this.attribute.usage=e),this}setInstanced(e){return this.instanced=e,this}}function Zu(e,t=null,r=0,s=0,i=f,n=!1){return"mat3"===t||null===t&&9===e.itemSize?Cn(new Qu(e,"vec3",9,0).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,3).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,6).setUsage(i).setInstanced(n)):"mat4"===t||null===t&&16===e.itemSize?Mn(new Qu(e,"vec4",16,0).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,4).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,8).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,12).setUsage(i).setInstanced(n)):new Qu(e,t,r,s)}const Ju=(e,t=null,r=0,s=0)=>Zu(e,t,r,s),el=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,f,!0),tl=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x,!0);_i("toAttribute",e=>Ju(e.value));class rl extends ai{static get type(){return"ComputeNode"}constructor(e,t){super("void"),this.isComputeNode=!0,this.computeNode=e,this.workgroupSize=t,this.count=null,this.version=1,this.name="",this.updateBeforeType=Qs.OBJECT,this.onInitFunction=null}setCount(e){return this.count=e,this}getCount(){return this.count}dispose(){this.dispatchEvent({type:"dispose"})}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}onInit(e){return this.onInitFunction=e,this}updateBefore({renderer:e}){e.compute(this)}setup(e){const t=this.computeNode.build(e);if(t){e.getNodeProperties(this).outputComputeNode=t.outputNode,t.outputNode=null}return t}generate(e,t){const{shaderStage:r}=e;if("compute"===r){const t=this.computeNode.build(e,"void");""!==t&&e.addLineFlowCode(t,this)}else{const r=e.getNodeProperties(this).outputComputeNode;if(r)return r.build(e,t)}}}const sl=(e,t=[64])=>{(0===t.length||t.length>3)&&o("TSL: compute() workgroupSize must have 1, 2, or 3 elements");for(let e=0;esl(e,r).setCount(t);_i("compute",il),_i("computeKernel",sl);class nl extends ai{static get type(){return"IsolateNode"}constructor(e,t=!0){super(),this.node=e,this.parent=t,this.isIsolateNode=!0}getNodeType(e){const t=e.getCache(),r=e.getCacheFromNode(this,this.parent);e.setCache(r);const s=this.node.getNodeType(e);return e.setCache(t),s}build(e,...t){const r=e.getCache(),s=e.getCacheFromNode(this,this.parent);e.setCache(s);const i=this.node.build(e,...t);return e.setCache(r),i}setParent(e){return this.parent=e,this}getParent(){return this.parent}}const al=e=>new nl(Yi(e));function ol(e,t=!0){return d('TSL: "cache()" has been deprecated. Use "isolate()" instead.'),al(e).setParent(t)}_i("cache",ol),_i("isolate",al);class ul extends ai{static get type(){return"BypassNode"}constructor(e,t){super(),this.isBypassNode=!0,this.outputNode=e,this.callNode=t}getNodeType(e){return this.outputNode.getNodeType(e)}generate(e){const t=this.callNode.build(e,"void");return""!==t&&e.addLineFlowCode(t,this),this.outputNode.build(e)}}const ll=en(ul).setParameterLength(2);_i("bypass",ll);class dl extends ai{static get type(){return"RemapNode"}constructor(e,t,r,s=hn(0),i=hn(1)){super(),this.node=e,this.inLowNode=t,this.inHighNode=r,this.outLowNode=s,this.outHighNode=i,this.doClamp=!0}setup(){const{node:e,inLowNode:t,inHighNode:r,outLowNode:s,outHighNode:i,doClamp:n}=this;let a=e.sub(t).div(r.sub(t));return!0===n&&(a=a.clamp()),a.mul(i.sub(s)).add(s)}}const cl=en(dl,null,null,{doClamp:!1}).setParameterLength(3,5),hl=en(dl).setParameterLength(3,5);_i("remap",cl),_i("remapClamp",hl);class pl extends ai{static get type(){return"ExpressionNode"}constructor(e="",t="void"){super(t),this.snippet=e}generate(e,t){const r=this.getNodeType(e),s=this.snippet;if("void"!==r)return e.format(s,r,t);e.addLineFlowCode(s,this)}}const gl=en(pl).setParameterLength(1,2),ml=e=>(e?bu(e,gl("discard")):gl("discard")).toStack();_i("discard",ml);class fl extends li{static get type(){return"RenderOutputNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this._toneMapping=t,this.outputColorSpace=r,this.isRenderOutputNode=!0}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup({context:e}){let t=this.colorNode||e.color;const r=(null!==this._toneMapping?this._toneMapping:e.toneMapping)||m,s=(null!==this.outputColorSpace?this.outputColorSpace:e.outputColorSpace)||T;return r!==m&&(t=t.toneMapping(r)),s!==T&&s!==p.workingColorSpace&&(t=t.workingToColorSpace(s)),t}}const yl=(e,t=null,r=null)=>Yi(new fl(Yi(e),t,r));_i("renderOutput",yl);class bl extends li{static get type(){return"DebugNode"}constructor(e,t=null){super(),this.node=e,this.callback=t}getNodeType(e){return this.node.getNodeType(e)}setup(e){return this.node.build(e)}analyze(e){return this.node.build(e)}generate(e){const t=this.callback,r=this.node.build(e),s="--- TSL debug - "+e.shaderStage+" shader ---",i="-".repeat(s.length);let n="";return n+="// #"+s+"#\n",n+=e.flow.code.replace(/^\t/gm,"")+"\n",n+="/* ... */ "+r+" /* ... */\n",n+="// #"+i+"#\n",null!==t?t(e,n):_(n),r}}const xl=(e,t=null)=>Yi(new bl(Yi(e),t)).toStack();_i("debug",xl);class Tl{constructor(){this._renderer=null,this.currentFrame=null}get nodeFrame(){return this._renderer._nodes.nodeFrame}setRenderer(e){return this._renderer=e,this}getRenderer(){return this._renderer}init(){}begin(){}finish(){}inspect(){}computeAsync(){}beginCompute(){}finishCompute(){}beginRender(){}finishRender(){}copyTextureToTexture(){}copyFramebufferToTexture(){}}class _l extends ai{static get type(){return"InspectorNode"}constructor(e,t="",r=null){super(),this.node=e,this.name=t,this.callback=r,this.updateType=Qs.FRAME,this.isInspectorNode=!0}getName(){return this.name||this.node.name}update(e){e.renderer.inspector.inspect(this)}getNodeType(e){return this.node.getNodeType(e)}setup(e){let t=this.node;return!0===e.context.inspector&&null!==this.callback&&(t=this.callback(t)),!0!==e.renderer.backend.isWebGPUBackend&&e.renderer.inspector.constructor!==Tl&&v('TSL: ".toInspector()" is only available with WebGPU.'),t}}function vl(e,t="",r=null){return(e=Yi(e)).before(new _l(e,t,r))}_i("toInspector",vl);class Nl extends ai{static get type(){return"AttributeNode"}constructor(e,t=null){super(t),this.global=!0,this._attributeName=e}getHash(e){return this.getAttributeName(e)}getNodeType(e){let t=this.nodeType;if(null===t){const r=this.getAttributeName(e);if(e.hasGeometryAttribute(r)){const s=e.geometry.getAttribute(r);t=e.getTypeFromAttribute(s)}else t="float"}return t}setAttributeName(e){return this._attributeName=e,this}getAttributeName(){return this._attributeName}generate(e){const t=this.getAttributeName(e),r=this.getNodeType(e);if(!0===e.hasGeometryAttribute(t)){const s=e.geometry.getAttribute(t),i=e.getTypeFromAttribute(s),n=e.getAttribute(t,i);if("vertex"===e.shaderStage)return e.format(n.name,i,r);return Fu(this).build(e,r)}return d(`AttributeNode: Vertex attribute "${t}" not found on geometry.`),e.generateConst(r)}serialize(e){super.serialize(e),e.global=this.global,e._attributeName=this._attributeName}deserialize(e){super.deserialize(e),this.global=e.global,this._attributeName=e._attributeName}}const Sl=(e,t=null)=>new Nl(e,t),Rl=(e=0)=>Sl("uv"+(e>0?e:""),"vec2");class Al extends ai{static get type(){return"TextureSizeNode"}constructor(e,t=null){super("uvec2"),this.isTextureSizeNode=!0,this.textureNode=e,this.levelNode=t}generate(e,t){const r=this.textureNode.build(e,"property"),s=null===this.levelNode?"0":this.levelNode.build(e,"int");return e.format(`${e.getMethod("textureDimensions")}( ${r}, ${s} )`,this.getNodeType(e),t)}}const El=en(Al).setParameterLength(1,2);class wl extends ba{static get type(){return"MaxMipLevelNode"}constructor(e){super(0),this._textureNode=e,this.updateType=Qs.FRAME}get textureNode(){return this._textureNode}get texture(){return this._textureNode.value}update(){const e=this.texture,t=e.images,r=t&&t.length>0?t[0]&&t[0].image||t[0]:e.image;if(r&&void 0!==r.width){const{width:e,height:t}=r;this.value=Math.log2(Math.max(e,t))}}}const Cl=en(wl).setParameterLength(1),Ml=new N;class Bl extends ba{static get type(){return"TextureNode"}constructor(e=Ml,t=null,r=null,s=null){super(e),this.isTextureNode=!0,this.uvNode=t,this.levelNode=r,this.biasNode=s,this.compareNode=null,this.depthNode=null,this.gradNode=null,this.offsetNode=null,this.sampler=!0,this.updateMatrix=!1,this.updateType=Qs.NONE,this.referenceNode=null,this._value=e,this._matrixUniform=null,this._flipYUniform=null,this.setUpdateMatrix(null===t)}set value(e){this.referenceNode?this.referenceNode.value=e:this._value=e}get value(){return this.referenceNode?this.referenceNode.value:this._value}getUniformHash(){return this.value.uuid}getNodeType(){return!0===this.value.isDepthTexture?"float":this.value.type===S?"uvec4":this.value.type===R?"ivec4":"vec4"}getInputType(){return"texture"}getDefaultUV(){return Rl(this.value.channel)}updateReference(){return this.value}getTransformedUV(e){return null===this._matrixUniform&&(this._matrixUniform=xa(this.value.matrix)),this._matrixUniform.mul(Tn(e,1)).xy}setUpdateMatrix(e){return this.updateMatrix=e,this}setupUV(e,t){return e.isFlipY()&&(null===this._flipYUniform&&(this._flipYUniform=xa(!1)),t=t.toVar(),t=this.sampler?this._flipYUniform.select(t.flipY(),t):this._flipYUniform.select(t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1)),t)),t}setup(e){const t=e.getNodeProperties(this);t.referenceNode=this.referenceNode;const r=this.value;if(!r||!0!==r.isTexture)throw new Error("THREE.TSL: `texture( value )` function expects a valid instance of THREE.Texture().");const s=an(()=>{let t=this.uvNode;return null!==t&&!0!==e.context.forceUVContext||!e.context.getUV||(t=e.context.getUV(this,e)),t||(t=this.getDefaultUV()),!0===this.updateMatrix&&(t=this.getTransformedUV(t)),t=this.setupUV(e,t),this.updateType=null!==this._matrixUniform||null!==this._flipYUniform?Qs.OBJECT:Qs.NONE,t})();let i=this.levelNode;null===i&&e.context.getTextureLevel&&(i=e.context.getTextureLevel(this)),t.uvNode=s,t.levelNode=i,t.biasNode=this.biasNode,t.compareNode=this.compareNode,t.gradNode=this.gradNode,t.depthNode=this.depthNode,t.offsetNode=this.offsetNode}generateUV(e,t){return t.build(e,!0===this.sampler?"vec2":"ivec2")}generateOffset(e,t){return t.build(e,"ivec2")}generateSnippet(e,t,r,s,i,n,a,o,u){const l=this.value;let d;return d=i?e.generateTextureBias(l,t,r,i,n,u):o?e.generateTextureGrad(l,t,r,o,n,u):a?e.generateTextureCompare(l,t,r,a,n,u):!1===this.sampler?e.generateTextureLoad(l,t,r,s,n,u):s?e.generateTextureLevel(l,t,r,s,n,u):e.generateTexture(l,t,r,n,u),d}generate(e,t){const r=this.value,s=e.getNodeProperties(this),i=super.generate(e,"property");if(/^sampler/.test(t))return i+"_sampler";if(e.isReference(t))return i;{const n=e.getDataFromNode(this);let a=n.propertyName;if(void 0===a){const{uvNode:t,levelNode:r,biasNode:o,compareNode:u,depthNode:l,gradNode:d,offsetNode:c}=s,h=this.generateUV(e,t),p=r?r.build(e,"float"):null,g=o?o.build(e,"float"):null,m=l?l.build(e,"int"):null,f=u?u.build(e,"float"):null,y=d?[d[0].build(e,"vec2"),d[1].build(e,"vec2")]:null,b=c?this.generateOffset(e,c):null,x=e.getVarFromNode(this);a=e.getPropertyName(x);const T=this.generateSnippet(e,i,h,p,g,m,f,y,b);e.addLineFlowCode(`${a} = ${T}`,this),n.snippet=T,n.propertyName=a}let o=a;const u=this.getNodeType(e);return e.needsToWorkingColorSpace(r)&&(o=Gu(gl(o,u),r.colorSpace).setup(e).build(e,u)),e.format(o,u,t)}}setSampler(e){return this.sampler=e,this}getSampler(){return this.sampler}uv(e){return d("TextureNode: .uv() has been renamed. Use .sample() instead."),this.sample(e)}sample(e){const t=this.clone();return t.uvNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}load(e){return this.sample(e).setSampler(!1)}blur(e){const t=this.clone();t.biasNode=Yi(e).mul(Cl(t)),t.referenceNode=this.getBase();const r=t.value;return!1===t.generateMipmaps&&(r&&!1===r.generateMipmaps||r.minFilter===A||r.magFilter===A)&&(d("TSL: texture().blur() requires mipmaps and sampling. Use .generateMipmaps=true and .minFilter/.magFilter=THREE.LinearFilter in the Texture."),t.biasNode=null),Yi(t)}level(e){const t=this.clone();return t.levelNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}size(e){return El(this,e)}bias(e){const t=this.clone();return t.biasNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}getBase(){return this.referenceNode?this.referenceNode.getBase():this}compare(e){const t=this.clone();return t.compareNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}grad(e,t){const r=this.clone();return r.gradNode=[Yi(e),Yi(t)],r.referenceNode=this.getBase(),Yi(r)}depth(e){const t=this.clone();return t.depthNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}offset(e){const t=this.clone();return t.offsetNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}serialize(e){super.serialize(e),e.value=this.value.toJSON(e.meta).uuid,e.sampler=this.sampler,e.updateMatrix=this.updateMatrix,e.updateType=this.updateType}deserialize(e){super.deserialize(e),this.value=e.meta.textures[e.value],this.sampler=e.sampler,this.updateMatrix=e.updateMatrix,this.updateType=e.updateType}update(){const e=this.value,t=this._matrixUniform;null!==t&&(t.value=e.matrix),!0===e.matrixAutoUpdate&&e.updateMatrix();const r=this._flipYUniform;null!==r&&(r.value=e.image instanceof ImageBitmap&&!0===e.flipY||!0===e.isRenderTargetTexture||!0===e.isFramebufferTexture||!0===e.isDepthTexture)}clone(){const e=new this.constructor(this.value,this.uvNode,this.levelNode,this.biasNode);return e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}const Ll=en(Bl).setParameterLength(1,4).setName("texture"),Pl=(e=Ml,t=null,r=null,s=null)=>{let i;return e&&!0===e.isTextureNode?(i=Yi(e.clone()),i.referenceNode=e.getBase(),null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=Ll(e,t,r,s),i},Fl=(...e)=>Pl(...e).setSampler(!1);class Dl extends ba{static get type(){return"BufferNode"}constructor(e,t,r=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferCount=r,this.updateRanges=[]}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}getElementType(e){return this.getNodeType(e)}getInputType(){return"buffer"}}const Ul=(e,t,r)=>new Dl(e,t,r);class Il extends oi{static get type(){return"UniformArrayElementNode"}constructor(e,t){super(e,t),this.isArrayBufferElementNode=!0}generate(e){const t=super.generate(e),r=this.getNodeType(),s=this.node.getPaddedType();return e.format(t,s,r)}}class Ol extends Dl{static get type(){return"UniformArrayNode"}constructor(e,t=null){super(null),this.array=e,this.elementType=null===t?Ws(e[0]):t,this.paddedType=this.getPaddedType(),this.updateType=Qs.RENDER,this.isArrayBufferNode=!0}getNodeType(){return this.paddedType}getElementType(){return this.elementType}getPaddedType(){const e=this.elementType;let t="vec4";return"mat2"===e?t="mat2":!0===/mat/.test(e)?t="mat4":"i"===e.charAt(0)?t="ivec4":"u"===e.charAt(0)&&(t="uvec4"),t}update(){const{array:e,value:t}=this,r=this.elementType;if("float"===r||"int"===r||"uint"===r)for(let r=0;rnew Ol(e,t);const kl=en(class extends ai{constructor(e){super("float"),this.name=e,this.isBuiltinNode=!0}generate(){return this.name}}).setParameterLength(1);let Gl,zl;class $l extends ai{static get type(){return"ScreenNode"}constructor(e){super(),this.scope=e,this._output=null,this.isViewportNode=!0}getNodeType(){return this.scope===$l.DPR?"float":this.scope===$l.VIEWPORT?"vec4":"vec2"}getUpdateType(){let e=Qs.NONE;return this.scope!==$l.SIZE&&this.scope!==$l.VIEWPORT&&this.scope!==$l.DPR||(e=Qs.RENDER),this.updateType=e,e}update({renderer:e}){const t=e.getRenderTarget();this.scope===$l.VIEWPORT?null!==t?zl.copy(t.viewport):(e.getViewport(zl),zl.multiplyScalar(e.getPixelRatio())):this.scope===$l.DPR?this._output.value=e.getPixelRatio():null!==t?(Gl.width=t.width,Gl.height=t.height):e.getDrawingBufferSize(Gl)}setup(){const e=this.scope;let r=null;return r=e===$l.SIZE?xa(Gl||(Gl=new t)):e===$l.VIEWPORT?xa(zl||(zl=new s)):e===$l.DPR?xa(1):fn(jl.div(ql)),this._output=r,r}generate(e){if(this.scope===$l.COORDINATE){let t=e.getFragCoord();if(e.isFlipY()){const r=e.getNodeProperties(ql).outputNode.build(e);t=`${e.getType("vec2")}( ${t}.x, ${r}.y - ${t}.y )`}return t}return super.generate(e)}}$l.COORDINATE="coordinate",$l.VIEWPORT="viewport",$l.SIZE="size",$l.UV="uv",$l.DPR="dpr";const Wl=tn($l,$l.DPR),Hl=tn($l,$l.UV),ql=tn($l,$l.SIZE),jl=tn($l,$l.COORDINATE),Xl=tn($l,$l.VIEWPORT),Kl=Xl.zw,Yl=jl.sub(Xl.xy),Ql=Yl.div(Kl),Zl=an(()=>(d('TSL: "viewportResolution" is deprecated. Use "screenSize" instead.'),ql),"vec2").once()(),Jl=xa(0,"uint").setName("u_cameraIndex").setGroup(ga("cameraIndex")).toVarying("v_cameraIndex"),ed=xa("float").setName("cameraNear").setGroup(fa).onRenderUpdate(({camera:e})=>e.near),td=xa("float").setName("cameraFar").setGroup(fa).onRenderUpdate(({camera:e})=>e.far),rd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrix);t=Vl(r).setGroup(fa).setName("cameraProjectionMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrix")}else t=xa("mat4").setName("cameraProjectionMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrix);return t}).once()(),sd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrixInverse);t=Vl(r).setGroup(fa).setName("cameraProjectionMatricesInverse").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrixInverse")}else t=xa("mat4").setName("cameraProjectionMatrixInverse").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrixInverse);return t}).once()(),id=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorldInverse);t=Vl(r).setGroup(fa).setName("cameraViewMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraViewMatrix")}else t=xa("mat4").setName("cameraViewMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorldInverse);return t}).once()(),nd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorld);t=Vl(r).setGroup(fa).setName("cameraWorldMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraWorldMatrix")}else t=xa("mat4").setName("cameraWorldMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorld);return t}).once()(),ad=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.normalMatrix);t=Vl(r).setGroup(fa).setName("cameraNormalMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraNormalMatrix")}else t=xa("mat3").setName("cameraNormalMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.normalMatrix);return t}).once()(),od=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const s=[];for(let t=0,i=e.cameras.length;t{const r=e.cameras,s=t.array;for(let e=0,t=r.length;et.value.setFromMatrixPosition(e.matrixWorld));return t}).once()(),ud=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.viewport);t=Vl(r,"vec4").setGroup(fa).setName("cameraViewports").element(Jl).toConst("cameraViewport")}else t=Sn(0,0,ql.x,ql.y).toConst("cameraViewport");return t}).once()(),ld=new E;class dd extends ai{static get type(){return"Object3DNode"}constructor(e,t=null){super(),this.scope=e,this.object3d=t,this.updateType=Qs.OBJECT,this.uniformNode=new ba(null)}getNodeType(){const e=this.scope;return e===dd.WORLD_MATRIX?"mat4":e===dd.POSITION||e===dd.VIEW_POSITION||e===dd.DIRECTION||e===dd.SCALE?"vec3":e===dd.RADIUS?"float":void 0}update(e){const t=this.object3d,s=this.uniformNode,i=this.scope;if(i===dd.WORLD_MATRIX)s.value=t.matrixWorld;else if(i===dd.POSITION)s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld);else if(i===dd.SCALE)s.value=s.value||new r,s.value.setFromMatrixScale(t.matrixWorld);else if(i===dd.DIRECTION)s.value=s.value||new r,t.getWorldDirection(s.value);else if(i===dd.VIEW_POSITION){const i=e.camera;s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld),s.value.applyMatrix4(i.matrixWorldInverse)}else if(i===dd.RADIUS){const r=e.object.geometry;null===r.boundingSphere&&r.computeBoundingSphere(),ld.copy(r.boundingSphere).applyMatrix4(t.matrixWorld),s.value=ld.radius}}generate(e){const t=this.scope;return t===dd.WORLD_MATRIX?this.uniformNode.nodeType="mat4":t===dd.POSITION||t===dd.VIEW_POSITION||t===dd.DIRECTION||t===dd.SCALE?this.uniformNode.nodeType="vec3":t===dd.RADIUS&&(this.uniformNode.nodeType="float"),this.uniformNode.build(e)}serialize(e){super.serialize(e),e.scope=this.scope}deserialize(e){super.deserialize(e),this.scope=e.scope}}dd.WORLD_MATRIX="worldMatrix",dd.POSITION="position",dd.SCALE="scale",dd.VIEW_POSITION="viewPosition",dd.DIRECTION="direction",dd.RADIUS="radius";const cd=en(dd,dd.DIRECTION).setParameterLength(1),hd=en(dd,dd.WORLD_MATRIX).setParameterLength(1),pd=en(dd,dd.POSITION).setParameterLength(1),gd=en(dd,dd.SCALE).setParameterLength(1),md=en(dd,dd.VIEW_POSITION).setParameterLength(1),fd=en(dd,dd.RADIUS).setParameterLength(1);class yd extends dd{static get type(){return"ModelNode"}constructor(e){super(e)}update(e){this.object3d=e.object,super.update(e)}}const bd=tn(yd,yd.DIRECTION),xd=tn(yd,yd.WORLD_MATRIX),Td=tn(yd,yd.POSITION),_d=tn(yd,yd.SCALE),vd=tn(yd,yd.VIEW_POSITION),Nd=tn(yd,yd.RADIUS),Sd=xa(new n).onObjectUpdate(({object:e},t)=>t.value.getNormalMatrix(e.matrixWorld)),Rd=xa(new a).onObjectUpdate(({object:e},t)=>t.value.copy(e.matrixWorld).invert()),Ad=an(e=>e.context.modelViewMatrix||Ed).once()().toVar("modelViewMatrix"),Ed=id.mul(xd),wd=an(e=>(e.context.isHighPrecisionModelViewMatrix=!0,xa("mat4").onObjectUpdate(({object:e,camera:t})=>e.modelViewMatrix.multiplyMatrices(t.matrixWorldInverse,e.matrixWorld)))).once()().toVar("highpModelViewMatrix"),Cd=an(e=>{const t=e.context.isHighPrecisionModelViewMatrix;return xa("mat3").onObjectUpdate(({object:e,camera:r})=>(!0!==t&&e.modelViewMatrix.multiplyMatrices(r.matrixWorldInverse,e.matrixWorld),e.normalMatrix.getNormalMatrix(e.modelViewMatrix)))}).once()().toVar("highpModelNormalViewMatrix"),Md=Sl("position","vec3"),Bd=Md.toVarying("positionLocal"),Ld=Md.toVarying("positionPrevious"),Pd=an(e=>xd.mul(Bd).xyz.toVarying(e.getSubBuildProperty("v_positionWorld")),"vec3").once(["POSITION"])(),Fd=an(()=>Bd.transformDirection(xd).toVarying("v_positionWorldDirection").normalize().toVar("positionWorldDirection"),"vec3").once(["POSITION"])(),Dd=an(e=>e.context.setupPositionView().toVarying("v_positionView"),"vec3").once(["POSITION"])(),Ud=an(e=>{let t;return t=e.camera.isOrthographicCamera?Tn(0,0,1):Dd.negate().toVarying("v_positionViewDirection").normalize(),t.toVar("positionViewDirection")},"vec3").once(["POSITION"])();class Id extends ai{static get type(){return"FrontFacingNode"}constructor(){super("bool"),this.isFrontFacingNode=!0}generate(e){if("fragment"!==e.shaderStage)return"true";const{material:t}=e;return t.side===w?"false":e.getFrontFacing()}}const Od=tn(Id),Vd=hn(Od).mul(2).sub(1),kd=an(([e],{material:t})=>{const r=t.side;return r===w?e=e.mul(-1):r===C&&(e=e.mul(Vd)),e}),Gd=Sl("normal","vec3"),zd=an(e=>!1===e.geometry.hasAttribute("normal")?(d('TSL: Vertex attribute "normal" not found on geometry.'),Tn(0,1,0)):Gd,"vec3").once()().toVar("normalLocal"),$d=Dd.dFdx().cross(Dd.dFdy()).normalize().toVar("normalFlat"),Wd=an(e=>{let t;return t=!0===e.material.flatShading?$d:Yd(zd).toVarying("v_normalViewGeometry").normalize(),t},"vec3").once()().toVar("normalViewGeometry"),Hd=an(e=>{let t=Wd.transformDirection(id);return!0!==e.material.flatShading&&(t=t.toVarying("v_normalWorldGeometry")),t.normalize().toVar("normalWorldGeometry")},"vec3").once()(),qd=an(({subBuildFn:e,material:t,context:r})=>{let s;return"NORMAL"===e||"VERTEX"===e?(s=Wd,!0!==t.flatShading&&(s=kd(s))):s=r.setupNormal().context({getUV:null}),s},"vec3").once(["NORMAL","VERTEX"])().toVar("normalView"),jd=qd.transformDirection(id).toVar("normalWorld"),Xd=an(({subBuildFn:e,context:t})=>{let r;return r="NORMAL"===e||"VERTEX"===e?qd:t.setupClearcoatNormal().context({getUV:null}),r},"vec3").once(["NORMAL","VERTEX"])().toVar("clearcoatNormalView"),Kd=an(([e,t=xd])=>{const r=Cn(t),s=e.div(Tn(r[0].dot(r[0]),r[1].dot(r[1]),r[2].dot(r[2])));return r.mul(s).xyz}),Yd=an(([e],t)=>{const r=t.context.modelNormalViewMatrix;if(r)return r.transformDirection(e);const s=Sd.mul(e);return id.transformDirection(s)}),Qd=an(()=>(d('TSL: "transformedNormalView" is deprecated. Use "normalView" instead.'),qd)).once(["NORMAL","VERTEX"])(),Zd=an(()=>(d('TSL: "transformedNormalWorld" is deprecated. Use "normalWorld" instead.'),jd)).once(["NORMAL","VERTEX"])(),Jd=an(()=>(d('TSL: "transformedClearcoatNormalView" is deprecated. Use "clearcoatNormalView" instead.'),Xd)).once(["NORMAL","VERTEX"])(),ec=new M,tc=new a,rc=xa(0).onReference(({material:e})=>e).onObjectUpdate(({material:e})=>e.refractionRatio),sc=xa(1).onReference(({material:e})=>e).onObjectUpdate(function({material:e,scene:t}){return e.envMap?e.envMapIntensity:t.environmentIntensity}),ic=xa(new a).onReference(function(e){return e.material}).onObjectUpdate(function({material:e,scene:t}){const r=null!==t.environment&&null===e.envMap?t.environmentRotation:e.envMapRotation;return r?(ec.copy(r),tc.makeRotationFromEuler(ec)):tc.identity(),tc}),nc=Ud.negate().reflect(qd),ac=Ud.negate().refract(qd,rc),oc=nc.transformDirection(id).toVar("reflectVector"),uc=ac.transformDirection(id).toVar("reflectVector"),lc=new B;class dc extends Bl{static get type(){return"CubeTextureNode"}constructor(e,t=null,r=null,s=null){super(e,t,r,s),this.isCubeTextureNode=!0}getInputType(){return!0===this.value.isDepthTexture?"cubeDepthTexture":"cubeTexture"}getDefaultUV(){const e=this.value;return e.mapping===L?oc:e.mapping===P?uc:(o('CubeTextureNode: Mapping "%s" not supported.',e.mapping),Tn(0,0,0))}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!0===r.isDepthTexture?e.renderer.coordinateSystem===h?Tn(t.x,t.y.negate(),t.z):t:(e.renderer.coordinateSystem!==h&&r.isRenderTargetTexture||(t=Tn(t.x.negate(),t.yz)),ic.mul(t))}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}}const cc=en(dc).setParameterLength(1,4).setName("cubeTexture"),hc=(e=lc,t=null,r=null,s=null)=>{let i;return e&&!0===e.isCubeTextureNode?(i=Yi(e.clone()),i.referenceNode=e,null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=cc(e,t,r,s),i};class pc extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}}class gc extends ai{static get type(){return"ReferenceNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.name=null,this.updateType=Qs.OBJECT}element(e){return new pc(this,Yi(e))}setGroup(e){return this.group=e,this}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setNodeType(e){let t=null;t=null!==this.count?Ul(null,e,this.count):Array.isArray(this.getValueFromReference())?Vl(null,e):"texture"===e?Pl(null):"cubeTexture"===e?hc(null):xa(null,e),null!==this.group&&t.setGroup(this.group),null!==this.name&&t.setName(this.name),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;enew gc(e,t,r),fc=(e,t,r,s)=>new gc(e,t,s,r);class yc extends gc{static get type(){return"MaterialReferenceNode"}constructor(e,t,r=null){super(e,t,r),this.material=r,this.isMaterialReferenceNode=!0}updateReference(e){return this.reference=null!==this.material?this.material:e.material,this.reference}}const bc=(e,t,r=null)=>new yc(e,t,r),xc=Rl(),Tc=Dd.dFdx(),_c=Dd.dFdy(),vc=xc.dFdx(),Nc=xc.dFdy(),Sc=qd,Rc=_c.cross(Sc),Ac=Sc.cross(Tc),Ec=Rc.mul(vc.x).add(Ac.mul(Nc.x)),wc=Rc.mul(vc.y).add(Ac.mul(Nc.y)),Cc=Ec.dot(Ec).max(wc.dot(wc)),Mc=Cc.equal(0).select(0,Cc.inverseSqrt()),Bc=Ec.mul(Mc).toVar("tangentViewFrame"),Lc=wc.mul(Mc).toVar("bitangentViewFrame"),Pc=Sl("tangent","vec4"),Fc=Pc.xyz.toVar("tangentLocal"),Dc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ad.mul(Sn(Fc,0)).xyz.toVarying("v_tangentView").normalize():Bc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("tangentView"),Uc=Dc.transformDirection(id).toVarying("v_tangentWorld").normalize().toVar("tangentWorld"),Ic=an(([e,t],{subBuildFn:r,material:s})=>{let i=e.mul(Pc.w).xyz;return"NORMAL"===r&&!0!==s.flatShading&&(i=i.toVarying(t)),i}).once(["NORMAL"]),Oc=Ic(Gd.cross(Pc),"v_bitangentGeometry").normalize().toVar("bitangentGeometry"),Vc=Ic(zd.cross(Fc),"v_bitangentLocal").normalize().toVar("bitangentLocal"),kc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ic(qd.cross(Dc),"v_bitangentView").normalize():Lc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("bitangentView"),Gc=Ic(jd.cross(Uc),"v_bitangentWorld").normalize().toVar("bitangentWorld"),zc=Cn(Dc,kc,qd).toVar("TBNViewMatrix"),$c=Ud.mul(zc),Wc=an(()=>{let e=Qn.cross(Ud);return e=e.cross(Qn).normalize(),e=iu(e,qd,Kn.mul(Vn.oneMinus()).oneMinus().pow2().pow2()).normalize(),e}).once()(),Hc=e=>Yi(e).mul(.5).add(.5),qc=e=>Tn(e,fo(au(hn(1).sub(Ko(e,e)))));class jc extends li{static get type(){return"NormalMapNode"}constructor(e,t=null){super("vec3"),this.node=e,this.scaleNode=t,this.normalMapType=F,this.unpackNormalMode=D}setup({material:e}){const{normalMapType:t,scaleNode:r,unpackNormalMode:s}=this;let i=this.node.mul(2).sub(1);if(t===F?s===U?i=qc(i.xy):s===I?i=qc(i.yw):s!==D&&console.error(`THREE.NodeMaterial: Unexpected unpack normal mode: ${s}`):s!==D&&console.error(`THREE.NodeMaterial: Normal map type '${t}' is not compatible with unpack normal mode '${s}'`),null!==r){let t=r;!0===e.flatShading&&(t=kd(t)),i=Tn(i.xy.mul(t),i.z)}let n=null;return t===O?n=Yd(i):t===F?n=zc.mul(i).normalize():(o(`NodeMaterial: Unsupported normal map type: ${t}`),n=qd),n}}const Xc=en(jc).setParameterLength(1,2),Kc=an(({textureNode:e,bumpScale:t})=>{const r=t=>e.isolate().context({getUV:e=>t(e.uvNode||Rl()),forceUVContext:!0}),s=hn(r(e=>e));return fn(hn(r(e=>e.add(e.dFdx()))).sub(s),hn(r(e=>e.add(e.dFdy()))).sub(s)).mul(t)}),Yc=an(e=>{const{surf_pos:t,surf_norm:r,dHdxy:s}=e,i=t.dFdx().normalize(),n=r,a=t.dFdy().normalize().cross(n),o=n.cross(i),u=i.dot(a).mul(Vd),l=u.sign().mul(s.x.mul(a).add(s.y.mul(o)));return u.abs().mul(r).sub(l).normalize()});class Qc extends li{static get type(){return"BumpMapNode"}constructor(e,t=null){super("vec3"),this.textureNode=e,this.scaleNode=t}setup(){const e=null!==this.scaleNode?this.scaleNode:1,t=Kc({textureNode:this.textureNode,bumpScale:e});return Yc({surf_pos:Dd,surf_norm:qd,dHdxy:t})}}const Zc=en(Qc).setParameterLength(1,2),Jc=new Map;class eh extends ai{static get type(){return"MaterialNode"}constructor(e){super(),this.scope=e}getCache(e,t){let r=Jc.get(e);return void 0===r&&(r=bc(e,t),Jc.set(e,r)),r}getFloat(e){return this.getCache(e,"float")}getColor(e){return this.getCache(e,"color")}getTexture(e){return this.getCache("map"===e?"map":e+"Map","texture")}setup(e){const t=e.context.material,r=this.scope;let s=null;if(r===eh.COLOR){const e=void 0!==t.color?this.getColor(r):Tn();s=t.map&&!0===t.map.isTexture?e.mul(this.getTexture("map")):e}else if(r===eh.OPACITY){const e=this.getFloat(r);s=t.alphaMap&&!0===t.alphaMap.isTexture?e.mul(this.getTexture("alpha")):e}else if(r===eh.SPECULAR_STRENGTH)s=t.specularMap&&!0===t.specularMap.isTexture?this.getTexture("specular").r:hn(1);else if(r===eh.SPECULAR_INTENSITY){const e=this.getFloat(r);s=t.specularIntensityMap&&!0===t.specularIntensityMap.isTexture?e.mul(this.getTexture(r).a):e}else if(r===eh.SPECULAR_COLOR){const e=this.getColor(r);s=t.specularColorMap&&!0===t.specularColorMap.isTexture?e.mul(this.getTexture(r).rgb):e}else if(r===eh.ROUGHNESS){const e=this.getFloat(r);s=t.roughnessMap&&!0===t.roughnessMap.isTexture?e.mul(this.getTexture(r).g):e}else if(r===eh.METALNESS){const e=this.getFloat(r);s=t.metalnessMap&&!0===t.metalnessMap.isTexture?e.mul(this.getTexture(r).b):e}else if(r===eh.EMISSIVE){const e=this.getFloat("emissiveIntensity"),i=this.getColor(r).mul(e);s=t.emissiveMap&&!0===t.emissiveMap.isTexture?i.mul(this.getTexture(r)):i}else if(r===eh.NORMAL)t.normalMap?(s=Xc(this.getTexture("normal"),this.getCache("normalScale","vec2")),s.normalMapType=t.normalMapType,t.normalMap.format!=V&&t.normalMap.format!=k&&t.normalMap.format!=G||(s.unpackNormalMode=U)):s=t.bumpMap?Zc(this.getTexture("bump").r,this.getFloat("bumpScale")):qd;else if(r===eh.CLEARCOAT){const e=this.getFloat(r);s=t.clearcoatMap&&!0===t.clearcoatMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_ROUGHNESS){const e=this.getFloat(r);s=t.clearcoatRoughnessMap&&!0===t.clearcoatRoughnessMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_NORMAL)s=t.clearcoatNormalMap?Xc(this.getTexture(r),this.getCache(r+"Scale","vec2")):qd;else if(r===eh.SHEEN){const e=this.getColor("sheenColor").mul(this.getFloat("sheen"));s=t.sheenColorMap&&!0===t.sheenColorMap.isTexture?e.mul(this.getTexture("sheenColor").rgb):e}else if(r===eh.SHEEN_ROUGHNESS){const e=this.getFloat(r);s=t.sheenRoughnessMap&&!0===t.sheenRoughnessMap.isTexture?e.mul(this.getTexture(r).a):e,s=s.clamp(1e-4,1)}else if(r===eh.ANISOTROPY)if(t.anisotropyMap&&!0===t.anisotropyMap.isTexture){const e=this.getTexture(r);s=wn(Oh.x,Oh.y,Oh.y.negate(),Oh.x).mul(e.rg.mul(2).sub(fn(1)).normalize().mul(e.b))}else s=Oh;else if(r===eh.IRIDESCENCE_THICKNESS){const e=mc("1","float",t.iridescenceThicknessRange);if(t.iridescenceThicknessMap){const i=mc("0","float",t.iridescenceThicknessRange);s=e.sub(i).mul(this.getTexture(r).g).add(i)}else s=e}else if(r===eh.TRANSMISSION){const e=this.getFloat(r);s=t.transmissionMap?e.mul(this.getTexture(r).r):e}else if(r===eh.THICKNESS){const e=this.getFloat(r);s=t.thicknessMap?e.mul(this.getTexture(r).g):e}else if(r===eh.IOR)s=this.getFloat(r);else if(r===eh.LIGHT_MAP)s=this.getTexture(r).rgb.mul(this.getFloat("lightMapIntensity"));else if(r===eh.AO)s=this.getTexture(r).r.sub(1).mul(this.getFloat("aoMapIntensity")).add(1);else if(r===eh.LINE_DASH_OFFSET)s=t.dashOffset?this.getFloat(r):hn(0);else{const t=this.getNodeType(e);s=this.getCache(r,t)}return s}}eh.ALPHA_TEST="alphaTest",eh.COLOR="color",eh.OPACITY="opacity",eh.SHININESS="shininess",eh.SPECULAR="specular",eh.SPECULAR_STRENGTH="specularStrength",eh.SPECULAR_INTENSITY="specularIntensity",eh.SPECULAR_COLOR="specularColor",eh.REFLECTIVITY="reflectivity",eh.ROUGHNESS="roughness",eh.METALNESS="metalness",eh.NORMAL="normal",eh.CLEARCOAT="clearcoat",eh.CLEARCOAT_ROUGHNESS="clearcoatRoughness",eh.CLEARCOAT_NORMAL="clearcoatNormal",eh.EMISSIVE="emissive",eh.ROTATION="rotation",eh.SHEEN="sheen",eh.SHEEN_ROUGHNESS="sheenRoughness",eh.ANISOTROPY="anisotropy",eh.IRIDESCENCE="iridescence",eh.IRIDESCENCE_IOR="iridescenceIOR",eh.IRIDESCENCE_THICKNESS="iridescenceThickness",eh.IOR="ior",eh.TRANSMISSION="transmission",eh.THICKNESS="thickness",eh.ATTENUATION_DISTANCE="attenuationDistance",eh.ATTENUATION_COLOR="attenuationColor",eh.LINE_SCALE="scale",eh.LINE_DASH_SIZE="dashSize",eh.LINE_GAP_SIZE="gapSize",eh.LINE_WIDTH="linewidth",eh.LINE_DASH_OFFSET="dashOffset",eh.POINT_SIZE="size",eh.DISPERSION="dispersion",eh.LIGHT_MAP="light",eh.AO="ao";const th=tn(eh,eh.ALPHA_TEST),rh=tn(eh,eh.COLOR),sh=tn(eh,eh.SHININESS),ih=tn(eh,eh.EMISSIVE),nh=tn(eh,eh.OPACITY),ah=tn(eh,eh.SPECULAR),oh=tn(eh,eh.SPECULAR_INTENSITY),uh=tn(eh,eh.SPECULAR_COLOR),lh=tn(eh,eh.SPECULAR_STRENGTH),dh=tn(eh,eh.REFLECTIVITY),ch=tn(eh,eh.ROUGHNESS),hh=tn(eh,eh.METALNESS),ph=tn(eh,eh.NORMAL),gh=tn(eh,eh.CLEARCOAT),mh=tn(eh,eh.CLEARCOAT_ROUGHNESS),fh=tn(eh,eh.CLEARCOAT_NORMAL),yh=tn(eh,eh.ROTATION),bh=tn(eh,eh.SHEEN),xh=tn(eh,eh.SHEEN_ROUGHNESS),Th=tn(eh,eh.ANISOTROPY),_h=tn(eh,eh.IRIDESCENCE),vh=tn(eh,eh.IRIDESCENCE_IOR),Nh=tn(eh,eh.IRIDESCENCE_THICKNESS),Sh=tn(eh,eh.TRANSMISSION),Rh=tn(eh,eh.THICKNESS),Ah=tn(eh,eh.IOR),Eh=tn(eh,eh.ATTENUATION_DISTANCE),wh=tn(eh,eh.ATTENUATION_COLOR),Ch=tn(eh,eh.LINE_SCALE),Mh=tn(eh,eh.LINE_DASH_SIZE),Bh=tn(eh,eh.LINE_GAP_SIZE),Lh=tn(eh,eh.LINE_WIDTH),Ph=tn(eh,eh.LINE_DASH_OFFSET),Fh=tn(eh,eh.POINT_SIZE),Dh=tn(eh,eh.DISPERSION),Uh=tn(eh,eh.LIGHT_MAP),Ih=tn(eh,eh.AO),Oh=xa(new t).onReference(function(e){return e.material}).onRenderUpdate(function({material:e}){this.value.set(e.anisotropy*Math.cos(e.anisotropyRotation),e.anisotropy*Math.sin(e.anisotropyRotation))}),Vh=an(e=>e.context.setupModelViewProjection(),"vec4").once()().toVarying("v_modelViewProjection");class kh extends oi{static get type(){return"StorageArrayElementNode"}constructor(e,t){super(e,t),this.isStorageArrayElementNode=!0}set storageBufferNode(e){this.node=e}get storageBufferNode(){return this.node}getMemberType(e,t){const r=this.storageBufferNode.structTypeNode;return r?r.getMemberType(e,t):"void"}setup(e){return!1===e.isAvailable("storageBuffer")&&!0===this.node.isPBO&&e.setupPBO(this.node),super.setup(e)}generate(e,t){let r;const s=e.context.assign;if(r=!1===e.isAvailable("storageBuffer")?!0!==this.node.isPBO||!0===s||!this.node.value.isInstancedBufferAttribute&&"compute"===e.shaderStage?this.node.build(e):e.generatePBO(this):super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}const Gh=en(kh).setParameterLength(2);class zh extends Dl{static get type(){return"StorageBufferNode"}constructor(e,t=null,r=0){let s,i=null;t&&t.isStruct?(s="struct",i=t.layout,(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)&&(r=e.count)):null===t&&(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)?(s=Vs(e.itemSize),r=e.count):s=t,super(e,s,r),this.isStorageBufferNode=!0,this.structTypeNode=i,this.access=Js.READ_WRITE,this.isAtomic=!1,this.isPBO=!1,this._attribute=null,this._varying=null,this.global=!0,!0!==e.isStorageBufferAttribute&&!0!==e.isStorageInstancedBufferAttribute&&(e.isInstancedBufferAttribute?e.isStorageInstancedBufferAttribute=!0:e.isStorageBufferAttribute=!0)}getHash(e){if(0===this.bufferCount){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getInputType(){return this.value.isIndirectStorageBufferAttribute?"indirectStorageBuffer":"storageBuffer"}element(e){return Gh(this,e)}setPBO(e){return this.isPBO=e,this}getPBO(){return this.isPBO}setAccess(e){return this.access=e,this}toReadOnly(){return this.setAccess(Js.READ_ONLY)}setAtomic(e){return this.isAtomic=e,this}toAtomic(){return this.setAtomic(!0)}getAttributeData(){return null===this._attribute&&(this._attribute=Ju(this.value),this._varying=Fu(this._attribute)),{attribute:this._attribute,varying:this._varying}}getNodeType(e){if(null!==this.structTypeNode)return this.structTypeNode.getNodeType(e);if(e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.getNodeType(e);const{attribute:t}=this.getAttributeData();return t.getNodeType(e)}getMemberType(e,t){return null!==this.structTypeNode?this.structTypeNode.getMemberType(e,t):"void"}generate(e){if(null!==this.structTypeNode&&this.structTypeNode.build(e),e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.generate(e);const{attribute:t,varying:r}=this.getAttributeData(),s=r.build(e);return e.registerTransform(s,t),s}}const $h=(e,t=null,r=0)=>new zh(e,t,r);class Wh extends ai{static get type(){return"IndexNode"}constructor(e){super("uint"),this.scope=e,this.isIndexNode=!0}generate(e){const t=this.getNodeType(e),r=this.scope;let s,i;if(r===Wh.VERTEX)s=e.getVertexIndex();else if(r===Wh.INSTANCE)s=e.getInstanceIndex();else if(r===Wh.DRAW)s=e.getDrawIndex();else if(r===Wh.INVOCATION_LOCAL)s=e.getInvocationLocalIndex();else if(r===Wh.INVOCATION_SUBGROUP)s=e.getInvocationSubgroupIndex();else{if(r!==Wh.SUBGROUP)throw new Error("THREE.IndexNode: Unknown scope: "+r);s=e.getSubgroupIndex()}if("vertex"===e.shaderStage||"compute"===e.shaderStage)i=s;else{i=Fu(this).build(e,t)}return i}}Wh.VERTEX="vertex",Wh.INSTANCE="instance",Wh.SUBGROUP="subgroup",Wh.INVOCATION_LOCAL="invocationLocal",Wh.INVOCATION_SUBGROUP="invocationSubgroup",Wh.DRAW="draw";const Hh=tn(Wh,Wh.VERTEX),qh=tn(Wh,Wh.INSTANCE),jh=tn(Wh,Wh.SUBGROUP),Xh=tn(Wh,Wh.INVOCATION_SUBGROUP),Kh=tn(Wh,Wh.INVOCATION_LOCAL),Yh=tn(Wh,Wh.DRAW);class Qh extends ai{static get type(){return"InstanceNode"}constructor(e,t,r=null){super("void"),this.count=e,this.instanceMatrix=t,this.instanceColor=r,this.instanceMatrixNode=null,this.instanceColorNode=null,this.updateType=Qs.FRAME,this.buffer=null,this.bufferColor=null}get isStorageMatrix(){const{instanceMatrix:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}get isStorageColor(){const{instanceColor:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}setup(e){const{instanceMatrix:t,instanceColor:r,isStorageMatrix:s,isStorageColor:i}=this,{count:n}=t;let{instanceMatrixNode:a,instanceColorNode:o}=this;if(null===a){if(s)a=$h(t,"mat4",Math.max(n,1)).element(qh);else if(n<=1e3)a=Ul(t.array,"mat4",Math.max(n,1)).element(qh);else{const e=new z(t.array,16,1);this.buffer=e;const r=t.usage===x?tl:el,s=[r(e,"vec4",16,0),r(e,"vec4",16,4),r(e,"vec4",16,8),r(e,"vec4",16,12)];a=Mn(...s)}this.instanceMatrixNode=a}if(r&&null===o){if(i)o=$h(r,"vec3",Math.max(r.count,1)).element(qh);else{const e=new $(r.array,3),t=r.usage===x?tl:el;this.bufferColor=e,o=Tn(t(e,"vec3",3,0))}this.instanceColorNode=o}const u=a.mul(Bd).xyz;if(Bd.assign(u),e.hasGeometryAttribute("normal")){const e=Kd(zd,a);zd.assign(e)}null!==this.instanceColorNode&&Dn("vec3","vInstanceColor").assign(this.instanceColorNode)}update(){null!==this.buffer&&!0!==this.isStorageMatrix&&(this.buffer.clearUpdateRanges(),this.buffer.updateRanges.push(...this.instanceMatrix.updateRanges),this.instanceMatrix.usage!==x&&this.instanceMatrix.version!==this.buffer.version&&(this.buffer.version=this.instanceMatrix.version)),this.instanceColor&&null!==this.bufferColor&&!0!==this.isStorageColor&&(this.bufferColor.clearUpdateRanges(),this.bufferColor.updateRanges.push(...this.instanceColor.updateRanges),this.instanceColor.usage!==x&&this.instanceColor.version!==this.bufferColor.version&&(this.bufferColor.version=this.instanceColor.version))}}const Zh=en(Qh).setParameterLength(2,3);class Jh extends Qh{static get type(){return"InstancedMeshNode"}constructor(e){const{count:t,instanceMatrix:r,instanceColor:s}=e;super(t,r,s),this.instancedMesh=e}}const ep=en(Jh).setParameterLength(1);class tp extends ai{static get type(){return"BatchNode"}constructor(e){super("void"),this.batchMesh=e,this.batchingIdNode=null}setup(e){null===this.batchingIdNode&&(null===e.getDrawIndex()?this.batchingIdNode=qh:this.batchingIdNode=Yh);const t=an(([e])=>{const t=pn(El(Fl(this.batchMesh._indirectTexture),0).x).toConst(),r=pn(e).mod(t).toConst(),s=pn(e).div(t).toConst();return Fl(this.batchMesh._indirectTexture,yn(r,s)).x}).setLayout({name:"getIndirectIndex",type:"uint",inputs:[{name:"id",type:"int"}]}),r=t(pn(this.batchingIdNode)),s=this.batchMesh._matricesTexture,i=pn(El(Fl(s),0).x).toConst(),n=hn(r).mul(4).toInt().toConst(),a=n.mod(i).toConst(),o=n.div(i).toConst(),u=Mn(Fl(s,yn(a,o)),Fl(s,yn(a.add(1),o)),Fl(s,yn(a.add(2),o)),Fl(s,yn(a.add(3),o))),l=this.batchMesh._colorsTexture;if(null!==l){const e=an(([e])=>{const t=pn(El(Fl(l),0).x).toConst(),r=e,s=r.mod(t).toConst(),i=r.div(t).toConst();return Fl(l,yn(s,i)).rgb}).setLayout({name:"getBatchingColor",type:"vec3",inputs:[{name:"id",type:"int"}]}),t=e(r);Dn("vec3","vBatchColor").assign(t)}const d=Cn(u);Bd.assign(u.mul(Bd));const c=zd.div(Tn(d[0].dot(d[0]),d[1].dot(d[1]),d[2].dot(d[2]))),h=d.mul(c).xyz;zd.assign(h),e.hasGeometryAttribute("tangent")&&Fc.mulAssign(d)}}const rp=en(tp).setParameterLength(1),sp=new WeakMap;class ip extends ai{static get type(){return"SkinningNode"}constructor(e){super("void"),this.skinnedMesh=e,this.updateType=Qs.OBJECT,this.skinIndexNode=Sl("skinIndex","uvec4"),this.skinWeightNode=Sl("skinWeight","vec4"),this.bindMatrixNode=mc("bindMatrix","mat4"),this.bindMatrixInverseNode=mc("bindMatrixInverse","mat4"),this.boneMatricesNode=fc("skeleton.boneMatrices","mat4",e.skeleton.bones.length),this.positionNode=Bd,this.toPositionNode=Bd,this.previousBoneMatricesNode=null}getSkinnedPosition(e=this.boneMatricesNode,t=this.positionNode){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w),d=i.mul(t),c=wa(a.mul(s.x).mul(d),o.mul(s.y).mul(d),u.mul(s.z).mul(d),l.mul(s.w).mul(d));return n.mul(c).xyz}getSkinnedNormal(e=this.boneMatricesNode,t=zd){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w);let d=wa(s.x.mul(a),s.y.mul(o),s.z.mul(u),s.w.mul(l));return d=n.mul(d).mul(i),d.transformDirection(t).xyz}getPreviousSkinnedPosition(e){const t=e.object;return null===this.previousBoneMatricesNode&&(t.skeleton.previousBoneMatrices=new Float32Array(t.skeleton.boneMatrices),this.previousBoneMatricesNode=fc("skeleton.previousBoneMatrices","mat4",t.skeleton.bones.length)),this.getSkinnedPosition(this.previousBoneMatricesNode,Ld)}needsPreviousBoneMatrices(e){const t=e.renderer.getMRT();return t&&t.has("velocity")||!0===qs(e.object).useVelocity}setup(e){this.needsPreviousBoneMatrices(e)&&Ld.assign(this.getPreviousSkinnedPosition(e));const t=this.getSkinnedPosition();if(this.toPositionNode&&this.toPositionNode.assign(t),e.hasGeometryAttribute("normal")){const t=this.getSkinnedNormal();zd.assign(t),e.hasGeometryAttribute("tangent")&&Fc.assign(t)}return t}generate(e,t){if("void"!==t)return super.generate(e,t)}update(e){const t=e.object&&e.object.skeleton?e.object.skeleton:this.skinnedMesh.skeleton;sp.get(t)!==e.frameId&&(sp.set(t,e.frameId),null!==this.previousBoneMatricesNode&&(null===t.previousBoneMatrices&&(t.previousBoneMatrices=new Float32Array(t.boneMatrices)),t.previousBoneMatrices.set(t.boneMatrices)),t.update())}}const np=e=>new ip(e);class ap extends ai{static get type(){return"LoopNode"}constructor(e=[]){super("void"),this.params=e}getVarName(e){return String.fromCharCode("i".charCodeAt(0)+e)}getProperties(e){const t=e.getNodeProperties(this);if(void 0!==t.stackNode)return t;const r={};for(let e=0,t=this.params.length-1;eNumber(l)?">=":"<")),a)n=`while ( ${l} )`;else{const r={start:u,end:l},s=r.start,i=r.end;let a;const g=()=>h.includes("<")?"+=":"-=";if(null!=p)switch(typeof p){case"function":a=e.flowStagesNode(t.updateNode,"void").code.replace(/\t|;/g,"");break;case"number":a=d+" "+g()+" "+e.generateConst(c,p);break;case"string":a=d+" "+p;break;default:p.isNode?a=d+" "+g()+" "+p.build(e):(o("TSL: 'Loop( { update: ... } )' is not a function, string or number."),a="break /* invalid update */")}else p="int"===c||"uint"===c?h.includes("<")?"++":"--":g()+" 1.",a=d+" "+p;n=`for ( ${e.getVar(c,d)+" = "+s}; ${d+" "+h+" "+i}; ${a} )`}e.addFlowCode((0===s?"\n":"")+e.tab+n+" {\n\n").addFlowTab()}const i=s.build(e,"void");t.returnsNode.build(e,"void"),e.removeFlowTab().addFlowCode("\n"+e.tab+i);for(let t=0,r=this.params.length-1;tnew ap(Ji(e,"int")).toStack(),up=()=>gl("break").toStack(),lp=new WeakMap,dp=new s,cp=an(({bufferMap:e,influence:t,stride:r,width:s,depth:i,offset:n})=>{const a=pn(Hh).mul(r).add(n),o=a.div(s),u=a.sub(o.mul(s));return Fl(e,yn(u,o)).depth(i).xyz.mul(t)});class hp extends ai{static get type(){return"MorphNode"}constructor(e){super("void"),this.mesh=e,this.morphBaseInfluence=xa(1),this.updateType=Qs.OBJECT}setup(e){const{geometry:r}=e,s=void 0!==r.morphAttributes.position,i=r.hasAttribute("normal")&&void 0!==r.morphAttributes.normal,n=r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color,a=void 0!==n?n.length:0,{texture:o,stride:u,size:l}=function(e){const r=void 0!==e.morphAttributes.position,s=void 0!==e.morphAttributes.normal,i=void 0!==e.morphAttributes.color,n=e.morphAttributes.position||e.morphAttributes.normal||e.morphAttributes.color,a=void 0!==n?n.length:0;let o=lp.get(e);if(void 0===o||o.count!==a){void 0!==o&&o.texture.dispose();const u=e.morphAttributes.position||[],l=e.morphAttributes.normal||[],d=e.morphAttributes.color||[];let c=0;!0===r&&(c=1),!0===s&&(c=2),!0===i&&(c=3);let h=e.attributes.position.count*c,p=1;const g=4096;h>g&&(p=Math.ceil(h/g),h=g);const m=new Float32Array(h*p*4*a),f=new W(m,h,p,a);f.type=H,f.needsUpdate=!0;const y=4*c;for(let x=0;x{const t=hn(0).toVar();this.mesh.count>1&&null!==this.mesh.morphTexture&&void 0!==this.mesh.morphTexture?t.assign(Fl(this.mesh.morphTexture,yn(pn(e).add(1),pn(qh))).r):t.assign(mc("morphTargetInfluences","float").element(e).toVar()),ln(t.notEqual(0),()=>{!0===s&&Bd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(0)})),!0===i&&zd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(1)}))})})}update(){const e=this.morphBaseInfluence;this.mesh.geometry.morphTargetsRelative?e.value=1:e.value=1-this.mesh.morphTargetInfluences.reduce((e,t)=>e+t,0)}}const pp=en(hp).setParameterLength(1);class gp extends ai{static get type(){return"LightingNode"}constructor(){super("vec3"),this.isLightingNode=!0}}class mp extends gp{static get type(){return"AONode"}constructor(e=null){super(),this.aoNode=e}setup(e){e.context.ambientOcclusion.mulAssign(this.aoNode)}}class fp extends xu{static get type(){return"LightingContextNode"}constructor(e,t=null,r=null,s=null){super(e),this.lightingModel=t,this.backdropNode=r,this.backdropAlphaNode=s,this._value=null}getContext(){const{backdropNode:e,backdropAlphaNode:t}=this,r={directDiffuse:Tn().toVar("directDiffuse"),directSpecular:Tn().toVar("directSpecular"),indirectDiffuse:Tn().toVar("indirectDiffuse"),indirectSpecular:Tn().toVar("indirectSpecular")};return{radiance:Tn().toVar("radiance"),irradiance:Tn().toVar("irradiance"),iblIrradiance:Tn().toVar("iblIrradiance"),ambientOcclusion:hn(1).toVar("ambientOcclusion"),reflectedLight:r,backdrop:e,backdropAlpha:t}}setup(e){return this.value=this._value||(this._value=this.getContext()),this.value.lightingModel=this.lightingModel||e.context.lightingModel,super.setup(e)}}const yp=en(fp);class bp extends gp{static get type(){return"IrradianceNode"}constructor(e){super(),this.node=e}setup(e){e.context.irradiance.addAssign(this.node)}}const xp=new t;class Tp extends Bl{static get type(){return"ViewportTextureNode"}constructor(e=Hl,t=null,r=null){let s=null;null===r?(s=new q,s.minFilter=j,r=s):s=r,super(r,e,t),this.generateMipmaps=!1,this.defaultFramebuffer=s,this.isOutputTextureNode=!0,this.updateBeforeType=Qs.FRAME,this._cacheTextures=new WeakMap}getTextureForReference(e=null){let t,r;if(this.referenceNode?(t=this.referenceNode.defaultFramebuffer,r=this.referenceNode._cacheTextures):(t=this.defaultFramebuffer,r=this._cacheTextures),null===e)return t;if(!1===r.has(e)){const s=t.clone();r.set(e,s)}return r.get(e)}updateReference(e){const t=e.renderer.getRenderTarget();return this.value=this.getTextureForReference(t),this.value}updateBefore(e){const t=e.renderer,r=t.getRenderTarget();null===r?t.getDrawingBufferSize(xp):xp.set(r.width,r.height);const s=this.getTextureForReference(r);s.image.width===xp.width&&s.image.height===xp.height||(s.image.width=xp.width,s.image.height=xp.height,s.needsUpdate=!0);const i=s.generateMipmaps;s.generateMipmaps=this.generateMipmaps,t.copyFramebufferToTexture(s),s.generateMipmaps=i}clone(){const e=new this.constructor(this.uvNode,this.levelNode,this.value);return e.generateMipmaps=this.generateMipmaps,e}}const _p=en(Tp).setParameterLength(0,3),vp=en(Tp,null,null,{generateMipmaps:!0}).setParameterLength(0,3);let Np=null;class Sp extends Tp{static get type(){return"ViewportDepthTextureNode"}constructor(e=Hl,t=null){null===Np&&(Np=new X),super(e,t,Np)}getTextureForReference(){return Np}}const Rp=en(Sp).setParameterLength(0,2);class Ap extends ai{static get type(){return"ViewportDepthNode"}constructor(e,t=null){super("float"),this.scope=e,this.valueNode=t,this.isViewportDepthNode=!0}generate(e){const{scope:t}=this;return t===Ap.DEPTH_BASE?e.getFragDepth():super.generate(e)}setup({camera:e}){const{scope:t}=this,r=this.valueNode;let s=null;if(t===Ap.DEPTH_BASE)null!==r&&(s=Bp().assign(r));else if(t===Ap.DEPTH)s=e.isPerspectiveCamera?wp(Dd.z,ed,td):Ep(Dd.z,ed,td);else if(t===Ap.LINEAR_DEPTH)if(null!==r)if(e.isPerspectiveCamera){const e=Cp(r,ed,td);s=Ep(e,ed,td)}else s=r;else s=Ep(Dd.z,ed,td);return s}}Ap.DEPTH_BASE="depthBase",Ap.DEPTH="depth",Ap.LINEAR_DEPTH="linearDepth";const Ep=(e,t,r)=>e.add(t).div(t.sub(r)),wp=(e,t,r)=>t.add(e).mul(r).div(r.sub(t).mul(e)),Cp=(e,t,r)=>t.mul(r).div(r.sub(t).mul(e).sub(r)),Mp=(e,t,r)=>{t=t.max(1e-6).toVar();const s=mo(e.negate().div(t)),i=mo(r.div(t));return s.div(i)},Bp=en(Ap,Ap.DEPTH_BASE),Lp=tn(Ap,Ap.DEPTH),Pp=en(Ap,Ap.LINEAR_DEPTH).setParameterLength(0,1),Fp=Pp(Rp());Lp.assign=e=>Bp(e);class Dp extends ai{static get type(){return"ClippingNode"}constructor(e=Dp.DEFAULT){super(),this.scope=e}setup(e){super.setup(e);const t=e.clippingContext,{intersectionPlanes:r,unionPlanes:s}=t;return this.hardwareClipping=e.material.hardwareClipping,this.scope===Dp.ALPHA_TO_COVERAGE?this.setupAlphaToCoverage(r,s):this.scope===Dp.HARDWARE?this.setupHardwareClipping(s,e):this.setupDefault(r,s)}setupAlphaToCoverage(e,t){return an(()=>{const r=hn().toVar("distanceToPlane"),s=hn().toVar("distanceToGradient"),i=hn(1).toVar("clipOpacity"),n=t.length;if(!1===this.hardwareClipping&&n>0){const e=Vl(t).setGroup(fa);op(n,({i:t})=>{const n=e.element(t);r.assign(Dd.dot(n.xyz).negate().add(n.w)),s.assign(r.fwidth().div(2)),i.mulAssign(uu(s.negate(),s,r))})}const a=e.length;if(a>0){const t=Vl(e).setGroup(fa),n=hn(1).toVar("intersectionClipOpacity");op(a,({i:e})=>{const i=t.element(e);r.assign(Dd.dot(i.xyz).negate().add(i.w)),s.assign(r.fwidth().div(2)),n.mulAssign(uu(s.negate(),s,r).oneMinus())}),i.mulAssign(n.oneMinus())}Un.a.mulAssign(i),Un.a.equal(0).discard()})()}setupDefault(e,t){return an(()=>{const r=t.length;if(!1===this.hardwareClipping&&r>0){const e=Vl(t).setGroup(fa);op(r,({i:t})=>{const r=e.element(t);Dd.dot(r.xyz).greaterThan(r.w).discard()})}const s=e.length;if(s>0){const t=Vl(e).setGroup(fa),r=mn(!0).toVar("clipped");op(s,({i:e})=>{const s=t.element(e);r.assign(Dd.dot(s.xyz).greaterThan(s.w).and(r))}),r.discard()}})()}setupHardwareClipping(e,t){const r=e.length;return t.enableHardwareClipping(r),an(()=>{const s=Vl(e).setGroup(fa),i=kl(t.getClipDistance());op(r,({i:e})=>{const t=s.element(e),r=Dd.dot(t.xyz).sub(t.w).negate();i.element(e).assign(r)})})()}}Dp.ALPHA_TO_COVERAGE="alphaToCoverage",Dp.DEFAULT="default",Dp.HARDWARE="hardware";const Up=an(([e])=>_o(Ma(1e4,vo(Ma(17,e.x).add(Ma(.1,e.y)))).mul(wa(.1,wo(vo(Ma(13,e.y).add(e.x))))))),Ip=an(([e])=>Up(fn(Up(e.xy),e.z))),Op=an(([e])=>{const t=Wo(Mo(Po(e.xyz)),Mo(Fo(e.xyz))),r=hn(1).div(hn(.05).mul(t)).toVar("pixScale"),s=fn(po(bo(mo(r))),po(xo(mo(r)))),i=fn(Ip(bo(s.x.mul(e.xyz))),Ip(bo(s.y.mul(e.xyz)))),n=_o(mo(r)),a=wa(Ma(n.oneMinus(),i.x),Ma(n,i.y)),o=$o(n,n.oneMinus()),u=Tn(a.mul(a).div(Ma(2,o).mul(Ca(1,o))),a.sub(Ma(.5,o)).div(Ca(1,o)),Ca(1,Ca(1,a).mul(Ca(1,a)).div(Ma(2,o).mul(Ca(1,o))))),l=a.lessThan(o.oneMinus()).select(a.lessThan(o).select(u.x,u.y),u.z);return nu(l,1e-6,1)}).setLayout({name:"getAlphaHashThreshold",type:"float",inputs:[{name:"position",type:"vec3"}]});class Vp extends Nl{static get type(){return"VertexColorNode"}constructor(e){super(null,"vec4"),this.isVertexColorNode=!0,this.index=e}getAttributeName(){const e=this.index;return"color"+(e>0?e:"")}generate(e){const t=this.getAttributeName(e);let r;return r=!0===e.hasGeometryAttribute(t)?super.generate(e):e.generateConst(this.nodeType,new s(1,1,1,1)),r}serialize(e){super.serialize(e),e.index=this.index}deserialize(e){super.deserialize(e),this.index=e.index}}const kp=(e=0)=>new Vp(e),Gp=an(([e,t])=>$o(1,e.oneMinus().div(t)).oneMinus()).setLayout({name:"blendBurn",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),zp=an(([e,t])=>$o(e.div(t.oneMinus()),1)).setLayout({name:"blendDodge",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),$p=an(([e,t])=>e.oneMinus().mul(t.oneMinus()).oneMinus()).setLayout({name:"blendScreen",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Wp=an(([e,t])=>iu(e.mul(2).mul(t),e.oneMinus().mul(2).mul(t.oneMinus()).oneMinus(),Ho(.5,e))).setLayout({name:"blendOverlay",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Hp=an(([e,t])=>{const r=t.a.add(e.a.mul(t.a.oneMinus()));return Sn(t.rgb.mul(t.a).add(e.rgb.mul(e.a).mul(t.a.oneMinus())).div(r),r)}).setLayout({name:"blendColor",type:"vec4",inputs:[{name:"base",type:"vec4"},{name:"blend",type:"vec4"}]}),qp=an(([e])=>Sn(e.rgb.mul(e.a),e.a),{color:"vec4",return:"vec4"}),jp=an(([e])=>(ln(e.a.equal(0),()=>Sn(0)),Sn(e.rgb.div(e.a),e.a)),{color:"vec4",return:"vec4"});class Xp extends K{static get type(){return"NodeMaterial"}get type(){return this.constructor.type}set type(e){}constructor(){super(),this.isNodeMaterial=!0,this.fog=!0,this.lights=!1,this.hardwareClipping=!1,this.lightsNode=null,this.envNode=null,this.aoNode=null,this.colorNode=null,this.normalNode=null,this.opacityNode=null,this.backdropNode=null,this.backdropAlphaNode=null,this.alphaTestNode=null,this.maskNode=null,this.positionNode=null,this.geometryNode=null,this.depthNode=null,this.receivedShadowPositionNode=null,this.castShadowPositionNode=null,this.receivedShadowNode=null,this.castShadowNode=null,this.outputNode=null,this.mrtNode=null,this.fragmentNode=null,this.vertexNode=null,this.contextNode=null,Object.defineProperty(this,"shadowPositionNode",{get:()=>this.receivedShadowPositionNode,set:e=>{d('NodeMaterial: ".shadowPositionNode" was renamed to ".receivedShadowPositionNode".'),this.receivedShadowPositionNode=e}})}_getNodeChildren(){const e=[];for(const t of Object.getOwnPropertyNames(this)){if(!0===t.startsWith("_"))continue;const r=this[t];r&&!0===r.isNode&&e.push({property:t,childNode:r})}return e}customProgramCacheKey(){const e=[];for(const{property:t,childNode:r}of this._getNodeChildren())e.push(Fs(t.slice(0,-4)),r.getCacheKey());return this.type+Ds(e)}build(e){this.setup(e)}setupObserver(e){return new Ls(e)}setup(e){e.context.setupNormal=()=>Lu(this.setupNormal(e),"NORMAL","vec3"),e.context.setupPositionView=()=>this.setupPositionView(e),e.context.setupModelViewProjection=()=>this.setupModelViewProjection(e);const t=e.renderer,r=t.getRenderTarget();!0===t.contextNode.isContextNode?e.context={...e.context,...t.contextNode.getFlowContextData()}:o('NodeMaterial: "renderer.contextNode" must be an instance of `context()`.'),null!==this.contextNode&&(!0===this.contextNode.isContextNode?e.context={...e.context,...this.contextNode.getFlowContextData()}:o('NodeMaterial: "material.contextNode" must be an instance of `context()`.')),e.addStack();const s=Lu(this.setupVertex(e),"VERTEX"),i=this.vertexNode||s;let n;e.stack.outputNode=i,this.setupHardwareClipping(e),null!==this.geometryNode&&(e.stack.outputNode=e.stack.outputNode.bypass(this.geometryNode)),e.addFlow("vertex",e.removeStack()),e.addStack();const a=this.setupClipping(e);if(!0!==this.depthWrite&&!0!==this.depthTest||(null!==r?!0===r.depthBuffer&&this.setupDepth(e):!0===t.depth&&this.setupDepth(e)),null===this.fragmentNode){this.setupDiffuseColor(e),this.setupVariants(e);const s=this.setupLighting(e);null!==a&&e.stack.addToStack(a);const i=Sn(s,Un.a).max(0);n=this.setupOutput(e,i),ra.assign(n);const o=null!==this.outputNode;if(o&&(n=this.outputNode),e.context.getOutput&&(n=e.context.getOutput(n,e)),null!==r){const e=t.getMRT(),r=this.mrtNode;null!==e?(o&&ra.assign(n),n=e,null!==r&&(n=e.merge(r))):null!==r&&(n=r)}}else{let t=this.fragmentNode;!0!==t.isOutputStructNode&&(t=Sn(t)),n=this.setupOutput(e,t)}e.stack.outputNode=n,e.addFlow("fragment",e.removeStack()),e.observer=this.setupObserver(e)}setupClipping(e){if(null===e.clippingContext)return null;const{unionPlanes:t,intersectionPlanes:r}=e.clippingContext;let s=null;if(t.length>0||r.length>0){const t=e.renderer.currentSamples;this.alphaToCoverage&&t>1?s=new Dp(Dp.ALPHA_TO_COVERAGE):e.stack.addToStack(new Dp)}return s}setupHardwareClipping(e){if(this.hardwareClipping=!1,null===e.clippingContext)return;const t=e.clippingContext.unionPlanes.length;t>0&&t<=8&&e.isAvailable("clipDistance")&&(e.stack.addToStack(new Dp(Dp.HARDWARE)),this.hardwareClipping=!0)}setupDepth(e){const{renderer:t,camera:r}=e;let s=this.depthNode;if(null===s){const e=t.getMRT();e&&e.has("depth")?s=e.get("depth"):!0===t.logarithmicDepthBuffer&&(s=r.isPerspectiveCamera?Mp(Dd.z,ed,td):Ep(Dd.z,ed,td))}null!==s&&Lp.assign(s).toStack()}setupPositionView(){return Ad.mul(Bd).xyz}setupModelViewProjection(){return rd.mul(Dd)}setupVertex(e){return e.addStack(),this.setupPosition(e),e.context.vertex=e.removeStack(),Vh}setupPosition(e){const{object:t,geometry:r}=e;if((r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color)&&pp(t).toStack(),!0===t.isSkinnedMesh&&np(t).toStack(),this.displacementMap){const e=bc("displacementMap","texture"),t=bc("displacementScale","float"),r=bc("displacementBias","float");Bd.addAssign(zd.normalize().mul(e.x.mul(t).add(r)))}return t.isBatchedMesh&&rp(t).toStack(),t.isInstancedMesh&&t.instanceMatrix&&!0===t.instanceMatrix.isInstancedBufferAttribute&&ep(t).toStack(),null!==this.positionNode&&Bd.assign(Lu(this.positionNode,"POSITION","vec3")),Bd}setupDiffuseColor(e){const{object:t,geometry:r}=e;null!==this.maskNode&&mn(this.maskNode).not().discard();let s=this.colorNode?Sn(this.colorNode):rh;if(!0===this.vertexColors&&r.hasAttribute("color")&&(s=s.mul(kp())),t.instanceColor){s=Dn("vec3","vInstanceColor").mul(s)}if(t.isBatchedMesh&&t._colorsTexture){s=Dn("vec3","vBatchColor").mul(s)}Un.assign(s);const i=this.opacityNode?hn(this.opacityNode):nh;Un.a.assign(Un.a.mul(i));let n=null;(null!==this.alphaTestNode||this.alphaTest>0)&&(n=null!==this.alphaTestNode?hn(this.alphaTestNode):th,!0===this.alphaToCoverage?(Un.a=uu(n,n.add(Oo(Un.a)),Un.a),Un.a.lessThanEqual(0).discard()):Un.a.lessThanEqual(n).discard()),!0===this.alphaHash&&Un.a.lessThan(Op(Bd)).discard(),e.isOpaque()&&Un.a.assign(1)}setupVariants(){}setupOutgoingLight(){return!0===this.lights?Tn(0):Un.rgb}setupNormal(){return this.normalNode?Tn(this.normalNode):ph}setupEnvironment(){let e=null;return this.envNode?e=this.envNode:this.envMap&&(e=this.envMap.isCubeTexture?bc("envMap","cubeTexture"):bc("envMap","texture")),e}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new bp(Uh)),t}setupLights(e){const t=[],r=this.setupEnvironment(e);r&&r.isLightingNode&&t.push(r);const s=this.setupLightMap(e);s&&s.isLightingNode&&t.push(s);let i=this.aoNode;null===i&&e.material.aoMap&&(i=Ih),e.context.getAO&&(i=e.context.getAO(i,e)),i&&t.push(new mp(i));let n=this.lightsNode||e.lightsNode;return t.length>0&&(n=e.renderer.lighting.createNode([...n.getLights(),...t])),n}setupLightingModel(){}setupLighting(e){const{material:t}=e,{backdropNode:r,backdropAlphaNode:s,emissiveNode:i}=this,n=!0===this.lights||null!==this.lightsNode?this.setupLights(e):null;let a=this.setupOutgoingLight(e);if(n&&n.getScope().hasLights){const t=this.setupLightingModel(e)||null;a=yp(n,t,r,s)}else null!==r&&(a=Tn(null!==s?iu(a,r,s):r));return(i&&!0===i.isNode||t.emissive&&!0===t.emissive.isColor)&&(On.assign(Tn(i||ih)),a=a.add(On)),a}setupFog(e,t){const r=e.fogNode;return r&&(ra.assign(t),t=Sn(r.toVar())),t}setupPremultipliedAlpha(e,t){return qp(t)}setupOutput(e,t){return!0===this.fog&&(t=this.setupFog(e,t)),!0===this.premultipliedAlpha&&(t=this.setupPremultipliedAlpha(e,t)),t}setDefaultValues(e){for(const t in e){const r=e[t];void 0===this[t]&&(this[t]=r,r&&r.clone&&(this[t]=r.clone()))}const t=Object.getOwnPropertyDescriptors(e.constructor.prototype);for(const e in t)void 0===Object.getOwnPropertyDescriptor(this.constructor.prototype,e)&&void 0!==t[e].get&&Object.defineProperty(this.constructor.prototype,e,t[e])}toJSON(e){const t=void 0===e||"string"==typeof e;t&&(e={textures:{},images:{},nodes:{}});const r=K.prototype.toJSON.call(this,e);r.inputNodes={};for(const{property:t,childNode:s}of this._getNodeChildren())r.inputNodes[t]=s.toJSON(e).uuid;function s(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(t){const t=s(e.textures),i=s(e.images),n=s(e.nodes);t.length>0&&(r.textures=t),i.length>0&&(r.images=i),n.length>0&&(r.nodes=n)}return r}copy(e){return this.lightsNode=e.lightsNode,this.envNode=e.envNode,this.aoNode=e.aoNode,this.colorNode=e.colorNode,this.normalNode=e.normalNode,this.opacityNode=e.opacityNode,this.backdropNode=e.backdropNode,this.backdropAlphaNode=e.backdropAlphaNode,this.alphaTestNode=e.alphaTestNode,this.maskNode=e.maskNode,this.positionNode=e.positionNode,this.geometryNode=e.geometryNode,this.depthNode=e.depthNode,this.receivedShadowPositionNode=e.receivedShadowPositionNode,this.castShadowPositionNode=e.castShadowPositionNode,this.receivedShadowNode=e.receivedShadowNode,this.castShadowNode=e.castShadowNode,this.outputNode=e.outputNode,this.mrtNode=e.mrtNode,this.fragmentNode=e.fragmentNode,this.vertexNode=e.vertexNode,this.contextNode=e.contextNode,super.copy(e)}}const Kp=new Y;class Yp extends Xp{static get type(){return"LineBasicNodeMaterial"}constructor(e){super(),this.isLineBasicNodeMaterial=!0,this.setDefaultValues(Kp),this.setValues(e)}}const Qp=new Q;class Zp extends Xp{static get type(){return"LineDashedNodeMaterial"}constructor(e){super(),this.isLineDashedNodeMaterial=!0,this.setDefaultValues(Qp),this.dashOffset=0,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.setValues(e)}setupVariants(){const e=this.offsetNode?hn(this.offsetNode):Ph,t=this.dashScaleNode?hn(this.dashScaleNode):Ch,r=this.dashSizeNode?hn(this.dashSizeNode):Mh,s=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(r),ia.assign(s);const i=Fu(Sl("lineDistance").mul(t));(e?i.add(e):i).mod(sa.add(ia)).greaterThan(sa).discard()}}let Jp=null;class eg extends Tp{static get type(){return"ViewportSharedTextureNode"}constructor(e=Hl,t=null){null===Jp&&(Jp=new q),super(e,t,Jp)}getTextureForReference(){return Jp}updateReference(){return this}}const tg=en(eg).setParameterLength(0,2),rg=new Q;class sg extends Xp{static get type(){return"Line2NodeMaterial"}constructor(e={}){super(),this.isLine2NodeMaterial=!0,this.setDefaultValues(rg),this.useColor=e.vertexColors,this.dashOffset=0,this.lineColorNode=null,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.blending=Z,this._useDash=e.dashed,this._useAlphaToCoverage=!0,this._useWorldUnits=!1,this.setValues(e)}setup(e){const{renderer:t}=e,r=this._useAlphaToCoverage,s=this.useColor,i=this._useDash,n=this._useWorldUnits,a=an(({start:e,end:t})=>{const r=rd.element(2).element(2),s=rd.element(3).element(2).mul(-.5).div(r).sub(e.z).div(t.z.sub(e.z));return Sn(iu(e.xyz,t.xyz,s),t.w)}).setLayout({name:"trimSegment",type:"vec4",inputs:[{name:"start",type:"vec4"},{name:"end",type:"vec4"}]});this.vertexNode=an(()=>{const e=Sl("instanceStart"),t=Sl("instanceEnd"),r=Sn(Ad.mul(Sn(e,1))).toVar("start"),s=Sn(Ad.mul(Sn(t,1))).toVar("end");if(i){const e=this.dashScaleNode?hn(this.dashScaleNode):Ch,t=this.offsetNode?hn(this.offsetNode):Ph,r=Sl("instanceDistanceStart"),s=Sl("instanceDistanceEnd");let i=Md.y.lessThan(.5).select(e.mul(r),e.mul(s));i=i.add(t),Dn("float","lineDistance").assign(i)}n&&(Dn("vec3","worldStart").assign(r.xyz),Dn("vec3","worldEnd").assign(s.xyz));const o=Xl.z.div(Xl.w),u=rd.element(2).element(3).equal(-1);ln(u,()=>{ln(r.z.lessThan(0).and(s.z.greaterThan(0)),()=>{s.assign(a({start:r,end:s}))}).ElseIf(s.z.lessThan(0).and(r.z.greaterThanEqual(0)),()=>{r.assign(a({start:s,end:r}))})});const l=rd.mul(r),d=rd.mul(s),c=l.xyz.div(l.w),h=d.xyz.div(d.w),p=h.xy.sub(c.xy).toVar();p.x.assign(p.x.mul(o)),p.assign(p.normalize());const g=Sn().toVar();if(n){const e=s.xyz.sub(r.xyz).normalize(),t=iu(r.xyz,s.xyz,.5).normalize(),n=e.cross(t).normalize(),a=e.cross(n),o=Dn("vec4","worldPos");o.assign(Md.y.lessThan(.5).select(r,s));const u=Lh.mul(.5);o.addAssign(Sn(Md.x.lessThan(0).select(n.mul(u),n.mul(u).negate()),0)),i||(o.addAssign(Sn(Md.y.lessThan(.5).select(e.mul(u).negate(),e.mul(u)),0)),o.addAssign(Sn(a.mul(u),0)),ln(Md.y.greaterThan(1).or(Md.y.lessThan(0)),()=>{o.subAssign(Sn(a.mul(2).mul(u),0))})),g.assign(rd.mul(o));const l=Tn().toVar();l.assign(Md.y.lessThan(.5).select(c,h)),g.z.assign(l.z.mul(g.w))}else{const e=fn(p.y,p.x.negate()).toVar("offset");p.x.assign(p.x.div(o)),e.x.assign(e.x.div(o)),e.assign(Md.x.lessThan(0).select(e.negate(),e)),ln(Md.y.lessThan(0),()=>{e.assign(e.sub(p))}).ElseIf(Md.y.greaterThan(1),()=>{e.assign(e.add(p))}),e.assign(e.mul(Lh)),e.assign(e.div(Xl.w.div(Wl))),g.assign(Md.y.lessThan(.5).select(l,d)),e.assign(e.mul(g.w)),g.assign(g.add(Sn(e,0,0)))}return g})();const o=an(({p1:e,p2:t,p3:r,p4:s})=>{const i=e.sub(r),n=s.sub(r),a=t.sub(e),o=i.dot(n),u=n.dot(a),l=i.dot(a),d=n.dot(n),c=a.dot(a).mul(d).sub(u.mul(u)),h=o.mul(u).sub(l.mul(d)).div(c).clamp(),p=o.add(u.mul(h)).div(d).clamp();return fn(h,p)});if(this.colorNode=an(()=>{const e=Rl();if(i){const t=this.dashSizeNode?hn(this.dashSizeNode):Mh,r=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(t),ia.assign(r);const s=Dn("float","lineDistance");e.y.lessThan(-1).or(e.y.greaterThan(1)).discard(),s.mod(sa.add(ia)).greaterThan(sa).discard()}const a=hn(1).toVar("alpha");if(n){const e=Dn("vec3","worldStart"),s=Dn("vec3","worldEnd"),n=Dn("vec4","worldPos").xyz.normalize().mul(1e5),u=s.sub(e),l=o({p1:e,p2:s,p3:Tn(0,0,0),p4:n}),d=e.add(u.mul(l.x)),c=n.mul(l.y),h=d.sub(c).length().div(Lh);if(!i)if(r&&t.currentSamples>0){const e=h.fwidth();a.assign(uu(e.negate().add(.5),e.add(.5),h).oneMinus())}else h.greaterThan(.5).discard()}else if(r&&t.currentSamples>0){const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1)),s=t.mul(t).add(r.mul(r)),i=hn(s.fwidth()).toVar("dlen");ln(e.y.abs().greaterThan(1),()=>{a.assign(uu(i.oneMinus(),i.add(1),s).oneMinus())})}else ln(e.y.abs().greaterThan(1),()=>{const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1));t.mul(t).add(r.mul(r)).greaterThan(1).discard()});let u;if(this.lineColorNode)u=this.lineColorNode;else if(s){const e=Sl("instanceColorStart"),t=Sl("instanceColorEnd");u=Md.y.lessThan(.5).select(e,t).mul(rh)}else u=rh;return Sn(u,a)})(),this.transparent){const e=this.opacityNode?hn(this.opacityNode):nh;this.outputNode=Sn(this.colorNode.rgb.mul(e).add(tg().rgb.mul(e.oneMinus())),this.colorNode.a)}super.setup(e)}get worldUnits(){return this._useWorldUnits}set worldUnits(e){this._useWorldUnits!==e&&(this._useWorldUnits=e,this.needsUpdate=!0)}get dashed(){return this._useDash}set dashed(e){this._useDash!==e&&(this._useDash=e,this.needsUpdate=!0)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const ig=new J;class ng extends Xp{static get type(){return"MeshNormalNodeMaterial"}constructor(e){super(),this.isMeshNormalNodeMaterial=!0,this.setDefaultValues(ig),this.setValues(e)}setupDiffuseColor(){const e=this.opacityNode?hn(this.opacityNode):nh;Un.assign(Gu(Sn(Hc(qd),e),ee))}}const ag=an(([e=Fd])=>{const t=e.z.atan(e.x).mul(1/(2*Math.PI)).add(.5),r=e.y.clamp(-1,1).asin().mul(1/Math.PI).add(.5);return fn(t,r)});class og extends te{constructor(e=1,t={}){super(e,t),this.isCubeRenderTarget=!0}fromEquirectangularTexture(e,t){const r=t.minFilter,s=t.generateMipmaps;t.generateMipmaps=!0,this.texture.type=t.type,this.texture.colorSpace=t.colorSpace,this.texture.generateMipmaps=t.generateMipmaps,this.texture.minFilter=t.minFilter,this.texture.magFilter=t.magFilter;const i=new re(5,5,5),n=ag(Fd),a=new Xp;a.colorNode=Pl(t,n,0),a.side=w,a.blending=Z;const o=new se(i,a),u=new ie;u.add(o),t.minFilter===j&&(t.minFilter=ne);const l=new ae(1,10,this),d=e.getMRT();return e.setMRT(null),l.update(e,u),e.setMRT(d),t.minFilter=r,t.currentGenerateMipmaps=s,o.geometry.dispose(),o.material.dispose(),this}}const ug=new WeakMap;class lg extends li{static get type(){return"CubeMapNode"}constructor(e){super("vec3"),this.envNode=e,this._cubeTexture=null,this._cubeTextureNode=hc(null);const t=new B;t.isRenderTargetTexture=!0,this._defaultTexture=t,this.updateBeforeType=Qs.RENDER}updateBefore(e){const{renderer:t,material:r}=e,s=this.envNode;if(s.isTextureNode||s.isMaterialReferenceNode){const e=s.isTextureNode?s.value:r[s.property];if(e&&e.isTexture){const r=e.mapping;if(r===oe||r===ue){if(ug.has(e)){const t=ug.get(e);cg(t,e.mapping),this._cubeTexture=t}else{const r=e.image;if(function(e){return null!=e&&e.height>0}(r)){const s=new og(r.height);s.fromEquirectangularTexture(t,e),cg(s.texture,e.mapping),this._cubeTexture=s.texture,ug.set(e,s.texture),e.addEventListener("dispose",dg)}else this._cubeTexture=this._defaultTexture}this._cubeTextureNode.value=this._cubeTexture}else this._cubeTextureNode=this.envNode}}}setup(e){return this.updateBefore(e),this._cubeTextureNode}}function dg(e){const t=e.target;t.removeEventListener("dispose",dg);const r=ug.get(t);void 0!==r&&(ug.delete(t),r.dispose())}function cg(e,t){t===oe?e.mapping=L:t===ue&&(e.mapping=P)}const hg=en(lg).setParameterLength(1);class pg extends gp{static get type(){return"BasicEnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){e.context.environment=hg(this.envNode)}}class gg extends gp{static get type(){return"BasicLightMapNode"}constructor(e=null){super(),this.lightMapNode=e}setup(e){const t=hn(1/Math.PI);e.context.irradianceLightMap=this.lightMapNode.mul(t)}}class mg{start(e){e.lightsNode.setupLights(e,e.lightsNode.getLightNodes(e)),this.indirect(e)}finish(){}direct(){}directRectArea(){}indirect(){}ambientOcclusion(){}}class fg extends mg{constructor(){super()}indirect({context:e}){const t=e.ambientOcclusion,r=e.reflectedLight,s=e.irradianceLightMap;r.indirectDiffuse.assign(Sn(0)),s?r.indirectDiffuse.addAssign(s):r.indirectDiffuse.addAssign(Sn(1,1,1,0)),r.indirectDiffuse.mulAssign(t),r.indirectDiffuse.mulAssign(Un.rgb)}finish(e){const{material:t,context:r}=e,s=r.outgoingLight,i=e.context.environment;if(i)switch(t.combine){case ce:s.rgb.assign(iu(s.rgb,s.rgb.mul(i.rgb),lh.mul(dh)));break;case de:s.rgb.assign(iu(s.rgb,i.rgb,lh.mul(dh)));break;case le:s.rgb.addAssign(i.rgb.mul(lh.mul(dh)));break;default:d("BasicLightingModel: Unsupported .combine value:",t.combine)}}}const yg=new he;class bg extends Xp{static get type(){return"MeshBasicNodeMaterial"}constructor(e){super(),this.isMeshBasicNodeMaterial=!0,this.lights=!0,this.setDefaultValues(yg),this.setValues(e)}setupNormal(){return kd(Wd)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new gg(Uh)),t}setupOutgoingLight(){return Un.rgb}setupLightingModel(){return new fg}}const xg=an(({f0:e,f90:t,dotVH:r})=>{const s=r.mul(-5.55473).sub(6.98316).mul(r).exp2();return e.mul(s.oneMinus()).add(t.mul(s))}),Tg=an(e=>e.diffuseColor.mul(1/Math.PI)),_g=an(({dotNH:e})=>ta.mul(hn(.5)).add(1).mul(hn(1/Math.PI)).mul(e.pow(ta))),vg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=qd.dot(t).clamp(),s=Ud.dot(t).clamp(),i=xg({f0:Zn,f90:1,dotVH:s}),n=hn(.25),a=_g({dotNH:r});return i.mul(n).mul(a)});class Ng extends fg{constructor(e=!0){super(),this.specular=e}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=qd.dot(e).clamp().mul(t);r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:Un.rgb}))),!0===this.specular&&r.directSpecular.addAssign(s.mul(vg({lightDirection:e})).mul(lh))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const Sg=new pe;class Rg extends Xp{static get type(){return"MeshLambertNodeMaterial"}constructor(e){super(),this.isMeshLambertNodeMaterial=!0,this.lights=!0,this.setDefaultValues(Sg),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng(!1)}}const Ag=new ge;class Eg extends Xp{static get type(){return"MeshPhongNodeMaterial"}constructor(e){super(),this.isMeshPhongNodeMaterial=!0,this.lights=!0,this.shininessNode=null,this.specularNode=null,this.setDefaultValues(Ag),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng}setupVariants(){const e=(this.shininessNode?hn(this.shininessNode):sh).max(1e-4);ta.assign(e);const t=this.specularNode||ah;Zn.assign(t)}copy(e){return this.shininessNode=e.shininessNode,this.specularNode=e.specularNode,super.copy(e)}}const wg=an(e=>{if(!1===e.geometry.hasAttribute("normal"))return hn(0);const t=Wd.dFdx().abs().max(Wd.dFdy().abs());return t.x.max(t.y).max(t.z)}),Cg=an(e=>{const{roughness:t}=e,r=wg();let s=t.max(.0525);return s=s.add(r),s=s.min(1),s}),Mg=an(({alpha:e,dotNL:t,dotNV:r})=>{const s=e.pow2(),i=t.mul(s.add(s.oneMinus().mul(r.pow2())).sqrt()),n=r.mul(s.add(s.oneMinus().mul(t.pow2())).sqrt());return Ba(.5,i.add(n).max(to))}).setLayout({name:"V_GGX_SmithCorrelated",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNL",type:"float"},{name:"dotNV",type:"float"}]}),Bg=an(({alphaT:e,alphaB:t,dotTV:r,dotBV:s,dotTL:i,dotBL:n,dotNV:a,dotNL:o})=>{const u=o.mul(Tn(e.mul(r),t.mul(s),a).length()),l=a.mul(Tn(e.mul(i),t.mul(n),o).length());return Ba(.5,u.add(l))}).setLayout({name:"V_GGX_SmithCorrelated_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotTV",type:"float",qualifier:"in"},{name:"dotBV",type:"float",qualifier:"in"},{name:"dotTL",type:"float",qualifier:"in"},{name:"dotBL",type:"float",qualifier:"in"},{name:"dotNV",type:"float",qualifier:"in"},{name:"dotNL",type:"float",qualifier:"in"}]}),Lg=an(({alpha:e,dotNH:t})=>{const r=e.pow2(),s=t.pow2().mul(r.oneMinus()).oneMinus();return r.div(s.pow2()).mul(1/Math.PI)}).setLayout({name:"D_GGX",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNH",type:"float"}]}),Pg=hn(1/Math.PI),Fg=an(({alphaT:e,alphaB:t,dotNH:r,dotTH:s,dotBH:i})=>{const n=e.mul(t),a=Tn(t.mul(s),e.mul(i),n.mul(r)),o=a.dot(a),u=n.div(o);return Pg.mul(n.mul(u.pow2()))}).setLayout({name:"D_GGX_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotNH",type:"float",qualifier:"in"},{name:"dotTH",type:"float",qualifier:"in"},{name:"dotBH",type:"float",qualifier:"in"}]}),Dg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,normalView:n=qd,USE_IRIDESCENCE:a,USE_ANISOTROPY:o})=>{const u=s.pow2(),l=e.add(Ud).normalize(),d=n.dot(e).clamp(),c=n.dot(Ud).clamp(),h=n.dot(l).clamp(),p=Ud.dot(l).clamp();let g,m,f=xg({f0:t,f90:r,dotVH:p});if(ji(a)&&(f=Hn.mix(f,i)),ji(o)){const t=Yn.dot(e),r=Yn.dot(Ud),s=Yn.dot(l),i=Qn.dot(e),n=Qn.dot(Ud),a=Qn.dot(l);g=Bg({alphaT:Xn,alphaB:u,dotTV:r,dotBV:n,dotTL:t,dotBL:i,dotNV:c,dotNL:d}),m=Fg({alphaT:Xn,alphaB:u,dotNH:h,dotTH:s,dotBH:a})}else g=Mg({alpha:u,dotNL:d,dotNV:c}),m=Lg({alpha:u,dotNH:h});return f.mul(g).mul(m)}),Ug=new Uint16Array([12469,15057,12620,14925,13266,14620,13807,14376,14323,13990,14545,13625,14713,13328,14840,12882,14931,12528,14996,12233,15039,11829,15066,11525,15080,11295,15085,10976,15082,10705,15073,10495,13880,14564,13898,14542,13977,14430,14158,14124,14393,13732,14556,13410,14702,12996,14814,12596,14891,12291,14937,11834,14957,11489,14958,11194,14943,10803,14921,10506,14893,10278,14858,9960,14484,14039,14487,14025,14499,13941,14524,13740,14574,13468,14654,13106,14743,12678,14818,12344,14867,11893,14889,11509,14893,11180,14881,10751,14852,10428,14812,10128,14765,9754,14712,9466,14764,13480,14764,13475,14766,13440,14766,13347,14769,13070,14786,12713,14816,12387,14844,11957,14860,11549,14868,11215,14855,10751,14825,10403,14782,10044,14729,9651,14666,9352,14599,9029,14967,12835,14966,12831,14963,12804,14954,12723,14936,12564,14917,12347,14900,11958,14886,11569,14878,11247,14859,10765,14828,10401,14784,10011,14727,9600,14660,9289,14586,8893,14508,8533,15111,12234,15110,12234,15104,12216,15092,12156,15067,12010,15028,11776,14981,11500,14942,11205,14902,10752,14861,10393,14812,9991,14752,9570,14682,9252,14603,8808,14519,8445,14431,8145,15209,11449,15208,11451,15202,11451,15190,11438,15163,11384,15117,11274,15055,10979,14994,10648,14932,10343,14871,9936,14803,9532,14729,9218,14645,8742,14556,8381,14461,8020,14365,7603,15273,10603,15272,10607,15267,10619,15256,10631,15231,10614,15182,10535,15118,10389,15042,10167,14963,9787,14883,9447,14800,9115,14710,8665,14615,8318,14514,7911,14411,7507,14279,7198,15314,9675,15313,9683,15309,9712,15298,9759,15277,9797,15229,9773,15166,9668,15084,9487,14995,9274,14898,8910,14800,8539,14697,8234,14590,7790,14479,7409,14367,7067,14178,6621,15337,8619,15337,8631,15333,8677,15325,8769,15305,8871,15264,8940,15202,8909,15119,8775,15022,8565,14916,8328,14804,8009,14688,7614,14569,7287,14448,6888,14321,6483,14088,6171,15350,7402,15350,7419,15347,7480,15340,7613,15322,7804,15287,7973,15229,8057,15148,8012,15046,7846,14933,7611,14810,7357,14682,7069,14552,6656,14421,6316,14251,5948,14007,5528,15356,5942,15356,5977,15353,6119,15348,6294,15332,6551,15302,6824,15249,7044,15171,7122,15070,7050,14949,6861,14818,6611,14679,6349,14538,6067,14398,5651,14189,5311,13935,4958,15359,4123,15359,4153,15356,4296,15353,4646,15338,5160,15311,5508,15263,5829,15188,6042,15088,6094,14966,6001,14826,5796,14678,5543,14527,5287,14377,4985,14133,4586,13869,4257,15360,1563,15360,1642,15358,2076,15354,2636,15341,3350,15317,4019,15273,4429,15203,4732,15105,4911,14981,4932,14836,4818,14679,4621,14517,4386,14359,4156,14083,3795,13808,3437,15360,122,15360,137,15358,285,15355,636,15344,1274,15322,2177,15281,2765,15215,3223,15120,3451,14995,3569,14846,3567,14681,3466,14511,3305,14344,3121,14037,2800,13753,2467,15360,0,15360,1,15359,21,15355,89,15346,253,15325,479,15287,796,15225,1148,15133,1492,15008,1749,14856,1882,14685,1886,14506,1783,14324,1608,13996,1398,13702,1183]);let Ig=null;const Og=an(({roughness:e,dotNV:t})=>{null===Ig&&(Ig=new me(Ug,16,16,V,fe),Ig.name="DFG_LUT",Ig.minFilter=ne,Ig.magFilter=ne,Ig.wrapS=ye,Ig.wrapT=ye,Ig.generateMipmaps=!1,Ig.needsUpdate=!0);const r=fn(e,t);return Pl(Ig,r).rg}),Vg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a})=>{const o=Dg({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a}),u=qd.dot(e).clamp(),l=qd.dot(Ud).clamp(),d=Og({roughness:s,dotNV:l}),c=Og({roughness:s,dotNV:u}),h=t.mul(d.x).add(r.mul(d.y)),p=t.mul(c.x).add(r.mul(c.y)),g=d.x.add(d.y),m=c.x.add(c.y),f=hn(1).sub(g),y=hn(1).sub(m),b=t.add(t.oneMinus().mul(.047619)),x=h.mul(p).mul(b).div(hn(1).sub(f.mul(y).mul(b).mul(b)).add(to)),T=f.mul(y),_=x.mul(T);return o.add(_)}),kg=an(e=>{const{dotNV:t,specularColor:r,specularF90:s,roughness:i}=e,n=Og({dotNV:t,roughness:i});return r.mul(n.x).add(s.mul(n.y))}),Gg=an(({f:e,f90:t,dotVH:r})=>{const s=r.oneMinus().saturate(),i=s.mul(s),n=s.mul(i,i).clamp(0,.9999);return e.sub(Tn(t).mul(n)).div(n.oneMinus())}).setLayout({name:"Schlick_to_F0",type:"vec3",inputs:[{name:"f",type:"vec3"},{name:"f90",type:"float"},{name:"dotVH",type:"float"}]}),zg=an(({roughness:e,dotNH:t})=>{const r=e.pow2(),s=hn(1).div(r),i=t.pow2().oneMinus().max(.0078125);return hn(2).add(s).mul(i.pow(s.mul(.5))).div(2*Math.PI)}).setLayout({name:"D_Charlie",type:"float",inputs:[{name:"roughness",type:"float"},{name:"dotNH",type:"float"}]}),$g=an(({dotNV:e,dotNL:t})=>hn(1).div(hn(4).mul(t.add(e).sub(t.mul(e))))).setLayout({name:"V_Neubelt",type:"float",inputs:[{name:"dotNV",type:"float"},{name:"dotNL",type:"float"}]}),Wg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=qd.dot(e).clamp(),s=qd.dot(Ud).clamp(),i=qd.dot(t).clamp(),n=zg({roughness:Wn,dotNH:i}),a=$g({dotNV:s,dotNL:r});return $n.mul(n).mul(a)}),Hg=an(({N:e,V:t,roughness:r})=>{const s=e.dot(t).saturate(),i=fn(r,s.oneMinus().sqrt());return i.assign(i.mul(.984375).add(.0078125)),i}).setLayout({name:"LTC_Uv",type:"vec2",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"roughness",type:"float"}]}),qg=an(({f:e})=>{const t=e.length();return Wo(t.mul(t).add(e.z).div(t.add(1)),0)}).setLayout({name:"LTC_ClippedSphereFormFactor",type:"float",inputs:[{name:"f",type:"vec3"}]}),jg=an(({v1:e,v2:t})=>{const r=e.dot(t),s=r.abs().toVar(),i=s.mul(.0145206).add(.4965155).mul(s).add(.8543985).toVar(),n=s.add(4.1616724).mul(s).add(3.417594).toVar(),a=i.div(n),o=r.greaterThan(0).select(a,Wo(r.mul(r).oneMinus(),1e-7).inverseSqrt().mul(.5).sub(a));return e.cross(t).mul(o)}).setLayout({name:"LTC_EdgeVectorFormFactor",type:"vec3",inputs:[{name:"v1",type:"vec3"},{name:"v2",type:"vec3"}]}),Xg=an(({N:e,V:t,P:r,mInv:s,p0:i,p1:n,p2:a,p3:o})=>{const u=n.sub(i).toVar(),l=o.sub(i).toVar(),d=u.cross(l),c=Tn().toVar();return ln(d.dot(r.sub(i)).greaterThanEqual(0),()=>{const u=t.sub(e.mul(t.dot(e))).normalize(),l=e.cross(u).negate(),d=s.mul(Cn(u,l,e).transpose()).toVar(),h=d.mul(i.sub(r)).normalize().toVar(),p=d.mul(n.sub(r)).normalize().toVar(),g=d.mul(a.sub(r)).normalize().toVar(),m=d.mul(o.sub(r)).normalize().toVar(),f=Tn(0).toVar();f.addAssign(jg({v1:h,v2:p})),f.addAssign(jg({v1:p,v2:g})),f.addAssign(jg({v1:g,v2:m})),f.addAssign(jg({v1:m,v2:h})),c.assign(Tn(qg({f:f})))}),c}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"P",type:"vec3"},{name:"mInv",type:"mat3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Kg=an(({P:e,p0:t,p1:r,p2:s,p3:i})=>{const n=r.sub(t).toVar(),a=i.sub(t).toVar(),o=n.cross(a),u=Tn().toVar();return ln(o.dot(e.sub(t)).greaterThanEqual(0),()=>{const n=t.sub(e).normalize().toVar(),a=r.sub(e).normalize().toVar(),o=s.sub(e).normalize().toVar(),l=i.sub(e).normalize().toVar(),d=Tn(0).toVar();d.addAssign(jg({v1:n,v2:a})),d.addAssign(jg({v1:a,v2:o})),d.addAssign(jg({v1:o,v2:l})),d.addAssign(jg({v1:l,v2:n})),u.assign(Tn(qg({f:d.abs()})))}),u}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"P",type:"vec3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Yg=1/6,Qg=e=>Ma(Yg,Ma(e,Ma(e,e.negate().add(3)).sub(3)).add(1)),Zg=e=>Ma(Yg,Ma(e,Ma(e,Ma(3,e).sub(6))).add(4)),Jg=e=>Ma(Yg,Ma(e,Ma(e,Ma(-3,e).add(3)).add(3)).add(1)),em=e=>Ma(Yg,Qo(e,3)),tm=e=>Qg(e).add(Zg(e)),rm=e=>Jg(e).add(em(e)),sm=e=>wa(-1,Zg(e).div(Qg(e).add(Zg(e)))),im=e=>wa(1,em(e).div(Jg(e).add(em(e)))),nm=(e,t,r)=>{const s=e.uvNode,i=Ma(s,t.zw).add(.5),n=bo(i),a=_o(i),o=tm(a.x),u=rm(a.x),l=sm(a.x),d=im(a.x),c=sm(a.y),h=im(a.y),p=fn(n.x.add(l),n.y.add(c)).sub(.5).mul(t.xy),g=fn(n.x.add(d),n.y.add(c)).sub(.5).mul(t.xy),m=fn(n.x.add(l),n.y.add(h)).sub(.5).mul(t.xy),f=fn(n.x.add(d),n.y.add(h)).sub(.5).mul(t.xy),y=tm(a.y).mul(wa(o.mul(e.sample(p).level(r)),u.mul(e.sample(g).level(r)))),b=rm(a.y).mul(wa(o.mul(e.sample(m).level(r)),u.mul(e.sample(f).level(r))));return y.add(b)},am=an(([e,t])=>{const r=fn(e.size(pn(t))),s=fn(e.size(pn(t.add(1)))),i=Ba(1,r),n=Ba(1,s),a=nm(e,Sn(i,r),bo(t)),o=nm(e,Sn(n,s),xo(t));return _o(t).mix(a,o)}),om=an(([e,t])=>{const r=t.mul(Cl(e));return am(e,r)}),um=an(([e,t,r,s,i])=>{const n=Tn(ou(t.negate(),To(e),Ba(1,s))),a=Tn(Mo(i[0].xyz),Mo(i[1].xyz),Mo(i[2].xyz));return To(n).mul(r.mul(a))}).setLayout({name:"getVolumeTransmissionRay",type:"vec3",inputs:[{name:"n",type:"vec3"},{name:"v",type:"vec3"},{name:"thickness",type:"float"},{name:"ior",type:"float"},{name:"modelMatrix",type:"mat4"}]}),lm=an(([e,t])=>e.mul(nu(t.mul(2).sub(2),0,1))).setLayout({name:"applyIorToRoughness",type:"float",inputs:[{name:"roughness",type:"float"},{name:"ior",type:"float"}]}),dm=vp(),cm=vp(),hm=an(([e,t,r],{material:s})=>{const i=(s.side===w?dm:cm).sample(e),n=mo(ql.x).mul(lm(t,r));return am(i,n)}),pm=an(([e,t,r])=>(ln(r.notEqual(0),()=>{const s=go(t).negate().div(r);return ho(s.negate().mul(e))}),Tn(1))).setLayout({name:"volumeAttenuation",type:"vec3",inputs:[{name:"transmissionDistance",type:"float"},{name:"attenuationColor",type:"vec3"},{name:"attenuationDistance",type:"float"}]}),gm=an(([e,t,r,s,i,n,a,o,u,l,d,c,h,p,g])=>{let m,f;if(g){m=Sn().toVar(),f=Tn().toVar();const i=d.sub(1).mul(g.mul(.025)),n=Tn(d.sub(i),d,d.add(i));op({start:0,end:3},({i:i})=>{const d=n.element(i),g=um(e,t,c,d,o),y=a.add(g),b=l.mul(u.mul(Sn(y,1))),x=fn(b.xy.div(b.w)).toVar();x.addAssign(1),x.divAssign(2),x.assign(fn(x.x,x.y.oneMinus()));const T=hm(x,r,d);m.element(i).assign(T.element(i)),m.a.addAssign(T.a),f.element(i).assign(s.element(i).mul(pm(Mo(g),h,p).element(i)))}),m.a.divAssign(3)}else{const i=um(e,t,c,d,o),n=a.add(i),g=l.mul(u.mul(Sn(n,1))),y=fn(g.xy.div(g.w)).toVar();y.addAssign(1),y.divAssign(2),y.assign(fn(y.x,y.y.oneMinus())),m=hm(y,r,d),f=s.mul(pm(Mo(i),h,p))}const y=f.rgb.mul(m.rgb),b=e.dot(t).clamp(),x=Tn(kg({dotNV:b,specularColor:i,specularF90:n,roughness:r})),T=f.r.add(f.g,f.b).div(3);return Sn(x.oneMinus().mul(y),m.a.oneMinus().mul(T).oneMinus())}),mm=Cn(3.2404542,-.969266,.0556434,-1.5371385,1.8760108,-.2040259,-.4985314,.041556,1.0572252),fm=(e,t)=>e.sub(t).div(e.add(t)).pow2(),ym=an(({outsideIOR:e,eta2:t,cosTheta1:r,thinFilmThickness:s,baseF0:i})=>{const n=iu(e,t,uu(0,.03,s)),a=e.div(n).pow2().mul(r.pow2().oneMinus()).oneMinus();ln(a.lessThan(0),()=>Tn(1));const o=a.sqrt(),u=fm(n,e),l=xg({f0:u,f90:1,dotVH:r}),d=l.oneMinus(),c=n.lessThan(e).select(Math.PI,0),h=hn(Math.PI).sub(c),p=(e=>{const t=e.sqrt();return Tn(1).add(t).div(Tn(1).sub(t))})(i.clamp(0,.9999)),g=fm(p,n.toVec3()),m=xg({f0:g,f90:1,dotVH:o}),f=Tn(p.x.lessThan(n).select(Math.PI,0),p.y.lessThan(n).select(Math.PI,0),p.z.lessThan(n).select(Math.PI,0)),y=n.mul(s,o,2),b=Tn(h).add(f),x=l.mul(m).clamp(1e-5,.9999),T=x.sqrt(),_=d.pow2().mul(m).div(Tn(1).sub(x)),v=l.add(_).toVar(),N=_.sub(d).toVar();return op({start:1,end:2,condition:"<=",name:"m"},({m:e})=>{N.mulAssign(T);const t=((e,t)=>{const r=e.mul(2*Math.PI*1e-9),s=Tn(54856e-17,44201e-17,52481e-17),i=Tn(1681e3,1795300,2208400),n=Tn(43278e5,93046e5,66121e5),a=hn(9747e-17*Math.sqrt(2*Math.PI*45282e5)).mul(r.mul(2239900).add(t.x).cos()).mul(r.pow2().mul(-45282e5).exp());let o=s.mul(n.mul(2*Math.PI).sqrt()).mul(i.mul(r).add(t).cos()).mul(r.pow2().negate().mul(n).exp());return o=Tn(o.x.add(a),o.y,o.z).div(1.0685e-7),mm.mul(o)})(hn(e).mul(y),hn(e).mul(b)).mul(2);v.addAssign(N.mul(t))}),v.max(Tn(0))}).setLayout({name:"evalIridescence",type:"vec3",inputs:[{name:"outsideIOR",type:"float"},{name:"eta2",type:"float"},{name:"cosTheta1",type:"float"},{name:"thinFilmThickness",type:"float"},{name:"baseF0",type:"vec3"}]}),bm=an(({normal:e,viewDir:t,roughness:r})=>{const s=e.dot(t).saturate(),i=r.mul(r),n=r.add(.1).reciprocal(),a=hn(-1.9362).add(r.mul(1.0678)).add(i.mul(.4573)).sub(n.mul(.8469)),o=hn(-.6014).add(r.mul(.5538)).sub(i.mul(.467)).sub(n.mul(.1255));return a.mul(s).add(o).exp().saturate()}),xm=Tn(.04),Tm=hn(1);class _m extends mg{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1){super(),this.clearcoat=e,this.sheen=t,this.iridescence=r,this.anisotropy=s,this.transmission=i,this.dispersion=n,this.clearcoatRadiance=null,this.clearcoatSpecularDirect=null,this.clearcoatSpecularIndirect=null,this.sheenSpecularDirect=null,this.sheenSpecularIndirect=null,this.iridescenceFresnel=null,this.iridescenceF0=null,this.iridescenceF0Dielectric=null,this.iridescenceF0Metallic=null}start(e){if(!0===this.clearcoat&&(this.clearcoatRadiance=Tn().toVar("clearcoatRadiance"),this.clearcoatSpecularDirect=Tn().toVar("clearcoatSpecularDirect"),this.clearcoatSpecularIndirect=Tn().toVar("clearcoatSpecularIndirect")),!0===this.sheen&&(this.sheenSpecularDirect=Tn().toVar("sheenSpecularDirect"),this.sheenSpecularIndirect=Tn().toVar("sheenSpecularIndirect")),!0===this.iridescence){const e=qd.dot(Ud).clamp(),t=ym({outsideIOR:hn(1),eta2:qn,cosTheta1:e,thinFilmThickness:jn,baseF0:Zn}),r=ym({outsideIOR:hn(1),eta2:qn,cosTheta1:e,thinFilmThickness:jn,baseF0:Un.rgb});this.iridescenceFresnel=iu(t,r,kn),this.iridescenceF0Dielectric=Gg({f:t,f90:1,dotVH:e}),this.iridescenceF0Metallic=Gg({f:r,f90:1,dotVH:e}),this.iridescenceF0=iu(this.iridescenceF0Dielectric,this.iridescenceF0Metallic,kn)}if(!0===this.transmission){const t=Pd,r=od.sub(Pd).normalize(),s=jd,i=e.context;i.backdrop=gm(s,r,Vn,In,Jn,ea,t,xd,id,rd,aa,ua,da,la,this.dispersion?ca:null),i.backdropAlpha=oa,Un.a.mulAssign(iu(1,i.backdrop.a,oa))}super.start(e)}computeMultiscattering(e,t,r,s,i=null){const n=qd.dot(Ud).clamp(),a=Og({roughness:Vn,dotNV:n}),o=i?Hn.mix(s,i):s,u=o.mul(a.x).add(r.mul(a.y)),l=a.x.add(a.y).oneMinus(),d=o.add(o.oneMinus().mul(.047619)),c=u.mul(d).div(l.mul(d).oneMinus());e.addAssign(u),t.addAssign(c.mul(l))}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=qd.dot(e).clamp().mul(t).toVar();if(!0===this.sheen){this.sheenSpecularDirect.addAssign(s.mul(Wg({lightDirection:e})));const t=bm({normal:qd,viewDir:Ud,roughness:Wn}),r=bm({normal:qd,viewDir:e,roughness:Wn}),i=$n.r.max($n.g).max($n.b).mul(t.max(r)).oneMinus();s.mulAssign(i)}if(!0===this.clearcoat){const r=Xd.dot(e).clamp().mul(t);this.clearcoatSpecularDirect.addAssign(r.mul(Dg({lightDirection:e,f0:xm,f90:Tm,roughness:zn,normalView:Xd})))}r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:In}))),r.directSpecular.addAssign(s.mul(Vg({lightDirection:e,f0:Jn,f90:1,roughness:Vn,f:this.iridescenceFresnel,USE_IRIDESCENCE:this.iridescence,USE_ANISOTROPY:this.anisotropy})))}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s,reflectedLight:i,ltc_1:n,ltc_2:a}){const o=t.add(r).sub(s),u=t.sub(r).sub(s),l=t.sub(r).add(s),d=t.add(r).add(s),c=qd,h=Ud,p=Dd.toVar(),g=Hg({N:c,V:h,roughness:Vn}),m=n.sample(g).toVar(),f=a.sample(g).toVar(),y=Cn(Tn(m.x,0,m.y),Tn(0,1,0),Tn(m.z,0,m.w)).toVar(),b=Jn.mul(f.x).add(Jn.oneMinus().mul(f.y)).toVar();i.directSpecular.addAssign(e.mul(b).mul(Xg({N:c,V:h,P:p,mInv:y,p0:o,p1:u,p2:l,p3:d}))),i.directDiffuse.addAssign(e.mul(In).mul(Xg({N:c,V:h,P:p,mInv:Cn(1,0,0,0,1,0,0,0,1),p0:o,p1:u,p2:l,p3:d})))}indirect(e){this.indirectDiffuse(e),this.indirectSpecular(e),this.ambientOcclusion(e)}indirectDiffuse(e){const{irradiance:t,reflectedLight:r}=e.context,s=t.mul(Tg({diffuseColor:In})).toVar();if(!0===this.sheen){const e=bm({normal:qd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();s.mulAssign(t)}r.indirectDiffuse.addAssign(s)}indirectSpecular(e){const{radiance:t,iblIrradiance:r,reflectedLight:s}=e.context;if(!0===this.sheen&&this.sheenSpecularIndirect.addAssign(r.mul($n,bm({normal:qd,viewDir:Ud,roughness:Wn}))),!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),t=kg({dotNV:e,specularColor:xm,specularF90:Tm,roughness:zn});this.clearcoatSpecularIndirect.addAssign(this.clearcoatRadiance.mul(t))}const i=Tn().toVar("singleScatteringDielectric"),n=Tn().toVar("multiScatteringDielectric"),a=Tn().toVar("singleScatteringMetallic"),o=Tn().toVar("multiScatteringMetallic");this.computeMultiscattering(i,n,ea,Zn,this.iridescenceF0Dielectric),this.computeMultiscattering(a,o,ea,Un.rgb,this.iridescenceF0Metallic);const u=iu(i,a,kn),l=iu(n,o,kn),d=i.add(n),c=In.mul(d.oneMinus()),h=r.mul(1/Math.PI),p=t.mul(u).add(l.mul(h)).toVar(),g=c.mul(h).toVar();if(!0===this.sheen){const e=bm({normal:qd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();p.mulAssign(t),g.mulAssign(t)}s.indirectSpecular.addAssign(p),s.indirectDiffuse.addAssign(g)}ambientOcclusion(e){const{ambientOcclusion:t,reflectedLight:r}=e.context,s=qd.dot(Ud).clamp().add(t),i=Vn.mul(-16).oneMinus().negate().exp2(),n=t.sub(s.pow(i).oneMinus()).clamp();!0===this.clearcoat&&this.clearcoatSpecularIndirect.mulAssign(t),!0===this.sheen&&this.sheenSpecularIndirect.mulAssign(t),r.indirectDiffuse.mulAssign(t),r.indirectSpecular.mulAssign(n)}finish({context:e}){const{outgoingLight:t}=e;if(!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),r=xg({dotVH:e,f0:xm,f90:Tm}),s=t.mul(Gn.mul(r).oneMinus()).add(this.clearcoatSpecularDirect.add(this.clearcoatSpecularIndirect).mul(Gn));t.assign(s)}if(!0===this.sheen){const e=t.add(this.sheenSpecularDirect,this.sheenSpecularIndirect.mul(1/Math.PI));t.assign(e)}}}const vm=hn(1),Nm=hn(-2),Sm=hn(.8),Rm=hn(-1),Am=hn(.4),Em=hn(2),wm=hn(.305),Cm=hn(3),Mm=hn(.21),Bm=hn(4),Lm=hn(4),Pm=hn(16),Fm=an(([e])=>{const t=Tn(wo(e)).toVar(),r=hn(-1).toVar();return ln(t.x.greaterThan(t.z),()=>{ln(t.x.greaterThan(t.y),()=>{r.assign(bu(e.x.greaterThan(0),0,3))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}).Else(()=>{ln(t.z.greaterThan(t.y),()=>{r.assign(bu(e.z.greaterThan(0),2,5))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}),r}).setLayout({name:"getFace",type:"float",inputs:[{name:"direction",type:"vec3"}]}),Dm=an(([e,t])=>{const r=fn().toVar();return ln(t.equal(0),()=>{r.assign(fn(e.z,e.y).div(wo(e.x)))}).ElseIf(t.equal(1),()=>{r.assign(fn(e.x.negate(),e.z.negate()).div(wo(e.y)))}).ElseIf(t.equal(2),()=>{r.assign(fn(e.x.negate(),e.y).div(wo(e.z)))}).ElseIf(t.equal(3),()=>{r.assign(fn(e.z.negate(),e.y).div(wo(e.x)))}).ElseIf(t.equal(4),()=>{r.assign(fn(e.x.negate(),e.z).div(wo(e.y)))}).Else(()=>{r.assign(fn(e.x,e.y).div(wo(e.z)))}),Ma(.5,r.add(1))}).setLayout({name:"getUV",type:"vec2",inputs:[{name:"direction",type:"vec3"},{name:"face",type:"float"}]}),Um=an(([e])=>{const t=hn(0).toVar();return ln(e.greaterThanEqual(Sm),()=>{t.assign(vm.sub(e).mul(Rm.sub(Nm)).div(vm.sub(Sm)).add(Nm))}).ElseIf(e.greaterThanEqual(Am),()=>{t.assign(Sm.sub(e).mul(Em.sub(Rm)).div(Sm.sub(Am)).add(Rm))}).ElseIf(e.greaterThanEqual(wm),()=>{t.assign(Am.sub(e).mul(Cm.sub(Em)).div(Am.sub(wm)).add(Em))}).ElseIf(e.greaterThanEqual(Mm),()=>{t.assign(wm.sub(e).mul(Bm.sub(Cm)).div(wm.sub(Mm)).add(Cm))}).Else(()=>{t.assign(hn(-2).mul(mo(Ma(1.16,e))))}),t}).setLayout({name:"roughnessToMip",type:"float",inputs:[{name:"roughness",type:"float"}]}),Im=an(([e,t])=>{const r=e.toVar();r.assign(Ma(2,r).sub(1));const s=Tn(r,1).toVar();return ln(t.equal(0),()=>{s.assign(s.zyx)}).ElseIf(t.equal(1),()=>{s.assign(s.xzy),s.xz.mulAssign(-1)}).ElseIf(t.equal(2),()=>{s.x.mulAssign(-1)}).ElseIf(t.equal(3),()=>{s.assign(s.zyx),s.xz.mulAssign(-1)}).ElseIf(t.equal(4),()=>{s.assign(s.xzy),s.xy.mulAssign(-1)}).ElseIf(t.equal(5),()=>{s.z.mulAssign(-1)}),s}).setLayout({name:"getDirection",type:"vec3",inputs:[{name:"uv",type:"vec2"},{name:"face",type:"float"}]}),Om=an(([e,t,r,s,i,n])=>{const a=hn(r),o=Tn(t),u=nu(Um(a),Nm,n),l=_o(u),d=bo(u),c=Tn(Vm(e,o,d,s,i,n)).toVar();return ln(l.notEqual(0),()=>{const t=Tn(Vm(e,o,d.add(1),s,i,n)).toVar();c.assign(iu(c,t,l))}),c}),Vm=an(([e,t,r,s,i,n])=>{const a=hn(r).toVar(),o=Tn(t),u=hn(Fm(o)).toVar(),l=hn(Wo(Lm.sub(a),0)).toVar();a.assign(Wo(a,Lm));const d=hn(po(a)).toVar(),c=fn(Dm(o,u).mul(d.sub(2)).add(1)).toVar();return ln(u.greaterThan(2),()=>{c.y.addAssign(d),u.subAssign(3)}),c.x.addAssign(u.mul(d)),c.x.addAssign(l.mul(Ma(3,Pm))),c.y.addAssign(Ma(4,po(n).sub(d))),c.x.mulAssign(s),c.y.mulAssign(i),e.sample(c).grad(fn(),fn())}),km=an(({envMap:e,mipInt:t,outputDirection:r,theta:s,axis:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=No(s),l=r.mul(u).add(i.cross(r).mul(vo(s))).add(i.mul(i.dot(r).mul(u.oneMinus())));return Vm(e,l,t,n,a,o)}),Gm=an(({n:e,latitudinal:t,poleAxis:r,outputDirection:s,weights:i,samples:n,dTheta:a,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})=>{const h=Tn(bu(t,r,Yo(r,s))).toVar();ln(h.equal(Tn(0)),()=>{h.assign(Tn(s.z,0,s.x.negate()))}),h.assign(To(h));const p=Tn().toVar();return p.addAssign(i.element(0).mul(km({theta:0,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),op({start:pn(1),end:e},({i:e})=>{ln(e.greaterThanEqual(n),()=>{up()});const t=hn(a.mul(hn(e))).toVar();p.addAssign(i.element(e).mul(km({theta:t.mul(-1),axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),p.addAssign(i.element(e).mul(km({theta:t,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})))}),Sn(p,1)}),zm=an(([e])=>{const t=gn(e).toVar();return t.assign(t.shiftLeft(gn(16)).bitOr(t.shiftRight(gn(16)))),t.assign(t.bitAnd(gn(1431655765)).shiftLeft(gn(1)).bitOr(t.bitAnd(gn(2863311530)).shiftRight(gn(1)))),t.assign(t.bitAnd(gn(858993459)).shiftLeft(gn(2)).bitOr(t.bitAnd(gn(3435973836)).shiftRight(gn(2)))),t.assign(t.bitAnd(gn(252645135)).shiftLeft(gn(4)).bitOr(t.bitAnd(gn(4042322160)).shiftRight(gn(4)))),t.assign(t.bitAnd(gn(16711935)).shiftLeft(gn(8)).bitOr(t.bitAnd(gn(4278255360)).shiftRight(gn(8)))),hn(t).mul(2.3283064365386963e-10)}),$m=an(([e,t])=>fn(hn(e).div(hn(t)),zm(e))),Wm=an(([e,t,r])=>{const s=Tn(t).toVar(),i=hn(r),n=i.mul(i).toVar(),a=To(Tn(n.mul(s.x),n.mul(s.y),s.z)).toVar(),o=a.x.mul(a.x).add(a.y.mul(a.y)),u=bu(o.greaterThan(0),Tn(a.y.negate(),a.x,0).div(fo(o)),Tn(1,0,0)).toVar(),l=Yo(a,u).toVar(),d=fo(e.x),c=Ma(2,3.14159265359).mul(e.y),h=d.mul(No(c)).toVar(),p=d.mul(vo(c)).toVar(),g=Ma(.5,a.z.add(1));p.assign(g.oneMinus().mul(fo(h.mul(h).oneMinus())).add(g.mul(p)));const m=u.mul(h).add(l.mul(p)).add(a.mul(fo(Wo(0,h.mul(h).add(p.mul(p)).oneMinus()))));return To(Tn(n.mul(m.x),n.mul(m.y),Wo(0,m.z)))}),Hm=an(({roughness:e,mipInt:t,envMap:r,N_immutable:s,GGX_SAMPLES:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=Tn(s).toVar(),l=Tn(0).toVar(),d=hn(0).toVar();return ln(e.lessThan(.001),()=>{l.assign(Vm(r,u,t,n,a,o))}).Else(()=>{const s=bu(wo(u.z).lessThan(.999),Tn(0,0,1),Tn(1,0,0)),c=To(Yo(s,u)).toVar(),h=Yo(u,c).toVar();op({start:gn(0),end:i},({i:s})=>{const p=$m(s,i),g=Wm(p,Tn(0,0,1),e),m=To(c.mul(g.x).add(h.mul(g.y)).add(u.mul(g.z))),f=To(m.mul(Ko(u,m).mul(2)).sub(u)),y=Wo(Ko(u,f),0);ln(y.greaterThan(0),()=>{const e=Vm(r,f,t,n,a,o);l.addAssign(e.mul(y)),d.addAssign(y)})}),ln(d.greaterThan(0),()=>{l.assign(l.div(d))})}),Sn(l,1)}),qm=[.125,.215,.35,.446,.526,.582],jm=20,Xm=new xe(-1,1,1,-1,0,1),Km=new Te(90,1),Ym=new e;let Qm=null,Zm=0,Jm=0;const ef=new r,tf=new WeakMap,rf=[3,1,5,0,4,2],sf=Im(Rl(),Sl("faceIndex")).normalize(),nf=Tn(sf.x,sf.y,sf.z);class af{constructor(e){this._renderer=e,this._pingPongRenderTarget=null,this._lodMax=0,this._cubeSize=0,this._sizeLods=[],this._sigmas=[],this._lodMeshes=[],this._blurMaterial=null,this._ggxMaterial=null,this._cubemapMaterial=null,this._equirectMaterial=null,this._backgroundBox=null}get _hasInitialized(){return this._renderer.hasInitialized()}fromScene(e,t=0,r=.1,s=100,i={}){const{size:n=256,position:a=ef,renderTarget:o=null}=i;if(this._setSize(n),!1===this._hasInitialized){d('PMREMGenerator: ".fromScene()" called before the backend is initialized. Try using "await renderer.init()" instead.');const n=o||this._allocateTarget();return i.renderTarget=n,this.fromSceneAsync(e,t,r,s,i),n}Qm=this._renderer.getRenderTarget(),Zm=this._renderer.getActiveCubeFace(),Jm=this._renderer.getActiveMipmapLevel();const u=o||this._allocateTarget();return u.depthBuffer=!0,this._init(u),this._sceneToCubeUV(e,r,s,u,a),t>0&&this._blur(u,0,0,t),this._applyPMREM(u),this._cleanup(u),u}async fromSceneAsync(e,t=0,r=.1,s=100,i={}){return v('PMREMGenerator: ".fromSceneAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this.fromScene(e,t,r,s,i)}fromEquirectangular(e,t=null){if(!1===this._hasInitialized){d('PMREMGenerator: .fromEquirectangular() called before the backend is initialized. Try using "await renderer.init()" instead.'),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromEquirectangularAsync(e,r),r}return this._fromTexture(e,t)}async fromEquirectangularAsync(e,t=null){return v('PMREMGenerator: ".fromEquirectangularAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}fromCubemap(e,t=null){if(!1===this._hasInitialized){d("PMREMGenerator: .fromCubemap() called before the backend is initialized. Try using .fromCubemapAsync() instead."),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromCubemapAsync(e,t),r}return this._fromTexture(e,t)}async fromCubemapAsync(e,t=null){return v('PMREMGenerator: ".fromCubemapAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}async compileCubemapShader(){null===this._cubemapMaterial&&(this._cubemapMaterial=df(),await this._compileMaterial(this._cubemapMaterial))}async compileEquirectangularShader(){null===this._equirectMaterial&&(this._equirectMaterial=cf(),await this._compileMaterial(this._equirectMaterial))}dispose(){this._dispose(),null!==this._cubemapMaterial&&this._cubemapMaterial.dispose(),null!==this._equirectMaterial&&this._equirectMaterial.dispose(),null!==this._backgroundBox&&(this._backgroundBox.geometry.dispose(),this._backgroundBox.material.dispose())}_setSizeFromTexture(e){e.mapping===L||e.mapping===P?this._setSize(0===e.image.length?16:e.image[0].width||e.image[0].image.width):this._setSize(e.image.width/4)}_setSize(e){this._lodMax=Math.floor(Math.log2(e)),this._cubeSize=Math.pow(2,this._lodMax)}_dispose(){null!==this._blurMaterial&&this._blurMaterial.dispose(),null!==this._ggxMaterial&&this._ggxMaterial.dispose(),null!==this._pingPongRenderTarget&&this._pingPongRenderTarget.dispose();for(let e=0;ee-4?o=qm[a-e+4-1]:0===a&&(o=0),r.push(o);const u=1/(n-2),l=-u,d=1+u,c=[l,l,d,l,d,d,l,l,d,d,l,d],h=6,p=6,g=3,m=2,f=1,y=new Float32Array(g*p*h),b=new Float32Array(m*p*h),x=new Float32Array(f*p*h);for(let e=0;e2?0:-1,s=[t,r,0,t+2/3,r,0,t+2/3,r+1,0,t,r,0,t+2/3,r+1,0,t,r+1,0],i=rf[e];y.set(s,g*p*i),b.set(c,m*p*i);const n=[i,i,i,i,i,i];x.set(n,f*p*i)}const T=new be;T.setAttribute("position",new Re(y,g)),T.setAttribute("uv",new Re(b,m)),T.setAttribute("faceIndex",new Re(x,f)),s.push(new se(T,null)),i>4&&i--}return{lodMeshes:s,sizeLods:t,sigmas:r}}(t)),this._blurMaterial=function(e,t,s){const i=Vl(new Array(jm).fill(0)),n=xa(new r(0,1,0)),a=xa(0),o=hn(jm),u=xa(0),l=xa(1),d=Pl(),c=xa(0),h=hn(1/t),p=hn(1/s),g=hn(e),m={n:o,latitudinal:u,weights:i,poleAxis:n,outputDirection:nf,dTheta:a,samples:l,envMap:d,mipInt:c,CUBEUV_TEXEL_WIDTH:h,CUBEUV_TEXEL_HEIGHT:p,CUBEUV_MAX_MIP:g},f=lf("blur");return f.fragmentNode=Gm({...m,latitudinal:u.equal(1)}),tf.set(f,m),f}(t,e.width,e.height),this._ggxMaterial=function(e,t,r){const s=Pl(),i=xa(0),n=xa(0),a=hn(1/t),o=hn(1/r),u=hn(e),l={envMap:s,roughness:i,mipInt:n,CUBEUV_TEXEL_WIDTH:a,CUBEUV_TEXEL_HEIGHT:o,CUBEUV_MAX_MIP:u},d=lf("ggx");return d.fragmentNode=Hm({...l,N_immutable:nf,GGX_SAMPLES:gn(512)}),tf.set(d,l),d}(t,e.width,e.height)}}async _compileMaterial(e){const t=new se(new be,e);await this._renderer.compile(t,Xm)}_sceneToCubeUV(e,t,r,s,i){const n=Km;n.near=t,n.far=r;const a=[1,1,1,1,-1,1],o=[1,-1,1,-1,1,-1],u=this._renderer,l=u.autoClear;u.getClearColor(Ym),u.autoClear=!1,null===this._backgroundBox&&(this._backgroundBox=new se(new re,new he({name:"PMREM.Background",side:w,depthWrite:!1,depthTest:!1})));const d=this._backgroundBox,c=d.material;let h=!1;const p=e.background;p?p.isColor&&(c.color.copy(p),e.background=null,h=!0):(c.color.copy(Ym),h=!0),u.setRenderTarget(s),u.clear(),h&&u.render(d,n);for(let t=0;t<6;t++){const r=t%3;0===r?(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x+o[t],i.y,i.z)):1===r?(n.up.set(0,0,a[t]),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y+o[t],i.z)):(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y,i.z+o[t]));const l=this._cubeSize;uf(s,r*l,t>2?l:0,l,l),u.render(e,n)}u.autoClear=l,e.background=p}_textureToCubeUV(e,t){const r=this._renderer,s=e.mapping===L||e.mapping===P;s?null===this._cubemapMaterial&&(this._cubemapMaterial=df(e)):null===this._equirectMaterial&&(this._equirectMaterial=cf(e));const i=s?this._cubemapMaterial:this._equirectMaterial;i.fragmentNode.value=e;const n=this._lodMeshes[0];n.material=i;const a=this._cubeSize;uf(t,0,0,3*a,2*a),r.setRenderTarget(t),r.render(n,Xm)}_applyPMREM(e){const t=this._renderer,r=t.autoClear;t.autoClear=!1;const s=this._lodMeshes.length;for(let t=1;tc-4?r-c+4:0),g=4*(this._cubeSize-h);e.texture.frame=(e.texture.frame||0)+1,o.envMap.value=e.texture,o.roughness.value=d,o.mipInt.value=c-t,uf(i,p,g,3*h,2*h),s.setRenderTarget(i),s.render(a,Xm),i.texture.frame=(i.texture.frame||0)+1,o.envMap.value=i.texture,o.roughness.value=0,o.mipInt.value=c-r,uf(e,p,g,3*h,2*h),s.setRenderTarget(e),s.render(a,Xm)}_blur(e,t,r,s,i){const n=this._pingPongRenderTarget;this._halfBlur(e,n,t,r,s,"latitudinal",i),this._halfBlur(n,e,r,r,s,"longitudinal",i)}_halfBlur(e,t,r,s,i,n,a){const u=this._renderer,l=this._blurMaterial;"latitudinal"!==n&&"longitudinal"!==n&&o("blur direction must be either latitudinal or longitudinal!");const c=this._lodMeshes[s];c.material=l;const h=tf.get(l),p=this._sizeLods[r]-1,g=isFinite(i)?Math.PI/(2*p):2*Math.PI/39,m=i/g,f=isFinite(i)?1+Math.floor(3*m):jm;f>jm&&d(`sigmaRadians, ${i}, is too large and will clip, as it requested ${f} samples when the maximum is set to 20`);const y=[];let b=0;for(let e=0;ex-4?s-x+4:0),4*(this._cubeSize-T),3*T,2*T),u.setRenderTarget(t),u.render(c,Xm)}}function of(e,t){const r=new _e(e,t,{magFilter:ne,minFilter:ne,generateMipmaps:!1,type:fe,format:Ne,colorSpace:ve});return r.texture.mapping=Se,r.texture.name="PMREM.cubeUv",r.texture.isPMREMTexture=!0,r.scissorTest=!0,r}function uf(e,t,r,s,i){e.viewport.set(t,r,s,i),e.scissor.set(t,r,s,i)}function lf(e){const t=new Xp;return t.depthTest=!1,t.depthWrite=!1,t.blending=Z,t.name=`PMREM_${e}`,t}function df(e){const t=lf("cubemap");return t.fragmentNode=hc(e,nf),t}function cf(e){const t=lf("equirect");return t.fragmentNode=Pl(e,ag(nf),0),t}const hf=new WeakMap;function pf(e,t,r){const s=function(e){let t=hf.get(e);void 0===t&&(t=new WeakMap,hf.set(e,t));return t}(t);let i=s.get(e);if((void 0!==i?i.pmremVersion:-1)!==e.pmremVersion){const t=e.image;if(e.isCubeTexture){if(!function(e){if(null==e)return!1;let t=0;const r=6;for(let s=0;s0}(t))return null;i=r.fromEquirectangular(e,i)}i.pmremVersion=e.pmremVersion,s.set(e,i)}return i.texture}class gf extends li{static get type(){return"PMREMNode"}constructor(e,t=null,r=null){super("vec3"),this._value=e,this._pmrem=null,this.uvNode=t,this.levelNode=r,this._generator=null;const s=new N;s.isRenderTargetTexture=!0,this._texture=Pl(s),this._width=xa(0),this._height=xa(0),this._maxMip=xa(0),this.updateBeforeType=Qs.RENDER}set value(e){this._value=e,this._pmrem=null}get value(){return this._value}updateFromTexture(e){const t=function(e){const t=Math.log2(e)-2,r=1/e;return{texelWidth:1/(3*Math.max(Math.pow(2,t),112)),texelHeight:r,maxMip:t}}(e.image.height);this._texture.value=e,this._width.value=t.texelWidth,this._height.value=t.texelHeight,this._maxMip.value=t.maxMip}updateBefore(e){let t=this._pmrem;const r=t?t.pmremVersion:-1,s=this._value;r!==s.pmremVersion&&(t=!0===s.isPMREMTexture?s:pf(s,e.renderer,this._generator),null!==t&&(this._pmrem=t,this.updateFromTexture(t)))}setup(e){null===this._generator&&(this._generator=new af(e.renderer)),this.updateBefore(e);let t=this.uvNode;null===t&&e.context.getUV&&(t=e.context.getUV(this,e)),t=ic.mul(Tn(t.x,t.y.negate(),t.z));let r=this.levelNode;return null===r&&e.context.getTextureLevel&&(r=e.context.getTextureLevel(this)),Om(this._texture,t,r,this._width,this._height,this._maxMip)}dispose(){super.dispose(),null!==this._generator&&this._generator.dispose()}}const mf=en(gf).setParameterLength(1,3),ff=new WeakMap;class yf extends gp{static get type(){return"EnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){const{material:t}=e;let r=this.envNode;if(r.isTextureNode||r.isMaterialReferenceNode){const e=r.isTextureNode?r.value:t[r.property];let s=ff.get(e);void 0===s&&(s=mf(e),ff.set(e,s)),r=s}const s=!0===t.useAnisotropy||t.anisotropy>0?Wc:qd,i=r.context(bf(Vn,s)).mul(sc),n=r.context(xf(jd)).mul(Math.PI).mul(sc),a=al(i),o=al(n);e.context.radiance.addAssign(a),e.context.iblIrradiance.addAssign(o);const u=e.context.lightingModel.clearcoatRadiance;if(u){const e=r.context(bf(zn,Xd)).mul(sc),t=al(e);u.addAssign(t)}}}const bf=(e,t)=>{let r=null;return{getUV:()=>(null===r&&(r=Ud.negate().reflect(t),r=eu(e).mix(r,t).normalize(),r=r.transformDirection(id)),r),getTextureLevel:()=>e}},xf=e=>({getUV:()=>e,getTextureLevel:()=>hn(1)}),Tf=new Ae;class _f extends Xp{static get type(){return"MeshStandardNodeMaterial"}constructor(e){super(),this.isMeshStandardNodeMaterial=!0,this.lights=!0,this.emissiveNode=null,this.metalnessNode=null,this.roughnessNode=null,this.setDefaultValues(Tf),this.setValues(e)}setupEnvironment(e){let t=super.setupEnvironment(e);return null===t&&e.environmentNode&&(t=e.environmentNode),t?new yf(t):null}setupLightingModel(){return new _m}setupSpecular(){const e=iu(Tn(.04),Un.rgb,kn);Zn.assign(Tn(.04)),Jn.assign(e),ea.assign(1)}setupVariants(){const e=this.metalnessNode?hn(this.metalnessNode):hh;kn.assign(e);let t=this.roughnessNode?hn(this.roughnessNode):ch;t=Cg({roughness:t}),Vn.assign(t),this.setupSpecular(),In.assign(Un.rgb.mul(e.oneMinus()))}copy(e){return this.emissiveNode=e.emissiveNode,this.metalnessNode=e.metalnessNode,this.roughnessNode=e.roughnessNode,super.copy(e)}}const vf=new Ee;class Nf extends _f{static get type(){return"MeshPhysicalNodeMaterial"}constructor(e){super(),this.isMeshPhysicalNodeMaterial=!0,this.clearcoatNode=null,this.clearcoatRoughnessNode=null,this.clearcoatNormalNode=null,this.sheenNode=null,this.sheenRoughnessNode=null,this.iridescenceNode=null,this.iridescenceIORNode=null,this.iridescenceThicknessNode=null,this.specularIntensityNode=null,this.specularColorNode=null,this.iorNode=null,this.transmissionNode=null,this.thicknessNode=null,this.attenuationDistanceNode=null,this.attenuationColorNode=null,this.dispersionNode=null,this.anisotropyNode=null,this.setDefaultValues(vf),this.setValues(e)}get useClearcoat(){return this.clearcoat>0||null!==this.clearcoatNode}get useIridescence(){return this.iridescence>0||null!==this.iridescenceNode}get useSheen(){return this.sheen>0||null!==this.sheenNode}get useAnisotropy(){return this.anisotropy>0||null!==this.anisotropyNode}get useTransmission(){return this.transmission>0||null!==this.transmissionNode}get useDispersion(){return this.dispersion>0||null!==this.dispersionNode}setupSpecular(){const e=this.iorNode?hn(this.iorNode):Ah;aa.assign(e),Zn.assign($o(Zo(aa.sub(1).div(aa.add(1))).mul(uh),Tn(1)).mul(oh)),Jn.assign(iu(Zn,Un.rgb,kn)),ea.assign(iu(oh,1,kn))}setupLightingModel(){return new _m(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion)}setupVariants(e){if(super.setupVariants(e),this.useClearcoat){const e=this.clearcoatNode?hn(this.clearcoatNode):gh,t=this.clearcoatRoughnessNode?hn(this.clearcoatRoughnessNode):mh;Gn.assign(e),zn.assign(Cg({roughness:t}))}if(this.useSheen){const e=this.sheenNode?Tn(this.sheenNode):bh,t=this.sheenRoughnessNode?hn(this.sheenRoughnessNode):xh;$n.assign(e),Wn.assign(t)}if(this.useIridescence){const e=this.iridescenceNode?hn(this.iridescenceNode):_h,t=this.iridescenceIORNode?hn(this.iridescenceIORNode):vh,r=this.iridescenceThicknessNode?hn(this.iridescenceThicknessNode):Nh;Hn.assign(e),qn.assign(t),jn.assign(r)}if(this.useAnisotropy){const e=(this.anisotropyNode?fn(this.anisotropyNode):Th).toVar();Kn.assign(e.length()),ln(Kn.equal(0),()=>{e.assign(fn(1,0))}).Else(()=>{e.divAssign(fn(Kn)),Kn.assign(Kn.saturate())}),Xn.assign(Kn.pow2().mix(Vn.pow2(),1)),Yn.assign(zc[0].mul(e.x).add(zc[1].mul(e.y))),Qn.assign(zc[1].mul(e.x).sub(zc[0].mul(e.y)))}if(this.useTransmission){const e=this.transmissionNode?hn(this.transmissionNode):Sh,t=this.thicknessNode?hn(this.thicknessNode):Rh,r=this.attenuationDistanceNode?hn(this.attenuationDistanceNode):Eh,s=this.attenuationColorNode?Tn(this.attenuationColorNode):wh;if(oa.assign(e),ua.assign(t),la.assign(r),da.assign(s),this.useDispersion){const e=this.dispersionNode?hn(this.dispersionNode):Dh;ca.assign(e)}}}setupClearcoatNormal(){return this.clearcoatNormalNode?Tn(this.clearcoatNormalNode):fh}setup(e){e.context.setupClearcoatNormal=()=>Lu(this.setupClearcoatNormal(e),"NORMAL","vec3"),super.setup(e)}copy(e){return this.clearcoatNode=e.clearcoatNode,this.clearcoatRoughnessNode=e.clearcoatRoughnessNode,this.clearcoatNormalNode=e.clearcoatNormalNode,this.sheenNode=e.sheenNode,this.sheenRoughnessNode=e.sheenRoughnessNode,this.iridescenceNode=e.iridescenceNode,this.iridescenceIORNode=e.iridescenceIORNode,this.iridescenceThicknessNode=e.iridescenceThicknessNode,this.specularIntensityNode=e.specularIntensityNode,this.specularColorNode=e.specularColorNode,this.transmissionNode=e.transmissionNode,this.thicknessNode=e.thicknessNode,this.attenuationDistanceNode=e.attenuationDistanceNode,this.attenuationColorNode=e.attenuationColorNode,this.dispersionNode=e.dispersionNode,this.anisotropyNode=e.anisotropyNode,super.copy(e)}}class Sf extends _m{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1,a=!1){super(e,t,r,s,i,n),this.useSSS=a}direct({lightDirection:e,lightColor:t,reflectedLight:r},s){if(!0===this.useSSS){const i=s.material,{thicknessColorNode:n,thicknessDistortionNode:a,thicknessAmbientNode:o,thicknessAttenuationNode:u,thicknessPowerNode:l,thicknessScaleNode:d}=i,c=e.add(qd.mul(a)).normalize(),h=hn(Ud.dot(c.negate()).saturate().pow(l).mul(d)),p=Tn(h.add(o).mul(n));r.directDiffuse.addAssign(p.mul(u.mul(t)))}super.direct({lightDirection:e,lightColor:t,reflectedLight:r},s)}}class Rf extends Nf{static get type(){return"MeshSSSNodeMaterial"}constructor(e){super(e),this.thicknessColorNode=null,this.thicknessDistortionNode=hn(.1),this.thicknessAmbientNode=hn(0),this.thicknessAttenuationNode=hn(.1),this.thicknessPowerNode=hn(2),this.thicknessScaleNode=hn(10)}get useSSS(){return null!==this.thicknessColorNode}setupLightingModel(){return new Sf(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion,this.useSSS)}copy(e){return this.thicknessColorNode=e.thicknessColorNode,this.thicknessDistortionNode=e.thicknessDistortionNode,this.thicknessAmbientNode=e.thicknessAmbientNode,this.thicknessAttenuationNode=e.thicknessAttenuationNode,this.thicknessPowerNode=e.thicknessPowerNode,this.thicknessScaleNode=e.thicknessScaleNode,super.copy(e)}}const Af=an(({normal:e,lightDirection:t,builder:r})=>{const s=e.dot(t),i=fn(s.mul(.5).add(.5),0);if(r.material.gradientMap){const e=bc("gradientMap","texture").context({getUV:()=>i});return Tn(e.r)}{const e=i.fwidth().mul(.5);return iu(Tn(.7),Tn(1),uu(hn(.7).sub(e.x),hn(.7).add(e.x),i.x))}});class Ef extends mg{direct({lightDirection:e,lightColor:t,reflectedLight:r},s){const i=Af({normal:Gd,lightDirection:e,builder:s}).mul(t);r.directDiffuse.addAssign(i.mul(Tg({diffuseColor:Un.rgb})))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const wf=new we;class Cf extends Xp{static get type(){return"MeshToonNodeMaterial"}constructor(e){super(),this.isMeshToonNodeMaterial=!0,this.lights=!0,this.setDefaultValues(wf),this.setValues(e)}setupLightingModel(){return new Ef}}const Mf=an(()=>{const e=Tn(Ud.z,0,Ud.x.negate()).normalize(),t=Ud.cross(e);return fn(e.dot(qd),t.dot(qd)).mul(.495).add(.5)}).once(["NORMAL","VERTEX"])().toVar("matcapUV"),Bf=new Ce;class Lf extends Xp{static get type(){return"MeshMatcapNodeMaterial"}constructor(e){super(),this.isMeshMatcapNodeMaterial=!0,this.setDefaultValues(Bf),this.setValues(e)}setupVariants(e){const t=Mf;let r;r=e.material.matcap?bc("matcap","texture").context({getUV:()=>t}):Tn(iu(.2,.8,t.y)),Un.rgb.mulAssign(r.rgb)}}class Pf extends li{static get type(){return"RotateNode"}constructor(e,t){super(),this.positionNode=e,this.rotationNode=t}getNodeType(e){return this.positionNode.getNodeType(e)}setup(e){const{rotationNode:t,positionNode:r}=this;if("vec2"===this.getNodeType(e)){const e=t.cos(),s=t.sin();return wn(e,s,s.negate(),e).mul(r)}{const e=t,s=Mn(Sn(1,0,0,0),Sn(0,No(e.x),vo(e.x).negate(),0),Sn(0,vo(e.x),No(e.x),0),Sn(0,0,0,1)),i=Mn(Sn(No(e.y),0,vo(e.y),0),Sn(0,1,0,0),Sn(vo(e.y).negate(),0,No(e.y),0),Sn(0,0,0,1)),n=Mn(Sn(No(e.z),vo(e.z).negate(),0,0),Sn(vo(e.z),No(e.z),0,0),Sn(0,0,1,0),Sn(0,0,0,1));return s.mul(i).mul(n).mul(Sn(r,1)).xyz}}}const Ff=en(Pf).setParameterLength(2),Df=new Me;class Uf extends Xp{static get type(){return"SpriteNodeMaterial"}constructor(e){super(),this.isSpriteNodeMaterial=!0,this._useSizeAttenuation=!0,this.positionNode=null,this.rotationNode=null,this.scaleNode=null,this.transparent=!0,this.setDefaultValues(Df),this.setValues(e)}setupPositionView(e){const{object:t,camera:r}=e,{positionNode:s,rotationNode:i,scaleNode:n,sizeAttenuation:a}=this,o=Ad.mul(Tn(s||0));let u=fn(xd[0].xyz.length(),xd[1].xyz.length());null!==n&&(u=u.mul(fn(n))),r.isPerspectiveCamera&&!1===a&&(u=u.mul(o.z.negate()));let l=Md.xy;if(t.center&&!0===t.center.isVector2){const e=((e,t,r)=>new $u(e,t,r))("center","vec2",t);l=l.sub(e.sub(.5))}l=l.mul(u);const d=hn(i||yh),c=Ff(l,d);return Sn(o.xy.add(c),o.zw)}copy(e){return this.positionNode=e.positionNode,this.rotationNode=e.rotationNode,this.scaleNode=e.scaleNode,super.copy(e)}get sizeAttenuation(){return this._useSizeAttenuation}set sizeAttenuation(e){this._useSizeAttenuation!==e&&(this._useSizeAttenuation=e,this.needsUpdate=!0)}}const If=new Be,Of=new t;class Vf extends Uf{static get type(){return"PointsNodeMaterial"}constructor(e){super(),this.sizeNode=null,this.isPointsNodeMaterial=!0,this.setDefaultValues(If),this.setValues(e)}setupPositionView(){const{positionNode:e}=this;return Ad.mul(Tn(e||Bd)).xyz}setupVertexSprite(e){const{material:t,camera:r}=e,{rotationNode:s,scaleNode:i,sizeNode:n,sizeAttenuation:a}=this;let o=super.setupVertex(e);if(!0!==t.isNodeMaterial)return o;let u=null!==n?fn(n):Fh;u=u.mul(Wl),r.isPerspectiveCamera&&!0===a&&(u=u.mul(kf.div(Dd.z.negate()))),i&&i.isNode&&(u=u.mul(fn(i)));let l=Md.xy;if(s&&s.isNode){const e=hn(s);l=Ff(l,e)}return l=l.mul(u),l=l.div(Kl.div(2)),l=l.mul(o.w),o=o.add(Sn(l,0,0)),o}setupVertex(e){return e.object.isPoints?super.setupVertex(e):this.setupVertexSprite(e)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const kf=xa(1).onFrameUpdate(function({renderer:e}){const t=e.getSize(Of);this.value=.5*t.y});class Gf extends mg{constructor(){super(),this.shadowNode=hn(1).toVar("shadowMask")}direct({lightNode:e}){null!==e.shadowNode&&this.shadowNode.mulAssign(e.shadowNode)}finish({context:e}){Un.a.mulAssign(this.shadowNode.oneMinus()),e.outgoingLight.rgb.assign(Un.rgb)}}const zf=new Le;class $f extends Xp{static get type(){return"ShadowNodeMaterial"}constructor(e){super(),this.isShadowNodeMaterial=!0,this.lights=!0,this.transparent=!0,this.setDefaultValues(zf),this.setValues(e)}setupLightingModel(){return new Gf}}const Wf=Fn("vec3"),Hf=Fn("vec3"),qf=Fn("vec3");class jf extends mg{constructor(){super()}start(e){const{material:t}=e,r=Fn("vec3"),s=Fn("vec3");ln(od.sub(Pd).length().greaterThan(Nd.mul(2)),()=>{r.assign(od),s.assign(Pd)}).Else(()=>{r.assign(Pd),s.assign(od)});const i=s.sub(r),n=xa("int").onRenderUpdate(({material:e})=>e.steps),a=i.length().div(n).toVar(),o=i.normalize().toVar(),u=hn(0).toVar(),l=Tn(1).toVar();t.offsetNode&&u.addAssign(t.offsetNode.mul(a)),op(n,()=>{const s=r.add(o.mul(u)),i=id.mul(Sn(s,1)).xyz;let n;null!==t.depthNode&&(Hf.assign(Pp(wp(i.z,ed,td))),e.context.sceneDepthNode=Pp(t.depthNode).toVar()),e.context.positionWorld=s,e.context.shadowPositionWorld=s,e.context.positionView=i,Wf.assign(0),t.scatteringNode&&(n=t.scatteringNode({positionRay:s})),super.start(e),n&&Wf.mulAssign(n);const d=Wf.mul(.01).negate().mul(a).exp();l.mulAssign(d),u.addAssign(a)}),qf.addAssign(l.saturate().oneMinus())}scatteringLight(e,t){const r=t.context.sceneDepthNode;r?ln(r.greaterThanEqual(Hf),()=>{Wf.addAssign(e)}):Wf.addAssign(e)}direct({lightNode:e,lightColor:t},r){if(void 0===e.light.distance)return;const s=t.xyz.toVar();s.mulAssign(e.shadowNode),this.scatteringLight(s,r)}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s},i){const n=t.add(r).sub(s),a=t.sub(r).sub(s),o=t.sub(r).add(s),u=t.add(r).add(s),l=i.context.positionView,d=e.xyz.mul(Kg({P:l,p0:n,p1:a,p2:o,p3:u})).pow(1.5);this.scatteringLight(d,i)}finish(e){e.context.outgoingLight.assign(qf)}}class Xf extends Xp{static get type(){return"VolumeNodeMaterial"}constructor(e){super(),this.isVolumeNodeMaterial=!0,this.steps=25,this.offsetNode=null,this.scatteringNode=null,this.lights=!0,this.transparent=!0,this.side=w,this.depthTest=!1,this.depthWrite=!1,this.setValues(e)}setupLightingModel(){return new jf}}class Kf{constructor(e,t,r){this.renderer=e,this.nodes=t,this.info=r,this._context="undefined"!=typeof self?self:null,this._animationLoop=null,this._requestId=null}start(){const e=(t,r)=>{this._requestId=this._context.requestAnimationFrame(e),!0===this.info.autoReset&&this.info.reset(),this.nodes.nodeFrame.update(),this.info.frame=this.nodes.nodeFrame.frameId,this.renderer._inspector.begin(),null!==this._animationLoop&&this._animationLoop(t,r),this.renderer._inspector.finish()};e()}stop(){this._context.cancelAnimationFrame(this._requestId),this._requestId=null}getAnimationLoop(){return this._animationLoop}setAnimationLoop(e){this._animationLoop=e}getContext(){return this._context}setContext(e){this._context=e}dispose(){this.stop()}}class Yf{constructor(){this.weakMaps={}}_getWeakMap(e){const t=e.length;let r=this.weakMaps[t];return void 0===r&&(r=new WeakMap,this.weakMaps[t]=r),r}get(e){let t=this._getWeakMap(e);for(let r=0;r{this.dispose()},this.onGeometryDispose=()=>{this.attributes=null,this.attributesId=null},this.material.addEventListener("dispose",this.onMaterialDispose),this.geometry.addEventListener("dispose",this.onGeometryDispose)}updateClipping(e){this.clippingContext=e}get clippingNeedsUpdate(){return null!==this.clippingContext&&this.clippingContext.cacheKey!==this.clippingContextCacheKey&&(this.clippingContextCacheKey=this.clippingContext.cacheKey,!0)}get hardwareClippingPlanes(){return!0===this.material.hardwareClipping?this.clippingContext.unionClippingCount:0}getNodeBuilderState(){return this._nodeBuilderState||(this._nodeBuilderState=this._nodes.getForRender(this))}getMonitor(){return this._monitor||(this._monitor=this.getNodeBuilderState().observer)}getBindings(){return this._bindings||(this._bindings=this.getNodeBuilderState().createBindings())}getBindingGroup(e){for(const t of this.getBindings())if(t.name===e)return t}getIndex(){return this._geometries.getIndex(this)}getIndirect(){return this._geometries.getIndirect(this)}getIndirectOffset(){return this._geometries.getIndirectOffset(this)}getChainArray(){return[this.object,this.material,this.context,this.lightsNode]}setGeometry(e){this.geometry=e,this.attributes=null,this.attributesId=null}getAttributes(){if(null!==this.attributes)return this.attributes;const e=this.getNodeBuilderState().nodeAttributes,t=this.geometry,r=[],s=new Set,i={};for(const n of e){let e;if(n.node&&n.node.attribute?e=n.node.attribute:(e=t.getAttribute(n.name),i[n.name]=e.version),void 0===e)continue;r.push(e);const a=e.isInterleavedBufferAttribute?e.data:e;s.add(a)}return this.attributes=r,this.attributesId=i,this.vertexBuffers=Array.from(s.values()),r}getVertexBuffers(){return null===this.vertexBuffers&&this.getAttributes(),this.vertexBuffers}getDrawParameters(){const{object:e,material:t,geometry:r,group:s,drawRange:i}=this,n=this.drawParams||(this.drawParams={vertexCount:0,firstVertex:0,instanceCount:0,firstInstance:0}),a=this.getIndex(),o=null!==a;let u=1;if(!0===r.isInstancedBufferGeometry?u=r.instanceCount:void 0!==e.count&&(u=Math.max(0,e.count)),0===u)return null;if(n.instanceCount=u,!0===e.isBatchedMesh)return n;let l=1;!0!==t.wireframe||e.isPoints||e.isLineSegments||e.isLine||e.isLineLoop||(l=2);let d=i.start*l,c=(i.start+i.count)*l;null!==s&&(d=Math.max(d,s.start*l),c=Math.min(c,(s.start+s.count)*l));const h=r.attributes.position;let p=1/0;o?p=a.count:null!=h&&(p=h.count),d=Math.max(d,0),c=Math.min(c,p);const g=c-d;return g<0||g===1/0?null:(n.vertexCount=g,n.firstVertex=d,n)}getGeometryCacheKey(){const{geometry:e}=this;let t="";for(const r of Object.keys(e.attributes).sort()){const s=e.attributes[r];t+=r+",",s.data&&(t+=s.data.stride+","),s.offset&&(t+=s.offset+","),s.itemSize&&(t+=s.itemSize+","),s.normalized&&(t+="n,")}for(const r of Object.keys(e.morphAttributes).sort()){const s=e.morphAttributes[r];t+="morph-"+r+",";for(let e=0,r=s.length;e1||Array.isArray(e.morphTargetInfluences))&&(s+=e.uuid+","),s+=this.context.id+",",s+=e.receiveShadow+",",Fs(s)}get needsGeometryUpdate(){if(this.geometry.id!==this.object.geometry.id)return!0;if(null!==this.attributes){const e=this.attributesId;for(const t in e){const r=this.geometry.getAttribute(t);if(void 0===r||e[t]!==r.id)return!0}}return!1}get needsUpdate(){return this.initialNodesCacheKey!==this.getDynamicCacheKey()||this.clippingNeedsUpdate}getDynamicCacheKey(){let e=0;return!0!==this.material.isShadowPassMaterial&&(e=this._nodes.getCacheKey(this.scene,this.lightsNode)),this.camera.isArrayCamera&&(e=Us(e,this.camera.cameras.length)),this.object.receiveShadow&&(e=Us(e,1)),e=Us(e,this.camera.id,this.renderer.contextNode.id,this.renderer.contextNode.version),e}getCacheKey(){return this.getMaterialCacheKey()+this.getDynamicCacheKey()}dispose(){this.material.removeEventListener("dispose",this.onMaterialDispose),this.geometry.removeEventListener("dispose",this.onGeometryDispose),this.onDispose()}}const Jf=[];class ey{constructor(e,t,r,s,i,n){this.renderer=e,this.nodes=t,this.geometries=r,this.pipelines=s,this.bindings=i,this.info=n,this.chainMaps={}}get(e,t,r,s,i,n,a,o){const u=this.getChainMap(o);Jf[0]=e,Jf[1]=t,Jf[2]=n,Jf[3]=i;let l=u.get(Jf);return void 0===l?(l=this.createRenderObject(this.nodes,this.geometries,this.renderer,e,t,r,s,i,n,a,o),u.set(Jf,l)):(l.updateClipping(a),l.needsGeometryUpdate&&l.setGeometry(e.geometry),(l.version!==t.version||l.needsUpdate)&&(l.initialCacheKey!==l.getCacheKey()?(l.dispose(),l=this.get(e,t,r,s,i,n,a,o)):l.version=t.version)),Jf.length=0,l}getChainMap(e="default"){return this.chainMaps[e]||(this.chainMaps[e]=new Yf)}dispose(){this.chainMaps={}}createRenderObject(e,t,r,s,i,n,a,o,u,l,d){const c=this.getChainMap(d),h=new Zf(e,t,r,s,i,n,a,o,u,l);return h.onDispose=()=>{this.pipelines.delete(h),this.bindings.deleteForRender(h),this.nodes.delete(h),c.delete(h.getChainArray())},h}}class ty{constructor(){this.data=new WeakMap}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}delete(e){let t=null;return this.data.has(e)&&(t=this.data.get(e),this.data.delete(e)),t}has(e){return this.data.has(e)}dispose(){this.data=new WeakMap}}const ry=1,sy=2,iy=3,ny=4,ay=16;class oy extends ty{constructor(e){super(),this.backend=e}delete(e){const t=super.delete(e);return null!==t&&this.backend.destroyAttribute(e),t}update(e,t){const r=this.get(e);if(void 0===r.version)t===ry?this.backend.createAttribute(e):t===sy?this.backend.createIndexAttribute(e):t===iy?this.backend.createStorageAttribute(e):t===ny&&this.backend.createIndirectStorageAttribute(e),r.version=this._getBufferAttribute(e).version;else{const t=this._getBufferAttribute(e);(r.version{this.info.memory.geometries--;const s=t.index,i=e.getAttributes();null!==s&&this.attributes.delete(s);for(const e of i)this.attributes.delete(e);const n=this.wireframes.get(t);void 0!==n&&this.attributes.delete(n),t.removeEventListener("dispose",r),this._geometryDisposeListeners.delete(t)};t.addEventListener("dispose",r),this._geometryDisposeListeners.set(t,r)}updateAttributes(e){const t=e.getAttributes();for(const e of t)e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute?this.updateAttribute(e,iy):this.updateAttribute(e,ry);const r=this.getIndex(e);null!==r&&this.updateAttribute(r,sy);const s=e.geometry.indirect;null!==s&&this.updateAttribute(s,ny)}updateAttribute(e,t){const r=this.info.render.calls;e.isInterleavedBufferAttribute?void 0===this.attributeCall.get(e)?(this.attributes.update(e,t),this.attributeCall.set(e,r)):this.attributeCall.get(e.data)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e.data,r),this.attributeCall.set(e,r)):this.attributeCall.get(e)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e,r))}getIndirect(e){return e.geometry.indirect}getIndirectOffset(e){return e.geometry.indirectOffset}getIndex(e){const{geometry:t,material:r}=e;let s=t.index;if(!0===r.wireframe){const e=this.wireframes;let r=e.get(t);void 0===r?(r=ly(t),e.set(t,r)):r.version!==uy(t)&&(this.attributes.delete(r),r=ly(t),e.set(t,r)),s=r}return s}dispose(){for(const[e,t]of this._geometryDisposeListeners.entries())e.removeEventListener("dispose",t);this._geometryDisposeListeners.clear()}}class cy{constructor(){this.autoReset=!0,this.frame=0,this.calls=0,this.render={calls:0,frameCalls:0,drawCalls:0,triangles:0,points:0,lines:0,timestamp:0},this.compute={calls:0,frameCalls:0,timestamp:0},this.memory={geometries:0,textures:0}}update(e,t,r){this.render.drawCalls++,e.isMesh||e.isSprite?this.render.triangles+=r*(t/3):e.isPoints?this.render.points+=r*t:e.isLineSegments?this.render.lines+=r*(t/2):e.isLine?this.render.lines+=r*(t-1):o("WebGPUInfo: Unknown object type.")}reset(){this.render.drawCalls=0,this.render.frameCalls=0,this.compute.frameCalls=0,this.render.triangles=0,this.render.points=0,this.render.lines=0}dispose(){this.reset(),this.calls=0,this.render.calls=0,this.compute.calls=0,this.render.timestamp=0,this.compute.timestamp=0,this.memory.geometries=0,this.memory.textures=0}}class hy{constructor(e){this.cacheKey=e,this.usedTimes=0}}class py extends hy{constructor(e,t,r){super(e),this.vertexProgram=t,this.fragmentProgram=r}}class gy extends hy{constructor(e,t){super(e),this.computeProgram=t,this.isComputePipeline=!0}}let my=0;class fy{constructor(e,t,r,s=null,i=null){this.id=my++,this.code=e,this.stage=t,this.name=r,this.transforms=s,this.attributes=i,this.usedTimes=0}}class yy extends ty{constructor(e,t){super(),this.backend=e,this.nodes=t,this.bindings=null,this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}getForCompute(e,t){const{backend:r}=this,s=this.get(e);if(this._needsComputeUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.computeProgram.usedTimes--);const n=this.nodes.getForCompute(e);let a=this.programs.compute.get(n.computeShader);void 0===a&&(i&&0===i.computeProgram.usedTimes&&this._releaseProgram(i.computeProgram),a=new fy(n.computeShader,"compute",e.name,n.transforms,n.nodeAttributes),this.programs.compute.set(n.computeShader,a),r.createProgram(a));const o=this._getComputeCacheKey(e,a);let u=this.caches.get(o);void 0===u&&(i&&0===i.usedTimes&&this._releasePipeline(i),u=this._getComputePipeline(e,a,o,t)),u.usedTimes++,a.usedTimes++,s.version=e.version,s.pipeline=u}return s.pipeline}getForRender(e,t=null){const{backend:r}=this,s=this.get(e);if(this._needsRenderUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.vertexProgram.usedTimes--,i.fragmentProgram.usedTimes--);const n=e.getNodeBuilderState(),a=e.material?e.material.name:"";let o=this.programs.vertex.get(n.vertexShader);void 0===o&&(i&&0===i.vertexProgram.usedTimes&&this._releaseProgram(i.vertexProgram),o=new fy(n.vertexShader,"vertex",a),this.programs.vertex.set(n.vertexShader,o),r.createProgram(o));let u=this.programs.fragment.get(n.fragmentShader);void 0===u&&(i&&0===i.fragmentProgram.usedTimes&&this._releaseProgram(i.fragmentProgram),u=new fy(n.fragmentShader,"fragment",a),this.programs.fragment.set(n.fragmentShader,u),r.createProgram(u));const l=this._getRenderCacheKey(e,o,u);let d=this.caches.get(l);void 0===d?(i&&0===i.usedTimes&&this._releasePipeline(i),d=this._getRenderPipeline(e,o,u,l,t)):e.pipeline=d,d.usedTimes++,o.usedTimes++,u.usedTimes++,s.pipeline=d}return s.pipeline}delete(e){const t=this.get(e).pipeline;return t&&(t.usedTimes--,0===t.usedTimes&&this._releasePipeline(t),t.isComputePipeline?(t.computeProgram.usedTimes--,0===t.computeProgram.usedTimes&&this._releaseProgram(t.computeProgram)):(t.fragmentProgram.usedTimes--,t.vertexProgram.usedTimes--,0===t.vertexProgram.usedTimes&&this._releaseProgram(t.vertexProgram),0===t.fragmentProgram.usedTimes&&this._releaseProgram(t.fragmentProgram))),super.delete(e)}dispose(){super.dispose(),this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}updateForRender(e){this.getForRender(e)}_getComputePipeline(e,t,r,s){r=r||this._getComputeCacheKey(e,t);let i=this.caches.get(r);return void 0===i&&(i=new gy(r,t),this.caches.set(r,i),this.backend.createComputePipeline(i,s)),i}_getRenderPipeline(e,t,r,s,i){s=s||this._getRenderCacheKey(e,t,r);let n=this.caches.get(s);return void 0===n&&(n=new py(s,t,r),this.caches.set(s,n),e.pipeline=n,this.backend.createRenderPipeline(e,i)),n}_getComputeCacheKey(e,t){return e.id+","+t.id}_getRenderCacheKey(e,t,r){return t.id+","+r.id+","+this.backend.getRenderCacheKey(e)}_releasePipeline(e){this.caches.delete(e.cacheKey)}_releaseProgram(e){const t=e.code,r=e.stage;this.programs[r].delete(t)}_needsComputeUpdate(e){const t=this.get(e);return void 0===t.pipeline||t.version!==e.version}_needsRenderUpdate(e){return void 0===this.get(e).pipeline||this.backend.needsRenderUpdate(e)}}class by extends ty{constructor(e,t,r,s,i,n){super(),this.backend=e,this.textures=r,this.pipelines=i,this.attributes=s,this.nodes=t,this.info=n,this.pipelines.bindings=this}getForRender(e){const t=e.getBindings();for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}getForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}updateForCompute(e){this._updateBindings(this.getForCompute(e))}updateForRender(e){this._updateBindings(this.getForRender(e))}deleteForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}deleteForRender(e){const t=e.getBindings();for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}_updateBindings(e){for(const t of e)this._update(t,e)}_init(e){for(const t of e.bindings)if(t.isSampledTexture)this.textures.updateTexture(t.texture);else if(t.isSampler)this.textures.updateSampler(t.texture);else if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}}_update(e,t){const{backend:r}=this;let s=!1,i=!0,n=0,a=0;for(const t of e.bindings){if(!1!==this.nodes.updateGroup(t)){if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}if(t.isUniformBuffer){t.update()&&r.updateBinding(t)}else if(t.isSampledTexture){const e=t.update(),o=t.texture,u=this.textures.get(o);e&&(this.textures.updateTexture(o),t.generation!==u.generation&&(t.generation=u.generation,s=!0,i=!1));if(void 0!==r.get(o).externalTexture||u.isDefaultTexture?i=!1:(n=10*n+o.id,a+=o.version),!0===o.isStorageTexture&&!0===o.mipmapsAutoUpdate){const e=this.get(o);!0===t.store?e.needsMipmap=!0:this.textures.needsMipmaps(o)&&!0===e.needsMipmap&&(this.backend.generateMipmaps(o),e.needsMipmap=!1)}}else if(t.isSampler){if(t.update()){const e=this.textures.updateSampler(t.texture);t.samplerKey!==e&&(t.samplerKey=e,s=!0,i=!1)}}}}!0===s&&this.backend.updateBindings(e,t,i?n:0,a)}}function xy(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?e.z-t.z:e.id-t.id}function Ty(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?t.z-e.z:e.id-t.id}function _y(e){return(e.transmission>0||e.transmissionNode&&e.transmissionNode.isNode)&&e.side===C&&!1===e.forceSinglePass}class vy{constructor(e,t,r){this.renderItems=[],this.renderItemsIndex=0,this.opaque=[],this.transparentDoublePass=[],this.transparent=[],this.bundles=[],this.lightsNode=e.getNode(t,r),this.lightsArray=[],this.scene=t,this.camera=r,this.occlusionQueryCount=0}begin(){return this.renderItemsIndex=0,this.opaque.length=0,this.transparentDoublePass.length=0,this.transparent.length=0,this.bundles.length=0,this.lightsArray.length=0,this.occlusionQueryCount=0,this}getNextRenderItem(e,t,r,s,i,n,a){let o=this.renderItems[this.renderItemsIndex];return void 0===o?(o={id:e.id,object:e,geometry:t,material:r,groupOrder:s,renderOrder:e.renderOrder,z:i,group:n,clippingContext:a},this.renderItems[this.renderItemsIndex]=o):(o.id=e.id,o.object=e,o.geometry=t,o.material=r,o.groupOrder=s,o.renderOrder=e.renderOrder,o.z=i,o.group=n,o.clippingContext=a),this.renderItemsIndex++,o}push(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===e.occlusionTest&&this.occlusionQueryCount++,!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.push(o),this.transparent.push(o)):this.opaque.push(o)}unshift(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.unshift(o),this.transparent.unshift(o)):this.opaque.unshift(o)}pushBundle(e){this.bundles.push(e)}pushLight(e){this.lightsArray.push(e)}sort(e,t){this.opaque.length>1&&this.opaque.sort(e||xy),this.transparentDoublePass.length>1&&this.transparentDoublePass.sort(t||Ty),this.transparent.length>1&&this.transparent.sort(t||Ty)}finish(){this.lightsNode.setLights(this.lightsArray);for(let e=this.renderItemsIndex,t=this.renderItems.length;e>t,u=a.height>>t;let l=e.depthTexture||i[t];const d=!0===e.depthBuffer||!0===e.stencilBuffer;let c=!1;void 0===l&&d&&(l=new X,l.format=e.stencilBuffer?Ie:Oe,l.type=e.stencilBuffer?Ve:S,l.image.width=o,l.image.height=u,l.image.depth=a.depth,l.renderTarget=e,l.isArrayTexture=!0===e.multiview&&a.depth>1,i[t]=l),r.width===a.width&&a.height===r.height||(c=!0,l&&(l.needsUpdate=!0,l.image.width=o,l.image.height=u,l.image.depth=l.isArrayTexture?l.image.depth:1)),r.width=a.width,r.height=a.height,r.textures=n,r.depthTexture=l||null,r.depth=e.depthBuffer,r.stencil=e.stencilBuffer,r.renderTarget=e,r.sampleCount!==s&&(c=!0,l&&(l.needsUpdate=!0),r.sampleCount=s);const h={sampleCount:s};if(!0!==e.isXRRenderTarget){for(let e=0;e{this._destroyRenderTarget(e)},e.addEventListener("dispose",r.onDispose))}updateTexture(e,t={}){const r=this.get(e);if(!0===r.initialized&&r.version===e.version)return;const s=e.isRenderTargetTexture||e.isDepthTexture||e.isFramebufferTexture,i=this.backend;if(s&&!0===r.initialized&&i.destroyTexture(e),e.isFramebufferTexture){const t=this.renderer.getRenderTarget();e.type=t?t.texture.type:ke}const{width:n,height:a,depth:o}=this.getSize(e);if(t.width=n,t.height=a,t.depth=o,t.needsMipmaps=this.needsMipmaps(e),t.levels=t.needsMipmaps?this.getMipLevels(e,n,a):1,e.isCubeTexture&&e.mipmaps.length>0&&t.levels++,s||!0===e.isStorageTexture||!0===e.isExternalTexture)i.createTexture(e,t),r.generation=e.version;else if(e.version>0){const s=e.image;if(void 0===s)d("Renderer: Texture marked for update but image is undefined.");else if(!1===s.complete)d("Renderer: Texture marked for update but image is incomplete.");else{if(e.images){const r=[];for(const t of e.images)r.push(t);t.images=r}else t.image=s;void 0!==r.isDefaultTexture&&!0!==r.isDefaultTexture||(i.createTexture(e,t),r.isDefaultTexture=!1,r.generation=e.version),!0===e.source.dataReady&&i.updateTexture(e,t);const n=!0===e.isStorageTexture&&!1===e.mipmapsAutoUpdate;t.needsMipmaps&&0===e.mipmaps.length&&!n&&i.generateMipmaps(e),e.onUpdate&&e.onUpdate(e)}}else i.createDefaultTexture(e),r.isDefaultTexture=!0,r.generation=e.version;!0!==r.initialized&&(r.initialized=!0,r.generation=e.version,this.info.memory.textures++,e.isVideoTexture&&!0===p.enabled&&p.getTransfer(e.colorSpace)!==g&&d("WebGPURenderer: Video textures must use a color space with a sRGB transfer function, e.g. SRGBColorSpace."),r.onDispose=()=>{this._destroyTexture(e)},e.addEventListener("dispose",r.onDispose)),r.version=e.version}updateSampler(e){return this.backend.updateSampler(e)}getSize(e,t=Ly){let r=e.images?e.images[0]:e.image;return r?(void 0!==r.image&&(r=r.image),"undefined"!=typeof HTMLVideoElement&&r instanceof HTMLVideoElement?(t.width=r.videoWidth||1,t.height=r.videoHeight||1,t.depth=1):"undefined"!=typeof VideoFrame&&r instanceof VideoFrame?(t.width=r.displayWidth||1,t.height=r.displayHeight||1,t.depth=1):(t.width=r.width||1,t.height=r.height||1,t.depth=e.isCubeTexture?6:r.depth||1)):t.width=t.height=t.depth=1,t}getMipLevels(e,t,r){let s;return s=e.mipmaps.length>0?e.mipmaps.length:!0===e.isCompressedTexture?1:Math.floor(Math.log2(Math.max(t,r)))+1,s}needsMipmaps(e){return!0===e.generateMipmaps||e.mipmaps.length>0}_destroyRenderTarget(e){if(!0===this.has(e)){const t=this.get(e),r=t.textures,s=t.depthTexture;e.removeEventListener("dispose",t.onDispose);for(let e=0;e=2)for(let r=0;r{if(this._currentNode=t,!t.isVarNode||!t.isIntent(e)||!0===t.isAssign(e))if("setup"===s)t.build(e);else if("analyze"===s)t.build(e,this);else if("generate"===s){const r=e.getDataFromNode(t,"any").stages,s=r&&r[e.shaderStage];if(t.isVarNode&&s&&1===s.length&&s[0]&&s[0].isStackNode)return;t.build(e,"void")}},n=[...this.nodes];for(const e of n)i(e);this._currentNode=null;const a=this.nodes.filter(e=>-1===n.indexOf(e));for(const e of a)i(e);let o;return o=this.hasOutput?this.outputNode.build(e,...t):super.build(e,...t),on(r),e.removeActiveStack(this),o}}const Iy=en(Uy).setParameterLength(0,1);class Oy extends ai{static get type(){return"StructTypeNode"}constructor(e,t=null){var r;super("struct"),this.membersLayout=(r=e,Object.entries(r).map(([e,t])=>"string"==typeof t?{name:e,type:t,atomic:!1}:{name:e,type:t.type,atomic:t.atomic||!1})),this.name=t,this.isStructLayoutNode=!0}getLength(){const e=Float32Array.BYTES_PER_ELEMENT;let t=1,r=0;for(const s of this.membersLayout){const i=s.type,n=zs(i),a=$s(i)/e;t=Math.max(t,a);const o=r%t%a;0!==o&&(r+=a-o),r+=n}return Math.ceil(r/t)*t}getMemberType(e,t){const r=this.membersLayout.find(e=>e.name===t);return r?r.type:"void"}getNodeType(e){return e.getStructTypeFromNode(this,this.membersLayout,this.name).name}setup(e){e.getStructTypeFromNode(this,this.membersLayout,this.name),e.addInclude(this)}generate(e){return this.getNodeType(e)}}class Vy extends ai{static get type(){return"StructNode"}constructor(e,t){super("vec3"),this.structTypeNode=e,this.values=t,this.isStructNode=!0}getNodeType(e){return this.structTypeNode.getNodeType(e)}getMemberType(e,t){return this.structTypeNode.getMemberType(e,t)}generate(e){const t=e.getVarFromNode(this),r=t.type,s=e.getPropertyName(t);return e.addLineFlowCode(`${s} = ${e.generateStruct(r,this.structTypeNode.membersLayout,this.values)}`,this),t.name}}class ky extends ai{static get type(){return"OutputStructNode"}constructor(...e){super(),this.members=e,this.isOutputStructNode=!0}getNodeType(e){const t=e.getNodeProperties(this);if(void 0===t.membersLayout){const r=this.members,s=[];for(let t=0;tnew Hy(e,"uint","float"),Xy={};class Ky extends eo{static get type(){return"BitcountNode"}constructor(e,t){super(e,t),this.isBitcountNode=!0}_resolveElementType(e,t,r){"int"===r?t.assign(qy(e,"uint")):t.assign(e)}_returnDataNode(e){switch(e){case"uint":return gn;case"int":return pn;case"uvec2":return bn;case"uvec3":return vn;case"uvec4":return An;case"ivec2":return yn;case"ivec3":return _n;case"ivec4":return Rn}}_createTrailingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t);const i=hn(s.bitAnd(Bo(s))),n=jy(i).shiftRight(23).sub(127);return r(n)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createLeadingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{ln(e.equal(gn(0)),()=>gn(32));const s=gn(0),i=gn(0);return this._resolveElementType(e,s,t),ln(s.shiftRight(16).equal(0),()=>{i.addAssign(16),s.shiftLeftAssign(16)}),ln(s.shiftRight(24).equal(0),()=>{i.addAssign(8),s.shiftLeftAssign(8)}),ln(s.shiftRight(28).equal(0),()=>{i.addAssign(4),s.shiftLeftAssign(4)}),ln(s.shiftRight(30).equal(0),()=>{i.addAssign(2),s.shiftLeftAssign(2)}),ln(s.shiftRight(31).equal(0),()=>{i.addAssign(1)}),r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createOneBitsBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t),s.assign(s.sub(s.shiftRight(gn(1)).bitAnd(gn(1431655765)))),s.assign(s.bitAnd(gn(858993459)).add(s.shiftRight(gn(2)).bitAnd(gn(858993459))));const i=s.add(s.shiftRight(gn(4))).bitAnd(gn(252645135)).mul(gn(16843009)).shiftRight(gn(24));return r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createMainLayout(e,t,r,s){const i=this._returnDataNode(t);return an(([e])=>{if(1===r)return i(s(e));{const t=i(0),n=["x","y","z","w"];for(let i=0;id(r))()}}Ky.COUNT_TRAILING_ZEROS="countTrailingZeros",Ky.COUNT_LEADING_ZEROS="countLeadingZeros",Ky.COUNT_ONE_BITS="countOneBits";const Yy=rn(Ky,Ky.COUNT_TRAILING_ZEROS).setParameterLength(1),Qy=rn(Ky,Ky.COUNT_LEADING_ZEROS).setParameterLength(1),Zy=rn(Ky,Ky.COUNT_ONE_BITS).setParameterLength(1),Jy=an(([e])=>{const t=e.toUint().mul(747796405).add(2891336453),r=t.shiftRight(t.shiftRight(28).add(4)).bitXor(t).mul(277803737);return r.shiftRight(22).bitXor(r).toFloat().mul(1/2**32)}),eb=(e,t)=>Qo(Ma(4,e.mul(Ca(1,e))),t);class tb extends li{static get type(){return"PackFloatNode"}constructor(e,t){super(),this.vectorNode=t,this.encoding=e,this.isPackFloatNode=!0}getNodeType(){return"uint"}generate(e){const t=this.vectorNode.getNodeType(e);return`${e.getFloatPackingMethod(this.encoding)}(${this.vectorNode.build(e,t)})`}}const rb=rn(tb,"snorm").setParameterLength(1),sb=rn(tb,"unorm").setParameterLength(1),ib=rn(tb,"float16").setParameterLength(1);class nb extends li{static get type(){return"UnpackFloatNode"}constructor(e,t){super(),this.uintNode=t,this.encoding=e,this.isUnpackFloatNode=!0}getNodeType(){return"vec2"}generate(e){const t=this.uintNode.getNodeType(e);return`${e.getFloatUnpackingMethod(this.encoding)}(${this.uintNode.build(e,t)})`}}const ab=rn(nb,"snorm").setParameterLength(1),ob=rn(nb,"unorm").setParameterLength(1),ub=rn(nb,"float16").setParameterLength(1),lb=an(([e])=>e.fract().sub(.5).abs()).setLayout({name:"tri",type:"float",inputs:[{name:"x",type:"float"}]}),db=an(([e])=>Tn(lb(e.z.add(lb(e.y.mul(1)))),lb(e.z.add(lb(e.x.mul(1)))),lb(e.y.add(lb(e.x.mul(1)))))).setLayout({name:"tri3",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),cb=an(([e,t,r])=>{const s=Tn(e).toVar(),i=hn(1.4).toVar(),n=hn(0).toVar(),a=Tn(s).toVar();return op({start:hn(0),end:hn(3),type:"float",condition:"<="},()=>{const e=Tn(db(a.mul(2))).toVar();s.addAssign(e.add(r.mul(hn(.1).mul(t)))),a.mulAssign(1.8),i.mulAssign(1.5),s.mulAssign(1.2);const o=hn(lb(s.z.add(lb(s.x.add(lb(s.y)))))).toVar();n.addAssign(o.div(i)),a.addAssign(.14)}),n}).setLayout({name:"triNoise3D",type:"float",inputs:[{name:"position",type:"vec3"},{name:"speed",type:"float"},{name:"time",type:"float"}]});class hb extends ai{static get type(){return"FunctionOverloadingNode"}constructor(e=[],...t){super(),this.functionNodes=e,this.parametersNodes=t,this._candidateFn=null,this.global=!0}getNodeType(e){return this.getCandidateFn(e).shaderNode.layout.type}getCandidateFn(e){const t=this.parametersNodes;let r=this._candidateFn;if(null===r){let s=null,i=-1;for(const r of this.functionNodes){const n=r.shaderNode.layout;if(null===n)throw new Error("FunctionOverloadingNode: FunctionNode must be a layout.");const a=n.inputs;if(t.length===a.length){let n=0;for(let r=0;ri&&(s=r,i=n)}}this._candidateFn=r=s}return r}setup(e){return this.getCandidateFn(e)(...this.parametersNodes)}}const pb=en(hb),gb=e=>(...t)=>pb(e,...t),mb=xa(0).setGroup(fa).onRenderUpdate(e=>e.time),fb=xa(0).setGroup(fa).onRenderUpdate(e=>e.deltaTime),yb=xa(0,"uint").setGroup(fa).onRenderUpdate(e=>e.frameId);const bb=an(([e,t,r=fn(.5)])=>Ff(e.sub(r),t).add(r)),xb=an(([e,t,r=fn(.5)])=>{const s=e.sub(r),i=s.dot(s),n=i.mul(i).mul(t);return e.add(s.mul(n))}),Tb=an(({position:e=null,horizontal:t=!0,vertical:r=!1})=>{let s;null!==e?(s=xd.toVar(),s[3][0]=e.x,s[3][1]=e.y,s[3][2]=e.z):s=xd;const i=id.mul(s);return ji(t)&&(i[0][0]=xd[0].length(),i[0][1]=0,i[0][2]=0),ji(r)&&(i[1][0]=0,i[1][1]=xd[1].length(),i[1][2]=0),i[2][0]=0,i[2][1]=0,i[2][2]=1,rd.mul(i).mul(Bd)}),_b=an(([e=null])=>{const t=Pp();return Pp(Rp(e)).sub(t).lessThan(0).select(Hl,e)});class vb extends ai{static get type(){return"SpriteSheetUVNode"}constructor(e,t=Rl(),r=hn(0)){super("vec2"),this.countNode=e,this.uvNode=t,this.frameNode=r}setup(){const{frameNode:e,uvNode:t,countNode:r}=this,{width:s,height:i}=r,n=e.mod(s.mul(i)).floor(),a=n.mod(s),o=i.sub(n.add(1).div(s).ceil()),u=r.reciprocal(),l=fn(a,o);return t.add(l).mul(u)}}const Nb=en(vb).setParameterLength(3),Sb=an(([e,t=null,r=null,s=hn(1),i=Bd,n=zd])=>{let a=n.abs().normalize();a=a.div(a.dot(Tn(1)));const o=i.yz.mul(s),u=i.zx.mul(s),l=i.xy.mul(s),d=e.value,c=null!==t?t.value:d,h=null!==r?r.value:d,p=Pl(d,o).mul(a.x),g=Pl(c,u).mul(a.y),m=Pl(h,l).mul(a.z);return wa(p,g,m)}),Rb=new Ge,Ab=new r,Eb=new r,wb=new r,Cb=new a,Mb=new r(0,0,-1),Bb=new s,Lb=new r,Pb=new r,Fb=new s,Db=new t,Ub=new _e,Ib=Hl.flipX();Ub.depthTexture=new X(1,1);let Ob=!1;class Vb extends Bl{static get type(){return"ReflectorNode"}constructor(e={}){super(e.defaultTexture||Ub.texture,Ib),this._reflectorBaseNode=e.reflector||new kb(this,e),this._depthNode=null,this.setUpdateMatrix(!1)}get reflector(){return this._reflectorBaseNode}get target(){return this._reflectorBaseNode.target}getDepthNode(){if(null===this._depthNode){if(!0!==this._reflectorBaseNode.depth)throw new Error("THREE.ReflectorNode: Depth node can only be requested when the reflector is created with { depth: true }. ");this._depthNode=Yi(new Vb({defaultTexture:Ub.depthTexture,reflector:this._reflectorBaseNode}))}return this._depthNode}setup(e){return e.object.isQuadMesh||this._reflectorBaseNode.build(e),super.setup(e)}clone(){const e=new this.constructor(this.reflectorNode);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e._reflectorBaseNode=this._reflectorBaseNode,e}dispose(){super.dispose(),this._reflectorBaseNode.dispose()}}class kb extends ai{static get type(){return"ReflectorBaseNode"}constructor(e,t={}){super();const{target:r=new ze,resolutionScale:s=1,generateMipmaps:i=!1,bounces:n=!0,depth:a=!1,samples:o=0}=t;this.textureNode=e,this.target=r,this.resolutionScale=s,void 0!==t.resolution&&(v('ReflectorNode: The "resolution" parameter has been renamed to "resolutionScale".'),this.resolutionScale=t.resolution),this.generateMipmaps=i,this.bounces=n,this.depth=a,this.samples=o,this.updateBeforeType=n?Qs.RENDER:Qs.FRAME,this.virtualCameras=new WeakMap,this.renderTargets=new Map,this.forceUpdate=!1,this.hasOutput=!1}_updateResolution(e,t){const r=this.resolutionScale;t.getDrawingBufferSize(Db),e.setSize(Math.round(Db.width*r),Math.round(Db.height*r))}setup(e){return this._updateResolution(Ub,e.renderer),super.setup(e)}dispose(){super.dispose();for(const e of this.renderTargets.values())e.dispose()}getVirtualCamera(e){let t=this.virtualCameras.get(e);return void 0===t&&(t=e.clone(),this.virtualCameras.set(e,t)),t}getRenderTarget(e){let t=this.renderTargets.get(e);return void 0===t&&(t=new _e(0,0,{type:fe,samples:this.samples}),!0===this.generateMipmaps&&(t.texture.minFilter=$e,t.texture.generateMipmaps=!0),!0===this.depth&&(t.depthTexture=new X),this.renderTargets.set(e,t)),t}updateBefore(e){if(!1===this.bounces&&Ob)return!1;Ob=!0;const{scene:t,camera:r,renderer:s,material:i}=e,{target:n}=this,a=this.getVirtualCamera(r),o=this.getRenderTarget(a);s.getDrawingBufferSize(Db),this._updateResolution(o,s),Eb.setFromMatrixPosition(n.matrixWorld),wb.setFromMatrixPosition(r.matrixWorld),Cb.extractRotation(n.matrixWorld),Ab.set(0,0,1),Ab.applyMatrix4(Cb),Lb.subVectors(Eb,wb);let u=!1;if(!0===Lb.dot(Ab)>0&&!1===this.forceUpdate){if(!1===this.hasOutput)return void(Ob=!1);u=!0}Lb.reflect(Ab).negate(),Lb.add(Eb),Cb.extractRotation(r.matrixWorld),Mb.set(0,0,-1),Mb.applyMatrix4(Cb),Mb.add(wb),Pb.subVectors(Eb,Mb),Pb.reflect(Ab).negate(),Pb.add(Eb),a.coordinateSystem=r.coordinateSystem,a.position.copy(Lb),a.up.set(0,1,0),a.up.applyMatrix4(Cb),a.up.reflect(Ab),a.lookAt(Pb),a.near=r.near,a.far=r.far,a.updateMatrixWorld(),a.projectionMatrix.copy(r.projectionMatrix),Rb.setFromNormalAndCoplanarPoint(Ab,Eb),Rb.applyMatrix4(a.matrixWorldInverse),Bb.set(Rb.normal.x,Rb.normal.y,Rb.normal.z,Rb.constant);const l=a.projectionMatrix;Fb.x=(Math.sign(Bb.x)+l.elements[8])/l.elements[0],Fb.y=(Math.sign(Bb.y)+l.elements[9])/l.elements[5],Fb.z=-1,Fb.w=(1+l.elements[10])/l.elements[14],Bb.multiplyScalar(1/Bb.dot(Fb));l.elements[2]=Bb.x,l.elements[6]=Bb.y,l.elements[10]=s.coordinateSystem===h?Bb.z-0:Bb.z+1-0,l.elements[14]=Bb.w,this.textureNode.value=o.texture,!0===this.depth&&(this.textureNode.getDepthNode().value=o.depthTexture),i.visible=!1;const d=s.getRenderTarget(),c=s.getMRT(),p=s.autoClear;s.setMRT(null),s.setRenderTarget(o),s.autoClear=!0;const g=t.name;t.name=(t.name||"Scene")+" [ Reflector ]",u?(s.clear(),this.hasOutput=!1):(s.render(t,a),this.hasOutput=!0),t.name=g,s.setMRT(c),s.setRenderTarget(d),s.autoClear=p,i.visible=!0,Ob=!1,this.forceUpdate=!1}get resolution(){return v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale}set resolution(e){v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale=e}}const Gb=new xe(-1,1,1,-1,0,1);class zb extends be{constructor(e=!1){super();const t=!1===e?[0,-1,0,1,2,1]:[0,2,0,0,2,0];this.setAttribute("position",new We([-1,3,0,-1,-1,0,3,-1,0],3)),this.setAttribute("uv",new We(t,2))}}const $b=new zb;class Wb extends se{constructor(e=null){super($b,e),this.camera=Gb,this.isQuadMesh=!0}async renderAsync(e){v('QuadMesh: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await e.init(),e.render(this,Gb)}render(e){e.render(this,Gb)}}const Hb=new t;class qb extends Bl{static get type(){return"RTTNode"}constructor(e,t=null,r=null,s={type:fe}){const i=new _e(t,r,s);super(i.texture,Rl()),this.isRTTNode=!0,this.node=e,this.width=t,this.height=r,this.pixelRatio=1,this.renderTarget=i,this.textureNeedsUpdate=!0,this.autoUpdate=!0,this._rttNode=null,this._quadMesh=new Wb(new Xp),this.updateBeforeType=Qs.RENDER}get autoResize(){return null===this.width}setup(e){return this._rttNode=this.node.context(e.getSharedContext()),this._quadMesh.material.name="RTT",this._quadMesh.material.needsUpdate=!0,super.setup(e)}setSize(e,t){this.width=e,this.height=t;const r=e*this.pixelRatio,s=t*this.pixelRatio;this.renderTarget.setSize(r,s),this.textureNeedsUpdate=!0}setPixelRatio(e){this.pixelRatio=e,this.setSize(this.width,this.height)}updateBefore({renderer:e}){if(!1===this.textureNeedsUpdate&&!1===this.autoUpdate)return;if(this.textureNeedsUpdate=!1,!0===this.autoResize){const t=e.getPixelRatio(),r=e.getSize(Hb),s=Math.floor(r.width*t),i=Math.floor(r.height*t);s===this.renderTarget.width&&i===this.renderTarget.height||(this.renderTarget.setSize(s,i),this.textureNeedsUpdate=!0)}let t="RTT";this.node.name&&(t=this.node.name+" [ "+t+" ]"),this._quadMesh.material.fragmentNode=this._rttNode,this._quadMesh.name=t;const r=e.getRenderTarget();e.setRenderTarget(this.renderTarget),this._quadMesh.render(e),e.setRenderTarget(r)}clone(){const e=new Bl(this.value,this.uvNode,this.levelNode);return e.sampler=this.sampler,e.referenceNode=this,e}}const jb=(e,...t)=>Yi(new qb(Yi(e),...t)),Xb=an(([e,t,r],s)=>{let i;s.renderer.coordinateSystem===h?(e=fn(e.x,e.y.oneMinus()).mul(2).sub(1),i=Sn(Tn(e,t),1)):i=Sn(Tn(e.x,e.y.oneMinus(),t).mul(2).sub(1),1);const n=Sn(r.mul(i));return n.xyz.div(n.w)}),Kb=an(([e,t])=>{const r=t.mul(Sn(e,1)),s=r.xy.div(r.w).mul(.5).add(.5).toVar();return fn(s.x,s.y.oneMinus())}),Yb=an(([e,t,r])=>{const s=El(Fl(t)),i=yn(e.mul(s)).toVar(),n=Fl(t,i).toVar(),a=Fl(t,i.sub(yn(2,0))).toVar(),o=Fl(t,i.sub(yn(1,0))).toVar(),u=Fl(t,i.add(yn(1,0))).toVar(),l=Fl(t,i.add(yn(2,0))).toVar(),d=Fl(t,i.add(yn(0,2))).toVar(),c=Fl(t,i.add(yn(0,1))).toVar(),h=Fl(t,i.sub(yn(0,1))).toVar(),p=Fl(t,i.sub(yn(0,2))).toVar(),g=wo(Ca(hn(2).mul(o).sub(a),n)).toVar(),m=wo(Ca(hn(2).mul(u).sub(l),n)).toVar(),f=wo(Ca(hn(2).mul(c).sub(d),n)).toVar(),y=wo(Ca(hn(2).mul(h).sub(p),n)).toVar(),b=Xb(e,n,r).toVar(),x=g.lessThan(m).select(b.sub(Xb(e.sub(fn(hn(1).div(s.x),0)),o,r)),b.negate().add(Xb(e.add(fn(hn(1).div(s.x),0)),u,r))),T=f.lessThan(y).select(b.sub(Xb(e.add(fn(0,hn(1).div(s.y))),c,r)),b.negate().add(Xb(e.sub(fn(0,hn(1).div(s.y))),h,r)));return To(Yo(x,T))}),Qb=an(([e])=>_o(hn(52.9829189).mul(_o(Ko(e,fn(.06711056,.00583715)))))).setLayout({name:"interleavedGradientNoise",type:"float",inputs:[{name:"position",type:"vec2"}]}),Zb=an(([e,t,r])=>{const s=hn(2.399963229728653),i=fo(hn(e).add(.5).div(hn(t))),n=hn(e).mul(s).add(r);return fn(No(n),vo(n)).mul(i)}).setLayout({name:"vogelDiskSample",type:"vec2",inputs:[{name:"sampleIndex",type:"int"},{name:"samplesCount",type:"int"},{name:"phi",type:"float"}]});class Jb extends ai{static get type(){return"SampleNode"}constructor(e,t=null){super(),this.callback=e,this.uvNode=t,this.isSampleNode=!0}setup(){return this.sample(Rl())}sample(e){return this.callback(e)}}class ex extends ai{static get type(){return"EventNode"}constructor(e,t){super("void"),this.eventType=e,this.callback=t,e===ex.OBJECT?this.updateType=Qs.OBJECT:e===ex.MATERIAL?this.updateType=Qs.RENDER:e===ex.BEFORE_OBJECT?this.updateBeforeType=Qs.OBJECT:e===ex.BEFORE_MATERIAL&&(this.updateBeforeType=Qs.RENDER)}update(e){this.callback(e)}updateBefore(e){this.callback(e)}}ex.OBJECT="object",ex.MATERIAL="material",ex.BEFORE_OBJECT="beforeObject",ex.BEFORE_MATERIAL="beforeMaterial";const tx=(e,t)=>new ex(e,t).toStack();class rx extends ${constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageInstancedBufferAttribute=!0}}class sx extends Re{constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageBufferAttribute=!0}}class ix extends ai{static get type(){return"PointUVNode"}constructor(){super("vec2"),this.isPointUVNode=!0}generate(){return"vec2( gl_PointCoord.x, 1.0 - gl_PointCoord.y )"}}const nx=tn(ix),ax=new M,ox=new a;class ux extends ai{static get type(){return"SceneNode"}constructor(e=ux.BACKGROUND_BLURRINESS,t=null){super(),this.scope=e,this.scene=t}setup(e){const t=this.scope,r=null!==this.scene?this.scene:e.scene;let s;return t===ux.BACKGROUND_BLURRINESS?s=mc("backgroundBlurriness","float",r):t===ux.BACKGROUND_INTENSITY?s=mc("backgroundIntensity","float",r):t===ux.BACKGROUND_ROTATION?s=xa("mat4").setName("backgroundRotation").setGroup(fa).onRenderUpdate(()=>{const e=r.background;return null!==e&&e.isTexture&&e.mapping!==He?(ax.copy(r.backgroundRotation),ax.x*=-1,ax.y*=-1,ax.z*=-1,ox.makeRotationFromEuler(ax)):ox.identity(),ox}):o("SceneNode: Unknown scope:",t),s}}ux.BACKGROUND_BLURRINESS="backgroundBlurriness",ux.BACKGROUND_INTENSITY="backgroundIntensity",ux.BACKGROUND_ROTATION="backgroundRotation";const lx=tn(ux,ux.BACKGROUND_BLURRINESS),dx=tn(ux,ux.BACKGROUND_INTENSITY),cx=tn(ux,ux.BACKGROUND_ROTATION);class hx extends Bl{static get type(){return"StorageTextureNode"}constructor(e,t,r=null){super(e,t),this.storeNode=r,this.mipLevel=0,this.isStorageTextureNode=!0,this.access=Js.WRITE_ONLY}getInputType(){return"storageTexture"}setup(e){super.setup(e);const t=e.getNodeProperties(this);return t.storeNode=this.storeNode,t}setAccess(e){return this.access=e,this}setMipLevel(e){return this.mipLevel=e,this}generate(e,t){let r;return r=null!==this.storeNode?this.generateStore(e):super.generate(e,t),r}toReadWrite(){return this.setAccess(Js.READ_WRITE)}toReadOnly(){return this.setAccess(Js.READ_ONLY)}toWriteOnly(){return this.setAccess(Js.WRITE_ONLY)}generateStore(e){const t=e.getNodeProperties(this),{uvNode:r,storeNode:s,depthNode:i}=t,n=super.generate(e,"property"),a=r.build(e,!0===this.value.is3DTexture?"uvec3":"uvec2"),o=s.build(e,"vec4"),u=i?i.build(e,"int"):null,l=e.generateTextureStore(e,n,a,u,o);e.addLineFlowCode(l,this)}clone(){const e=super.clone();return e.storeNode=this.storeNode,e.mipLevel=this.mipLevel,e}}const px=en(hx).setParameterLength(1,3),gx=an(({texture:e,uv:t})=>{const r=1e-4,s=Tn().toVar();return ln(t.x.lessThan(r),()=>{s.assign(Tn(1,0,0))}).ElseIf(t.y.lessThan(r),()=>{s.assign(Tn(0,1,0))}).ElseIf(t.z.lessThan(r),()=>{s.assign(Tn(0,0,1))}).ElseIf(t.x.greaterThan(.9999),()=>{s.assign(Tn(-1,0,0))}).ElseIf(t.y.greaterThan(.9999),()=>{s.assign(Tn(0,-1,0))}).ElseIf(t.z.greaterThan(.9999),()=>{s.assign(Tn(0,0,-1))}).Else(()=>{const r=.01,i=e.sample(t.add(Tn(-.01,0,0))).r.sub(e.sample(t.add(Tn(r,0,0))).r),n=e.sample(t.add(Tn(0,-.01,0))).r.sub(e.sample(t.add(Tn(0,r,0))).r),a=e.sample(t.add(Tn(0,0,-.01))).r.sub(e.sample(t.add(Tn(0,0,r))).r);s.assign(Tn(i,n,a))}),s.normalize()});class mx extends Bl{static get type(){return"Texture3DNode"}constructor(e,t=null,r=null){super(e,t,r),this.isTexture3DNode=!0}getInputType(){return"texture3D"}getDefaultUV(){return Tn(.5,.5,.5)}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!e.isFlipY()||!0!==r.isRenderTargetTexture&&!0!==r.isFramebufferTexture||(t=this.sampler?t.flipY():t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1))),t}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}generateOffset(e,t){return t.build(e,"ivec3")}normal(e){return gx({texture:this,uv:e})}}const fx=en(mx).setParameterLength(1,3);class yx extends gc{static get type(){return"UserDataNode"}constructor(e,t,r=null){super(e,t,r),this.userData=r}updateReference(e){return this.reference=null!==this.userData?this.userData:e.object.userData,this.reference}}const bx=new WeakMap;class xx extends li{static get type(){return"VelocityNode"}constructor(){super("vec2"),this.projectionMatrix=null,this.updateType=Qs.OBJECT,this.updateAfterType=Qs.OBJECT,this.previousModelWorldMatrix=xa(new a),this.previousProjectionMatrix=xa(new a).setGroup(fa),this.previousCameraViewMatrix=xa(new a)}setProjectionMatrix(e){this.projectionMatrix=e}update({frameId:e,camera:t,object:r}){const s=_x(r);this.previousModelWorldMatrix.value.copy(s);const i=Tx(t);i.frameId!==e&&(i.frameId=e,void 0===i.previousProjectionMatrix?(i.previousProjectionMatrix=new a,i.previousCameraViewMatrix=new a,i.currentProjectionMatrix=new a,i.currentCameraViewMatrix=new a,i.previousProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.previousCameraViewMatrix.copy(t.matrixWorldInverse)):(i.previousProjectionMatrix.copy(i.currentProjectionMatrix),i.previousCameraViewMatrix.copy(i.currentCameraViewMatrix)),i.currentProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.currentCameraViewMatrix.copy(t.matrixWorldInverse),this.previousProjectionMatrix.value.copy(i.previousProjectionMatrix),this.previousCameraViewMatrix.value.copy(i.previousCameraViewMatrix))}updateAfter({object:e}){_x(e).copy(e.matrixWorld)}setup(){const e=null===this.projectionMatrix?rd:xa(this.projectionMatrix),t=this.previousCameraViewMatrix.mul(this.previousModelWorldMatrix),r=e.mul(Ad).mul(Bd),s=this.previousProjectionMatrix.mul(t).mul(Ld),i=r.xy.div(r.w),n=s.xy.div(s.w);return Ca(i,n)}}function Tx(e){let t=bx.get(e);return void 0===t&&(t={},bx.set(e,t)),t}function _x(e,t=0){const r=Tx(e);let s=r[t];return void 0===s&&(r[t]=s=new a,r[t].copy(e.matrixWorld)),s}const vx=tn(xx),Nx=an(([e])=>Ex(e.rgb)),Sx=an(([e,t=hn(1)])=>t.mix(Ex(e.rgb),e.rgb)),Rx=an(([e,t=hn(1)])=>{const r=wa(e.r,e.g,e.b).div(3),s=e.r.max(e.g.max(e.b)),i=s.sub(r).mul(t).mul(-3);return iu(e.rgb,s,i)}),Ax=an(([e,t=hn(1)])=>{const r=Tn(.57735,.57735,.57735),s=t.cos();return Tn(e.rgb.mul(s).add(r.cross(e.rgb).mul(t.sin()).add(r.mul(Ko(r,e.rgb).mul(s.oneMinus())))))}),Ex=(e,t=Tn(p.getLuminanceCoefficients(new r)))=>Ko(e,t),wx=an(([e,t=Tn(1),s=Tn(0),i=Tn(1),n=hn(1),a=Tn(p.getLuminanceCoefficients(new r,ve))])=>{const o=e.rgb.dot(Tn(a)),u=Wo(e.rgb.mul(t).add(s),0).toVar(),l=u.pow(i).toVar();return ln(u.r.greaterThan(0),()=>{u.r.assign(l.r)}),ln(u.g.greaterThan(0),()=>{u.g.assign(l.g)}),ln(u.b.greaterThan(0),()=>{u.b.assign(l.b)}),u.assign(o.add(u.sub(o).mul(n))),Sn(u.rgb,e.a)});class Cx extends li{static get type(){return"PosterizeNode"}constructor(e,t){super(),this.sourceNode=e,this.stepsNode=t}setup(){const{sourceNode:e,stepsNode:t}=this;return e.mul(t).floor().div(t)}}const Mx=en(Cx).setParameterLength(2),Bx=new t;class Lx extends Bl{static get type(){return"PassTextureNode"}constructor(e,t){super(t),this.passNode=e,this.setUpdateMatrix(!1)}setup(e){return this.passNode.build(e),super.setup(e)}clone(){return new this.constructor(this.passNode,this.value)}}class Px extends Lx{static get type(){return"PassMultipleTextureNode"}constructor(e,t,r=!1){super(e,null),this.textureName=t,this.previousTexture=r}updateTexture(){this.value=this.previousTexture?this.passNode.getPreviousTexture(this.textureName):this.passNode.getTexture(this.textureName)}setup(e){return this.updateTexture(),super.setup(e)}clone(){const e=new this.constructor(this.passNode,this.textureName,this.previousTexture);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}class Fx extends li{static get type(){return"PassNode"}constructor(e,t,r,s={}){super("vec4"),this.scope=e,this.scene=t,this.camera=r,this.options=s,this._pixelRatio=1,this._width=1,this._height=1;const i=new X;i.isRenderTargetTexture=!0,i.name="depth";const n=new _e(this._width*this._pixelRatio,this._height*this._pixelRatio,{type:fe,...s});n.texture.name="output",n.depthTexture=i,this.renderTarget=n,this.overrideMaterial=null,this.transparent=!0,this.opaque=!0,this.contextNode=null,this._contextNodeCache=null,this._textures={output:n.texture,depth:i},this._textureNodes={},this._linearDepthNodes={},this._viewZNodes={},this._previousTextures={},this._previousTextureNodes={},this._cameraNear=xa(0),this._cameraFar=xa(0),this._mrt=null,this._layers=null,this._resolutionScale=1,this._viewport=null,this._scissor=null,this.isPassNode=!0,this.updateBeforeType=Qs.FRAME,this.global=!0}setResolutionScale(e){return this._resolutionScale=e,this}getResolutionScale(){return this._resolutionScale}setResolution(e){return d("PassNode: .setResolution() is deprecated. Use .setResolutionScale() instead."),this.setResolutionScale(e)}getResolution(){return d("PassNode: .getResolution() is deprecated. Use .getResolutionScale() instead."),this.getResolutionScale()}setLayers(e){return this._layers=e,this}getLayers(){return this._layers}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getTexture(e){let t=this._textures[e];if(void 0===t){t=this.renderTarget.texture.clone(),t.name=e,this._textures[e]=t,this.renderTarget.textures.push(t)}return t}getPreviousTexture(e){let t=this._previousTextures[e];return void 0===t&&(t=this.getTexture(e).clone(),this._previousTextures[e]=t),t}toggleTexture(e){const t=this._previousTextures[e];if(void 0!==t){const r=this._textures[e],s=this.renderTarget.textures.indexOf(r);this.renderTarget.textures[s]=t,this._textures[e]=t,this._previousTextures[e]=r,this._textureNodes[e].updateTexture(),this._previousTextureNodes[e].updateTexture()}}getTextureNode(e="output"){let t=this._textureNodes[e];return void 0===t&&(t=new Px(this,e),t.updateTexture(),this._textureNodes[e]=t),t}getPreviousTextureNode(e="output"){let t=this._previousTextureNodes[e];return void 0===t&&(void 0===this._textureNodes[e]&&this.getTextureNode(e),t=new Px(this,e,!0),t.updateTexture(),this._previousTextureNodes[e]=t),t}getViewZNode(e="depth"){let t=this._viewZNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar;this._viewZNodes[e]=t=Cp(this.getTextureNode(e),r,s)}return t}getLinearDepthNode(e="depth"){let t=this._linearDepthNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar,i=this.getViewZNode(e);this._linearDepthNodes[e]=t=Ep(i,r,s)}return t}async compileAsync(e){const t=e.getRenderTarget(),r=e.getMRT();e.setRenderTarget(this.renderTarget),e.setMRT(this._mrt),await e.compileAsync(this.scene,this.camera),e.setRenderTarget(t),e.setMRT(r)}setup({renderer:e}){return this.renderTarget.samples=void 0===this.options.samples?e.samples:this.options.samples,this.renderTarget.texture.type=e.getOutputBufferType(),this.scope===Fx.COLOR?this.getTextureNode():this.getLinearDepthNode()}updateBefore(e){const{renderer:t}=e,{scene:r}=this;let s,i;const n=t.getOutputRenderTarget();n&&!0===n.isXRRenderTarget?(i=1,s=t.xr.getCamera(),t.xr.updateCamera(s),Bx.set(n.width,n.height)):(s=this.camera,i=t.getPixelRatio(),t.getSize(Bx)),this._pixelRatio=i,this.setSize(Bx.width,Bx.height);const a=t.getRenderTarget(),o=t.getMRT(),u=t.autoClear,l=t.transparent,d=t.opaque,c=s.layers.mask,h=t.contextNode,p=r.overrideMaterial;this._cameraNear.value=s.near,this._cameraFar.value=s.far,null!==this._layers&&(s.layers.mask=this._layers.mask);for(const e in this._previousTextures)this.toggleTexture(e);null!==this.overrideMaterial&&(r.overrideMaterial=this.overrideMaterial),t.setRenderTarget(this.renderTarget),t.setMRT(this._mrt),t.autoClear=!0,t.transparent=this.transparent,t.opaque=this.opaque,null!==this.contextNode&&(null!==this._contextNodeCache&&this._contextNodeCache.version===this.version||(this._contextNodeCache={version:this.version,context:Tu({...t.contextNode.getFlowContextData(),...this.contextNode.getFlowContextData()})}),t.contextNode=this._contextNodeCache.context);const g=r.name;r.name=this.name?this.name:r.name,t.render(r,s),r.name=g,r.overrideMaterial=p,t.setRenderTarget(a),t.setMRT(o),t.autoClear=u,t.transparent=l,t.opaque=d,t.contextNode=h,s.layers.mask=c}setSize(e,t){this._width=e,this._height=t;const r=Math.floor(this._width*this._pixelRatio*this._resolutionScale),s=Math.floor(this._height*this._pixelRatio*this._resolutionScale);this.renderTarget.setSize(r,s),null!==this._scissor&&this.renderTarget.scissor.copy(this._scissor),null!==this._viewport&&this.renderTarget.viewport.copy(this._viewport)}setScissor(e,t,r,i){null===e?this._scissor=null:(null===this._scissor&&(this._scissor=new s),e.isVector4?this._scissor.copy(e):this._scissor.set(e,t,r,i),this._scissor.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setViewport(e,t,r,i){null===e?this._viewport=null:(null===this._viewport&&(this._viewport=new s),e.isVector4?this._viewport.copy(e):this._viewport.set(e,t,r,i),this._viewport.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setPixelRatio(e){this._pixelRatio=e,this.setSize(this._width,this._height)}dispose(){this.renderTarget.dispose()}}Fx.COLOR="color",Fx.DEPTH="depth";class Dx extends Fx{static get type(){return"ToonOutlinePassNode"}constructor(e,t,r,s,i){super(Fx.COLOR,e,t),this.colorNode=r,this.thicknessNode=s,this.alphaNode=i,this._materialCache=new WeakMap,this.name="Outline Pass"}updateBefore(e){const{renderer:t}=e,r=t.getRenderObjectFunction();t.setRenderObjectFunction((e,r,s,i,n,a,o,u)=>{if((n.isMeshToonMaterial||n.isMeshToonNodeMaterial)&&!1===n.wireframe){const l=this._getOutlineMaterial(n);t.renderObject(e,r,s,i,l,a,o,u)}t.renderObject(e,r,s,i,n,a,o,u)}),super.updateBefore(e),t.setRenderObjectFunction(r)}_createMaterial(){const e=new Xp;e.isMeshToonOutlineMaterial=!0,e.name="Toon_Outline",e.side=w;const t=zd.negate(),r=rd.mul(Ad),s=hn(1),i=r.mul(Sn(Bd,1)),n=r.mul(Sn(Bd.add(t),1)),a=To(i.sub(n));return e.vertexNode=i.add(a.mul(this.thicknessNode).mul(i.w).mul(s)),e.colorNode=Sn(this.colorNode,this.alphaNode),e}_getOutlineMaterial(e){let t=this._materialCache.get(e);return void 0===t&&(t=this._createMaterial(),this._materialCache.set(e,t)),t}}const Ux=an(([e,t])=>e.mul(t).clamp()).setLayout({name:"linearToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ix=an(([e,t])=>(e=e.mul(t)).div(e.add(1)).clamp()).setLayout({name:"reinhardToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ox=an(([e,t])=>{const r=(e=(e=e.mul(t)).sub(.004).max(0)).mul(e.mul(6.2).add(.5)),s=e.mul(e.mul(6.2).add(1.7)).add(.06);return r.div(s).pow(2.2)}).setLayout({name:"cineonToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Vx=an(([e])=>{const t=e.mul(e.add(.0245786)).sub(90537e-9),r=e.mul(e.add(.432951).mul(.983729)).add(.238081);return t.div(r)}),kx=an(([e,t])=>{const r=Cn(.59719,.35458,.04823,.076,.90834,.01566,.0284,.13383,.83777),s=Cn(1.60475,-.53108,-.07367,-.10208,1.10813,-.00605,-.00327,-.07276,1.07602);return e=e.mul(t).div(.6),e=r.mul(e),e=Vx(e),(e=s.mul(e)).clamp()}).setLayout({name:"acesFilmicToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Gx=Cn(Tn(1.6605,-.1246,-.0182),Tn(-.5876,1.1329,-.1006),Tn(-.0728,-.0083,1.1187)),zx=Cn(Tn(.6274,.0691,.0164),Tn(.3293,.9195,.088),Tn(.0433,.0113,.8956)),$x=an(([e])=>{const t=Tn(e).toVar(),r=Tn(t.mul(t)).toVar(),s=Tn(r.mul(r)).toVar();return hn(15.5).mul(s.mul(r)).sub(Ma(40.14,s.mul(t))).add(Ma(31.96,s).sub(Ma(6.868,r.mul(t))).add(Ma(.4298,r).add(Ma(.1191,t).sub(.00232))))}),Wx=an(([e,t])=>{const r=Tn(e).toVar(),s=Cn(Tn(.856627153315983,.137318972929847,.11189821299995),Tn(.0951212405381588,.761241990602591,.0767994186031903),Tn(.0482516061458583,.101439036467562,.811302368396859)),i=Cn(Tn(1.1271005818144368,-.1413297634984383,-.14132976349843826),Tn(-.11060664309660323,1.157823702216272,-.11060664309660294),Tn(-.016493938717834573,-.016493938717834257,1.2519364065950405)),n=hn(-12.47393),a=hn(4.026069);return r.mulAssign(t),r.assign(zx.mul(r)),r.assign(s.mul(r)),r.assign(Wo(r,1e-10)),r.assign(mo(r)),r.assign(r.sub(n).div(a.sub(n))),r.assign(nu(r,0,1)),r.assign($x(r)),r.assign(i.mul(r)),r.assign(Qo(Wo(Tn(0),r),Tn(2.2))),r.assign(Gx.mul(r)),r.assign(nu(r,0,1)),r}).setLayout({name:"agxToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Hx=an(([e,t])=>{const r=hn(.76),s=hn(.15);e=e.mul(t);const i=$o(e.r,$o(e.g,e.b)),n=bu(i.lessThan(.08),i.sub(Ma(6.25,i.mul(i))),.04);e.subAssign(n);const a=Wo(e.r,Wo(e.g,e.b));ln(a.lessThan(r),()=>e);const o=Ca(1,r),u=Ca(1,o.mul(o).div(a.add(o.sub(r))));e.mulAssign(u.div(a));const l=Ca(1,Ba(1,s.mul(a.sub(u)).add(1)));return iu(e,Tn(u),l)}).setLayout({name:"neutralToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]});class qx extends ai{static get type(){return"CodeNode"}constructor(e="",t=[],r=""){super("code"),this.isCodeNode=!0,this.global=!0,this.code=e,this.includes=t,this.language=r}setIncludes(e){return this.includes=e,this}getIncludes(){return this.includes}generate(e){const t=this.getIncludes(e);for(const r of t)r.build(e);const r=e.getCodeFromNode(this,this.getNodeType(e));return r.code=this.code,r.code}serialize(e){super.serialize(e),e.code=this.code,e.language=this.language}deserialize(e){super.deserialize(e),this.code=e.code,this.language=e.language}}const jx=en(qx).setParameterLength(1,3);class Xx extends qx{static get type(){return"FunctionNode"}constructor(e="",t=[],r=""){super(e,t,r)}getNodeType(e){return this.getNodeFunction(e).type}getMemberType(e,t){const r=this.getNodeType(e);return e.getStructTypeNode(r).getMemberType(e,t)}getInputs(e){return this.getNodeFunction(e).inputs}getNodeFunction(e){const t=e.getDataFromNode(this);let r=t.nodeFunction;return void 0===r&&(r=e.parser.parseFunction(this.code),t.nodeFunction=r),r}generate(e,t){super.generate(e);const r=this.getNodeFunction(e),s=r.name,i=r.type,n=e.getCodeFromNode(this,i);""!==s&&(n.name=s);const a=e.getPropertyName(n),o=this.getNodeFunction(e).getCode(a);return n.code=o+"\n","property"===t?a:e.format(`${a}()`,i,t)}}const Kx=(e,t=[],r="")=>{for(let e=0;es.call(...e);return i.functionNode=s,i};class Yx extends ai{static get type(){return"ScriptableValueNode"}constructor(e=null){super(),this._value=e,this._cache=null,this.inputType=null,this.outputType=null,this.events=new u,this.isScriptableValueNode=!0}get isScriptableOutputNode(){return null!==this.outputType}set value(e){this._value!==e&&(this._cache&&"URL"===this.inputType&&this.value.value instanceof ArrayBuffer&&(URL.revokeObjectURL(this._cache),this._cache=null),this._value=e,this.events.dispatchEvent({type:"change"}),this.refresh())}get value(){return this._value}refresh(){this.events.dispatchEvent({type:"refresh"})}getValue(){const e=this.value;if(e&&null===this._cache&&"URL"===this.inputType&&e.value instanceof ArrayBuffer)this._cache=URL.createObjectURL(new Blob([e.value]));else if(e&&null!==e.value&&void 0!==e.value&&(("URL"===this.inputType||"String"===this.inputType)&&"string"==typeof e.value||"Number"===this.inputType&&"number"==typeof e.value||"Vector2"===this.inputType&&e.value.isVector2||"Vector3"===this.inputType&&e.value.isVector3||"Vector4"===this.inputType&&e.value.isVector4||"Color"===this.inputType&&e.value.isColor||"Matrix3"===this.inputType&&e.value.isMatrix3||"Matrix4"===this.inputType&&e.value.isMatrix4))return e.value;return this._cache||e}getNodeType(e){return this.value&&this.value.isNode?this.value.getNodeType(e):"float"}setup(){return this.value&&this.value.isNode?this.value:hn()}serialize(e){super.serialize(e),null!==this.value?"ArrayBuffer"===this.inputType?e.value=js(this.value):e.value=this.value?this.value.toJSON(e.meta).uuid:null:e.value=null,e.inputType=this.inputType,e.outputType=this.outputType}deserialize(e){super.deserialize(e);let t=null;null!==e.value&&(t="ArrayBuffer"===e.inputType?Xs(e.value):"Texture"===e.inputType?e.meta.textures[e.value]:e.meta.nodes[e.value]||null),this.value=t,this.inputType=e.inputType,this.outputType=e.outputType}}const Qx=en(Yx).setParameterLength(1);class Zx extends Map{get(e,t=null,...r){if(this.has(e))return super.get(e);if(null!==t){const s=t(...r);return this.set(e,s),s}}}class Jx{constructor(e){this.scriptableNode=e}get parameters(){return this.scriptableNode.parameters}get layout(){return this.scriptableNode.getLayout()}getInputLayout(e){return this.scriptableNode.getInputLayout(e)}get(e){const t=this.parameters[e];return t?t.getValue():null}}const eT=new Zx;class tT extends ai{static get type(){return"ScriptableNode"}constructor(e=null,t={}){super(),this.codeNode=e,this.parameters=t,this._local=new Zx,this._output=Qx(null),this._outputs={},this._source=this.source,this._method=null,this._object=null,this._value=null,this._needsOutputUpdate=!0,this.onRefresh=this.onRefresh.bind(this),this.isScriptableNode=!0}get source(){return this.codeNode?this.codeNode.code:""}setLocal(e,t){return this._local.set(e,t)}getLocal(e){return this._local.get(e)}onRefresh(){this._refresh()}getInputLayout(e){for(const t of this.getLayout())if(t.inputType&&(t.id===e||t.name===e))return t}getOutputLayout(e){for(const t of this.getLayout())if(t.outputType&&(t.id===e||t.name===e))return t}setOutput(e,t){const r=this._outputs;return void 0===r[e]?r[e]=Qx(t):r[e].value=t,this}getOutput(e){return this._outputs[e]}getParameter(e){return this.parameters[e]}setParameter(e,t){const r=this.parameters;return t&&t.isScriptableNode?(this.deleteParameter(e),r[e]=t,r[e].getDefaultOutput().events.addEventListener("refresh",this.onRefresh)):t&&t.isScriptableValueNode?(this.deleteParameter(e),r[e]=t,r[e].events.addEventListener("refresh",this.onRefresh)):void 0===r[e]?(r[e]=Qx(t),r[e].events.addEventListener("refresh",this.onRefresh)):r[e].value=t,this}getValue(){return this.getDefaultOutput().getValue()}deleteParameter(e){let t=this.parameters[e];return t&&(t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.removeEventListener("refresh",this.onRefresh)),this}clearParameters(){for(const e of Object.keys(this.parameters))this.deleteParameter(e);return this.needsUpdate=!0,this}call(e,...t){const r=this.getObject()[e];if("function"==typeof r)return r(...t)}async callAsync(e,...t){const r=this.getObject()[e];if("function"==typeof r)return"AsyncFunction"===r.constructor.name?await r(...t):r(...t)}getNodeType(e){return this.getDefaultOutputNode().getNodeType(e)}refresh(e=null){null!==e?this.getOutput(e).refresh():this._refresh()}getObject(){if(this.needsUpdate&&this.dispose(),null!==this._object)return this._object;const e=new Jx(this),t=eT.get("THREE"),r=eT.get("TSL"),s=this.getMethod(),i=[e,this._local,eT,()=>this.refresh(),(e,t)=>this.setOutput(e,t),t,r];this._object=s(...i);const n=this._object.layout;if(n&&(!1===n.cache&&this._local.clear(),this._output.outputType=n.outputType||null,Array.isArray(n.elements)))for(const e of n.elements){const t=e.id||e.name;e.inputType&&(void 0===this.getParameter(t)&&this.setParameter(t,null),this.getParameter(t).inputType=e.inputType),e.outputType&&(void 0===this.getOutput(t)&&this.setOutput(t,null),this.getOutput(t).outputType=e.outputType)}return this._object}deserialize(e){super.deserialize(e);for(const e in this.parameters){let t=this.parameters[e];t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.addEventListener("refresh",this.onRefresh)}}getLayout(){return this.getObject().layout}getDefaultOutputNode(){const e=this.getDefaultOutput().value;return e&&e.isNode?e:hn()}getDefaultOutput(){return this._exec()._output}getMethod(){if(this.needsUpdate&&this.dispose(),null!==this._method)return this._method;const e=["layout","init","main","dispose"].join(", "),t="\nreturn { ...output, "+e+" };",r="var "+e+"; var output = {};\n"+this.codeNode.code+t;return this._method=new Function(...["parameters","local","global","refresh","setOutput","THREE","TSL"],r),this._method}dispose(){null!==this._method&&(this._object&&"function"==typeof this._object.dispose&&this._object.dispose(),this._method=null,this._object=null,this._source=null,this._value=null,this._needsOutputUpdate=!0,this._output.value=null,this._outputs={})}setup(){return this.getDefaultOutputNode()}getCacheKey(e){const t=[Fs(this.source),this.getDefaultOutputNode().getCacheKey(e)];for(const r in this.parameters)t.push(this.parameters[r].getCacheKey(e));return Ds(t)}set needsUpdate(e){!0===e&&this.dispose()}get needsUpdate(){return this.source!==this._source}_exec(){return null===this.codeNode||(!0===this._needsOutputUpdate&&(this._value=this.call("main"),this._needsOutputUpdate=!1),this._output.value=this._value),this}_refresh(){this.needsUpdate=!0,this._exec(),this._output.refresh()}}const rT=en(tT).setParameterLength(1,2);function sT(e){let t;const r=e.context.getViewZ;return void 0!==r&&(t=r(this)),(t||Dd.z).negate()}const iT=an(([e,t],r)=>{const s=sT(r);return uu(e,t,s)}),nT=an(([e],t)=>{const r=sT(t);return e.mul(e,r,r).negate().exp().oneMinus()}),aT=an(([e,t])=>Sn(t.toFloat().mix(ra.rgb,e.toVec3()),ra.a));let oT=null,uT=null;class lT extends ai{static get type(){return"RangeNode"}constructor(e=hn(),t=hn()){super(),this.minNode=e,this.maxNode=t}getVectorLength(e){const t=this.getConstNode(this.minNode),r=this.getConstNode(this.maxNode),s=e.getTypeLength(Ws(t.value)),i=e.getTypeLength(Ws(r.value));return s>i?s:i}getNodeType(e){return e.object.count>1?e.getTypeFromLength(this.getVectorLength(e)):"float"}getConstNode(e){let t=null;if(e.traverse(e=>{!0===e.isConstNode&&(t=e)}),null===t)throw new Error('THREE.TSL: No "ConstNode" found in node graph.');return t}setup(e){const t=e.object;let r=null;if(t.count>1){const i=this.getConstNode(this.minNode),n=this.getConstNode(this.maxNode),a=i.value,o=n.value,u=e.getTypeLength(Ws(a)),d=e.getTypeLength(Ws(o));oT=oT||new s,uT=uT||new s,oT.setScalar(0),uT.setScalar(0),1===u?oT.setScalar(a):a.isColor?oT.set(a.r,a.g,a.b,1):oT.set(a.x,a.y,a.z||0,a.w||0),1===d?uT.setScalar(o):o.isColor?uT.set(o.r,o.g,o.b,1):uT.set(o.x,o.y,o.z||0,o.w||0);const c=4,h=c*t.count,p=new Float32Array(h);for(let e=0;enew cT(e,t),pT=hT("numWorkgroups","uvec3"),gT=hT("workgroupId","uvec3"),mT=hT("globalId","uvec3"),fT=hT("localId","uvec3"),yT=hT("subgroupSize","uint");const bT=en(class extends ai{constructor(e){super(),this.scope=e}generate(e){const{scope:t}=this,{renderer:r}=e;!0===r.backend.isWebGLBackend?e.addFlowCode(`\t// ${t}Barrier \n`):e.addLineFlowCode(`${t}Barrier()`,this)}});class xT extends oi{constructor(e,t){super(e,t),this.isWorkgroupInfoElementNode=!0}generate(e,t){let r;const s=e.context.assign;if(r=super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}class TT extends ai{constructor(e,t,r=0){super(t),this.bufferType=t,this.bufferCount=r,this.isWorkgroupInfoNode=!0,this.elementType=t,this.scope=e,this.name=""}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setScope(e){return this.scope=e,this}getElementType(){return this.elementType}getInputType(){return`${this.scope}Array`}element(e){return new xT(this,e)}generate(e){const t=""!==this.name?this.name:`${this.scope}Array_${this.id}`;return e.getScopedArray(t,this.scope.toLowerCase(),this.bufferType,this.bufferCount)}}class _T extends ai{static get type(){return"AtomicFunctionNode"}constructor(e,t,r){super("uint"),this.method=e,this.pointerNode=t,this.valueNode=r,this.parents=!0}getInputType(e){return this.pointerNode.getNodeType(e)}getNodeType(e){return this.getInputType(e)}generate(e){const t=e.getNodeProperties(this),r=t.parents,s=this.method,i=this.getNodeType(e),n=this.getInputType(e),a=this.pointerNode,o=this.valueNode,u=[];u.push(`&${a.build(e,n)}`),null!==o&&u.push(o.build(e,n));const l=`${e.getMethod(s,i)}( ${u.join(", ")} )`;if(!(!!r&&(1===r.length&&!0===r[0].isStackNode)))return void 0===t.constNode&&(t.constNode=gl(l,i).toConst()),t.constNode.build(e);e.addLineFlowCode(l,this)}}_T.ATOMIC_LOAD="atomicLoad",_T.ATOMIC_STORE="atomicStore",_T.ATOMIC_ADD="atomicAdd",_T.ATOMIC_SUB="atomicSub",_T.ATOMIC_MAX="atomicMax",_T.ATOMIC_MIN="atomicMin",_T.ATOMIC_AND="atomicAnd",_T.ATOMIC_OR="atomicOr",_T.ATOMIC_XOR="atomicXor";const vT=en(_T),NT=(e,t,r)=>vT(e,t,r).toStack();class ST extends li{static get type(){return"SubgroupFunctionNode"}constructor(e,t=null,r=null){super(),this.method=e,this.aNode=t,this.bNode=r}getInputType(e){const t=this.aNode?this.aNode.getNodeType(e):null,r=this.bNode?this.bNode.getNodeType(e):null;return(e.isMatrix(t)?0:e.getTypeLength(t))>(e.isMatrix(r)?0:e.getTypeLength(r))?t:r}getNodeType(e){const t=this.method;return t===ST.SUBGROUP_ELECT?"bool":t===ST.SUBGROUP_BALLOT?"uvec4":this.getInputType(e)}generate(e,t){const r=this.method,s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=[];if(r===ST.SUBGROUP_BROADCAST||r===ST.SUBGROUP_SHUFFLE||r===ST.QUAD_BROADCAST){const t=a.getNodeType(e);o.push(n.build(e,s),a.build(e,"float"===t?"int":s))}else r===ST.SUBGROUP_SHUFFLE_XOR||r===ST.SUBGROUP_SHUFFLE_DOWN||r===ST.SUBGROUP_SHUFFLE_UP?o.push(n.build(e,s),a.build(e,"uint")):(null!==n&&o.push(n.build(e,i)),null!==a&&o.push(a.build(e,i)));const u=0===o.length?"()":`( ${o.join(", ")} )`;return e.format(`${e.getMethod(r,s)}${u}`,s,t)}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}ST.SUBGROUP_ELECT="subgroupElect",ST.SUBGROUP_BALLOT="subgroupBallot",ST.SUBGROUP_ADD="subgroupAdd",ST.SUBGROUP_INCLUSIVE_ADD="subgroupInclusiveAdd",ST.SUBGROUP_EXCLUSIVE_AND="subgroupExclusiveAdd",ST.SUBGROUP_MUL="subgroupMul",ST.SUBGROUP_INCLUSIVE_MUL="subgroupInclusiveMul",ST.SUBGROUP_EXCLUSIVE_MUL="subgroupExclusiveMul",ST.SUBGROUP_AND="subgroupAnd",ST.SUBGROUP_OR="subgroupOr",ST.SUBGROUP_XOR="subgroupXor",ST.SUBGROUP_MIN="subgroupMin",ST.SUBGROUP_MAX="subgroupMax",ST.SUBGROUP_ALL="subgroupAll",ST.SUBGROUP_ANY="subgroupAny",ST.SUBGROUP_BROADCAST_FIRST="subgroupBroadcastFirst",ST.QUAD_SWAP_X="quadSwapX",ST.QUAD_SWAP_Y="quadSwapY",ST.QUAD_SWAP_DIAGONAL="quadSwapDiagonal",ST.SUBGROUP_BROADCAST="subgroupBroadcast",ST.SUBGROUP_SHUFFLE="subgroupShuffle",ST.SUBGROUP_SHUFFLE_XOR="subgroupShuffleXor",ST.SUBGROUP_SHUFFLE_UP="subgroupShuffleUp",ST.SUBGROUP_SHUFFLE_DOWN="subgroupShuffleDown",ST.QUAD_BROADCAST="quadBroadcast";const RT=rn(ST,ST.SUBGROUP_ELECT).setParameterLength(0),AT=rn(ST,ST.SUBGROUP_BALLOT).setParameterLength(1),ET=rn(ST,ST.SUBGROUP_ADD).setParameterLength(1),wT=rn(ST,ST.SUBGROUP_INCLUSIVE_ADD).setParameterLength(1),CT=rn(ST,ST.SUBGROUP_EXCLUSIVE_AND).setParameterLength(1),MT=rn(ST,ST.SUBGROUP_MUL).setParameterLength(1),BT=rn(ST,ST.SUBGROUP_INCLUSIVE_MUL).setParameterLength(1),LT=rn(ST,ST.SUBGROUP_EXCLUSIVE_MUL).setParameterLength(1),PT=rn(ST,ST.SUBGROUP_AND).setParameterLength(1),FT=rn(ST,ST.SUBGROUP_OR).setParameterLength(1),DT=rn(ST,ST.SUBGROUP_XOR).setParameterLength(1),UT=rn(ST,ST.SUBGROUP_MIN).setParameterLength(1),IT=rn(ST,ST.SUBGROUP_MAX).setParameterLength(1),OT=rn(ST,ST.SUBGROUP_ALL).setParameterLength(0),VT=rn(ST,ST.SUBGROUP_ANY).setParameterLength(0),kT=rn(ST,ST.SUBGROUP_BROADCAST_FIRST).setParameterLength(2),GT=rn(ST,ST.QUAD_SWAP_X).setParameterLength(1),zT=rn(ST,ST.QUAD_SWAP_Y).setParameterLength(1),$T=rn(ST,ST.QUAD_SWAP_DIAGONAL).setParameterLength(1),WT=rn(ST,ST.SUBGROUP_BROADCAST).setParameterLength(2),HT=rn(ST,ST.SUBGROUP_SHUFFLE).setParameterLength(2),qT=rn(ST,ST.SUBGROUP_SHUFFLE_XOR).setParameterLength(2),jT=rn(ST,ST.SUBGROUP_SHUFFLE_UP).setParameterLength(2),XT=rn(ST,ST.SUBGROUP_SHUFFLE_DOWN).setParameterLength(2),KT=rn(ST,ST.QUAD_BROADCAST).setParameterLength(1);let YT;function QT(e){YT=YT||new WeakMap;let t=YT.get(e);return void 0===t&&YT.set(e,t={}),t}function ZT(e){const t=QT(e);return t.shadowMatrix||(t.shadowMatrix=xa("mat4").setGroup(fa).onRenderUpdate(t=>(!0===e.castShadow&&!1!==t.renderer.shadowMap.enabled||(e.shadow.camera.coordinateSystem!==t.camera.coordinateSystem&&(e.shadow.camera.coordinateSystem=t.camera.coordinateSystem,e.shadow.camera.updateProjectionMatrix()),e.shadow.updateMatrices(e)),e.shadow.matrix)))}function JT(e,t=Pd){const r=ZT(e).mul(t);return r.xyz.div(r.w)}function e_(e){const t=QT(e);return t.position||(t.position=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.matrixWorld)))}function t_(e){const t=QT(e);return t.targetPosition||(t.targetPosition=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.target.matrixWorld)))}function r_(e){const t=QT(e);return t.viewPosition||(t.viewPosition=xa(new r).setGroup(fa).onRenderUpdate(({camera:t},s)=>{s.value=s.value||new r,s.value.setFromMatrixPosition(e.matrixWorld),s.value.applyMatrix4(t.matrixWorldInverse)}))}const s_=e=>id.transformDirection(e_(e).sub(t_(e))),i_=(e,t)=>{for(const r of t)if(r.isAnalyticLightNode&&r.light.id===e)return r;return null},n_=new WeakMap,a_=[];class o_ extends ai{static get type(){return"LightsNode"}constructor(){super("vec3"),this.totalDiffuseNode=Fn("vec3","totalDiffuse"),this.totalSpecularNode=Fn("vec3","totalSpecular"),this.outgoingLightNode=Fn("vec3","outgoingLight"),this._lights=[],this._lightNodes=null,this._lightNodesHash=null,this.global=!0}customCacheKey(){const e=this._lights;for(let t=0;te.sort((e,t)=>e.id-t.id))(this._lights),i=e.renderer.library;for(const e of s)if(e.isNode)t.push(Yi(e));else{let s=null;if(null!==r&&(s=i_(e.id,r)),null===s){const r=i.getLightNodeClass(e.constructor);if(null===r){d(`LightsNode.setupNodeLights: Light node not found for ${e.constructor.name}`);continue}let s=null;n_.has(e)?s=n_.get(e):(s=new r(e),n_.set(e,s)),t.push(s)}}this._lightNodes=t}setupDirectLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.direct({...r,lightNode:t,reflectedLight:i},e)}setupDirectRectAreaLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.directRectArea({...r,lightNode:t,reflectedLight:i},e)}setupLights(e,t){for(const r of t)r.build(e)}getLightNodes(e){return null===this._lightNodes&&this.setupLightsNode(e),this._lightNodes}setup(e){const t=e.lightsNode;e.lightsNode=this;let r=this.outgoingLightNode;const s=e.context,i=s.lightingModel,n=e.getNodeProperties(this);if(i){const{totalDiffuseNode:t,totalSpecularNode:a}=this;s.outgoingLight=r;const o=e.addStack();n.nodes=o.nodes,i.start(e);const{backdrop:u,backdropAlpha:l}=s,{directDiffuse:d,directSpecular:c,indirectDiffuse:h,indirectSpecular:p}=s.reflectedLight;let g=d.add(h);null!==u&&(g=Tn(null!==l?l.mix(g,u):u)),t.assign(g),a.assign(c.add(p)),r.assign(t.add(a)),i.finish(e),r=r.bypass(e.removeStack())}else n.nodes=[];return e.lightsNode=t,r}setLights(e){return this._lights=e,this._lightNodes=null,this._lightNodesHash=null,this}getLights(){return this._lights}get hasLights(){return this._lights.length>0}}class u_ extends ai{static get type(){return"ShadowBaseNode"}constructor(e){super(),this.light=e,this.updateBeforeType=Qs.RENDER,this.isShadowBaseNode=!0}setupShadowPosition({context:e,material:t}){l_.assign(t.receivedShadowPositionNode||e.shadowPositionWorld||Pd)}}const l_=Fn("vec3","shadowPositionWorld");function d_(t,r={}){return r.toneMapping=t.toneMapping,r.toneMappingExposure=t.toneMappingExposure,r.outputColorSpace=t.outputColorSpace,r.renderTarget=t.getRenderTarget(),r.activeCubeFace=t.getActiveCubeFace(),r.activeMipmapLevel=t.getActiveMipmapLevel(),r.renderObjectFunction=t.getRenderObjectFunction(),r.pixelRatio=t.getPixelRatio(),r.mrt=t.getMRT(),r.clearColor=t.getClearColor(r.clearColor||new e),r.clearAlpha=t.getClearAlpha(),r.autoClear=t.autoClear,r.scissorTest=t.getScissorTest(),r}function c_(e,t){return t=d_(e,t),e.setMRT(null),e.setRenderObjectFunction(null),e.setClearColor(0,1),e.autoClear=!0,t}function h_(e,t){e.toneMapping=t.toneMapping,e.toneMappingExposure=t.toneMappingExposure,e.outputColorSpace=t.outputColorSpace,e.setRenderTarget(t.renderTarget,t.activeCubeFace,t.activeMipmapLevel),e.setRenderObjectFunction(t.renderObjectFunction),e.setPixelRatio(t.pixelRatio),e.setMRT(t.mrt),e.setClearColor(t.clearColor,t.clearAlpha),e.autoClear=t.autoClear,e.setScissorTest(t.scissorTest)}function p_(e,t={}){return t.background=e.background,t.backgroundNode=e.backgroundNode,t.overrideMaterial=e.overrideMaterial,t}function g_(e,t){return t=p_(e,t),e.background=null,e.backgroundNode=null,e.overrideMaterial=null,t}function m_(e,t){e.background=t.background,e.backgroundNode=t.backgroundNode,e.overrideMaterial=t.overrideMaterial}function f_(e,t,r){return r=g_(t,r=c_(e,r))}function y_(e,t,r){h_(e,r),m_(t,r)}var b_=Object.freeze({__proto__:null,resetRendererAndSceneState:f_,resetRendererState:c_,resetSceneState:g_,restoreRendererAndSceneState:y_,restoreRendererState:h_,restoreSceneState:m_,saveRendererAndSceneState:function(e,t,r={}){return r=p_(t,r=d_(e,r))},saveRendererState:d_,saveSceneState:p_});const x_=new WeakMap,T_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e,t.xy).setName("t_basic");return e.isArrayTexture&&(s=s.depth(r)),s.compare(t.z)}),__=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=mc("radius","float",r).setGroup(fa),o=fn(1).div(n),u=a.mul(o.x),l=Qb(jl.xy).mul(6.28318530718);return wa(i(t.xy.add(Zb(0,5,l).mul(u)),t.z),i(t.xy.add(Zb(1,5,l).mul(u)),t.z),i(t.xy.add(Zb(2,5,l).mul(u)),t.z),i(t.xy.add(Zb(3,5,l).mul(u)),t.z),i(t.xy.add(Zb(4,5,l).mul(u)),t.z)).mul(.2)}),v_=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=fn(1).div(n),o=a.x,u=a.y,l=t.xy,d=_o(l.mul(n).add(.5));return l.subAssign(d.mul(a)),wa(i(l,t.z),i(l.add(fn(o,0)),t.z),i(l.add(fn(0,u)),t.z),i(l.add(a),t.z),iu(i(l.add(fn(o.negate(),0)),t.z),i(l.add(fn(o.mul(2),0)),t.z),d.x),iu(i(l.add(fn(o.negate(),u)),t.z),i(l.add(fn(o.mul(2),u)),t.z),d.x),iu(i(l.add(fn(0,u.negate())),t.z),i(l.add(fn(0,u.mul(2))),t.z),d.y),iu(i(l.add(fn(o,u.negate())),t.z),i(l.add(fn(o,u.mul(2))),t.z),d.y),iu(iu(i(l.add(fn(o.negate(),u.negate())),t.z),i(l.add(fn(o.mul(2),u.negate())),t.z),d.x),iu(i(l.add(fn(o.negate(),u.mul(2))),t.z),i(l.add(fn(o.mul(2),u.mul(2))),t.z),d.x),d.y)).mul(1/9)}),N_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e).sample(t.xy);e.isArrayTexture&&(s=s.depth(r)),s=s.rg;const i=s.x,n=Wo(1e-7,s.y.mul(s.y)),a=Ho(t.z,i);ln(a.equal(1),()=>hn(1));const o=t.z.sub(i);let u=n.div(n.add(o.mul(o)));return u=nu(Ca(u,.3).div(.65)),Wo(a,u)}),S_=an(([e,t,r])=>{let s=Pd.sub(e).length();return s=s.sub(t).div(r.sub(t)),s=s.saturate(),s}),R_=e=>{let t=x_.get(e);if(void 0===t){const r=e.isPointLight?(e=>{const t=e.shadow.camera,r=mc("near","float",t).setGroup(fa),s=mc("far","float",t).setGroup(fa),i=pd(e);return S_(i,r,s)})(e):null;t=new Xp,t.colorNode=Sn(0,0,0,1),t.depthNode=r,t.isShadowPassMaterial=!0,t.name="ShadowMaterial",t.fog=!1,x_.set(e,t)}return t},A_=e=>{const t=x_.get(e);void 0!==t&&(t.dispose(),x_.delete(e))},E_=new Yf,w_=[],C_=(e,t,r,s)=>{w_[0]=e,w_[1]=t;let i=E_.get(w_);return void 0!==i&&i.shadowType===r&&i.useVelocity===s||(i=(i,n,a,o,u,l,...d)=>{(!0===i.castShadow||i.receiveShadow&&r===qe)&&(s&&(qs(i).useVelocity=!0),i.onBeforeShadow(e,i,a,t.camera,o,n.overrideMaterial,l),e.renderObject(i,n,a,o,u,l,...d),i.onAfterShadow(e,i,a,t.camera,o,n.overrideMaterial,l))},i.shadowType=r,i.useVelocity=s,E_.set(w_,i)),w_[0]=null,w_[1]=null,i},M_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanVertical"),a=hn(0).toVar("squareMeanVertical"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(jl.xy,fn(0,l).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),d=d.x,n.addAssign(d),a.addAssign(d.mul(d))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),B_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanHorizontal"),a=hn(0).toVar("squareMeanHorizontal"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(jl.xy,fn(l,0).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),n.addAssign(d.x),a.addAssign(wa(d.y.mul(d.y),d.x.mul(d.x)))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),L_=[T_,__,v_,N_];let P_;const F_=new Wb;class D_ extends u_{static get type(){return"ShadowNode"}constructor(e,t=null){super(e),this.shadow=t||e.shadow,this.shadowMap=null,this.vsmShadowMapVertical=null,this.vsmShadowMapHorizontal=null,this.vsmMaterialVertical=null,this.vsmMaterialHorizontal=null,this._node=null,this._currentShadowType=null,this._cameraFrameId=new WeakMap,this.isShadowNode=!0,this.depthLayer=0}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n}){const a=s.x.greaterThanEqual(0).and(s.x.lessThanEqual(1)).and(s.y.greaterThanEqual(0)).and(s.y.lessThanEqual(1)).and(s.z.lessThanEqual(1)),o=t({depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n});return a.select(o,hn(1))}setupShadowCoord(e,t){const{shadow:r}=this,{renderer:s}=e,i=mc("bias","float",r).setGroup(fa);let n,a=t;if(r.camera.isOrthographicCamera||!0!==s.logarithmicDepthBuffer)a=a.xyz.div(a.w),n=a.z,s.coordinateSystem===h&&(n=n.mul(2).sub(1));else{const e=a.w;a=a.xy.div(e);const t=mc("near","float",r.camera).setGroup(fa),s=mc("far","float",r.camera).setGroup(fa);n=Mp(e.negate(),t,s)}return a=Tn(a.x,a.y.oneMinus(),n.add(i)),a}getShadowFilterFn(e){return L_[e]}setupRenderTarget(e,t){const r=new X(e.mapSize.width,e.mapSize.height);r.name="ShadowDepthTexture",r.compareFunction=je;const s=t.createRenderTarget(e.mapSize.width,e.mapSize.height);return s.texture.name="ShadowMap",s.texture.type=e.mapType,s.depthTexture=r,{shadowMap:s,depthTexture:r}}setupShadow(e){const{renderer:t,camera:r}=e,{light:s,shadow:i}=this,n=t.shadowMap.type,{depthTexture:a,shadowMap:o}=this.setupRenderTarget(i,e);if(i.camera.coordinateSystem=r.coordinateSystem,i.camera.updateProjectionMatrix(),n===qe&&!0!==i.isPointLightShadow){a.compareFunction=null,o.depth>1?(o._vsmShadowMapVertical||(o._vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapVertical.texture.name="VSMVertical"),this.vsmShadowMapVertical=o._vsmShadowMapVertical,o._vsmShadowMapHorizontal||(o._vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapHorizontal.texture.name="VSMHorizontal"),this.vsmShadowMapHorizontal=o._vsmShadowMapHorizontal):(this.vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}),this.vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}));let t=Pl(a);a.isArrayTexture&&(t=t.depth(this.depthLayer));let r=Pl(this.vsmShadowMapVertical.texture);a.isArrayTexture&&(r=r.depth(this.depthLayer));const s=mc("blurSamples","float",i).setGroup(fa),n=mc("radius","float",i).setGroup(fa),u=mc("mapSize","vec2",i).setGroup(fa);let l=this.vsmMaterialVertical||(this.vsmMaterialVertical=new Xp);l.fragmentNode=M_({samples:s,radius:n,size:u,shadowPass:t,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMVertical",l=this.vsmMaterialHorizontal||(this.vsmMaterialHorizontal=new Xp),l.fragmentNode=B_({samples:s,radius:n,size:u,shadowPass:r,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMHorizontal"}const u=mc("intensity","float",i).setGroup(fa),l=mc("normalBias","float",i).setGroup(fa),d=ZT(s).mul(l_.add(jd.mul(l))),c=this.setupShadowCoord(e,d),h=i.filterNode||this.getShadowFilterFn(t.shadowMap.type)||null;if(null===h)throw new Error("THREE.WebGPURenderer: Shadow map type not supported yet.");const p=n===qe&&!0!==i.isPointLightShadow?this.vsmShadowMapHorizontal.texture:a,g=this.setupShadowFilter(e,{filterFn:h,shadowTexture:o.texture,depthTexture:p,shadowCoord:c,shadow:i,depthLayer:this.depthLayer});let m;o.texture.isCubeTexture?m=hc(o.texture,c.xyz):(m=Pl(o.texture,c),a.isArrayTexture&&(m=m.depth(this.depthLayer)));const f=iu(1,g.rgb.mix(m,1),u.mul(m.a)).toVar();this.shadowMap=o,this.shadow.map=o;const y=`${this.light.type} Shadow [ ${this.light.name||"ID: "+this.light.id} ]`;return f.toInspector(`${y} / Color`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture):Pl(this.shadowMap.texture)).toInspector(`${y} / Depth`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture).r.oneMinus():Fl(this.shadowMap.depthTexture,Rl().mul(El(Pl(this.shadowMap.depthTexture)))).r.oneMinus())}setup(e){if(!1!==e.renderer.shadowMap.enabled)return an(()=>{const t=e.renderer.shadowMap.type;this._currentShadowType!==t&&(this._reset(),this._node=null);let r=this._node;return this.setupShadowPosition(e),null===r&&(this._node=r=this.setupShadow(e),this._currentShadowType=t),e.material.shadowNode&&d('NodeMaterial: ".shadowNode" is deprecated. Use ".castShadowNode" instead.'),e.material.receivedShadowNode&&(r=e.material.receivedShadowNode(r)),r})()}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e;t.updateMatrices(s),r.setSize(t.mapSize.width,t.mapSize.height,r.depth);const a=n.name;n.name=`Shadow Map [ ${s.name||"ID: "+s.id} ]`,i.render(n,t.camera),n.name=a}updateShadow(e){const{shadowMap:t,light:r,shadow:s}=this,{renderer:i,scene:n,camera:a}=e,o=i.shadowMap.type,u=t.depthTexture.version;this._depthVersionCached=u;const l=s.camera.layers.mask;4294967294&s.camera.layers.mask||(s.camera.layers.mask=a.layers.mask);const d=i.getRenderObjectFunction(),c=i.getMRT(),h=!!c&&c.has("velocity");P_=f_(i,n,P_),n.overrideMaterial=R_(r),i.setRenderObjectFunction(C_(i,s,o,h)),i.setClearColor(0,0),i.setRenderTarget(t),this.renderShadow(e),i.setRenderObjectFunction(d),o===qe&&!0!==s.isPointLightShadow&&this.vsmPass(i),s.camera.layers.mask=l,y_(i,n,P_)}vsmPass(e){const{shadow:t}=this,r=this.shadowMap.depth;this.vsmShadowMapVertical.setSize(t.mapSize.width,t.mapSize.height,r),this.vsmShadowMapHorizontal.setSize(t.mapSize.width,t.mapSize.height,r),e.setRenderTarget(this.vsmShadowMapVertical),F_.material=this.vsmMaterialVertical,F_.render(e),e.setRenderTarget(this.vsmShadowMapHorizontal),F_.material=this.vsmMaterialHorizontal,F_.render(e)}dispose(){this._reset(),super.dispose()}_reset(){this._currentShadowType=null,A_(this.light),this.shadowMap&&(this.shadowMap.dispose(),this.shadowMap=null),null!==this.vsmShadowMapVertical&&(this.vsmShadowMapVertical.dispose(),this.vsmShadowMapVertical=null,this.vsmMaterialVertical.dispose(),this.vsmMaterialVertical=null),null!==this.vsmShadowMapHorizontal&&(this.vsmShadowMapHorizontal.dispose(),this.vsmShadowMapHorizontal=null,this.vsmMaterialHorizontal.dispose(),this.vsmMaterialHorizontal=null)}updateBefore(e){const{shadow:t}=this;let r=t.needsUpdate||t.autoUpdate;r&&(this._cameraFrameId[e.camera]===e.frameId&&(r=!1),this._cameraFrameId[e.camera]=e.frameId),r&&(this.updateShadow(e),this.shadowMap.depthTexture.version===this._depthVersionCached&&(t.needsUpdate=!1))}}const U_=(e,t)=>new D_(e,t),I_=new e,O_=new a,V_=new r,k_=new r,G_=[new r(1,0,0),new r(-1,0,0),new r(0,-1,0),new r(0,1,0),new r(0,0,1),new r(0,0,-1)],z_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,-1),new r(0,0,1),new r(0,-1,0),new r(0,-1,0)],$_=[new r(1,0,0),new r(-1,0,0),new r(0,1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1)],W_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1),new r(0,-1,0),new r(0,-1,0)],H_=an(({depthTexture:e,bd3D:t,dp:r})=>hc(e,t).compare(r)),q_=an(({depthTexture:e,bd3D:t,dp:r,shadow:s})=>{const i=mc("radius","float",s).setGroup(fa),n=mc("mapSize","vec2",s).setGroup(fa),a=i.div(n.x),o=wo(t),u=To(Yo(t,o.x.greaterThan(o.z).select(Tn(0,1,0),Tn(1,0,0)))),l=Yo(t,u),d=Qb(jl.xy).mul(6.28318530718),c=Zb(0,5,d),h=Zb(1,5,d),p=Zb(2,5,d),g=Zb(3,5,d),m=Zb(4,5,d);return hc(e,t.add(u.mul(c.x).add(l.mul(c.y)).mul(a))).compare(r).add(hc(e,t.add(u.mul(h.x).add(l.mul(h.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(p.x).add(l.mul(p.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(g.x).add(l.mul(g.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(m.x).add(l.mul(m.y)).mul(a))).compare(r)).mul(.2)}),j_=an(({filterFn:e,depthTexture:t,shadowCoord:r,shadow:s})=>{const i=r.xyz.toVar(),n=i.length(),a=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.near),o=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.far),u=mc("bias","float",s).setGroup(fa),l=hn(1).toVar();return ln(n.sub(o).lessThanEqual(0).and(n.sub(a).greaterThanEqual(0)),()=>{const r=n.sub(a).div(o.sub(a)).toVar();r.addAssign(u);const d=i.normalize();l.assign(e({depthTexture:t,bd3D:d,dp:r,shadow:s}))}),l});class X_ extends D_{static get type(){return"PointShadowNode"}constructor(e,t=null){super(e,t)}getShadowFilterFn(e){return e===Xe?H_:q_}setupShadowCoord(e,t){return t}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i}){return j_({filterFn:t,depthTexture:r,shadowCoord:s,shadow:i})}setupRenderTarget(e,t){const r=new Ke(e.mapSize.width);r.name="PointShadowDepthTexture",r.compareFunction=je;const s=t.createCubeRenderTarget(e.mapSize.width);return s.texture.name="PointShadowMap",s.depthTexture=r,{shadowMap:s,depthTexture:r}}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e,a=t.camera,o=t.matrix,u=i.coordinateSystem===h,l=u?G_:$_,d=u?z_:W_;r.setSize(t.mapSize.width,t.mapSize.width);const c=i.autoClear,p=i.getClearColor(I_),g=i.getClearAlpha();i.autoClear=!1,i.setClearColor(t.clearColor,t.clearAlpha);for(let e=0;e<6;e++){i.setRenderTarget(r,e),i.clear();const u=s.distance||a.far;u!==a.far&&(a.far=u,a.updateProjectionMatrix()),V_.setFromMatrixPosition(s.matrixWorld),a.position.copy(V_),k_.copy(a.position),k_.add(l[e]),a.up.copy(d[e]),a.lookAt(k_),a.updateMatrixWorld(),o.makeTranslation(-V_.x,-V_.y,-V_.z),O_.multiplyMatrices(a.projectionMatrix,a.matrixWorldInverse),t._frustum.setFromProjectionMatrix(O_,a.coordinateSystem,a.reversedDepth);const c=n.name;n.name=`Point Light Shadow [ ${s.name||"ID: "+s.id} ] - Face ${e+1}`,i.render(n,a),n.name=c}i.autoClear=c,i.setClearColor(p,g)}}const K_=(e,t)=>new X_(e,t);class Y_ extends gp{static get type(){return"AnalyticLightNode"}constructor(t=null){super(),this.light=t,this.color=new e,this.colorNode=t&&t.colorNode||xa(this.color).setGroup(fa),this.baseColorNode=null,this.shadowNode=null,this.shadowColorNode=null,this.isAnalyticLightNode=!0,this.updateType=Qs.FRAME,t&&t.shadow&&(this._shadowDisposeListener=()=>{this.disposeShadow()},t.addEventListener("dispose",this._shadowDisposeListener))}dispose(){this._shadowDisposeListener&&this.light.removeEventListener("dispose",this._shadowDisposeListener),super.dispose()}disposeShadow(){null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null),this.shadowColorNode=null,null!==this.baseColorNode&&(this.colorNode=this.baseColorNode,this.baseColorNode=null)}getHash(){return this.light.uuid}getLightVector(e){return r_(this.light).sub(e.context.positionView||Dd)}setupDirect(){}setupDirectRectArea(){}setupShadowNode(){return U_(this.light)}setupShadow(e){const{renderer:t}=e;if(!1===t.shadowMap.enabled)return;let r=this.shadowColorNode;if(null===r){const e=this.light.shadow.shadowNode;let t;t=void 0!==e?Yi(e):this.setupShadowNode(),this.shadowNode=t,this.shadowColorNode=r=this.colorNode.mul(t),this.baseColorNode=this.colorNode}e.context.getShadow&&(r=e.context.getShadow(this,e)),this.colorNode=r}setup(e){this.colorNode=this.baseColorNode||this.colorNode,this.light.castShadow?e.object.receiveShadow&&this.setupShadow(e):null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null,this.shadowColorNode=null);const t=this.setupDirect(e),r=this.setupDirectRectArea(e);t&&e.lightsNode.setupDirectLight(e,this,t),r&&e.lightsNode.setupDirectRectAreaLight(e,this,r)}update(){const{light:e}=this;this.color.copy(e.color).multiplyScalar(e.intensity)}}const Q_=an(({lightDistance:e,cutoffDistance:t,decayExponent:r})=>{const s=e.pow(r).max(.01).reciprocal();return t.greaterThan(0).select(s.mul(e.div(t).pow4().oneMinus().clamp().pow2()),s)}),Z_=({color:e,lightVector:t,cutoffDistance:r,decayExponent:s})=>{const i=t.normalize(),n=t.length(),a=Q_({lightDistance:n,cutoffDistance:r,decayExponent:s});return{lightDirection:i,lightColor:e.mul(a)}};class J_ extends Y_{static get type(){return"PointLightNode"}constructor(e=null){super(e),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(2).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}setupShadowNode(){return K_(this.light)}setupDirect(e){return Z_({color:this.colorNode,lightVector:this.getLightVector(e),cutoffDistance:this.cutoffDistanceNode,decayExponent:this.decayExponentNode})}}const ev=an(([e=Rl()])=>{const t=e.mul(2),r=t.x.floor(),s=t.y.floor();return r.add(s).mod(2).sign()}),tv=an(([e=Rl()],{renderer:t,material:r})=>{const s=su(e.mul(2).sub(1));let i;if(r.alphaToCoverage&&t.currentSamples>0){const e=hn(s.fwidth()).toVar();i=uu(e.oneMinus(),e.add(1),s).oneMinus()}else i=bu(s.greaterThan(1),0,1);return i}),rv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=mn(e).toVar();return bu(n,i,s)}).setLayout({name:"mx_select",type:"float",inputs:[{name:"b",type:"bool"},{name:"t",type:"float"},{name:"f",type:"float"}]}),sv=an(([e,t])=>{const r=mn(t).toVar(),s=hn(e).toVar();return bu(r,s.negate(),s)}).setLayout({name:"mx_negate_if",type:"float",inputs:[{name:"val",type:"float"},{name:"b",type:"bool"}]}),iv=an(([e])=>{const t=hn(e).toVar();return pn(bo(t))}).setLayout({name:"mx_floor",type:"int",inputs:[{name:"x",type:"float"}]}),nv=an(([e,t])=>{const r=hn(e).toVar();return t.assign(iv(r)),r.sub(hn(t))}),av=gb([an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=hn(s).toVar(),l=hn(r).toVar(),d=hn(t).toVar(),c=hn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"}]}),an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=Tn(s).toVar(),l=Tn(r).toVar(),d=Tn(t).toVar(),c=Tn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"}]})]),ov=gb([an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=hn(o).toVar(),m=hn(a).toVar(),f=hn(n).toVar(),y=hn(i).toVar(),b=hn(s).toVar(),x=hn(r).toVar(),T=hn(t).toVar(),_=hn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"v4",type:"float"},{name:"v5",type:"float"},{name:"v6",type:"float"},{name:"v7",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]}),an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=Tn(o).toVar(),m=Tn(a).toVar(),f=Tn(n).toVar(),y=Tn(i).toVar(),b=Tn(s).toVar(),x=Tn(r).toVar(),T=Tn(t).toVar(),_=Tn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"v4",type:"vec3"},{name:"v5",type:"vec3"},{name:"v6",type:"vec3"},{name:"v7",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]})]),uv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=gn(e).toVar(),a=gn(n.bitAnd(gn(7))).toVar(),o=hn(rv(a.lessThan(gn(4)),i,s)).toVar(),u=hn(Ma(2,rv(a.lessThan(gn(4)),s,i))).toVar();return sv(o,mn(a.bitAnd(gn(1)))).add(sv(u,mn(a.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_0",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"}]}),lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=gn(e).toVar(),u=gn(o.bitAnd(gn(15))).toVar(),l=hn(rv(u.lessThan(gn(8)),a,n)).toVar(),d=hn(rv(u.lessThan(gn(4)),n,rv(u.equal(gn(12)).or(u.equal(gn(14))),a,i))).toVar();return sv(l,mn(u.bitAnd(gn(1)))).add(sv(d,mn(u.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_1",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),dv=gb([uv,lv]),cv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=vn(e).toVar();return Tn(dv(n.x,i,s),dv(n.y,i,s),dv(n.z,i,s))}).setLayout({name:"mx_gradient_vec3_0",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"}]}),hv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=vn(e).toVar();return Tn(dv(o.x,a,n,i),dv(o.y,a,n,i),dv(o.z,a,n,i))}).setLayout({name:"mx_gradient_vec3_1",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),pv=gb([cv,hv]),gv=an(([e])=>{const t=hn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_0",type:"float",inputs:[{name:"v",type:"float"}]}),mv=an(([e])=>{const t=hn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_0",type:"float",inputs:[{name:"v",type:"float"}]}),fv=gb([gv,an(([e])=>{const t=Tn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),yv=gb([mv,an(([e])=>{const t=Tn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),bv=an(([e,t])=>{const r=pn(t).toVar(),s=gn(e).toVar();return s.shiftLeft(r).bitOr(s.shiftRight(pn(32).sub(r)))}).setLayout({name:"mx_rotl32",type:"uint",inputs:[{name:"x",type:"uint"},{name:"k",type:"int"}]}),xv=an(([e,t,r])=>{e.subAssign(r),e.bitXorAssign(bv(r,pn(4))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(6))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(8))),t.addAssign(e),e.subAssign(r),e.bitXorAssign(bv(r,pn(16))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(19))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(4))),t.addAssign(e)}),Tv=an(([e,t,r])=>{const s=gn(r).toVar(),i=gn(t).toVar(),n=gn(e).toVar();return s.bitXorAssign(i),s.subAssign(bv(i,pn(14))),n.bitXorAssign(s),n.subAssign(bv(s,pn(11))),i.bitXorAssign(n),i.subAssign(bv(n,pn(25))),s.bitXorAssign(i),s.subAssign(bv(i,pn(16))),n.bitXorAssign(s),n.subAssign(bv(s,pn(4))),i.bitXorAssign(n),i.subAssign(bv(n,pn(14))),s.bitXorAssign(i),s.subAssign(bv(i,pn(24))),s}).setLayout({name:"mx_bjfinal",type:"uint",inputs:[{name:"a",type:"uint"},{name:"b",type:"uint"},{name:"c",type:"uint"}]}),_v=an(([e])=>{const t=gn(e).toVar();return hn(t).div(hn(gn(pn(4294967295))))}).setLayout({name:"mx_bits_to_01",type:"float",inputs:[{name:"bits",type:"uint"}]}),vv=an(([e])=>{const t=hn(e).toVar();return t.mul(t).mul(t).mul(t.mul(t.mul(6).sub(15)).add(10))}).setLayout({name:"mx_fade",type:"float",inputs:[{name:"t",type:"float"}]}),Nv=gb([an(([e])=>{const t=pn(e).toVar(),r=gn(gn(1)).toVar(),s=gn(gn(pn(3735928559)).add(r.shiftLeft(gn(2))).add(gn(13))).toVar();return Tv(s.add(gn(t)),s,s)}).setLayout({name:"mx_hash_int_0",type:"uint",inputs:[{name:"x",type:"int"}]}),an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(gn(2)).toVar(),n=gn().toVar(),a=gn().toVar(),o=gn().toVar();return n.assign(a.assign(o.assign(gn(pn(3735928559)).add(i.shiftLeft(gn(2))).add(gn(13))))),n.addAssign(gn(s)),a.addAssign(gn(r)),Tv(n,a,o)}).setLayout({name:"mx_hash_int_1",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(gn(3)).toVar(),o=gn().toVar(),u=gn().toVar(),l=gn().toVar();return o.assign(u.assign(l.assign(gn(pn(3735928559)).add(a.shiftLeft(gn(2))).add(gn(13))))),o.addAssign(gn(n)),u.addAssign(gn(i)),l.addAssign(gn(s)),Tv(o,u,l)}).setLayout({name:"mx_hash_int_2",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]}),an(([e,t,r,s])=>{const i=pn(s).toVar(),n=pn(r).toVar(),a=pn(t).toVar(),o=pn(e).toVar(),u=gn(gn(4)).toVar(),l=gn().toVar(),d=gn().toVar(),c=gn().toVar();return l.assign(d.assign(c.assign(gn(pn(3735928559)).add(u.shiftLeft(gn(2))).add(gn(13))))),l.addAssign(gn(o)),d.addAssign(gn(a)),c.addAssign(gn(n)),xv(l,d,c),l.addAssign(gn(i)),Tv(l,d,c)}).setLayout({name:"mx_hash_int_3",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"}]}),an(([e,t,r,s,i])=>{const n=pn(i).toVar(),a=pn(s).toVar(),o=pn(r).toVar(),u=pn(t).toVar(),l=pn(e).toVar(),d=gn(gn(5)).toVar(),c=gn().toVar(),h=gn().toVar(),p=gn().toVar();return c.assign(h.assign(p.assign(gn(pn(3735928559)).add(d.shiftLeft(gn(2))).add(gn(13))))),c.addAssign(gn(l)),h.addAssign(gn(u)),p.addAssign(gn(o)),xv(c,h,p),c.addAssign(gn(a)),h.addAssign(gn(n)),Tv(c,h,p)}).setLayout({name:"mx_hash_int_4",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"},{name:"yy",type:"int"}]})]),Sv=gb([an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(Nv(s,r)).toVar(),n=vn().toVar();return n.x.assign(i.bitAnd(pn(255))),n.y.assign(i.shiftRight(pn(8)).bitAnd(pn(255))),n.z.assign(i.shiftRight(pn(16)).bitAnd(pn(255))),n}).setLayout({name:"mx_hash_vec3_0",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(Nv(n,i,s)).toVar(),o=vn().toVar();return o.x.assign(a.bitAnd(pn(255))),o.y.assign(a.shiftRight(pn(8)).bitAnd(pn(255))),o.z.assign(a.shiftRight(pn(16)).bitAnd(pn(255))),o}).setLayout({name:"mx_hash_vec3_1",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]})]),Rv=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=hn(av(dv(Nv(r,s),i,n),dv(Nv(r.add(pn(1)),s),i.sub(1),n),dv(Nv(r,s.add(pn(1))),i,n.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=hn(ov(dv(Nv(r,s,i),n,a,o),dv(Nv(r.add(pn(1)),s,i),n.sub(1),a,o),dv(Nv(r,s.add(pn(1)),i),n,a.sub(1),o),dv(Nv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),dv(Nv(r,s,i.add(pn(1))),n,a,o.sub(1)),dv(Nv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),dv(Nv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"}]})]),Av=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=Tn(av(pv(Sv(r,s),i,n),pv(Sv(r.add(pn(1)),s),i.sub(1),n),pv(Sv(r,s.add(pn(1))),i,n.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=Tn(ov(pv(Sv(r,s,i),n,a,o),pv(Sv(r.add(pn(1)),s,i),n.sub(1),a,o),pv(Sv(r,s.add(pn(1)),i),n,a.sub(1),o),pv(Sv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),pv(Sv(r,s,i.add(pn(1))),n,a,o.sub(1)),pv(Sv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),pv(Sv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"}]})]),Ev=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return _v(Nv(r))}).setLayout({name:"mx_cell_noise_float_0",type:"float",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return _v(Nv(r,s))}).setLayout({name:"mx_cell_noise_float_1",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return _v(Nv(r,s,i))}).setLayout({name:"mx_cell_noise_float_2",type:"float",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return _v(Nv(r,s,i,n))}).setLayout({name:"mx_cell_noise_float_3",type:"float",inputs:[{name:"p",type:"vec4"}]})]),wv=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return Tn(_v(Nv(r,pn(0))),_v(Nv(r,pn(1))),_v(Nv(r,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return Tn(_v(Nv(r,s,pn(0))),_v(Nv(r,s,pn(1))),_v(Nv(r,s,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return Tn(_v(Nv(r,s,i,pn(0))),_v(Nv(r,s,i,pn(1))),_v(Nv(r,s,i,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_2",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return Tn(_v(Nv(r,s,i,n,pn(0))),_v(Nv(r,s,i,n,pn(1))),_v(Nv(r,s,i,n,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_3",type:"vec3",inputs:[{name:"p",type:"vec4"}]})]),Cv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=hn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Rv(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_float",type:"float",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Mv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Av(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_vec3",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Bv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar();return fn(Cv(o,a,n,i),Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i))}).setLayout({name:"mx_fractal_noise_vec2",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(Mv(o,a,n,i)).toVar(),l=hn(Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i)).toVar();return Sn(u,l)}).setLayout({name:"mx_fractal_noise_vec4",type:"vec4",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Pv=gb([an(([e,t,r,s,i,n,a])=>{const o=pn(a).toVar(),u=hn(n).toVar(),l=pn(i).toVar(),d=pn(s).toVar(),c=pn(r).toVar(),h=pn(t).toVar(),p=fn(e).toVar(),g=Tn(wv(fn(h.add(d),c.add(l)))).toVar(),m=fn(g.x,g.y).toVar();m.subAssign(.5),m.mulAssign(u),m.addAssign(.5);const f=fn(fn(hn(h),hn(c)).add(m)).toVar(),y=fn(f.sub(p)).toVar();return ln(o.equal(pn(2)),()=>wo(y.x).add(wo(y.y))),ln(o.equal(pn(3)),()=>Wo(wo(y.x),wo(y.y))),Ko(y,y)}).setLayout({name:"mx_worley_distance_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),an(([e,t,r,s,i,n,a,o,u])=>{const l=pn(u).toVar(),d=hn(o).toVar(),c=pn(a).toVar(),h=pn(n).toVar(),p=pn(i).toVar(),g=pn(s).toVar(),m=pn(r).toVar(),f=pn(t).toVar(),y=Tn(e).toVar(),b=Tn(wv(Tn(f.add(p),m.add(h),g.add(c)))).toVar();b.subAssign(.5),b.mulAssign(d),b.addAssign(.5);const x=Tn(Tn(hn(f),hn(m),hn(g)).add(b)).toVar(),T=Tn(x.sub(y)).toVar();return ln(l.equal(pn(2)),()=>wo(T.x).add(wo(T.y)).add(wo(T.z))),ln(l.equal(pn(3)),()=>Wo(wo(T.x),wo(T.y),wo(T.z))),Ko(T,T)}).setLayout({name:"mx_worley_distance_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"zoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Fv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();l.assign($o(l,r))})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Dv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.y.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec2_0",type:"vec2",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Uv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.z.assign(l.y),l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.z.assign(l.y),l.y.assign(r)}).ElseIf(r.lessThan(l.z),()=>{l.z.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Iv=gb([Fv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();d.assign($o(d,n))})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Ov=gb([Dv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.y.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec2_1",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Vv=gb([Uv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.z.assign(d.y),d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.z.assign(d.y),d.y.assign(n)}).ElseIf(n.lessThan(d.z),()=>{d.z.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),kv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=fn(t).toVar(),p=fn(r).toVar(),g=fn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(Tn(v,0),x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise2d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"texcoord",type:"vec2"},{name:"freq",type:"vec2"},{name:"offset",type:"vec2"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Gv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=Tn(t).toVar(),p=Tn(r).toVar(),g=Tn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(v,x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise3d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"position",type:"vec3"},{name:"freq",type:"vec3"},{name:"offset",type:"vec3"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),zv=an(([e])=>{const t=e.y,r=e.z,s=Tn().toVar();return ln(t.lessThan(1e-4),()=>{s.assign(Tn(r,r,r))}).Else(()=>{let i=e.x;i=i.sub(bo(i)).mul(6).toVar();const n=pn(Io(i)),a=i.sub(hn(n)),o=r.mul(t.oneMinus()),u=r.mul(t.mul(a).oneMinus()),l=r.mul(t.mul(a.oneMinus()).oneMinus());ln(n.equal(pn(0)),()=>{s.assign(Tn(r,l,o))}).ElseIf(n.equal(pn(1)),()=>{s.assign(Tn(u,r,o))}).ElseIf(n.equal(pn(2)),()=>{s.assign(Tn(o,r,l))}).ElseIf(n.equal(pn(3)),()=>{s.assign(Tn(o,u,r))}).ElseIf(n.equal(pn(4)),()=>{s.assign(Tn(l,o,r))}).Else(()=>{s.assign(Tn(r,o,u))})}),s}).setLayout({name:"mx_hsvtorgb",type:"vec3",inputs:[{name:"hsv",type:"vec3"}]}),$v=an(([e])=>{const t=Tn(e).toVar(),r=hn(t.x).toVar(),s=hn(t.y).toVar(),i=hn(t.z).toVar(),n=hn($o(r,$o(s,i))).toVar(),a=hn(Wo(r,Wo(s,i))).toVar(),o=hn(a.sub(n)).toVar(),u=hn().toVar(),l=hn().toVar(),d=hn().toVar();return d.assign(a),ln(a.greaterThan(0),()=>{l.assign(o.div(a))}).Else(()=>{l.assign(0)}),ln(l.lessThanEqual(0),()=>{u.assign(0)}).Else(()=>{ln(r.greaterThanEqual(a),()=>{u.assign(s.sub(i).div(o))}).ElseIf(s.greaterThanEqual(a),()=>{u.assign(wa(2,i.sub(r).div(o)))}).Else(()=>{u.assign(wa(4,r.sub(s).div(o)))}),u.mulAssign(1/6),ln(u.lessThan(0),()=>{u.addAssign(1)})}),Tn(u,l,d)}).setLayout({name:"mx_rgbtohsv",type:"vec3",inputs:[{name:"c",type:"vec3"}]}),Wv=an(([e])=>{const t=Tn(e).toVar(),r=Nn(Ua(t,Tn(.04045))).toVar(),s=Tn(t.div(12.92)).toVar(),i=Tn(Qo(Wo(t.add(Tn(.055)),Tn(0)).div(1.055),Tn(2.4))).toVar();return iu(s,i,r)}).setLayout({name:"mx_srgb_texture_to_lin_rec709",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Hv=(e,t)=>{e=hn(e),t=hn(t);const r=fn(t.dFdx(),t.dFdy()).length().mul(.7071067811865476);return uu(e.sub(r),e.add(r),t)},qv=(e,t,r,s)=>iu(e,t,r[s].clamp()),jv=(e,t,r,s,i)=>iu(e,t,Hv(r,s[i])),Xv=an(([e,t,r])=>{const s=To(e).toVar(),i=Ca(hn(.5).mul(t.sub(r)),Pd).div(s).toVar(),n=Ca(hn(-.5).mul(t.sub(r)),Pd).div(s).toVar(),a=Tn().toVar();a.x=s.x.greaterThan(hn(0)).select(i.x,n.x),a.y=s.y.greaterThan(hn(0)).select(i.y,n.y),a.z=s.z.greaterThan(hn(0)).select(i.z,n.z);const o=$o(a.x,a.y,a.z).toVar();return Pd.add(s.mul(o)).toVar().sub(r)}),Kv=an(([e,t])=>{const r=e.x,s=e.y,i=e.z;let n=t.element(0).mul(.886227);return n=n.add(t.element(1).mul(1.023328).mul(s)),n=n.add(t.element(2).mul(1.023328).mul(i)),n=n.add(t.element(3).mul(1.023328).mul(r)),n=n.add(t.element(4).mul(.858086).mul(r).mul(s)),n=n.add(t.element(5).mul(.858086).mul(s).mul(i)),n=n.add(t.element(6).mul(i.mul(i).mul(.743125).sub(.247708))),n=n.add(t.element(7).mul(.858086).mul(r).mul(i)),n=n.add(t.element(8).mul(.429043).mul(Ma(r,r).sub(Ma(s,s)))),n});var Yv=Object.freeze({__proto__:null,BRDF_GGX:Dg,BRDF_Lambert:Tg,BasicPointShadowFilter:H_,BasicShadowFilter:T_,Break:up,Const:Cu,Continue:()=>gl("continue").toStack(),DFGLUT:Og,D_GGX:Lg,Discard:ml,EPSILON:to,F_Schlick:xg,Fn:an,HALF_PI:ao,INFINITY:ro,If:ln,Loop:op,NodeAccess:Js,NodeShaderStage:Ys,NodeType:Zs,NodeUpdateType:Qs,OnBeforeMaterialUpdate:e=>tx(ex.BEFORE_MATERIAL,e),OnBeforeObjectUpdate:e=>tx(ex.BEFORE_OBJECT,e),OnMaterialUpdate:e=>tx(ex.MATERIAL,e),OnObjectUpdate:e=>tx(ex.OBJECT,e),PCFShadowFilter:__,PCFSoftShadowFilter:v_,PI:so,PI2:io,PointShadowFilter:q_,Return:()=>gl("return").toStack(),Schlick_to_F0:Gg,ScriptableNodeResources:eT,ShaderNode:Ki,Stack:dn,Switch:(...e)=>xi.Switch(...e),TBNViewMatrix:zc,TWO_PI:no,VSMShadowFilter:N_,V_GGX_SmithCorrelated:Mg,Var:wu,VarIntent:Mu,abs:wo,acesFilmicToneMapping:kx,acos:Ao,add:wa,addMethodChaining:_i,addNodeElement:function(e){d("TSL: AddNodeElement has been removed in favor of tree-shaking. Trying add",e)},agxToneMapping:Wx,all:oo,alphaT:Xn,and:Va,anisotropy:Kn,anisotropyB:Qn,anisotropyT:Yn,any:uo,append:e=>(d("TSL: append() has been renamed to Stack()."),dn(e)),array:_a,arrayBuffer:e=>new yi(e,"ArrayBuffer"),asin:Ro,assign:Na,atan:Eo,atan2:gu,atomicAdd:(e,t)=>NT(_T.ATOMIC_ADD,e,t),atomicAnd:(e,t)=>NT(_T.ATOMIC_AND,e,t),atomicFunc:NT,atomicLoad:e=>NT(_T.ATOMIC_LOAD,e,null),atomicMax:(e,t)=>NT(_T.ATOMIC_MAX,e,t),atomicMin:(e,t)=>NT(_T.ATOMIC_MIN,e,t),atomicOr:(e,t)=>NT(_T.ATOMIC_OR,e,t),atomicStore:(e,t)=>NT(_T.ATOMIC_STORE,e,t),atomicSub:(e,t)=>NT(_T.ATOMIC_SUB,e,t),atomicXor:(e,t)=>NT(_T.ATOMIC_XOR,e,t),attenuationColor:da,attenuationDistance:la,attribute:Sl,attributeArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new sx(e,r,s);return $h(i,t,e)},backgroundBlurriness:lx,backgroundIntensity:dx,backgroundRotation:cx,batch:rp,bentNormalView:Wc,billboarding:Tb,bitAnd:$a,bitNot:Wa,bitOr:Ha,bitXor:qa,bitangentGeometry:Oc,bitangentLocal:Vc,bitangentView:kc,bitangentWorld:Gc,bitcast:qy,blendBurn:Gp,blendColor:Hp,blendDodge:zp,blendOverlay:Wp,blendScreen:$p,blur:Gm,bool:mn,buffer:Ul,bufferAttribute:Ju,builtin:kl,builtinAOContext:Su,builtinShadowContext:Nu,bumpMap:Zc,burn:(...e)=>(d('TSL: "burn" has been renamed. Use "blendBurn" instead.'),Gp(e)),bvec2:xn,bvec3:Nn,bvec4:En,bypass:ll,cache:ol,call:Ra,cameraFar:td,cameraIndex:Jl,cameraNear:ed,cameraNormalMatrix:ad,cameraPosition:od,cameraProjectionMatrix:rd,cameraProjectionMatrixInverse:sd,cameraViewMatrix:id,cameraViewport:ud,cameraWorldMatrix:nd,cbrt:ru,cdl:wx,ceil:xo,checker:ev,cineonToneMapping:Ox,clamp:nu,clearcoat:Gn,clearcoatNormalView:Xd,clearcoatRoughness:zn,code:jx,color:cn,colorSpaceToWorking:Gu,colorToDirection:e=>Yi(e).mul(2).sub(1),compute:il,computeKernel:sl,computeSkinning:(e,t=null)=>{const r=new ip(e);return r.positionNode=$h(new $(e.geometry.getAttribute("position").array,3),"vec3").setPBO(!0).toReadOnly().element(qh).toVar(),r.skinIndexNode=$h(new $(new Uint32Array(e.geometry.getAttribute("skinIndex").array),4),"uvec4").setPBO(!0).toReadOnly().element(qh).toVar(),r.skinWeightNode=$h(new $(e.geometry.getAttribute("skinWeight").array,4),"vec4").setPBO(!0).toReadOnly().element(qh).toVar(),r.bindMatrixNode=xa(e.bindMatrix,"mat4"),r.bindMatrixInverseNode=xa(e.bindMatrixInverse,"mat4"),r.boneMatricesNode=Ul(e.skeleton.boneMatrices,"mat4",e.skeleton.bones.length),r.toPositionNode=t,Yi(r)},context:Tu,convert:Ln,convertColorSpace:(e,t,r)=>Yi(new Vu(Yi(e),t,r)),convertToTexture:(e,...t)=>e.isSampleNode||e.isTextureNode?e:e.isPassNode?e.getTextureNode():jb(e,...t),cos:No,countLeadingZeros:Qy,countOneBits:Zy,countTrailingZeros:Yy,cross:Yo,cubeTexture:hc,cubeTextureBase:cc,dFdx:Po,dFdy:Fo,dashSize:sa,debug:xl,decrement:Za,decrementBefore:Ya,defaultBuildStages:ti,defaultShaderStages:ei,defined:ji,degrees:co,deltaTime:fb,densityFog:function(e,t){return d('TSL: "densityFog( color, density )" is deprecated. Use "fog( color, densityFogFactor( density ) )" instead.'),aT(e,nT(t))},densityFogFactor:nT,depth:Lp,depthPass:(e,t,r)=>new Fx(Fx.DEPTH,e,t,r),determinant:ko,difference:Xo,diffuseColor:Un,diffuseContribution:In,directPointLight:Z_,directionToColor:Hc,directionToFaceDirection:kd,dispersion:ca,disposeShadowMaterial:A_,distance:jo,div:Ba,dodge:(...e)=>(d('TSL: "dodge" has been renamed. Use "blendDodge" instead.'),zp(e)),dot:Ko,drawIndex:Yh,dynamicBufferAttribute:(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x),element:Bn,emissive:On,equal:Pa,equals:zo,equirectUV:ag,exp:ho,exp2:po,expression:gl,faceDirection:Vd,faceForward:lu,faceforward:mu,float:hn,floatBitsToInt:e=>new Hy(e,"int","float"),floatBitsToUint:jy,floor:bo,fog:aT,fract:_o,frameGroup:ma,frameId:yb,frontFacing:Od,fwidth:Oo,gain:(e,t)=>e.lessThan(.5)?eb(e.mul(2),t).div(2):Ca(1,eb(Ma(Ca(1,e),2),t).div(2)),gapSize:ia,getConstNodeType:Xi,getCurrentStack:un,getDirection:Im,getDistanceAttenuation:Q_,getGeometryRoughness:wg,getNormalFromDepth:Yb,getParallaxCorrectNormal:Xv,getRoughness:Cg,getScreenPosition:Kb,getShIrradianceAt:Kv,getShadowMaterial:R_,getShadowRenderObjectFunction:C_,getTextureIndex:zy,getViewPosition:Xb,ggxConvolution:Hm,globalId:mT,glsl:(e,t)=>jx(e,t,"glsl"),glslFn:(e,t)=>Kx(e,t,"glsl"),grayscale:Nx,greaterThan:Ua,greaterThanEqual:Oa,hash:Jy,highpModelNormalViewMatrix:Cd,highpModelViewMatrix:wd,hue:Ax,increment:Qa,incrementBefore:Ka,inspector:vl,instance:Zh,instanceIndex:qh,instancedArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new rx(e,r,s);return $h(i,t,e)},instancedBufferAttribute:el,instancedDynamicBufferAttribute:tl,instancedMesh:ep,int:pn,intBitsToFloat:e=>new Hy(e,"float","int"),interleavedGradientNoise:Qb,inverse:Go,inverseSqrt:yo,inversesqrt:fu,invocationLocalIndex:Kh,invocationSubgroupIndex:Xh,ior:aa,iridescence:Hn,iridescenceIOR:qn,iridescenceThickness:jn,isolate:al,ivec2:yn,ivec3:_n,ivec4:Rn,js:(e,t)=>jx(e,t,"js"),label:Ru,length:Mo,lengthSq:su,lessThan:Da,lessThanEqual:Ia,lightPosition:e_,lightProjectionUV:JT,lightShadowMatrix:ZT,lightTargetDirection:s_,lightTargetPosition:t_,lightViewPosition:r_,lightingContext:yp,lights:(e=[])=>(new o_).setLights(e),linearDepth:Pp,linearToneMapping:Ux,localId:fT,log:go,log2:mo,logarithmicDepthToViewZ:(e,t,r)=>{const s=e.mul(go(r.div(t)));return hn(Math.E).pow(s).mul(t).negate()},luminance:Ex,mat2:wn,mat3:Cn,mat4:Mn,matcapUV:Mf,materialAO:Ih,materialAlphaTest:th,materialAnisotropy:Th,materialAnisotropyVector:Oh,materialAttenuationColor:wh,materialAttenuationDistance:Eh,materialClearcoat:gh,materialClearcoatNormal:fh,materialClearcoatRoughness:mh,materialColor:rh,materialDispersion:Dh,materialEmissive:ih,materialEnvIntensity:sc,materialEnvRotation:ic,materialIOR:Ah,materialIridescence:_h,materialIridescenceIOR:vh,materialIridescenceThickness:Nh,materialLightMap:Uh,materialLineDashOffset:Ph,materialLineDashSize:Mh,materialLineGapSize:Bh,materialLineScale:Ch,materialLineWidth:Lh,materialMetalness:hh,materialNormal:ph,materialOpacity:nh,materialPointSize:Fh,materialReference:bc,materialReflectivity:dh,materialRefractionRatio:rc,materialRotation:yh,materialRoughness:ch,materialSheen:bh,materialSheenRoughness:xh,materialShininess:sh,materialSpecular:ah,materialSpecularColor:uh,materialSpecularIntensity:oh,materialSpecularStrength:lh,materialThickness:Rh,materialTransmission:Sh,max:Wo,maxMipLevel:Cl,mediumpModelViewMatrix:Ed,metalness:kn,min:$o,mix:iu,mixElement:cu,mod:La,modInt:Ja,modelDirection:bd,modelNormalMatrix:Sd,modelPosition:Td,modelRadius:Nd,modelScale:_d,modelViewMatrix:Ad,modelViewPosition:vd,modelViewProjection:Vh,modelWorldMatrix:xd,modelWorldMatrixInverse:Rd,morphReference:pp,mrt:Wy,mul:Ma,mx_aastep:Hv,mx_add:(e,t=hn(0))=>wa(e,t),mx_atan2:(e=hn(0),t=hn(1))=>Eo(e,t),mx_cell_noise_float:(e=Rl())=>Ev(e.convert("vec2|vec3")),mx_contrast:(e,t=1,r=.5)=>hn(e).sub(r).mul(t).add(r),mx_divide:(e,t=hn(1))=>Ba(e,t),mx_fractal_noise_float:(e=Rl(),t=3,r=2,s=.5,i=1)=>Cv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec2:(e=Rl(),t=3,r=2,s=.5,i=1)=>Bv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec3:(e=Rl(),t=3,r=2,s=.5,i=1)=>Mv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec4:(e=Rl(),t=3,r=2,s=.5,i=1)=>Lv(e,pn(t),r,s).mul(i),mx_frame:()=>yb,mx_heighttonormal:(e,t)=>(e=Tn(e),t=hn(t),Zc(e,t)),mx_hsvtorgb:zv,mx_ifequal:(e,t,r,s)=>e.equal(t).mix(r,s),mx_ifgreater:(e,t,r,s)=>e.greaterThan(t).mix(r,s),mx_ifgreatereq:(e,t,r,s)=>e.greaterThanEqual(t).mix(r,s),mx_invert:(e,t=hn(1))=>Ca(t,e),mx_modulo:(e,t=hn(1))=>La(e,t),mx_multiply:(e,t=hn(1))=>Ma(e,t),mx_noise_float:(e=Rl(),t=1,r=0)=>Rv(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec3:(e=Rl(),t=1,r=0)=>Av(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec4:(e=Rl(),t=1,r=0)=>{e=e.convert("vec2|vec3");return Sn(Av(e),Rv(e.add(fn(19,73)))).mul(t).add(r)},mx_place2d:(e,t=fn(.5,.5),r=fn(1,1),s=hn(0),i=fn(0,0))=>{let n=e;if(t&&(n=n.sub(t)),r&&(n=n.mul(r)),s){const e=s.mul(Math.PI/180),t=e.cos(),r=e.sin();n=fn(n.x.mul(t).sub(n.y.mul(r)),n.x.mul(r).add(n.y.mul(t)))}return t&&(n=n.add(t)),i&&(n=n.add(i)),n},mx_power:(e,t=hn(1))=>Qo(e,t),mx_ramp4:(e,t,r,s,i=Rl())=>{const n=i.x.clamp(),a=i.y.clamp(),o=iu(e,t,n),u=iu(r,s,n);return iu(o,u,a)},mx_ramplr:(e,t,r=Rl())=>qv(e,t,r,"x"),mx_ramptb:(e,t,r=Rl())=>qv(e,t,r,"y"),mx_rgbtohsv:$v,mx_rotate2d:(e,t)=>{e=fn(e);const r=(t=hn(t)).mul(Math.PI/180);return Ff(e,r)},mx_rotate3d:(e,t,r)=>{e=Tn(e),t=hn(t),r=Tn(r);const s=t.mul(Math.PI/180),i=r.normalize(),n=s.cos(),a=s.sin(),o=hn(1).sub(n);return e.mul(n).add(i.cross(e).mul(a)).add(i.mul(i.dot(e)).mul(o))},mx_safepower:(e,t=1)=>(e=hn(e)).abs().pow(t).mul(e.sign()),mx_separate:(e,t=null)=>{if("string"==typeof t){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3},s=t.replace(/^out/,"").toLowerCase();if(void 0!==r[s])return e.element(r[s])}if("number"==typeof t)return e.element(t);if("string"==typeof t&&1===t.length){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3};if(void 0!==r[t])return e.element(r[t])}return e},mx_splitlr:(e,t,r,s=Rl())=>jv(e,t,r,s,"x"),mx_splittb:(e,t,r,s=Rl())=>jv(e,t,r,s,"y"),mx_srgb_texture_to_lin_rec709:Wv,mx_subtract:(e,t=hn(0))=>Ca(e,t),mx_timer:()=>mb,mx_transform_uv:(e=1,t=0,r=Rl())=>r.mul(e).add(t),mx_unifiednoise2d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>kv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_unifiednoise3d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>Gv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_worley_noise_float:(e=Rl(),t=1)=>Iv(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec2:(e=Rl(),t=1)=>Ov(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec3:(e=Rl(),t=1)=>Vv(e.convert("vec2|vec3"),t,pn(1)),negate:Bo,neutralToneMapping:Hx,nodeArray:Ji,nodeImmutable:tn,nodeObject:Yi,nodeObjectIntent:Qi,nodeObjects:Zi,nodeProxy:en,nodeProxyIntent:rn,normalFlat:$d,normalGeometry:Gd,normalLocal:zd,normalMap:Xc,normalView:qd,normalViewGeometry:Wd,normalWorld:jd,normalWorldGeometry:Hd,normalize:To,not:Ga,notEqual:Fa,numWorkgroups:pT,objectDirection:cd,objectGroup:ya,objectPosition:pd,objectRadius:fd,objectScale:gd,objectViewPosition:md,objectWorldMatrix:hd,oneMinus:Lo,or:ka,orthographicDepthToViewZ:(e,t,r)=>t.sub(r).mul(e).sub(t),oscSawtooth:(e=mb)=>e.fract(),oscSine:(e=mb)=>e.add(.75).mul(2*Math.PI).sin().mul(.5).add(.5),oscSquare:(e=mb)=>e.fract().round(),oscTriangle:(e=mb)=>e.add(.5).fract().mul(2).sub(1).abs(),output:ra,outputStruct:Gy,overlay:(...e)=>(d('TSL: "overlay" has been renamed. Use "blendOverlay" instead.'),Wp(e)),overloadingFn:gb,packHalf2x16:ib,packSnorm2x16:rb,packUnorm2x16:sb,parabola:eb,parallaxDirection:$c,parallaxUV:(e,t)=>e.sub($c.mul(t)),parameter:(e,t)=>new Dy(e,t),pass:(e,t,r)=>new Fx(Fx.COLOR,e,t,r),passTexture:(e,t)=>new Lx(e,t),pcurve:(e,t,r)=>Qo(Ba(Qo(e,t),wa(Qo(e,t),Qo(Ca(1,e),r))),1/t),perspectiveDepthToViewZ:Cp,pmremTexture:mf,pointShadow:K_,pointUV:nx,pointWidth:na,positionGeometry:Md,positionLocal:Bd,positionPrevious:Ld,positionView:Dd,positionViewDirection:Ud,positionWorld:Pd,positionWorldDirection:Fd,posterize:Mx,pow:Qo,pow2:Zo,pow3:Jo,pow4:eu,premultiplyAlpha:qp,property:Fn,quadBroadcast:KT,quadSwapDiagonal:$T,quadSwapX:GT,quadSwapY:zT,radians:lo,rand:du,range:dT,rangeFog:function(e,t,r){return d('TSL: "rangeFog( color, near, far )" is deprecated. Use "fog( color, rangeFogFactor( near, far ) )" instead.'),aT(e,iT(t,r))},rangeFogFactor:iT,reciprocal:Uo,reference:mc,referenceBuffer:fc,reflect:qo,reflectVector:oc,reflectView:nc,reflector:e=>new Vb(e),refract:ou,refractVector:uc,refractView:ac,reinhardToneMapping:Ix,remap:cl,remapClamp:hl,renderGroup:fa,renderOutput:yl,rendererReference:Hu,replaceDefaultUV:function(e,t=null){return Tu(t,{getUV:e})},rotate:Ff,rotateUV:bb,roughness:Vn,round:Do,rtt:jb,sRGBTransferEOTF:Uu,sRGBTransferOETF:Iu,sample:(e,t=null)=>new Jb(e,Yi(t)),sampler:e=>(!0===e.isNode?e:Pl(e)).convert("sampler"),samplerComparison:e=>(!0===e.isNode?e:Pl(e)).convert("samplerComparison"),saturate:au,saturation:Sx,screen:(...e)=>(d('TSL: "screen" has been renamed. Use "blendScreen" instead.'),$p(e)),screenCoordinate:jl,screenDPR:Wl,screenSize:ql,screenUV:Hl,scriptable:rT,scriptableValue:Qx,select:bu,setCurrentStack:on,setName:vu,shaderStages:ri,shadow:U_,shadowPositionWorld:l_,shapeCircle:tv,sharedUniformGroup:ga,sheen:$n,sheenRoughness:Wn,shiftLeft:ja,shiftRight:Xa,shininess:ta,sign:Co,sin:vo,sinc:(e,t)=>vo(so.mul(t.mul(e).sub(1))).div(so.mul(t.mul(e).sub(1))),skinning:np,smoothstep:uu,smoothstepElement:hu,specularColor:Zn,specularColorBlended:Jn,specularF90:ea,spherizeUV:xb,split:(e,t)=>Yi(new hi(Yi(e),t)),spritesheetUV:Nb,sqrt:fo,stack:Iy,step:Ho,stepElement:pu,storage:$h,storageBarrier:()=>bT("storage").toStack(),storageObject:(e,t,r)=>(d('TSL: "storageObject()" is deprecated. Use "storage().setPBO( true )" instead.'),$h(e,t,r).setPBO(!0)),storageTexture:px,string:(e="")=>new yi(e,"string"),struct:(e,t=null)=>{const r=new Oy(e,t),s=(...t)=>{let s=null;if(t.length>0)if(t[0].isNode){s={};const r=Object.keys(e);for(let e=0;efx(e,t).level(r),texture3DLoad:(...e)=>fx(...e).setSampler(!1),textureBarrier:()=>bT("texture").toStack(),textureBicubic:om,textureBicubicLevel:am,textureCubeUV:Om,textureLevel:(e,t,r)=>Pl(e,t).level(r),textureLoad:Fl,textureSize:El,textureStore:(e,t,r)=>{const s=px(e,t,r);return null!==r&&s.toStack(),s},thickness:ua,time:mb,toneMapping:ju,toneMappingExposure:Xu,toonOutlinePass:(t,r,s=new e(0,0,0),i=.003,n=1)=>Yi(new Dx(t,r,Yi(s),Yi(i),Yi(n))),transformDirection:tu,transformNormal:Kd,transformNormalToView:Yd,transformedClearcoatNormalView:Jd,transformedNormalView:Qd,transformedNormalWorld:Zd,transmission:oa,transpose:Vo,triNoise3D:cb,triplanarTexture:(...e)=>Sb(...e),triplanarTextures:Sb,trunc:Io,uint:gn,uintBitsToFloat:e=>new Hy(e,"float","uint"),uniform:xa,uniformArray:Vl,uniformCubeTexture:(e=lc)=>cc(e),uniformFlow:_u,uniformGroup:pa,uniformTexture:(e=Ml)=>Pl(e),unpackHalf2x16:ub,unpackNormal:qc,unpackSnorm2x16:ab,unpackUnorm2x16:ob,unpremultiplyAlpha:jp,userData:(e,t,r)=>new yx(e,t,r),uv:Rl,uvec2:bn,uvec3:vn,uvec4:An,varying:Fu,varyingProperty:Dn,vec2:fn,vec3:Tn,vec4:Sn,vectorComponents:si,velocity:vx,vertexColor:kp,vertexIndex:Hh,vertexStage:Du,vibrance:Rx,viewZToLogarithmicDepth:Mp,viewZToOrthographicDepth:Ep,viewZToPerspectiveDepth:wp,viewport:Xl,viewportCoordinate:Yl,viewportDepthTexture:Rp,viewportLinearDepth:Fp,viewportMipTexture:vp,viewportResolution:Zl,viewportSafeUV:_b,viewportSharedTexture:tg,viewportSize:Kl,viewportTexture:_p,viewportUV:Ql,vogelDiskSample:Zb,wgsl:(e,t)=>jx(e,t,"wgsl"),wgslFn:(e,t)=>Kx(e,t,"wgsl"),workgroupArray:(e,t)=>new TT("Workgroup",e,t),workgroupBarrier:()=>bT("workgroup").toStack(),workgroupId:gT,workingToColorSpace:ku,xor:za});const Qv=new Fy;class Zv extends ty{constructor(e,t){super(),this.renderer=e,this.nodes=t}update(e,t,r){const s=this.renderer,i=this.nodes.getBackgroundNode(e)||e.background;let n=!1;if(null===i)s._clearColor.getRGB(Qv),Qv.a=s._clearColor.a;else if(!0===i.isColor)i.getRGB(Qv),Qv.a=1,n=!0;else if(!0===i.isNode){const u=this.get(e),l=i;Qv.copy(s._clearColor);let d=u.backgroundMesh;if(void 0===d){const h=Sn(l).mul(dx).context({getUV:()=>cx.mul(Hd),getTextureLevel:()=>lx}),p=rd.element(3).element(3).equal(1),g=Ba(1,rd.element(1).element(1)).mul(3),m=p.select(Bd.mul(g),Bd);let f=rd.mul(Ad.mul(Sn(m,1)));f=f.setZ(f.w);const y=new Xp;function b(){i.removeEventListener("dispose",b),d.material.dispose(),d.geometry.dispose()}y.name="Background.material",y.side=w,y.depthTest=!1,y.depthWrite=!1,y.allowOverride=!1,y.fog=!1,y.lights=!1,y.vertexNode=f,y.colorNode=h,u.backgroundMeshNode=h,u.backgroundMesh=d=new se(new Ye(1,32,32),y),d.frustumCulled=!1,d.name="Background.mesh",d.onBeforeRender=function(e,t,r){this.matrixWorld.copyPosition(r.matrixWorld)},i.addEventListener("dispose",b)}const c=l.getCacheKey();u.backgroundCacheKey!==c&&(u.backgroundMeshNode.node=Sn(l).mul(dx),u.backgroundMeshNode.needsUpdate=!0,d.material.needsUpdate=!0,u.backgroundCacheKey=c),t.unshift(d,d.geometry,d.material,0,0,null,null)}else o("Renderer: Unsupported background configuration.",i);const a=s.xr.getEnvironmentBlendMode();if("additive"===a?Qv.set(0,0,0,1):"alpha-blend"===a&&Qv.set(0,0,0,0),!0===s.autoClear||!0===n){const x=r.clearColorValue;x.r=Qv.r,x.g=Qv.g,x.b=Qv.b,x.a=Qv.a,!0!==s.backend.isWebGLBackend&&!0!==s.alpha||(x.r*=x.a,x.g*=x.a,x.b*=x.a),r.depthClearValue=s._clearDepth,r.stencilClearValue=s._clearStencil,r.clearColor=!0===s.autoClearColor,r.clearDepth=!0===s.autoClearDepth,r.clearStencil=!0===s.autoClearStencil}else r.clearColor=!1,r.clearDepth=!1,r.clearStencil=!1}}let Jv=0;class eN{constructor(e="",t=[],r=0,s=[]){this.name=e,this.bindings=t,this.index=r,this.bindingsReference=s,this.id=Jv++}}class tN{constructor(e,t,r,s,i,n,a,o,u,l=[]){this.vertexShader=e,this.fragmentShader=t,this.computeShader=r,this.transforms=l,this.nodeAttributes=s,this.bindings=i,this.updateNodes=n,this.updateBeforeNodes=a,this.updateAfterNodes=o,this.observer=u,this.usedTimes=0}createBindings(){const e=[];for(const t of this.bindings){if(!0!==t.bindings[0].groupNode.shared){const r=new eN(t.name,[],t.index,t.bindingsReference);e.push(r);for(const e of t.bindings)r.bindings.push(e.clone())}else e.push(t)}return e}}class rN{constructor(e,t,r=null){this.isNodeAttribute=!0,this.name=e,this.type=t,this.node=r}}class sN{constructor(e,t,r){this.isNodeUniform=!0,this.name=e,this.type=t,this.node=r}get value(){return this.node.value}set value(e){this.node.value=e}get id(){return this.node.id}get groupNode(){return this.node.groupNode}}class iN{constructor(e,t,r=!1,s=null){this.isNodeVar=!0,this.name=e,this.type=t,this.readOnly=r,this.count=s}}class nN extends iN{constructor(e,t,r=null,s=null){super(e,t),this.needsInterpolation=!1,this.isNodeVarying=!0,this.interpolationType=r,this.interpolationSampling=s}}class aN{constructor(e,t,r=""){this.name=e,this.type=t,this.code=r,Object.defineProperty(this,"isNodeCode",{value:!0})}}let oN=0;class uN{constructor(e=null){this.id=oN++,this.nodesData=new WeakMap,this.parent=e}getData(e){let t=this.nodesData.get(e);return void 0===t&&null!==this.parent&&(t=this.parent.getData(e)),t}setData(e,t){this.nodesData.set(e,t)}}class lN{constructor(e,t){this.name=e,this.members=t,this.output=!1}}class dN{constructor(e,t){this.name=e,this.value=t,this.boundary=0,this.itemSize=0,this.offset=0}setValue(e){this.value=e}getValue(){return this.value}}class cN extends dN{constructor(e,t=0){super(e,t),this.isNumberUniform=!0,this.boundary=4,this.itemSize=1}}class hN extends dN{constructor(e,r=new t){super(e,r),this.isVector2Uniform=!0,this.boundary=8,this.itemSize=2}}class pN extends dN{constructor(e,t=new r){super(e,t),this.isVector3Uniform=!0,this.boundary=16,this.itemSize=3}}class gN extends dN{constructor(e,t=new s){super(e,t),this.isVector4Uniform=!0,this.boundary=16,this.itemSize=4}}class mN extends dN{constructor(t,r=new e){super(t,r),this.isColorUniform=!0,this.boundary=16,this.itemSize=3}}class fN extends dN{constructor(e,t=new i){super(e,t),this.isMatrix2Uniform=!0,this.boundary=8,this.itemSize=4}}class yN extends dN{constructor(e,t=new n){super(e,t),this.isMatrix3Uniform=!0,this.boundary=48,this.itemSize=12}}class bN extends dN{constructor(e,t=new a){super(e,t),this.isMatrix4Uniform=!0,this.boundary=64,this.itemSize=16}}class xN extends cN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class TN extends hN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class _N extends pN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class vN extends gN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class NN extends mN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class SN extends fN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class RN extends yN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class AN extends bN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}let EN=0;const wN=new WeakMap,CN=new WeakMap,MN=new Map([[Int8Array,"int"],[Int16Array,"int"],[Int32Array,"int"],[Uint8Array,"uint"],[Uint16Array,"uint"],[Uint32Array,"uint"],[Float32Array,"float"]]),BN=e=>/e/g.test(e)?String(e).replace(/\+/g,""):(e=Number(e))+(e%1?"":".0");class LN{constructor(e,t,r){this.object=e,this.material=e&&e.material||null,this.geometry=e&&e.geometry||null,this.renderer=t,this.parser=r,this.scene=null,this.camera=null,this.nodes=[],this.sequentialNodes=[],this.updateNodes=[],this.updateBeforeNodes=[],this.updateAfterNodes=[],this.hashNodes={},this.observer=null,this.lightsNode=null,this.environmentNode=null,this.fogNode=null,this.clippingContext=null,this.vertexShader=null,this.fragmentShader=null,this.computeShader=null,this.flowNodes={vertex:[],fragment:[],compute:[]},this.flowCode={vertex:"",fragment:"",compute:""},this.uniforms={vertex:[],fragment:[],compute:[],index:0},this.structs={vertex:[],fragment:[],compute:[],index:0},this.types={vertex:[],fragment:[],compute:[],index:0},this.bindings={vertex:{},fragment:{},compute:{}},this.bindingsIndexes={},this.bindGroups=null,this.attributes=[],this.bufferAttributes=[],this.varyings=[],this.codes={},this.vars={},this.declarations={},this.flow={code:""},this.chaining=[],this.stack=Iy(),this.stacks=[],this.tab="\t",this.currentFunctionNode=null,this.context={material:this.material},this.cache=new uN,this.globalCache=this.cache,this.flowsData=new WeakMap,this.shaderStage=null,this.buildStage=null,this.subBuildLayers=[],this.activeStacks=[],this.subBuildFn=null,this.fnCall=null,Object.defineProperty(this,"id",{value:EN++})}isOpaque(){const e=this.material;return!1===e.transparent&&e.blending===Qe&&!1===e.alphaToCoverage}getBindGroupsCache(){let e=CN.get(this.renderer);return void 0===e&&(e=new Yf,CN.set(this.renderer,e)),e}createRenderTarget(e,t,r){return new _e(e,t,r)}createCubeRenderTarget(e,t){return new og(e,t)}includes(e){return this.nodes.includes(e)}getOutputStructName(){}_getBindGroup(e,t){const r=this.getBindGroupsCache(),s=[];let i,n=!0;for(const e of t)s.push(e),n=n&&!0!==e.groupNode.shared;return n?(i=r.get(s),void 0===i&&(i=new eN(e,s,this.bindingsIndexes[e].group,s),r.set(s,i))):i=new eN(e,s,this.bindingsIndexes[e].group,s),i}getBindGroupArray(e,t){const r=this.bindings[t];let s=r[e];return void 0===s&&(void 0===this.bindingsIndexes[e]&&(this.bindingsIndexes[e]={binding:0,group:Object.keys(this.bindingsIndexes).length}),r[e]=s=[]),s}getBindings(){let e=this.bindGroups;if(null===e){const t={},r=this.bindings;for(const e of ri)for(const s in r[e]){const i=r[e][s];(t[s]||(t[s]=[])).push(...i)}e=[];for(const r in t){const s=t[r],i=this._getBindGroup(r,s);e.push(i)}this.bindGroups=e}return e}sortBindingGroups(){const e=this.getBindings();e.sort((e,t)=>e.bindings[0].groupNode.order-t.bindings[0].groupNode.order);for(let t=0;t=0?`${Math.round(n)}u`:"0u";if("bool"===i)return n?"true":"false";if("color"===i)return`${this.getType("vec3")}( ${BN(n.r)}, ${BN(n.g)}, ${BN(n.b)} )`;const a=this.getTypeLength(i),o=this.getComponentType(i),u=e=>this.generateConst(o,e);if(2===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)} )`;if(3===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)} )`;if(4===a&&"mat2"!==i)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)}, ${u(n.w)} )`;if(a>=4&&n&&(n.isMatrix2||n.isMatrix3||n.isMatrix4))return`${this.getType(i)}( ${n.elements.map(u).join(", ")} )`;if(a>4)return`${this.getType(i)}()`;throw new Error(`NodeBuilder: Type '${i}' not found in generate constant attempt.`)}getType(e){return"color"===e?"vec3":e}hasGeometryAttribute(e){return this.geometry&&void 0!==this.geometry.getAttribute(e)}getAttribute(e,t){const r=this.attributes;for(const t of r)if(t.name===e)return t;const s=new rN(e,t);return this.registerDeclaration(s),r.push(s),s}getPropertyName(e){return e.name}isVector(e){return/vec\d/.test(e)}isMatrix(e){return/mat\d/.test(e)}isReference(e){return"void"===e||"property"===e||"sampler"===e||"samplerComparison"===e||"texture"===e||"cubeTexture"===e||"storageTexture"===e||"depthTexture"===e||"texture3D"===e}needsToWorkingColorSpace(){return!1}getComponentTypeFromTexture(e){const t=e.type;if(e.isDataTexture){if(t===R)return"int";if(t===S)return"uint"}return"float"}getElementType(e){return"mat2"===e?"vec2":"mat3"===e?"vec3":"mat4"===e?"vec4":this.getComponentType(e)}getComponentType(e){if("float"===(e=this.getVectorType(e))||"bool"===e||"int"===e||"uint"===e)return e;const t=/(b|i|u|)(vec|mat)([2-4])/.exec(e);return null===t?null:"b"===t[1]?"bool":"i"===t[1]?"int":"u"===t[1]?"uint":"float"}getVectorType(e){return"color"===e?"vec3":"texture"===e||"cubeTexture"===e||"storageTexture"===e||"texture3D"===e?"vec4":e}getTypeFromLength(e,t="float"){if(1===e)return t;let r=Vs(e);const s="float"===t?"":t[0];return!0===/mat2/.test(t)&&(r=r.replace("vec","mat")),s+r}getTypeFromArray(e){return MN.get(e.constructor)}isInteger(e){return/int|uint|(i|u)vec/.test(e)}getTypeFromAttribute(e){let t=e;e.isInterleavedBufferAttribute&&(t=e.data);const r=t.array,s=e.itemSize,i=e.normalized;let n;return e instanceof et||!0===i||(n=this.getTypeFromArray(r)),this.getTypeFromLength(s,n)}getTypeLength(e){const t=this.getVectorType(e),r=/vec([2-4])/.exec(t);return null!==r?Number(r[1]):"float"===t||"bool"===t||"int"===t||"uint"===t?1:!0===/mat2/.test(e)?4:!0===/mat3/.test(e)?9:!0===/mat4/.test(e)?16:0}getVectorFromMatrix(e){return e.replace("mat","vec")}changeComponentType(e,t){return this.getTypeFromLength(this.getTypeLength(e),t)}getIntegerType(e){const t=this.getComponentType(e);return"int"===t||"uint"===t?e:this.changeComponentType(e,"int")}setActiveStack(e){this.activeStacks.push(e)}removeActiveStack(e){if(this.activeStacks[this.activeStacks.length-1]!==e)throw new Error("NodeBuilder: Invalid active stack removal.");this.activeStacks.pop()}getActiveStack(){return this.activeStacks[this.activeStacks.length-1]}getBaseStack(){return this.activeStacks[0]}addStack(){this.stack=Iy(this.stack);const e=un();return this.stacks.push(e),on(this.stack),this.stack}removeStack(){const e=this.stack;for(const t of e.nodes){this.getDataFromNode(t).stack=e}return this.stack=e.parent,on(this.stacks.pop()),e}getDataFromNode(e,t=this.shaderStage,r=null){let s=(r=null===r?e.isGlobal(this)?this.globalCache:this.cache:r).getData(e);void 0===s&&(s={},r.setData(e,s)),void 0===s[t]&&(s[t]={});let i=s[t];const n=s.any?s.any.subBuilds:null,a=this.getClosestSubBuild(n);return a&&(void 0===i.subBuildsCache&&(i.subBuildsCache={}),i=i.subBuildsCache[a]||(i.subBuildsCache[a]={}),i.subBuilds=n),i}getNodeProperties(e,t="any"){const r=this.getDataFromNode(e,t);return r.properties||(r.properties={outputNode:null})}getBufferAttributeFromNode(e,t){const r=this.getDataFromNode(e,"vertex");let s=r.bufferAttribute;if(void 0===s){const i=this.uniforms.index++;s=new rN("nodeAttribute"+i,t,e),this.bufferAttributes.push(s),r.bufferAttribute=s}return s}getStructTypeNode(e,t=this.shaderStage){return this.types[t][e]||null}getStructTypeFromNode(e,t,r=null,s=this.shaderStage){const i=this.getDataFromNode(e,s,this.globalCache);let n=i.structType;if(void 0===n){const a=this.structs.index++;null===r&&(r="StructType"+a),n=new lN(r,t),this.structs[s].push(n),this.types[s][r]=e,i.structType=n}return n}getOutputStructTypeFromNode(e,t){const r=this.getStructTypeFromNode(e,t,"OutputType","fragment");return r.output=!0,r}getUniformFromNode(e,t,r=this.shaderStage,s=null){const i=this.getDataFromNode(e,r,this.globalCache);let n=i.uniform;if(void 0===n){const a=this.uniforms.index++;n=new sN(s||"nodeUniform"+a,t,e),this.uniforms[r].push(n),this.registerDeclaration(n),i.uniform=n}return n}getVarFromNode(e,t=null,r=e.getNodeType(this),s=this.shaderStage,i=!1){const n=this.getDataFromNode(e,s),a=this.getSubBuildProperty("variable",n.subBuilds);let o=n[a];if(void 0===o){const u=i?"_const":"_var",l=this.vars[s]||(this.vars[s]=[]),d=this.vars[u]||(this.vars[u]=0);null===t&&(t=(i?"nodeConst":"nodeVar")+d,this.vars[u]++),"variable"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds));const c=e.getArrayCount(this);o=new iN(t,r,i,c),i||l.push(o),this.registerDeclaration(o),n[a]=o}return o}isDeterministic(e){if(e.isMathNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode))&&(!e.cNode||this.isDeterministic(e.cNode));if(e.isOperatorNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode));if(e.isArrayNode){if(null!==e.values)for(const t of e.values)if(!this.isDeterministic(t))return!1;return!0}return!!e.isConstNode}getVaryingFromNode(e,t=null,r=e.getNodeType(this),s=null,i=null){const n=this.getDataFromNode(e,"any"),a=this.getSubBuildProperty("varying",n.subBuilds);let o=n[a];if(void 0===o){const e=this.varyings,u=e.length;null===t&&(t="nodeVarying"+u),"varying"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds)),o=new nN(t,r,s,i),e.push(o),this.registerDeclaration(o),n[a]=o}return o}registerDeclaration(e){const t=this.shaderStage,r=this.declarations[t]||(this.declarations[t]={}),s=this.getPropertyName(e);let i=1,n=s;for(;void 0!==r[n];)n=s+"_"+i++;i>1&&(e.name=n,d(`TSL: Declaration name '${s}' of '${e.type}' already in use. Renamed to '${n}'.`)),r[n]=e}getCodeFromNode(e,t,r=this.shaderStage){const s=this.getDataFromNode(e);let i=s.code;if(void 0===i){const e=this.codes[r]||(this.codes[r]=[]),n=e.length;i=new aN("nodeCode"+n,t),e.push(i),s.code=i}return i}addFlowCodeHierarchy(e,t){const{flowCodes:r,flowCodeBlock:s}=this.getDataFromNode(e);let i=!0,n=t;for(;n;){if(!0===s.get(n)){i=!1;break}n=this.getDataFromNode(n).parentNodeBlock}if(i)for(const e of r)this.addLineFlowCode(e)}addLineFlowCodeBlock(e,t,r){const s=this.getDataFromNode(e),i=s.flowCodes||(s.flowCodes=[]),n=s.flowCodeBlock||(s.flowCodeBlock=new WeakMap);i.push(t),n.set(r,!0)}addLineFlowCode(e,t=null){return""===e||(null!==t&&this.context.nodeBlock&&this.addLineFlowCodeBlock(t,e,this.context.nodeBlock),e=this.tab+e,/;\s*$/.test(e)||(e+=";\n"),this.flow.code+=e),this}addFlowCode(e){return this.flow.code+=e,this}addFlowTab(){return this.tab+="\t",this}removeFlowTab(){return this.tab=this.tab.slice(0,-1),this}getFlowData(e){return this.flowsData.get(e)}flowNode(e){const t=e.getNodeType(this),r=this.flowChildNode(e,t);return this.flowsData.set(e,r),r}addInclude(e){null!==this.currentFunctionNode&&this.currentFunctionNode.includes.push(e)}buildFunctionNode(e){const t=new Xx,r=this.currentFunctionNode;return this.currentFunctionNode=t,t.code=this.buildFunctionCode(e),this.currentFunctionNode=r,t}flowShaderNode(e){const t=e.layout,r={[Symbol.iterator](){let e=0;const t=Object.values(this);return{next:()=>({value:t[e],done:e++>=t.length})}}};for(const e of t.inputs)r[e.name]=new Dy(e.type,e.name);e.layout=null;const s=e.call(r),i=this.flowStagesNode(s,t.type);return e.layout=t,i}flowBuildStage(e,t,r=null){const s=this.getBuildStage();this.setBuildStage(t);const i=e.build(this,r);return this.setBuildStage(s),i}flowStagesNode(e,t=null){const r=this.flow,s=this.vars,i=this.declarations,n=this.cache,a=this.buildStage,o=this.stack,u={code:""};this.flow=u,this.vars={},this.declarations={},this.cache=new uN,this.stack=Iy();for(const r of ti)this.setBuildStage(r),u.result=e.build(this,t);return u.vars=this.getVars(this.shaderStage),this.flow=r,this.vars=s,this.declarations=i,this.cache=n,this.stack=o,this.setBuildStage(a),u}getFunctionOperator(){return null}buildFunctionCode(){d("Abstract function.")}flowChildNode(e,t=null){const r=this.flow,s={code:""};return this.flow=s,s.result=e.build(this,t),this.flow=r,s}flowNodeFromShaderStage(e,t,r=null,s=null){const i=this.tab,n=this.cache,a=this.shaderStage,o=this.context;this.setShaderStage(e);const u={...this.context};delete u.nodeBlock,this.cache=this.globalCache,this.tab="\t",this.context=u;let l=null;if("generate"===this.buildStage){const i=this.flowChildNode(t,r);null!==s&&(i.code+=`${this.tab+s} = ${i.result};\n`),this.flowCode[e]=this.flowCode[e]+i.code,l=i}else l=t.build(this);return this.setShaderStage(a),this.cache=n,this.tab=i,this.context=o,l}getAttributesArray(){return this.attributes.concat(this.bufferAttributes)}getAttributes(){d("Abstract function.")}getVaryings(){d("Abstract function.")}getVar(e,t,r=null){return`${null!==r?this.generateArrayDeclaration(e,r):this.getType(e)} ${t}`}getVars(e){let t="";const r=this.vars[e];if(void 0!==r)for(const e of r)t+=`${this.getVar(e.type,e.name)}; `;return t}getUniforms(){d("Abstract function.")}getCodes(e){const t=this.codes[e];let r="";if(void 0!==t)for(const e of t)r+=e.code+"\n";return r}getHash(){return this.vertexShader+this.fragmentShader+this.computeShader}setShaderStage(e){this.shaderStage=e}getShaderStage(){return this.shaderStage}setBuildStage(e){this.buildStage=e}getBuildStage(){return this.buildStage}buildCode(){d("Abstract function.")}get subBuild(){return this.subBuildLayers[this.subBuildLayers.length-1]||null}addSubBuild(e){this.subBuildLayers.push(e)}removeSubBuild(){return this.subBuildLayers.pop()}getClosestSubBuild(e){let t;if(t=e&&e.isNode?e.isShaderCallNodeInternal?e.shaderNode.subBuilds:e.isStackNode?[e.subBuild]:this.getDataFromNode(e,"any").subBuilds:e instanceof Set?[...e]:e,!t)return null;const r=this.subBuildLayers;for(let e=t.length-1;e>=0;e--){const s=t[e];if(r.includes(s))return s}return null}getSubBuildOutput(e){return this.getSubBuildProperty("outputNode",e)}getSubBuildProperty(e="",t=null){let r,s;return r=null!==t?this.getClosestSubBuild(t):this.subBuildFn,s=r?e?r+"_"+e:r:e,s}build(){const{object:e,material:t,renderer:r}=this;if(null!==t){let e=r.library.fromMaterial(t);null===e&&(o(`NodeMaterial: Material "${t.type}" is not compatible.`),e=new Xp),e.build(this)}else this.addFlow("compute",e);for(const e of ti){this.setBuildStage(e),this.context.vertex&&this.context.vertex.isNode&&this.flowNodeFromShaderStage("vertex",this.context.vertex);for(const t of ri){this.setShaderStage(t);const r=this.flowNodes[t];for(const t of r)"generate"===e?this.flowNode(t):t.build(this)}}return this.setBuildStage(null),this.setShaderStage(null),this.buildCode(),this.buildUpdateNodes(),this}getSharedDataFromNode(e){let t=wN.get(e);return void 0===t&&(t={}),t}getNodeUniform(e,t){const r=this.getSharedDataFromNode(e);let s=r.cache;if(void 0===s){if("float"===t||"int"===t||"uint"===t)s=new xN(e);else if("vec2"===t||"ivec2"===t||"uvec2"===t)s=new TN(e);else if("vec3"===t||"ivec3"===t||"uvec3"===t)s=new _N(e);else if("vec4"===t||"ivec4"===t||"uvec4"===t)s=new vN(e);else if("color"===t)s=new NN(e);else if("mat2"===t)s=new SN(e);else if("mat3"===t)s=new RN(e);else{if("mat4"!==t)throw new Error(`Uniform "${t}" not implemented.`);s=new AN(e)}r.cache=s}return s}format(e,t,r){if((t=this.getVectorType(t))===(r=this.getVectorType(r))||null===r||this.isReference(r))return e;const s=this.getTypeLength(t),i=this.getTypeLength(r);return 16===s&&9===i?`${this.getType(r)}( ${e}[ 0 ].xyz, ${e}[ 1 ].xyz, ${e}[ 2 ].xyz )`:9===s&&4===i?`${this.getType(r)}( ${e}[ 0 ].xy, ${e}[ 1 ].xy )`:s>4||i>4||0===i?e:s===i?`${this.getType(r)}( ${e} )`:s>i?(e="bool"===r?`all( ${e} )`:`${e}.${"xyz".slice(0,i)}`,this.format(e,this.getTypeFromLength(i,this.getComponentType(t)),r)):4===i&&s>1?`${this.getType(r)}( ${this.format(e,t,"vec3")}, 1.0 )`:2===s?`${this.getType(r)}( ${this.format(e,t,"vec2")}, 0.0 )`:(1===s&&i>1&&t!==this.getComponentType(r)&&(e=`${this.getType(this.getComponentType(r))}( ${e} )`),`${this.getType(r)}( ${e} )`)}getSignature(){return`// Three.js r${tt} - Node System\n`}}class PN{constructor(){this.time=0,this.deltaTime=0,this.frameId=0,this.renderId=0,this.updateMap=new WeakMap,this.updateBeforeMap=new WeakMap,this.updateAfterMap=new WeakMap,this.renderer=null,this.material=null,this.camera=null,this.object=null,this.scene=null}_getMaps(e,t){let r=e.get(t);return void 0===r&&(r={renderId:0,frameId:0},e.set(t,r)),r}updateBeforeNode(e){const t=e.getUpdateBeforeType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateBeforeMap,r);if(t.frameId!==this.frameId){const r=t.frameId;t.frameId=this.frameId,!1===e.updateBefore(this)&&(t.frameId=r)}}else if(t===Qs.RENDER){const t=this._getMaps(this.updateBeforeMap,r);if(t.renderId!==this.renderId){const r=t.renderId;t.renderId=this.renderId,!1===e.updateBefore(this)&&(t.renderId=r)}}else t===Qs.OBJECT&&e.updateBefore(this)}updateAfterNode(e){const t=e.getUpdateAfterType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateAfterMap,r);t.frameId!==this.frameId&&!1!==e.updateAfter(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateAfterMap,r);t.renderId!==this.renderId&&!1!==e.updateAfter(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.updateAfter(this)}updateNode(e){const t=e.getUpdateType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateMap,r);t.frameId!==this.frameId&&!1!==e.update(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateMap,r);t.renderId!==this.renderId&&!1!==e.update(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.update(this)}update(){this.frameId++,void 0===this.lastTime&&(this.lastTime=performance.now()),this.deltaTime=(performance.now()-this.lastTime)/1e3,this.lastTime=performance.now(),this.time+=this.deltaTime}}class FN{constructor(e,t,r=null,s="",i=!1){this.type=e,this.name=t,this.count=r,this.qualifier=s,this.isConst=i}}FN.isNodeFunctionInput=!0;class DN extends Y_{static get type(){return"DirectionalLightNode"}constructor(e=null){super(e)}setupDirect(){const e=this.colorNode;return{lightDirection:s_(this.light),lightColor:e}}}const UN=new a,IN=new a;let ON=null;class VN extends Y_{static get type(){return"RectAreaLightNode"}constructor(e=null){super(e),this.halfHeight=xa(new r).setGroup(fa),this.halfWidth=xa(new r).setGroup(fa),this.updateType=Qs.RENDER}update(e){super.update(e);const{light:t}=this,r=e.camera.matrixWorldInverse;IN.identity(),UN.copy(t.matrixWorld),UN.premultiply(r),IN.extractRotation(UN),this.halfWidth.value.set(.5*t.width,0,0),this.halfHeight.value.set(0,.5*t.height,0),this.halfWidth.value.applyMatrix4(IN),this.halfHeight.value.applyMatrix4(IN)}setupDirectRectArea(e){let t,r;e.isAvailable("float32Filterable")?(t=Pl(ON.LTC_FLOAT_1),r=Pl(ON.LTC_FLOAT_2)):(t=Pl(ON.LTC_HALF_1),r=Pl(ON.LTC_HALF_2));const{colorNode:s,light:i}=this;return{lightColor:s,lightPosition:r_(i),halfWidth:this.halfWidth,halfHeight:this.halfHeight,ltc_1:t,ltc_2:r}}static setLTC(e){ON=e}}class kN extends Y_{static get type(){return"SpotLightNode"}constructor(e=null){super(e),this.coneCosNode=xa(0).setGroup(fa),this.penumbraCosNode=xa(0).setGroup(fa),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(0).setGroup(fa),this.colorNode=xa(this.color).setGroup(fa)}update(e){super.update(e);const{light:t}=this;this.coneCosNode.value=Math.cos(t.angle),this.penumbraCosNode.value=Math.cos(t.angle*(1-t.penumbra)),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}getSpotAttenuation(e,t){const{coneCosNode:r,penumbraCosNode:s}=this;return uu(r,s,t)}getLightCoord(e){const t=e.getNodeProperties(this);let r=t.projectionUV;return void 0===r&&(r=JT(this.light,e.context.positionWorld),t.projectionUV=r),r}setupDirect(e){const{colorNode:t,cutoffDistanceNode:r,decayExponentNode:s,light:i}=this,n=this.getLightVector(e),a=n.normalize(),o=a.dot(s_(i)),u=this.getSpotAttenuation(e,o),l=n.length(),d=Q_({lightDistance:l,cutoffDistance:r,decayExponent:s});let c,h,p=t.mul(u).mul(d);if(i.colorNode?(h=this.getLightCoord(e),c=i.colorNode(h)):i.map&&(h=this.getLightCoord(e),c=Pl(i.map,h.xy).onRenderUpdate(()=>i.map)),c){p=h.mul(2).sub(1).abs().lessThan(1).all().select(p.mul(c),p)}return{lightColor:p,lightDirection:a}}}class GN extends kN{static get type(){return"IESSpotLightNode"}getSpotAttenuation(e,t){const r=this.light.iesMap;let s=null;if(r&&!0===r.isTexture){const e=t.acos().mul(1/Math.PI);s=Pl(r,fn(e,0),0).r}else s=super.getSpotAttenuation(t);return s}}const zN=an(([e,t])=>{const r=e.abs().sub(t);return Mo(Wo(r,0)).add($o(Wo(r.x,r.y),0))});class $N extends kN{static get type(){return"ProjectorLightNode"}update(e){super.update(e);const t=this.light;if(this.penumbraCosNode.value=Math.min(Math.cos(t.angle*(1-t.penumbra)),.99999),null===t.aspect){let e=1;null!==t.map&&(e=t.map.width/t.map.height),t.shadow.aspect=e}else t.shadow.aspect=t.aspect}getSpotAttenuation(e){const t=hn(0),r=this.penumbraCosNode,s=ZT(this.light).mul(e.context.positionWorld||Pd);return ln(s.w.greaterThan(0),()=>{const e=s.xyz.div(s.w),i=zN(e.xy.sub(fn(.5)),fn(.5)),n=Ba(-1,Ca(1,Ao(r)).sub(1));t.assign(au(i.mul(-2).mul(n)))}),t}}class WN extends Y_{static get type(){return"AmbientLightNode"}constructor(e=null){super(e)}setup({context:e}){e.irradiance.addAssign(this.colorNode)}}class HN extends Y_{static get type(){return"HemisphereLightNode"}constructor(t=null){super(t),this.lightPositionNode=e_(t),this.lightDirectionNode=this.lightPositionNode.normalize(),this.groundColorNode=xa(new e).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.lightPositionNode.object3d=t,this.groundColorNode.value.copy(t.groundColor).multiplyScalar(t.intensity)}setup(e){const{colorNode:t,groundColorNode:r,lightDirectionNode:s}=this,i=jd.dot(s).mul(.5).add(.5),n=iu(r,t,i);e.context.irradiance.addAssign(n)}}class qN extends Y_{static get type(){return"LightProbeNode"}constructor(e=null){super(e);const t=[];for(let e=0;e<9;e++)t.push(new r);this.lightProbe=Vl(t)}update(e){const{light:t}=this;super.update(e);for(let e=0;e<9;e++)this.lightProbe.array[e].copy(t.sh.coefficients[e]).multiplyScalar(t.intensity)}setup(e){const t=Kv(jd,this.lightProbe);e.context.irradiance.addAssign(t)}}class jN{parseFunction(){d("Abstract function.")}}class XN{constructor(e,t,r="",s=""){this.type=e,this.inputs=t,this.name=r,this.precision=s}getCode(){d("Abstract function.")}}XN.isNodeFunction=!0;const KN=/^\s*(highp|mediump|lowp)?\s*([a-z_0-9]+)\s*([a-z_0-9]+)?\s*\(([\s\S]*?)\)/i,YN=/[a-z_0-9]+/gi,QN="#pragma main";class ZN extends XN{constructor(e){const{type:t,inputs:r,name:s,precision:i,inputsCode:n,blockCode:a,headerCode:o}=(e=>{const t=(e=e.trim()).indexOf(QN),r=-1!==t?e.slice(t+12):e,s=r.match(KN);if(null!==s&&5===s.length){const i=s[4],n=[];let a=null;for(;null!==(a=YN.exec(i));)n.push(a);const o=[];let u=0;for(;u{const r=this.backend.createNodeBuilder(e.object,this.renderer);return r.scene=e.scene,r.material=t,r.camera=e.camera,r.context.material=t,r.lightsNode=e.lightsNode,r.environmentNode=this.getEnvironmentNode(e.scene),r.fogNode=this.getFogNode(e.scene),r.clippingContext=e.clippingContext,this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview&&r.enableMultiview(),r};let n=t(e.material);try{n.build()}catch(e){n=t(new Xp),n.build(),o("TSL: "+e)}r=this._createNodeBuilderState(n),s.set(i,r)}r.usedTimes++,t.nodeBuilderState=r}return r}delete(e){if(e.isRenderObject){const t=this.get(e).nodeBuilderState;t.usedTimes--,0===t.usedTimes&&this.nodeBuilderCache.delete(this.getForRenderCacheKey(e))}return super.delete(e)}getForCompute(e){const t=this.get(e);let r=t.nodeBuilderState;if(void 0===r){const s=this.backend.createNodeBuilder(e,this.renderer);s.build(),r=this._createNodeBuilderState(s),t.nodeBuilderState=r}return r}_createNodeBuilderState(e){return new tN(e.vertexShader,e.fragmentShader,e.computeShader,e.getAttributesArray(),e.getBindings(),e.updateNodes,e.updateBeforeNodes,e.updateAfterNodes,e.observer,e.transforms)}getEnvironmentNode(e){this.updateEnvironment(e);let t=null;if(e.environmentNode&&e.environmentNode.isNode)t=e.environmentNode;else{const r=this.get(e);r.environmentNode&&(t=r.environmentNode)}return t}getBackgroundNode(e){this.updateBackground(e);let t=null;if(e.backgroundNode&&e.backgroundNode.isNode)t=e.backgroundNode;else{const r=this.get(e);r.backgroundNode&&(t=r.backgroundNode)}return t}getFogNode(e){return this.updateFog(e),e.fogNode||this.get(e).fogNode||null}getCacheKey(e,t){tS[0]=e,tS[1]=t;const r=this.renderer.info.calls,s=this.callHashCache.get(tS)||{};if(s.callId!==r){const i=this.getEnvironmentNode(e),n=this.getFogNode(e);t&&rS.push(t.getCacheKey(!0)),i&&rS.push(i.getCacheKey()),n&&rS.push(n.getCacheKey()),rS.push(this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview?1:0),rS.push(this.renderer.shadowMap.enabled?1:0),rS.push(this.renderer.shadowMap.type),s.callId=r,s.cacheKey=Ds(rS),this.callHashCache.set(tS,s),rS.length=0}return tS.length=0,s.cacheKey}get isToneMappingState(){return!this.renderer.getRenderTarget()}updateBackground(e){const t=this.get(e),r=e.background;if(r){const s=0===e.backgroundBlurriness&&t.backgroundBlurriness>0||e.backgroundBlurriness>0&&0===t.backgroundBlurriness;if(t.background!==r||s){const i=this.getCacheNode("background",r,()=>{if(!0===r.isCubeTexture||r.mapping===oe||r.mapping===ue||r.mapping===Se){if(e.backgroundBlurriness>0||r.mapping===Se)return mf(r);{let e;return e=!0===r.isCubeTexture?hc(r):Pl(r),hg(e)}}if(!0===r.isTexture)return Pl(r,Hl.flipY()).setUpdateMatrix(!0);!0!==r.isColor&&o("WebGPUNodes: Unsupported background configuration.",r)},s);t.backgroundNode=i,t.background=r,t.backgroundBlurriness=e.backgroundBlurriness}}else t.backgroundNode&&(delete t.backgroundNode,delete t.background)}getCacheNode(e,t,r,s=!1){const i=this.cacheLib[e]||(this.cacheLib[e]=new WeakMap);let n=i.get(t);return(void 0===n||s)&&(n=r(),i.set(t,n)),n}updateFog(e){const t=this.get(e),r=e.fog;if(r){if(t.fog!==r){const e=this.getCacheNode("fog",r,()=>{if(r.isFogExp2){const e=mc("color","color",r).setGroup(fa),t=mc("density","float",r).setGroup(fa);return aT(e,nT(t))}if(r.isFog){const e=mc("color","color",r).setGroup(fa),t=mc("near","float",r).setGroup(fa),s=mc("far","float",r).setGroup(fa);return aT(e,iT(t,s))}o("Renderer: Unsupported fog configuration.",r)});t.fogNode=e,t.fog=r}}else delete t.fogNode,delete t.fog}updateEnvironment(e){const t=this.get(e),r=e.environment;if(r){if(t.environment!==r){const e=this.getCacheNode("environment",r,()=>!0===r.isCubeTexture?hc(r):!0===r.isTexture?Pl(r):void o("Nodes: Unsupported environment configuration.",r));t.environmentNode=e,t.environment=r}}else t.environmentNode&&(delete t.environmentNode,delete t.environment)}getNodeFrame(e=this.renderer,t=null,r=null,s=null,i=null){const n=this.nodeFrame;return n.renderer=e,n.scene=t,n.object=r,n.camera=s,n.material=i,n}getNodeFrameForRender(e){return this.getNodeFrame(e.renderer,e.scene,e.object,e.camera,e.material)}getOutputCacheKey(){const e=this.renderer;return e.toneMapping+","+e.currentColorSpace+","+e.xr.isPresenting}hasOutputChange(e){return eS.get(e)!==this.getOutputCacheKey()}getOutputNode(e){const t=this.renderer,r=this.getOutputCacheKey(),s=e.isArrayTexture?fx(e,Tn(Hl,kl("gl_ViewID_OVR"))).renderOutput(t.toneMapping,t.currentColorSpace):Pl(e,Hl).renderOutput(t.toneMapping,t.currentColorSpace);return eS.set(e,r),s}updateBefore(e){const t=e.getNodeBuilderState();for(const r of t.updateBeforeNodes)this.getNodeFrameForRender(e).updateBeforeNode(r)}updateAfter(e){const t=e.getNodeBuilderState();for(const r of t.updateAfterNodes)this.getNodeFrameForRender(e).updateAfterNode(r)}updateForCompute(e){const t=this.getNodeFrame(),r=this.getForCompute(e);for(const e of r.updateNodes)t.updateNode(e)}updateForRender(e){const t=this.getNodeFrameForRender(e),r=e.getNodeBuilderState();for(const e of r.updateNodes)t.updateNode(e)}needsRefresh(e){const t=this.getNodeFrameForRender(e);return e.getMonitor().needsRefresh(e,t)}dispose(){super.dispose(),this.nodeFrame=new PN,this.nodeBuilderCache=new Map,this.cacheLib={}}}const iS=new Ge;class nS{constructor(e=null){this.version=0,this.clipIntersection=null,this.cacheKey="",this.shadowPass=!1,this.viewNormalMatrix=new n,this.clippingGroupContexts=new WeakMap,this.intersectionPlanes=[],this.unionPlanes=[],this.parentVersion=null,null!==e&&(this.viewNormalMatrix=e.viewNormalMatrix,this.clippingGroupContexts=e.clippingGroupContexts,this.shadowPass=e.shadowPass,this.viewMatrix=e.viewMatrix)}projectPlanes(e,t,r){const s=e.length;for(let i=0;i0,alpha:!0,depth:t.depth,stencil:t.stencil,framebufferScaleFactor:this.getFramebufferScaleFactor()},i=new XRWebGLLayer(e,s,r);this._glBaseLayer=i,e.updateRenderState({baseLayer:i}),t.setPixelRatio(1),t._setXRLayerSize(i.framebufferWidth,i.framebufferHeight),this._xrRenderTarget=new pS(i.framebufferWidth,i.framebufferHeight,{format:Ne,type:ke,colorSpace:t.outputColorSpace,stencilBuffer:t.stencil,resolveDepthBuffer:!1===i.ignoreDepthValues,resolveStencilBuffer:!1===i.ignoreDepthValues}),this._xrRenderTarget._isOpaqueFramebuffer=!0,this._referenceSpace=await e.requestReferenceSpace(this.getReferenceSpaceType())}this.setFoveation(this.getFoveation()),t._animation.setAnimationLoop(this._onAnimationFrame),t._animation.setContext(e),t._animation.start(),this.isPresenting=!0,this.dispatchEvent({type:"sessionstart"})}}updateCamera(e){const t=this._session;if(null===t)return;const r=e.near,s=e.far,i=this._cameraXR,n=this._cameraL,a=this._cameraR;i.near=a.near=n.near=r,i.far=a.far=n.far=s,i.isMultiViewCamera=this._useMultiview,this._currentDepthNear===i.near&&this._currentDepthFar===i.far||(t.updateRenderState({depthNear:i.near,depthFar:i.far}),this._currentDepthNear=i.near,this._currentDepthFar=i.far),i.layers.mask=6|e.layers.mask,n.layers.mask=3&i.layers.mask,a.layers.mask=5&i.layers.mask;const o=e.parent,u=i.cameras;yS(i,o);for(let e=0;e=0&&(r[n]=null,t[n].disconnect(i))}for(let s=0;s=r.length){r.push(i),n=e;break}if(null===r[e]){r[e]=i,n=e;break}}if(-1===n)break}const a=t[n];a&&a.connect(i)}}function _S(e){return"quad"===e.type?this._glBinding.createQuadLayer({transform:new XRRigidTransform(e.translation,e.quaternion),width:e.width/2,height:e.height/2,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1}):this._glBinding.createCylinderLayer({transform:new XRRigidTransform(e.translation,e.quaternion),radius:e.radius,centralAngle:e.centralAngle,aspectRatio:e.aspectRatio,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1})}function vS(e,t){if(void 0===t)return;const r=this._cameraXR,i=this._renderer,n=i.backend,a=this._glBaseLayer,o=this.getReferenceSpace(),u=t.getViewerPose(o);if(this._xrFrame=t,null!==u){const e=u.views;null!==this._glBaseLayer&&n.setXRTarget(a.framebuffer);let t=!1;e.length!==r.cameras.length&&(r.cameras.length=0,t=!0);for(let i=0;i{await this.compileAsync(e,t);const s=this._renderLists.get(e,t),i=this._renderContexts.get(e,t,this._renderTarget,this._mrt),n=e.overrideMaterial||r.material,a=this._objects.get(r,n,e,t,s.lightsNode,i,i.clippingContext),{fragmentShader:o,vertexShader:u}=a.getNodeBuilderState();return{fragmentShader:o,vertexShader:u}}}}async init(){return null!==this._initPromise||(this._initPromise=new Promise(async(e,t)=>{let r=this.backend;try{await r.init(this)}catch(e){if(null===this._getFallback)return void t(e);try{this.backend=r=this._getFallback(e),await r.init(this)}catch(e){return void t(e)}}this._nodes=new sS(this,r),this._animation=new Kf(this,this._nodes,this.info),this._attributes=new oy(r),this._background=new Zv(this,this._nodes),this._geometries=new dy(this._attributes,this.info),this._textures=new Py(this,r,this.info),this._pipelines=new yy(r,this._nodes),this._bindings=new by(r,this._nodes,this._textures,this._attributes,this._pipelines,this.info),this._objects=new ey(this,this._nodes,this._geometries,this._pipelines,this._bindings,this.info),this._renderLists=new Sy(this.lighting),this._bundles=new uS,this._renderContexts=new By,this._animation.start(),this._initialized=!0,this._inspector.init(),e(this)})),this._initPromise}get domElement(){return this._canvasTarget.domElement}get coordinateSystem(){return this.backend.coordinateSystem}async compileAsync(e,t,r=null){if(!0===this._isDeviceLost)return;!1===this._initialized&&await this.init();const s=this._nodes.nodeFrame,i=s.renderId,n=this._currentRenderContext,a=this._currentRenderObjectFunction,o=this._compilationPromises,u=!0===e.isScene?e:SS;null===r&&(r=e);const l=this._renderTarget,d=this._renderContexts.get(r,t,l,this._mrt),c=this._activeMipmapLevel,h=[];this._currentRenderContext=d,this._currentRenderObjectFunction=this.renderObject,this._handleObjectFunction=this._createObjectPipeline,this._compilationPromises=h,s.renderId++,s.update(),d.depth=this.depth,d.stencil=this.stencil,d.clippingContext||(d.clippingContext=new nS),d.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,l);const p=this._renderLists.get(e,t);if(p.begin(),this._projectObject(e,t,0,p,d.clippingContext),r!==e&&r.traverseVisible(function(e){e.isLight&&e.layers.test(t.layers)&&p.pushLight(e)}),p.finish(),null!==l){this._textures.updateRenderTarget(l,c);const e=this._textures.get(l);d.textures=e.textures,d.depthTexture=e.depthTexture}else d.textures=null,d.depthTexture=null;this._background.update(u,p,d);const g=p.opaque,m=p.transparent,f=p.transparentDoublePass,y=p.lightsNode;!0===this.opaque&&g.length>0&&this._renderObjects(g,t,u,y),!0===this.transparent&&m.length>0&&this._renderTransparents(m,f,t,u,y),s.renderId=i,this._currentRenderContext=n,this._currentRenderObjectFunction=a,this._compilationPromises=o,this._handleObjectFunction=this._renderObjectDirect,await Promise.all(h)}async renderAsync(e,t){v('Renderer: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.render(e,t)}async waitForGPU(){o("Renderer: waitForGPU() has been removed. Read https://github.com/mrdoob/three.js/issues/32012 for more information.")}set inspector(e){null!==this._inspector&&this._inspector.setRenderer(null),this._inspector=e,this._inspector.setRenderer(this)}get inspector(){return this._inspector}set highPrecision(e){const t=this.contextNode.value;!0===e?(t.modelViewMatrix=wd,t.modelNormalViewMatrix=Cd):this.highPrecision&&(delete t.modelViewMatrix,delete t.modelNormalViewMatrix)}get highPrecision(){const e=this.contextNode.value;return e.modelViewMatrix===wd&&e.modelNormalViewMatrix===Cd}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getOutputBufferType(){return this._outputBufferType}getColorBufferType(){return v('Renderer: ".getColorBufferType()" has been renamed to ".getOutputBufferType()".'),this.getOutputBufferType()}_onDeviceLost(e){let t=`THREE.WebGPURenderer: ${e.api} Device Lost:\n\nMessage: ${e.message}`;e.reason&&(t+=`\nReason: ${e.reason}`),o(t),this._isDeviceLost=!0}_renderBundle(e,t,r){const{bundleGroup:s,camera:i,renderList:n}=e,a=this._currentRenderContext,o=this._bundles.get(s,i),u=this.backend.get(o);void 0===u.renderContexts&&(u.renderContexts=new Set);const l=s.version!==u.version,d=!1===u.renderContexts.has(a)||l;if(u.renderContexts.add(a),d){this.backend.beginBundle(a),(void 0===u.renderObjects||l)&&(u.renderObjects=[]),this._currentRenderBundle=o;const{transparentDoublePass:e,transparent:d,opaque:c}=n;!0===this.opaque&&c.length>0&&this._renderObjects(c,i,t,r),!0===this.transparent&&d.length>0&&this._renderTransparents(d,e,i,t,r),this._currentRenderBundle=null,this.backend.finishBundle(a,o),u.version=s.version}else{const{renderObjects:e}=u;for(let t=0,r=e.length;t>=c,p.viewportValue.height>>=c,p.viewportValue.minDepth=T,p.viewportValue.maxDepth=_,p.viewport=!1===p.viewportValue.equals(AS),p.scissorValue.copy(b).multiplyScalar(x).floor(),p.scissor=f._scissorTest&&!1===p.scissorValue.equals(AS),p.scissorValue.width>>=c,p.scissorValue.height>>=c,p.clippingContext||(p.clippingContext=new nS),p.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,h);const v=t.isArrayCamera?wS:ES;t.isArrayCamera||(CS.multiplyMatrices(t.projectionMatrix,t.matrixWorldInverse),v.setFromProjectionMatrix(CS,t.coordinateSystem,t.reversedDepth));const N=this._renderLists.get(e,t);if(N.begin(),this._projectObject(e,t,0,N,p.clippingContext),N.finish(),!0===this.sortObjects&&N.sort(this._opaqueSort,this._transparentSort),null!==h){this._textures.updateRenderTarget(h,c);const e=this._textures.get(h);p.textures=e.textures,p.depthTexture=e.depthTexture,p.width=e.width,p.height=e.height,p.renderTarget=h,p.depth=h.depthBuffer,p.stencil=h.stencilBuffer}else p.textures=null,p.depthTexture=null,p.width=RS.width,p.height=RS.height,p.depth=this.depth,p.stencil=this.stencil;p.width>>=c,p.height>>=c,p.activeCubeFace=d,p.activeMipmapLevel=c,p.occlusionQueryCount=N.occlusionQueryCount,p.scissorValue.max(MS.set(0,0,0,0)),p.scissorValue.x+p.scissorValue.width>p.width&&(p.scissorValue.width=Math.max(p.width-p.scissorValue.x,0)),p.scissorValue.y+p.scissorValue.height>p.height&&(p.scissorValue.height=Math.max(p.height-p.scissorValue.y,0)),this._background.update(u,N,p),p.camera=t,this.backend.beginRender(p);const{bundles:S,lightsNode:R,transparentDoublePass:A,transparent:E,opaque:w}=N;return S.length>0&&this._renderBundles(S,u,R),!0===this.opaque&&w.length>0&&this._renderObjects(w,t,u,R),!0===this.transparent&&E.length>0&&this._renderTransparents(E,A,t,u,R),this.backend.finishRender(p),i.renderId=n,this._currentRenderContext=a,this._currentRenderObjectFunction=o,null!==s&&(this.setRenderTarget(l,d,c),this._renderOutput(h)),u.onAfterRender(this,e,t,h),this.inspector.finishRender(this.backend.getTimestampUID(p)),p}_setXRLayerSize(e,t){this._canvasTarget._width=e,this._canvasTarget._height=t,this.setViewport(0,0,e,t)}_renderOutput(e){const t=this._quad;this._nodes.hasOutputChange(e.texture)&&(t.material.fragmentNode=this._nodes.getOutputNode(e.texture),t.material.needsUpdate=!0);const r=this.autoClear,s=this.xr.enabled;this.autoClear=!1,this.xr.enabled=!1,this._renderScene(t,t.camera,!1),this.autoClear=r,this.xr.enabled=s}getMaxAnisotropy(){return this.backend.getMaxAnisotropy()}getActiveCubeFace(){return this._activeCubeFace}getActiveMipmapLevel(){return this._activeMipmapLevel}async setAnimationLoop(e){!1===this._initialized&&await this.init(),this._animation.setAnimationLoop(e)}getAnimationLoop(){return this._animation.getAnimationLoop()}async getArrayBufferAsync(e){return await this.backend.getArrayBufferAsync(e)}getContext(){return this.backend.getContext()}getPixelRatio(){return this._canvasTarget.getPixelRatio()}getDrawingBufferSize(e){return this._canvasTarget.getDrawingBufferSize(e)}getSize(e){return this._canvasTarget.getSize(e)}setPixelRatio(e=1){this._canvasTarget.setPixelRatio(e)}setDrawingBufferSize(e,t,r){this.xr&&this.xr.isPresenting||this._canvasTarget.setDrawingBufferSize(e,t,r)}setSize(e,t,r=!0){this.xr&&this.xr.isPresenting||this._canvasTarget.setSize(e,t,r)}setOpaqueSort(e){this._opaqueSort=e}setTransparentSort(e){this._transparentSort=e}getScissor(e){return this._canvasTarget.getScissor(e)}setScissor(e,t,r,s){this._canvasTarget.setScissor(e,t,r,s)}getScissorTest(){return this._canvasTarget.getScissorTest()}setScissorTest(e){this._canvasTarget.setScissorTest(e),this.backend.setScissorTest(e)}getViewport(e){return this._canvasTarget.getViewport(e)}setViewport(e,t,r,s,i=0,n=1){this._canvasTarget.setViewport(e,t,r,s,i,n)}getClearColor(e){return e.copy(this._clearColor)}setClearColor(e,t=1){this._clearColor.set(e),this._clearColor.a=t}getClearAlpha(){return this._clearColor.a}setClearAlpha(e){this._clearColor.a=e}getClearDepth(){return this._clearDepth}setClearDepth(e){this._clearDepth=e}getClearStencil(){return this._clearStencil}setClearStencil(e){this._clearStencil=e}isOccluded(e){const t=this._currentRenderContext;return t&&this.backend.isOccluded(t,e)}clear(e=!0,t=!0,r=!0){if(!1===this._initialized)throw new Error('Renderer: .clear() called before the backend is initialized. Use "await renderer.init();" before before using this method.');const s=this._renderTarget||this._getFrameBufferTarget();let i=null;if(null!==s){this._textures.updateRenderTarget(s);const e=this._textures.get(s);i=this._renderContexts.getForClear(s),i.textures=e.textures,i.depthTexture=e.depthTexture,i.width=e.width,i.height=e.height,i.renderTarget=s,i.depth=s.depthBuffer,i.stencil=s.stencilBuffer,i.clearColorValue=this.backend.getClearColor(),i.activeCubeFace=this.getActiveCubeFace(),i.activeMipmapLevel=this.getActiveMipmapLevel()}this.backend.clear(e,t,r,i),null!==s&&null===this._renderTarget&&this._renderOutput(s)}clearColor(){this.clear(!0,!1,!1)}clearDepth(){this.clear(!1,!0,!1)}clearStencil(){this.clear(!1,!1,!0)}async clearAsync(e=!0,t=!0,r=!0){v('Renderer: "clearAsync()" has been deprecated. Use "clear()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.clear(e,t,r)}async clearColorAsync(){v('Renderer: "clearColorAsync()" has been deprecated. Use "clearColor()" and "await renderer.init();" when creating the renderer.'),this.clear(!0,!1,!1)}async clearDepthAsync(){v('Renderer: "clearDepthAsync()" has been deprecated. Use "clearDepth()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!0,!1)}async clearStencilAsync(){v('Renderer: "clearStencilAsync()" has been deprecated. Use "clearStencil()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!1,!0)}get needsFrameBufferTarget(){const e=this.currentToneMapping!==m,t=this.currentColorSpace!==p.workingColorSpace;return e||t}get samples(){return this._samples}get currentSamples(){let e=this._samples;return null!==this._renderTarget?e=this._renderTarget.samples:this.needsFrameBufferTarget&&(e=0),e}get currentToneMapping(){return this.isOutputTarget?this.toneMapping:m}get currentColorSpace(){return this.isOutputTarget?this.outputColorSpace:p.workingColorSpace}get isOutputTarget(){return this._renderTarget===this._outputRenderTarget||null===this._renderTarget}dispose(){!0===this._initialized&&(this.info.dispose(),this.backend.dispose(),this._animation.dispose(),this._objects.dispose(),this._geometries.dispose(),this._pipelines.dispose(),this._nodes.dispose(),this._bindings.dispose(),this._renderLists.dispose(),this._renderContexts.dispose(),this._textures.dispose(),null!==this._frameBufferTarget&&this._frameBufferTarget.dispose(),Object.values(this.backend.timestampQueryPool).forEach(e=>{null!==e&&e.dispose()})),this.setRenderTarget(null),this.setAnimationLoop(null)}setRenderTarget(e,t=0,r=0){this._renderTarget=e,this._activeCubeFace=t,this._activeMipmapLevel=r}getRenderTarget(){return this._renderTarget}setOutputRenderTarget(e){this._outputRenderTarget=e}getOutputRenderTarget(){return this._outputRenderTarget}setCanvasTarget(e){this._canvasTarget.removeEventListener("resize",this._onCanvasTargetResize),this._canvasTarget=e,this._canvasTarget.addEventListener("resize",this._onCanvasTargetResize)}getCanvasTarget(){return this._canvasTarget}_resetXRState(){this.backend.setXRTarget(null),this.setOutputRenderTarget(null),this.setRenderTarget(null),this._frameBufferTarget.dispose(),this._frameBufferTarget=null}setRenderObjectFunction(e){this._renderObjectFunction=e}getRenderObjectFunction(){return this._renderObjectFunction}compute(e,t=null){if(!0===this._isDeviceLost)return;if(!1===this._initialized)return d("Renderer: .compute() called before the backend is initialized. Try using .computeAsync() instead."),this.computeAsync(e,t);const r=this._nodes.nodeFrame,s=r.renderId;this.info.calls++,this.info.compute.calls++,this.info.compute.frameCalls++,r.renderId=this.info.calls,this.backend.updateTimeStampUID(e),this.inspector.beginCompute(this.backend.getTimestampUID(e),e);const i=this.backend,n=this._pipelines,a=this._bindings,o=this._nodes,u=Array.isArray(e)?e:[e];if(void 0===u[0]||!0!==u[0].isComputeNode)throw new Error("THREE.Renderer: .compute() expects a ComputeNode.");i.beginCompute(e);for(const r of u){if(!1===n.has(r)){const e=()=>{r.removeEventListener("dispose",e),n.delete(r),a.deleteForCompute(r),o.delete(r)};r.addEventListener("dispose",e);const t=r.onInitFunction;null!==t&&t.call(r,{renderer:this})}o.updateForCompute(r),a.updateForCompute(r);const s=a.getForCompute(r),u=n.getForCompute(r,s);i.compute(e,r,s,u,t)}i.finishCompute(e),r.renderId=s,this.inspector.finishCompute(this.backend.getTimestampUID(e))}async computeAsync(e,t=null){!1===this._initialized&&await this.init(),this.compute(e,t)}async hasFeatureAsync(e){return v('Renderer: "hasFeatureAsync()" has been deprecated. Use "hasFeature()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.hasFeature(e)}async resolveTimestampsAsync(e="render"){return!1===this._initialized&&await this.init(),this.backend.resolveTimestampsAsync(e)}hasFeature(e){if(!1===this._initialized)throw new Error('Renderer: .hasFeature() called before the backend is initialized. Use "await renderer.init();" before before using this method.');return this.backend.hasFeature(e)}hasInitialized(){return this._initialized}async initTextureAsync(e){v('Renderer: "initTextureAsync()" has been deprecated. Use "initTexture()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.initTexture(e)}initTexture(e){if(!1===this._initialized)throw new Error('Renderer: .initTexture() called before the backend is initialized. Use "await renderer.init();" before before using this method.');this._textures.updateTexture(e)}copyFramebufferToTexture(e,t=null){if(null!==t)if(t.isVector2)t=MS.set(t.x,t.y,e.image.width,e.image.height).floor();else{if(!t.isVector4)return void o("Renderer.copyFramebufferToTexture: Invalid rectangle.");t=MS.copy(t).floor()}else t=MS.set(0,0,e.image.width,e.image.height);let r,s=this._currentRenderContext;null!==s?r=s.renderTarget:(r=this._renderTarget||this._getFrameBufferTarget(),null!==r&&(this._textures.updateRenderTarget(r),s=this._textures.get(r))),this._textures.updateTexture(e,{renderTarget:r}),this.backend.copyFramebufferToTexture(e,s,t),this._inspector.copyFramebufferToTexture(e)}copyTextureToTexture(e,t,r=null,s=null,i=0,n=0){this._textures.updateTexture(e),this._textures.updateTexture(t),this.backend.copyTextureToTexture(e,t,r,s,i,n),this._inspector.copyTextureToTexture(e,t)}async readRenderTargetPixelsAsync(e,t,r,s,i,n=0,a=0){return this.backend.copyTextureToBuffer(e.textures[n],t,r,s,i,a)}_projectObject(e,t,r,s,i){if(!1===e.visible)return;if(e.layers.test(t.layers))if(e.isGroup)r=e.renderOrder,e.isClippingGroup&&e.enabled&&(i=i.getGroupContext(e));else if(e.isLOD)!0===e.autoUpdate&&e.update(t);else if(e.isLight)s.pushLight(e);else if(e.isSprite){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsSprite(e,t)){!0===this.sortObjects&&MS.setFromMatrixPosition(e.matrixWorld).applyMatrix4(CS);const{geometry:t,material:n}=e;n.visible&&s.push(e,t,n,r,MS.z,null,i)}}else if(e.isLineLoop)o("Renderer: Objects of type THREE.LineLoop are not supported. Please use THREE.Line or THREE.LineSegments.");else if(e.isMesh||e.isLine||e.isPoints){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsObject(e,t)){const{geometry:t,material:n}=e;if(!0===this.sortObjects&&(null===t.boundingSphere&&t.computeBoundingSphere(),MS.copy(t.boundingSphere.center).applyMatrix4(e.matrixWorld).applyMatrix4(CS)),Array.isArray(n)){const a=t.groups;for(let o=0,u=a.length;o0){for(const{material:e}of t)e.side=w;this._renderObjects(t,r,s,i,"backSide");for(const{material:e}of t)e.side=it;this._renderObjects(e,r,s,i);for(const{material:e}of t)e.side=C}else this._renderObjects(e,r,s,i)}_renderObjects(e,t,r,s,i=null){for(let n=0,a=e.length;n0||i.transmissionNode&&i.transmissionNode.isNode||i.backdropNode&&i.backdropNode.isNode,e.isShadowPassMaterial){const{colorNode:t,depthNode:r,positionNode:s}=this._getShadowNodes(i);e.side=null===i.shadowSide?i.side:i.shadowSide,null!==t&&(e.colorNode=t),null!==r&&(e.depthNode=r),null!==s&&(e.positionNode=s)}i=e}!0===i.transparent&&i.side===C&&!1===i.forceSinglePass?(i.side=w,this._handleObjectFunction(e,i,t,r,a,n,o,"backSide"),i.side=it,this._handleObjectFunction(e,i,t,r,a,n,o,u),i.side=C):this._handleObjectFunction(e,i,t,r,a,n,o,u),p&&(t.overrideMaterial.colorNode=l,t.overrideMaterial.depthNode=d,t.overrideMaterial.positionNode=c,t.overrideMaterial.side=h),e.onAfterRender(this,t,r,s,i,n)}_renderObjectDirect(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n;const l=this._nodes.needsRefresh(u);if(l&&(this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u)),this._pipelines.updateForRender(u),null!==this._currentRenderBundle){this.backend.get(this._currentRenderBundle).renderObjects.push(u),u.bundle=this._currentRenderBundle.bundleGroup}this.backend.draw(u,this.info),l&&this._nodes.updateAfter(u)}_createObjectPipeline(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n,this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u),this._pipelines.getForRender(u,this._compilationPromises),this._nodes.updateAfter(u)}_onCanvasTargetResize(){this._initialized&&this.backend.updateSize()}get compile(){return this.compileAsync}}class LS{constructor(e=""){this.name=e,this.visibility=0}setVisibility(e){this.visibility|=e}getVisibility(){return this.visibility}clone(){return Object.assign(new this.constructor,this)}}class PS extends LS{constructor(e,t=null){super(e),this.isBuffer=!0,this.bytesPerElement=Float32Array.BYTES_PER_ELEMENT,this._buffer=t,this._updateRanges=[]}get updateRanges(){return this._updateRanges}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}get byteLength(){return(e=this._buffer.byteLength)+(ay-e%ay)%ay;var e}get buffer(){return this._buffer}update(){return!0}}class FS extends PS{constructor(e,t=null){super(e,t),this.isUniformBuffer=!0}}let DS=0;class US extends FS{constructor(e,t){super("UniformBuffer_"+DS++,e?e.value:null),this.nodeUniform=e,this.groupNode=t,this.isNodeUniformBuffer=!0}set updateRanges(e){this.nodeUniform.updateRanges=e}get updateRanges(){return this.nodeUniform.updateRanges}addUpdateRange(e,t){this.nodeUniform.addUpdateRange(e,t)}clearUpdateRanges(){this.nodeUniform.clearUpdateRanges()}get buffer(){return this.nodeUniform.value}}class IS extends FS{constructor(e){super(e),this.isUniformsGroup=!0,this._values=null,this.uniforms=[]}addUniform(e){return this.uniforms.push(e),this}removeUniform(e){const t=this.uniforms.indexOf(e);return-1!==t&&this.uniforms.splice(t,1),this}get values(){return null===this._values&&(this._values=Array.from(this.buffer)),this._values}get buffer(){let e=this._buffer;if(null===e){const t=this.byteLength;e=new Float32Array(new ArrayBuffer(t)),this._buffer=e}return e}get byteLength(){const e=this.bytesPerElement;let t=0;for(let r=0,s=this.uniforms.length;r{this.generation=null,this.version=0},this.texture=t,this.version=t?t.version:0,this.generation=null,this.samplerKey="",this.isSampler=!0}set texture(e){this._texture!==e&&(this._texture&&this._texture.removeEventListener("dispose",this._onTextureDispose),this._texture=e,this.generation=null,this.version=0,this._texture&&this._texture.addEventListener("dispose",this._onTextureDispose))}get texture(){return this._texture}update(){const{texture:e,version:t}=this;return t!==e.version&&(this.version=e.version,!0)}clone(){const e=super.clone();return e._texture=null,e._onTextureDispose=()=>{e.generation=null,e.version=0},e.texture=this.texture,e}}let GS=0;class zS extends kS{constructor(e,t){super(e,t),this.id=GS++,this.store=!1,this.mipLevel=0,this.isSampledTexture=!0}}class $S extends zS{constructor(e,t,r,s=null){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r,this.access=s}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class WS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledCubeTexture=!0}}class HS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledTexture3D=!0}}const qS={bitcast_int_uint:new qx("uint tsl_bitcast_int_to_uint ( int x ) { return floatBitsToUint( intBitsToFloat ( x ) ); }"),bitcast_uint_int:new qx("uint tsl_bitcast_uint_to_int ( uint x ) { return floatBitsToInt( uintBitsToFloat ( x ) ); }")},jS={textureDimensions:"textureSize",equals:"equal",bitcast_float_int:"floatBitsToInt",bitcast_int_float:"intBitsToFloat",bitcast_uint_float:"uintBitsToFloat",bitcast_float_uint:"floatBitsToUint",bitcast_uint_int:"tsl_bitcast_uint_to_int",bitcast_int_uint:"tsl_bitcast_int_to_uint",floatpack_snorm_2x16:"packSnorm2x16",floatpack_unorm_2x16:"packUnorm2x16",floatpack_float16_2x16:"packHalf2x16",floatunpack_snorm_2x16:"unpackSnorm2x16",floatunpack_unorm_2x16:"unpackUnorm2x16",floatunpack_float16_2x16:"unpackHalf2x16"},XS={low:"lowp",medium:"mediump",high:"highp"},KS={swizzleAssign:!0,storageBuffer:!1},YS={perspective:"smooth",linear:"noperspective"},QS={centroid:"centroid"},ZS="\nprecision highp float;\nprecision highp int;\nprecision highp sampler2D;\nprecision highp sampler3D;\nprecision highp samplerCube;\nprecision highp sampler2DArray;\n\nprecision highp usampler2D;\nprecision highp usampler3D;\nprecision highp usamplerCube;\nprecision highp usampler2DArray;\n\nprecision highp isampler2D;\nprecision highp isampler3D;\nprecision highp isamplerCube;\nprecision highp isampler2DArray;\n\nprecision lowp sampler2DShadow;\nprecision lowp sampler2DArrayShadow;\nprecision lowp samplerCubeShadow;\n";class JS extends LN{constructor(e,t){super(e,t,new JN),this.uniformGroups={},this.transforms=[],this.extensions={},this.builtins={vertex:[],fragment:[],compute:[]}}needsToWorkingColorSpace(e){return!0===e.isVideoTexture&&e.colorSpace!==T}_include(e){const t=qS[e];return t.build(this),this.addInclude(t),t}getMethod(e){return void 0!==qS[e]&&this._include(e),jS[e]||e}getBitcastMethod(e,t){return this.getMethod(`bitcast_${t}_${e}`)}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`${e} ? ${t} : ${r}`}getOutputStructName(){return""}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(this.getType(e.type)+" "+e.name);return`${this.getType(t.type)} ${t.name}( ${s.join(", ")} ) {\n\n\t${r.vars}\n\n${r.code}\n\treturn ${r.result};\n\n}`}setupPBO(e){const t=e.value;if(void 0===t.pbo){const e=t.array,r=t.count*t.itemSize,{itemSize:s}=t,i=t.array.constructor.name.toLowerCase().includes("int");let n=i?mt:ft;2===s?n=i?Tt:V:3===s?n=i?_t:vt:4===s&&(n=i?Nt:Ne);const a={Float32Array:H,Uint8Array:ke,Uint16Array:xt,Uint32Array:S,Int8Array:bt,Int16Array:yt,Int32Array:R,Uint8ClampedArray:ke},o=Math.pow(2,Math.ceil(Math.log2(Math.sqrt(r/s))));let u=Math.ceil(r/s/o);o*u*s0?s:"";t=`${e.name} {\n\t${r} ${i.name}[${n}];\n};\n`}else{t=`${this.getVectorType(i.type)} ${this.getPropertyName(i,e)};`,n=!0}const a=i.node.precision;if(null!==a&&(t=XS[a]+" "+t),n){t="\t"+t;const e=i.groupNode.name;(s[e]||(s[e]=[])).push(t)}else t="uniform "+t,r.push(t)}let i="";for(const t in s){const r=s[t];i+=this._getGLSLUniformStruct(e+"_"+t,r.join("\n"))+"\n"}return i+=r.join("\n"),i}getTypeFromAttribute(e){let t=super.getTypeFromAttribute(e);if(/^[iu]/.test(t)&&e.gpuType!==R){let r=e;e.isInterleavedBufferAttribute&&(r=e.data);const s=r.array;!1==(s instanceof Uint32Array||s instanceof Int32Array)&&(t=t.slice(1))}return t}getAttributes(e){let t="";if("vertex"===e||"compute"===e){const e=this.getAttributesArray();let r=0;for(const s of e)t+=`layout( location = ${r++} ) in ${s.type} ${s.name};\n`}return t}getStructMembers(e){const t=[];for(const r of e.members)t.push(`\t${r.type} ${r.name};`);return t.join("\n")}getStructs(e){const t=[],r=this.structs[e],s=[];for(const e of r)if(e.output)for(const t of e.members)s.push(`layout( location = ${t.index} ) out ${t.type} ${t.name};`);else{let r="struct "+e.name+" {\n";r+=this.getStructMembers(e),r+="\n};\n",t.push(r)}return 0===s.length&&s.push("layout( location = 0 ) out vec4 fragColor;"),"\n"+s.join("\n")+"\n\n"+t.join("\n")}getVaryings(e){let t="";const r=this.varyings;if("vertex"===e||"compute"===e)for(const s of r){"compute"===e&&(s.needsInterpolation=!0);const r=this.getType(s.type);if(s.needsInterpolation)if(s.interpolationType){t+=`${YS[s.interpolationType]||s.interpolationType} ${QS[s.interpolationSampling]||""} out ${r} ${s.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}out ${r} ${s.name};\n`}else t+=`${r} ${s.name};\n`}else if("fragment"===e)for(const e of r)if(e.needsInterpolation){const r=this.getType(e.type);if(e.interpolationType){t+=`${YS[e.interpolationType]||e.interpolationType} ${QS[e.interpolationSampling]||""} in ${r} ${e.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}in ${r} ${e.name};\n`}}for(const r of this.builtins[e])t+=`${r};\n`;return t}getVertexIndex(){return"uint( gl_VertexID )"}getInstanceIndex(){return"uint( gl_InstanceID )"}getInvocationLocalIndex(){return`uint( gl_InstanceID ) % ${this.object.workgroupSize.reduce((e,t)=>e*t,1)}u`}getSubgroupSize(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupSize node")}getInvocationSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the invocationSubgroupIndex node")}getSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupIndex node")}getDrawIndex(){return this.renderer.backend.extensions.has("WEBGL_multi_draw")?"uint( gl_DrawID )":null}getFrontFacing(){return"gl_FrontFacing"}getFragCoord(){return"gl_FragCoord.xy"}getFragDepth(){return"gl_FragDepth"}enableExtension(e,t,r=this.shaderStage){const s=this.extensions[r]||(this.extensions[r]=new Map);!1===s.has(e)&&s.set(e,{name:e,behavior:t})}getExtensions(e){const t=[];if("vertex"===e){const t=this.renderer.backend.extensions;this.object.isBatchedMesh&&t.has("WEBGL_multi_draw")&&this.enableExtension("GL_ANGLE_multi_draw","require",e)}const r=this.extensions[e];if(void 0!==r)for(const{name:e,behavior:s}of r.values())t.push(`#extension ${e} : ${s}`);return t.join("\n")}getClipDistance(){return"gl_ClipDistance"}isAvailable(e){let t=KS[e];if(void 0===t){let r;switch(t=!1,e){case"float32Filterable":r="OES_texture_float_linear";break;case"clipDistance":r="WEBGL_clip_cull_distance"}if(void 0!==r){const e=this.renderer.backend.extensions;e.has(r)&&(e.get(r),t=!0)}KS[e]=t}return t}isFlipY(){return!0}enableHardwareClipping(e){this.enableExtension("GL_ANGLE_clip_cull_distance","require"),this.builtins.vertex.push(`out float gl_ClipDistance[ ${e} ]`)}enableMultiview(){this.enableExtension("GL_OVR_multiview2","require","fragment"),this.enableExtension("GL_OVR_multiview2","require","vertex"),this.builtins.vertex.push("layout(num_views = 2) in")}registerTransform(e,t){this.transforms.push({varyingName:e,attributeNode:t})}getTransforms(){const e=this.transforms;let t="";for(let r=0;r0&&(r+="\n"),r+=`\t// flow -> ${n}\n\t`),r+=`${s.code}\n\t`,e===i&&"compute"!==t&&(r+="// result\n\t","vertex"===t?(r+="gl_Position = ",r+=`${s.result};`):"fragment"===t&&(e.outputNode.isOutputStructNode||(r+="fragColor = ",r+=`${s.result};`)))}const n=e[t];n.extensions=this.getExtensions(t),n.uniforms=this.getUniforms(t),n.attributes=this.getAttributes(t),n.varyings=this.getVaryings(t),n.vars=this.getVars(t),n.structs=this.getStructs(t),n.codes=this.getCodes(t),n.transforms=this.getTransforms(t),n.flow=r}null!==this.material?(this.vertexShader=this._getGLSLVertexCode(e.vertex),this.fragmentShader=this._getGLSLFragmentCode(e.fragment)):this.computeShader=this._getGLSLVertexCode(e.compute)}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);let a=n.uniformGPU;if(void 0===a){const s=e.groupNode,o=s.name,u=this.getBindGroupArray(o,r);if("texture"===t)a=new $S(i.name,i.node,s),u.push(a);else if("cubeTexture"===t||"cubeDepthTexture"===t)a=new WS(i.name,i.node,s),u.push(a);else if("texture3D"===t)a=new HS(i.name,i.node,s),u.push(a);else if("buffer"===t){i.name=`buffer${e.id}`;const t=this.getSharedDataFromNode(e);let r=t.buffer;void 0===r&&(e.name=`NodeBuffer_${e.id}`,r=new US(e,s),r.name=e.name,t.buffer=r),u.push(r),a=r}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let n=e[o];void 0===n&&(n=new VS(r+"_"+o,s),e[o]=n,u.push(n)),a=this.getNodeUniform(i,t),n.addUniform(a)}n.uniformGPU=a}return i}}let eR=null,tR=null;class rR{constructor(e={}){this.parameters=Object.assign({},e),this.data=new WeakMap,this.renderer=null,this.domElement=null,this.timestampQueryPool={[St.RENDER]:null,[St.COMPUTE]:null},this.trackTimestamp=!0===e.trackTimestamp}async init(e){this.renderer=e}get coordinateSystem(){}beginRender(){}finishRender(){}beginCompute(){}finishCompute(){}draw(){}compute(){}createProgram(){}destroyProgram(){}createBindings(){}updateBindings(){}updateBinding(){}createRenderPipeline(){}createComputePipeline(){}needsRenderUpdate(){}getRenderCacheKey(){}createNodeBuilder(){}updateSampler(){}createDefaultTexture(){}createTexture(){}updateTexture(){}generateMipmaps(){}destroyTexture(){}async copyTextureToBuffer(){}copyTextureToTexture(){}copyFramebufferToTexture(){}createAttribute(){}createIndexAttribute(){}createStorageAttribute(){}updateAttribute(){}destroyAttribute(){}getContext(){}updateSize(){}updateViewport(){}updateTimeStampUID(e){const t=this.get(e),r=this.renderer.info.frame;let s;s=!0===e.isComputeNode?"c:"+this.renderer.info.compute.frameCalls:"r:"+this.renderer.info.render.frameCalls,t.timestampUID=s+":"+e.id+":f"+r}getTimestampUID(e){return this.get(e).timestampUID}getTimestampFrames(e){const t=this.timestampQueryPool[e];return t?t.getTimestampFrames():[]}_getQueryPool(e){const t=e.startsWith("c:")?St.COMPUTE:St.RENDER;return this.timestampQueryPool[t]}getTimestamp(e){return this._getQueryPool(e).getTimestamp(e)}hasTimestamp(e){return this._getQueryPool(e).hasTimestamp(e)}isOccluded(){}async resolveTimestampsAsync(e="render"){if(!this.trackTimestamp)return void v("WebGPURenderer: Timestamp tracking is disabled.");const t=this.timestampQueryPool[e];if(!t)return;const r=await t.resolveQueriesAsync();return this.renderer.info[e].timestamp=r,r}async getArrayBufferAsync(){}async hasFeatureAsync(){}hasFeature(){}getMaxAnisotropy(){}getDrawingBufferSize(){return eR=eR||new t,this.renderer.getDrawingBufferSize(eR)}setScissorTest(){}getClearColor(){const e=this.renderer;return tR=tR||new Fy,e.getClearColor(tR),tR.getRGB(tR),tR}getDomElement(){let e=this.domElement;return null===e&&(e=void 0!==this.parameters.canvas?this.parameters.canvas:Rt(),"setAttribute"in e&&e.setAttribute("data-engine",`three.js r${tt} webgpu`),this.domElement=e),e}set(e,t){this.data.set(e,t)}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}has(e){return this.data.has(e)}delete(e){this.data.delete(e)}deleteBindGroupData(){}dispose(){}}let sR,iR,nR=0;class aR{constructor(e,t){this.buffers=[e.bufferGPU,t],this.type=e.type,this.bufferType=e.bufferType,this.pbo=e.pbo,this.byteLength=e.byteLength,this.bytesPerElement=e.BYTES_PER_ELEMENT,this.version=e.version,this.isInteger=e.isInteger,this.activeBufferIndex=0,this.baseId=e.id}get id(){return`${this.baseId}|${this.activeBufferIndex}`}get bufferGPU(){return this.buffers[this.activeBufferIndex]}get transformBuffer(){return this.buffers[1^this.activeBufferIndex]}switchBuffers(){this.activeBufferIndex^=1}}class oR{constructor(e){this.backend=e}createAttribute(e,t){const r=this.backend,{gl:s}=r,i=e.array,n=e.usage||s.STATIC_DRAW,a=e.isInterleavedBufferAttribute?e.data:e,o=r.get(a);let u,l=o.bufferGPU;if(void 0===l&&(l=this._createBuffer(s,t,i,n),o.bufferGPU=l,o.bufferType=t,o.version=a.version),i instanceof Float32Array)u=s.FLOAT;else if("undefined"!=typeof Float16Array&&i instanceof Float16Array)u=s.HALF_FLOAT;else if(i instanceof Uint16Array)u=e.isFloat16BufferAttribute?s.HALF_FLOAT:s.UNSIGNED_SHORT;else if(i instanceof Int16Array)u=s.SHORT;else if(i instanceof Uint32Array)u=s.UNSIGNED_INT;else if(i instanceof Int32Array)u=s.INT;else if(i instanceof Int8Array)u=s.BYTE;else if(i instanceof Uint8Array)u=s.UNSIGNED_BYTE;else{if(!(i instanceof Uint8ClampedArray))throw new Error("THREE.WebGLBackend: Unsupported buffer data format: "+i);u=s.UNSIGNED_BYTE}let d={bufferGPU:l,bufferType:t,type:u,byteLength:i.byteLength,bytesPerElement:i.BYTES_PER_ELEMENT,version:e.version,pbo:e.pbo,isInteger:u===s.INT||u===s.UNSIGNED_INT||e.gpuType===R,id:nR++};if(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute){const e=this._createBuffer(s,t,i,n);d=new aR(d,e)}r.set(e,d)}updateAttribute(e){const t=this.backend,{gl:r}=t,s=e.array,i=e.isInterleavedBufferAttribute?e.data:e,n=t.get(i),a=n.bufferType,o=e.isInterleavedBufferAttribute?e.data.updateRanges:e.updateRanges;if(r.bindBuffer(a,n.bufferGPU),0===o.length)r.bufferSubData(a,0,s);else{for(let e=0,t=o.length;e0?this.enable(s.SAMPLE_ALPHA_TO_COVERAGE):this.disable(s.SAMPLE_ALPHA_TO_COVERAGE),r>0&&this.currentClippingPlanes!==r){const e=12288;for(let t=0;t<8;t++)t{!function i(){const n=e.clientWaitSync(t,e.SYNC_FLUSH_COMMANDS_BIT,0);if(n===e.WAIT_FAILED)return e.deleteSync(t),void s();n!==e.TIMEOUT_EXPIRED?(e.deleteSync(t),r()):requestAnimationFrame(i)}()})}}let dR,cR,hR,pR=!1;class gR{constructor(e){this.backend=e,this.gl=e.gl,this.extensions=e.extensions,this.defaultTextures={},this._srcFramebuffer=null,this._dstFramebuffer=null,!1===pR&&(this._init(),pR=!0)}_init(){const e=this.gl;dR={[Ur]:e.REPEAT,[ye]:e.CLAMP_TO_EDGE,[Dr]:e.MIRRORED_REPEAT},cR={[A]:e.NEAREST,[Ir]:e.NEAREST_MIPMAP_NEAREST,[Je]:e.NEAREST_MIPMAP_LINEAR,[ne]:e.LINEAR,[Ze]:e.LINEAR_MIPMAP_NEAREST,[j]:e.LINEAR_MIPMAP_LINEAR},hR={[Wr]:e.NEVER,[$r]:e.ALWAYS,[je]:e.LESS,[zr]:e.LEQUAL,[Gr]:e.EQUAL,[kr]:e.GEQUAL,[Vr]:e.GREATER,[Or]:e.NOTEQUAL}}getGLTextureType(e){const{gl:t}=this;let r;return r=!0===e.isCubeTexture?t.TEXTURE_CUBE_MAP:!0===e.isArrayTexture||!0===e.isDataArrayTexture||!0===e.isCompressedArrayTexture?t.TEXTURE_2D_ARRAY:!0===e.isData3DTexture?t.TEXTURE_3D:t.TEXTURE_2D,r}getInternalFormat(e,t,r,s,i=!1){const{gl:n,extensions:a}=this;if(null!==e){if(void 0!==n[e])return n[e];d("WebGLBackend: Attempt to use non-existing WebGL internal format '"+e+"'")}let o=t;if(t===n.RED&&(r===n.FLOAT&&(o=n.R32F),r===n.HALF_FLOAT&&(o=n.R16F),r===n.UNSIGNED_BYTE&&(o=n.R8),r===n.UNSIGNED_SHORT&&(o=n.R16),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RED_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.R8UI),r===n.UNSIGNED_SHORT&&(o=n.R16UI),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RG&&(r===n.FLOAT&&(o=n.RG32F),r===n.HALF_FLOAT&&(o=n.RG16F),r===n.UNSIGNED_BYTE&&(o=n.RG8),r===n.UNSIGNED_SHORT&&(o=n.RG16),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RG_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RG8UI),r===n.UNSIGNED_SHORT&&(o=n.RG16UI),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RGB){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGB32F),r===n.HALF_FLOAT&&(o=n.RGB16F),r===n.UNSIGNED_BYTE&&(o=n.RGB8),r===n.UNSIGNED_SHORT&&(o=n.RGB16),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8:n.RGB8),r===n.UNSIGNED_SHORT_5_6_5&&(o=n.RGB565),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGB4),r===n.UNSIGNED_INT_5_9_9_9_REV&&(o=n.RGB9_E5),r===n.UNSIGNED_INT_10F_11F_11F_REV&&(o=n.R11F_G11F_B10F)}if(t===n.RGB_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGB8UI),r===n.UNSIGNED_SHORT&&(o=n.RGB16UI),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I)),t===n.RGBA){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGBA32F),r===n.HALF_FLOAT&&(o=n.RGBA16F),r===n.UNSIGNED_BYTE&&(o=n.RGBA8),r===n.UNSIGNED_SHORT&&(o=n.RGBA16),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8_ALPHA8:n.RGBA8),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGBA4),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1)}return t===n.RGBA_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGBA8UI),r===n.UNSIGNED_SHORT&&(o=n.RGBA16UI),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I)),t===n.DEPTH_COMPONENT&&(r===n.UNSIGNED_SHORT&&(o=n.DEPTH_COMPONENT16),r===n.UNSIGNED_INT&&(o=n.DEPTH_COMPONENT24),r===n.FLOAT&&(o=n.DEPTH_COMPONENT32F)),t===n.DEPTH_STENCIL&&r===n.UNSIGNED_INT_24_8&&(o=n.DEPTH24_STENCIL8),o!==n.R16F&&o!==n.R32F&&o!==n.RG16F&&o!==n.RG32F&&o!==n.RGBA16F&&o!==n.RGBA32F||a.get("EXT_color_buffer_float"),o}setTextureParameters(e,t){const{gl:r,extensions:s,backend:i}=this,n=p.getPrimaries(p.workingColorSpace),a=t.colorSpace===T?null:p.getPrimaries(t.colorSpace),o=t.colorSpace===T||n===a?r.NONE:r.BROWSER_DEFAULT_WEBGL;r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,t.flipY),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,t.premultiplyAlpha),r.pixelStorei(r.UNPACK_ALIGNMENT,t.unpackAlignment),r.pixelStorei(r.UNPACK_COLORSPACE_CONVERSION_WEBGL,o),r.texParameteri(e,r.TEXTURE_WRAP_S,dR[t.wrapS]),r.texParameteri(e,r.TEXTURE_WRAP_T,dR[t.wrapT]),e!==r.TEXTURE_3D&&e!==r.TEXTURE_2D_ARRAY||t.isArrayTexture||r.texParameteri(e,r.TEXTURE_WRAP_R,dR[t.wrapR]),r.texParameteri(e,r.TEXTURE_MAG_FILTER,cR[t.magFilter]);const u=void 0!==t.mipmaps&&t.mipmaps.length>0,l=t.minFilter===ne&&u?j:t.minFilter;if(r.texParameteri(e,r.TEXTURE_MIN_FILTER,cR[l]),t.compareFunction&&(r.texParameteri(e,r.TEXTURE_COMPARE_MODE,r.COMPARE_REF_TO_TEXTURE),r.texParameteri(e,r.TEXTURE_COMPARE_FUNC,hR[t.compareFunction])),!0===s.has("EXT_texture_filter_anisotropic")){if(t.magFilter===A)return;if(t.minFilter!==Je&&t.minFilter!==j)return;if(t.type===H&&!1===s.has("OES_texture_float_linear"))return;if(t.anisotropy>1){const n=s.get("EXT_texture_filter_anisotropic");r.texParameterf(e,n.TEXTURE_MAX_ANISOTROPY_EXT,Math.min(t.anisotropy,i.getMaxAnisotropy()))}}}createDefaultTexture(e){const{gl:t,backend:r,defaultTextures:s}=this,i=this.getGLTextureType(e);let n=s[i];void 0===n&&(n=t.createTexture(),r.state.bindTexture(i,n),t.texParameteri(i,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(i,t.TEXTURE_MAG_FILTER,t.NEAREST),s[i]=n),r.set(e,{textureGPU:n,glTextureType:i})}createTexture(e,t){const{gl:r,backend:s}=this,{levels:i,width:n,height:a,depth:o}=t,u=s.utils.convert(e.format,e.colorSpace),l=s.utils.convert(e.type),d=this.getInternalFormat(e.internalFormat,u,l,e.colorSpace,e.isVideoTexture),c=r.createTexture(),h=this.getGLTextureType(e);s.state.bindTexture(h,c),this.setTextureParameters(h,e),e.isArrayTexture||e.isDataArrayTexture||e.isCompressedArrayTexture?r.texStorage3D(r.TEXTURE_2D_ARRAY,i,d,n,a,o):e.isData3DTexture?r.texStorage3D(r.TEXTURE_3D,i,d,n,a,o):e.isVideoTexture||r.texStorage2D(h,i,d,n,a),s.set(e,{textureGPU:c,glTextureType:h,glFormat:u,glType:l,glInternalFormat:d})}copyBufferToTexture(e,t){const{gl:r,backend:s}=this,{textureGPU:i,glTextureType:n,glFormat:a,glType:o}=s.get(t),{width:u,height:l}=t.source.data;r.bindBuffer(r.PIXEL_UNPACK_BUFFER,e),s.state.bindTexture(n,i),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.texSubImage2D(n,0,0,0,u,l,a,o,0),r.bindBuffer(r.PIXEL_UNPACK_BUFFER,null),s.state.unbindTexture()}updateTexture(e,t){const{gl:r}=this,{width:s,height:i}=t,{textureGPU:n,glTextureType:a,glFormat:o,glType:u,glInternalFormat:l}=this.backend.get(e);if(!e.isRenderTargetTexture&&void 0!==n)if(this.backend.state.bindTexture(a,n),this.setTextureParameters(a,e),e.isCompressedTexture){const s=e.mipmaps,i=t.image;for(let t=0;t0){const t=qr(s.width,s.height,e.format,e.type);for(const i of e.layerUpdates){const e=s.data.subarray(i*t/s.data.BYTES_PER_ELEMENT,(i+1)*t/s.data.BYTES_PER_ELEMENT);r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,i,s.width,s.height,1,o,u,e)}e.clearLayerUpdates()}else r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,0,s.width,s.height,s.depth,o,u,s.data)}else if(e.isData3DTexture){const e=t.image;r.texSubImage3D(r.TEXTURE_3D,0,0,0,0,e.width,e.height,e.depth,o,u,e.data)}else if(e.isVideoTexture)e.update(),r.texImage2D(a,0,l,o,u,t.image);else{const n=e.mipmaps;if(n.length>0)for(let e=0,t=n.length;e0,c=t.renderTarget?t.renderTarget.height:this.backend.getDrawingBufferSize().y;if(d){const r=0!==a||0!==o;let d,h;if(!0===e.isDepthTexture?(d=s.DEPTH_BUFFER_BIT,h=s.DEPTH_ATTACHMENT,t.stencil&&(d|=s.STENCIL_BUFFER_BIT)):(d=s.COLOR_BUFFER_BIT,h=s.COLOR_ATTACHMENT0),r){const e=this.backend.get(t.renderTarget),r=e.framebuffers[t.getCacheKey()],h=e.msaaFrameBuffer;i.bindFramebuffer(s.DRAW_FRAMEBUFFER,r),i.bindFramebuffer(s.READ_FRAMEBUFFER,h);const p=c-o-l;s.blitFramebuffer(a,p,a+u,p+l,a,p,a+u,p+l,d,s.NEAREST),i.bindFramebuffer(s.READ_FRAMEBUFFER,r),i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,p,u,l),i.unbindTexture()}else{const e=s.createFramebuffer();i.bindFramebuffer(s.DRAW_FRAMEBUFFER,e),s.framebufferTexture2D(s.DRAW_FRAMEBUFFER,h,s.TEXTURE_2D,n,0),s.blitFramebuffer(0,0,u,l,0,0,u,l,d,s.NEAREST),s.deleteFramebuffer(e)}}else i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,c-l-o,u,l),i.unbindTexture();e.generateMipmaps&&this.generateMipmaps(e),this.backend._setFramebuffer(t)}setupRenderBufferStorage(e,t,r,s=!1){const{gl:i}=this,n=t.renderTarget,{depthTexture:a,depthBuffer:o,stencilBuffer:u,width:l,height:d}=n;if(i.bindRenderbuffer(i.RENDERBUFFER,e),o&&!u){let t=i.DEPTH_COMPONENT24;if(!0===s){this.extensions.get("WEBGL_multisampled_render_to_texture").renderbufferStorageMultisampleEXT(i.RENDERBUFFER,n.samples,t,l,d)}else r>0?(a&&a.isDepthTexture&&a.type===i.FLOAT&&(t=i.DEPTH_COMPONENT32F),i.renderbufferStorageMultisample(i.RENDERBUFFER,r,t,l,d)):i.renderbufferStorage(i.RENDERBUFFER,t,l,d);i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_ATTACHMENT,i.RENDERBUFFER,e)}else o&&u&&(r>0?i.renderbufferStorageMultisample(i.RENDERBUFFER,r,i.DEPTH24_STENCIL8,l,d):i.renderbufferStorage(i.RENDERBUFFER,i.DEPTH_STENCIL,l,d),i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_STENCIL_ATTACHMENT,i.RENDERBUFFER,e));i.bindRenderbuffer(i.RENDERBUFFER,null)}async copyTextureToBuffer(e,t,r,s,i,n){const{backend:a,gl:o}=this,{textureGPU:u,glFormat:l,glType:d}=this.backend.get(e),c=o.createFramebuffer();a.state.bindFramebuffer(o.READ_FRAMEBUFFER,c);const h=e.isCubeTexture?o.TEXTURE_CUBE_MAP_POSITIVE_X+n:o.TEXTURE_2D;o.framebufferTexture2D(o.READ_FRAMEBUFFER,o.COLOR_ATTACHMENT0,h,u,0);const p=this._getTypedArrayType(d),g=s*i*this._getBytesPerTexel(d,l),m=o.createBuffer();o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.bufferData(o.PIXEL_PACK_BUFFER,g,o.STREAM_READ),o.readPixels(t,r,s,i,l,d,0),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),await a.utils._clientWaitAsync();const f=new p(g/p.BYTES_PER_ELEMENT);return o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.getBufferSubData(o.PIXEL_PACK_BUFFER,0,f),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),a.state.bindFramebuffer(o.READ_FRAMEBUFFER,null),o.deleteFramebuffer(c),f}_getTypedArrayType(e){const{gl:t}=this;if(e===t.UNSIGNED_BYTE)return Uint8Array;if(e===t.UNSIGNED_SHORT_4_4_4_4)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_5_5_1)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_6_5)return Uint16Array;if(e===t.UNSIGNED_SHORT)return Uint16Array;if(e===t.UNSIGNED_INT)return Uint32Array;if(e===t.HALF_FLOAT)return Uint16Array;if(e===t.FLOAT)return Float32Array;throw new Error(`Unsupported WebGL type: ${e}`)}_getBytesPerTexel(e,t){const{gl:r}=this;let s=0;return e===r.UNSIGNED_BYTE&&(s=1),e!==r.UNSIGNED_SHORT_4_4_4_4&&e!==r.UNSIGNED_SHORT_5_5_5_1&&e!==r.UNSIGNED_SHORT_5_6_5&&e!==r.UNSIGNED_SHORT&&e!==r.HALF_FLOAT||(s=2),e!==r.UNSIGNED_INT&&e!==r.FLOAT||(s=4),t===r.RGBA?4*s:t===r.RGB?3*s:t===r.ALPHA?s:void 0}dispose(){const{gl:e}=this;null!==this._srcFramebuffer&&e.deleteFramebuffer(this._srcFramebuffer),null!==this._dstFramebuffer&&e.deleteFramebuffer(this._dstFramebuffer)}}function mR(e){return e.isDataTexture?e.image.data:"undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&e instanceof ImageBitmap||"undefined"!=typeof OffscreenCanvas&&e instanceof OffscreenCanvas?e:e.data}class fR{constructor(e){this.backend=e,this.gl=this.backend.gl,this.availableExtensions=this.gl.getSupportedExtensions(),this.extensions={}}get(e){let t=this.extensions[e];return void 0===t&&(t=this.gl.getExtension(e),this.extensions[e]=t),t}has(e){return this.availableExtensions.includes(e)}}class yR{constructor(e){this.backend=e,this.maxAnisotropy=null}getMaxAnisotropy(){if(null!==this.maxAnisotropy)return this.maxAnisotropy;const e=this.backend.gl,t=this.backend.extensions;if(!0===t.has("EXT_texture_filter_anisotropic")){const r=t.get("EXT_texture_filter_anisotropic");this.maxAnisotropy=e.getParameter(r.MAX_TEXTURE_MAX_ANISOTROPY_EXT)}else this.maxAnisotropy=0;return this.maxAnisotropy}}const bR={WEBGL_multi_draw:"WEBGL_multi_draw",WEBGL_compressed_texture_astc:"texture-compression-astc",WEBGL_compressed_texture_etc:"texture-compression-etc2",WEBGL_compressed_texture_etc1:"texture-compression-etc1",WEBGL_compressed_texture_pvrtc:"texture-compression-pvrtc",WEBGL_compressed_texture_s3tc:"texture-compression-s3tc",EXT_texture_compression_bptc:"texture-compression-bc",EXT_disjoint_timer_query_webgl2:"timestamp-query",OVR_multiview2:"OVR_multiview2"};class xR{constructor(e){this.gl=e.gl,this.extensions=e.extensions,this.info=e.renderer.info,this.mode=null,this.index=0,this.type=null,this.object=null}render(e,t){const{gl:r,mode:s,object:i,type:n,info:a,index:o}=this;0!==o?r.drawElements(s,t,n,e):r.drawArrays(s,e,t),a.update(i,t,1)}renderInstances(e,t,r){const{gl:s,mode:i,type:n,index:a,object:o,info:u}=this;0!==r&&(0!==a?s.drawElementsInstanced(i,t,n,e,r):s.drawArraysInstanced(i,e,t,r),u.update(o,t,r))}renderMultiDraw(e,t,r){const{extensions:s,mode:i,object:n,info:a}=this;if(0===r)return;const o=s.get("WEBGL_multi_draw");if(null===o)for(let s=0;sthis.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryStates.set(t,"inactive"),this.queryOffsets.set(e,t),t}beginQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null==t)return;if(null!==this.activeQuery)return;const r=this.queries[t];if(r)try{"inactive"===this.queryStates.get(t)&&(this.gl.beginQuery(this.ext.TIME_ELAPSED_EXT,r),this.activeQuery=t,this.queryStates.set(t,"started"))}catch(e){o("Error in beginQuery:",e),this.activeQuery=null,this.queryStates.set(t,"inactive")}}endQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null!=t&&this.activeQuery===t)try{this.gl.endQuery(this.ext.TIME_ELAPSED_EXT),this.queryStates.set(t,"ended"),this.activeQuery=null}catch(e){o("Error in endQuery:",e),this.queryStates.set(t,"inactive"),this.activeQuery=null}}async resolveQueriesAsync(){if(!this.trackTimestamp||this.pendingResolve)return this.lastValue;this.pendingResolve=!0;try{const e=new Map;for(const[t,r]of this.queryOffsets){if("ended"===this.queryStates.get(r)){const s=this.queries[r];e.set(t,this.resolveQuery(s))}}if(0===e.size)return this.lastValue;const t={},r=[];for(const[s,i]of e){const e=s.match(/^(.*):f(\d+)$/),n=parseInt(e[2]);!1===r.includes(n)&&r.push(n),void 0===t[n]&&(t[n]=0);const a=await i;this.timestamps.set(s,a),t[n]+=a}const s=t[r[r.length-1]];return this.lastValue=s,this.frames=r,this.currentQueryIndex=0,this.queryOffsets.clear(),this.queryStates.clear(),this.activeQuery=null,s}catch(e){return o("Error resolving queries:",e),this.lastValue}finally{this.pendingResolve=!1}}async resolveQuery(e){return new Promise(t=>{if(this.isDisposed)return void t(this.lastValue);let r,s=!1;const i=e=>{s||(s=!0,r&&(clearTimeout(r),r=null),t(e))},n=()=>{if(this.isDisposed)i(this.lastValue);else try{if(this.gl.getParameter(this.ext.GPU_DISJOINT_EXT))return void i(this.lastValue);if(!this.gl.getQueryParameter(e,this.gl.QUERY_RESULT_AVAILABLE))return void(r=setTimeout(n,1));const s=this.gl.getQueryParameter(e,this.gl.QUERY_RESULT);t(Number(s)/1e6)}catch(e){o("Error checking query:",e),t(this.lastValue)}};n()})}dispose(){if(!this.isDisposed&&(this.isDisposed=!0,this.trackTimestamp)){for(const e of this.queries)this.gl.deleteQuery(e);this.queries=[],this.queryStates.clear(),this.queryOffsets.clear(),this.lastValue=0,this.activeQuery=null}}}class vR extends rR{constructor(e={}){super(e),this.isWebGLBackend=!0,this.attributeUtils=null,this.extensions=null,this.capabilities=null,this.textureUtils=null,this.bufferRenderer=null,this.gl=null,this.state=null,this.utils=null,this.vaoCache={},this.transformFeedbackCache={},this.discard=!1,this.disjoint=null,this.parallel=null,this._currentContext=null,this._knownBindings=new WeakSet,this._supportsInvalidateFramebuffer="undefined"!=typeof navigator&&/OculusBrowser/g.test(navigator.userAgent),this._xrFramebuffer=null}init(e){super.init(e);const t=this.parameters,r={antialias:e.currentSamples>0,alpha:!0,depth:e.depth,stencil:e.stencil},s=void 0!==t.context?t.context:e.domElement.getContext("webgl2",r);function i(t){t.preventDefault();const r={api:"WebGL",message:t.statusMessage||"Unknown reason",reason:null,originalEvent:t};e.onDeviceLost(r)}this._onContextLost=i,e.domElement.addEventListener("webglcontextlost",i,!1),this.gl=s,this.extensions=new fR(this),this.capabilities=new yR(this),this.attributeUtils=new oR(this),this.textureUtils=new gR(this),this.bufferRenderer=new xR(this),this.state=new uR(this),this.utils=new lR(this),this.extensions.get("EXT_color_buffer_float"),this.extensions.get("WEBGL_clip_cull_distance"),this.extensions.get("OES_texture_float_linear"),this.extensions.get("EXT_color_buffer_half_float"),this.extensions.get("WEBGL_multisampled_render_to_texture"),this.extensions.get("WEBGL_render_shared_exponent"),this.extensions.get("WEBGL_multi_draw"),this.extensions.get("OVR_multiview2"),this.disjoint=this.extensions.get("EXT_disjoint_timer_query_webgl2"),this.parallel=this.extensions.get("KHR_parallel_shader_compile"),this.drawBuffersIndexedExt=this.extensions.get("OES_draw_buffers_indexed")}get coordinateSystem(){return c}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}async makeXRCompatible(){!0!==this.gl.getContextAttributes().xrCompatible&&await this.gl.makeXRCompatible()}setXRTarget(e){this._xrFramebuffer=e}setXRRenderTargetTextures(e,t,r=null){const s=this.gl;if(this.set(e.texture,{textureGPU:t,glInternalFormat:s.RGBA8}),null!==r){const t=e.stencilBuffer?s.DEPTH24_STENCIL8:s.DEPTH_COMPONENT24;this.set(e.depthTexture,{textureGPU:r,glInternalFormat:t}),!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!0===e._autoAllocateDepthBuffer&&!1===e.multiview&&d("WebGLBackend: Render-to-texture extension was disabled because an external texture was provided"),e._autoAllocateDepthBuffer=!1}}initTimestampQuery(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e]||(this.timestampQueryPool[e]=new _R(this.gl,e,2048));const r=this.timestampQueryPool[e];null!==r.allocateQueriesForContext(t)&&r.beginQuery(t)}prepareTimestampBuffer(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e].endQuery(t)}getContext(){return this.gl}beginRender(e){const{state:t}=this,r=this.get(e);if(e.viewport)this.updateViewport(e);else{const{width:e,height:r}=this.getDrawingBufferSize();t.viewport(0,0,e,r)}if(e.scissor){const{x:r,y:s,width:i,height:n}=e.scissorValue;t.scissor(r,e.height-n-s,i,n)}this.initTimestampQuery(St.RENDER,this.getTimestampUID(e)),r.previousContext=this._currentContext,this._currentContext=e,this._setFramebuffer(e),this.clear(e.clearColor,e.clearDepth,e.clearStencil,e,!1);const s=e.occlusionQueryCount;s>0&&(r.currentOcclusionQueries=r.occlusionQueries,r.currentOcclusionQueryObjects=r.occlusionQueryObjects,r.lastOcclusionObject=null,r.occlusionQueries=new Array(s),r.occlusionQueryObjects=new Array(s),r.occlusionQueryIndex=0)}finishRender(e){const{gl:t,state:r}=this,s=this.get(e),i=s.previousContext;r.resetVertexState();const n=e.occlusionQueryCount;n>0&&(n>s.occlusionQueryIndex&&t.endQuery(t.ANY_SAMPLES_PASSED),this.resolveOccludedAsync(e));const a=e.textures;if(null!==a)for(let e=0;e{let a=0;for(let t=0;t1&&u.setMRTBlending(i.textures),u.useProgram(a);const h=e.getAttributes(),p=this.get(h);let g=p.vaoGPU;if(void 0===g){const e=this._getVaoKey(h);g=this.vaoCache[e],void 0===g&&(g=this._createVao(h),this.vaoCache[e]=g,p.vaoGPU=g)}const m=e.getIndex(),f=null!==m?this.get(m).bufferGPU:null;u.setVertexState(g,f);const y=l.lastOcclusionObject;if(y!==t&&void 0!==y){if(null!==y&&!0===y.occlusionTest&&(o.endQuery(o.ANY_SAMPLES_PASSED),l.occlusionQueryIndex++),!0===t.occlusionTest){const e=o.createQuery();o.beginQuery(o.ANY_SAMPLES_PASSED,e),l.occlusionQueries[l.occlusionQueryIndex]=e,l.occlusionQueryObjects[l.occlusionQueryIndex]=t}l.lastOcclusionObject=t}const b=this.bufferRenderer;t.isPoints?b.mode=o.POINTS:t.isLineSegments?b.mode=o.LINES:t.isLine?b.mode=o.LINE_STRIP:t.isLineLoop?b.mode=o.LINE_LOOP:!0===s.wireframe?(u.setLineWidth(s.wireframeLinewidth*this.renderer.getPixelRatio()),b.mode=o.LINES):b.mode=o.TRIANGLES;const{vertexCount:x,instanceCount:T}=d;let{firstVertex:_}=d;if(b.object=t,null!==m){_*=m.array.BYTES_PER_ELEMENT;const e=this.get(m);b.index=m.count,b.type=e.type}else b.index=0;const N=()=>{t.isBatchedMesh?null!==t._multiDrawInstances?(v("WebGLBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection."),b.renderMultiDrawInstances(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount,t._multiDrawInstances)):this.hasFeature("WEBGL_multi_draw")?b.renderMultiDraw(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount):v("WebGLBackend: WEBGL_multi_draw not supported."):T>1?b.renderInstances(_,x,T):b.render(_,x)};if(!0===e.camera.isArrayCamera&&e.camera.cameras.length>0&&!1===e.camera.isMultiViewCamera){const r=this.get(e.camera),s=e.camera.cameras,i=e.getBindingGroup("cameraIndex").bindings[0];if(void 0===r.indexesGPU||r.indexesGPU.length!==s.length){const e=new Uint32Array([0,0,0,0]),t=[];for(let r=0,i=s.length;r{const i=this.parallel,n=()=>{r.getProgramParameter(a,i.COMPLETION_STATUS_KHR)?(this._completeCompile(e,s),t()):requestAnimationFrame(n)};n()});return void t.push(i)}this._completeCompile(e,s)}_handleSource(e,t){const r=e.split("\n"),s=[],i=Math.max(t-6,0),n=Math.min(t+6,r.length);for(let e=i;e":" "} ${i}: ${r[e]}`)}return s.join("\n")}_getShaderErrors(e,t,r){const s=e.getShaderParameter(t,e.COMPILE_STATUS),i=(e.getShaderInfoLog(t)||"").trim();if(s&&""===i)return"";const n=/ERROR: 0:(\d+)/.exec(i);if(n){const s=parseInt(n[1]);return r.toUpperCase()+"\n\n"+i+"\n\n"+this._handleSource(e.getShaderSource(t),s)}return i}_logProgramError(e,t,r){if(this.renderer.debug.checkShaderErrors){const s=this.gl,i=(s.getProgramInfoLog(e)||"").trim();if(!1===s.getProgramParameter(e,s.LINK_STATUS))if("function"==typeof this.renderer.debug.onShaderError)this.renderer.debug.onShaderError(s,e,r,t);else{const n=this._getShaderErrors(s,r,"vertex"),a=this._getShaderErrors(s,t,"fragment");o("THREE.WebGLProgram: Shader Error "+s.getError()+" - VALIDATE_STATUS "+s.getProgramParameter(e,s.VALIDATE_STATUS)+"\n\nProgram Info Log: "+i+"\n"+n+"\n"+a)}else""!==i&&d("WebGLProgram: Program Info Log:",i)}}_completeCompile(e,t){const{state:r,gl:s}=this,i=this.get(t),{programGPU:n,fragmentShader:a,vertexShader:o}=i;!1===s.getProgramParameter(n,s.LINK_STATUS)&&this._logProgramError(n,a,o),r.useProgram(n);const u=e.getBindings();this._setupBindings(u,n),this.set(t,{programGPU:n})}createComputePipeline(e,t){const{state:r,gl:s}=this,i={stage:"fragment",code:"#version 300 es\nprecision highp float;\nvoid main() {}"};this.createProgram(i);const{computeProgram:n}=e,a=s.createProgram(),o=this.get(i).shaderGPU,u=this.get(n).shaderGPU,l=n.transforms,d=[],c=[];for(let e=0;ebR[t]===e),r=this.extensions;for(let e=0;e1,h=!0===i.isXRRenderTarget,p=!0===h&&!0===i._hasExternalTextures;let g=n.msaaFrameBuffer,m=n.depthRenderbuffer;const f=this.extensions.get("WEBGL_multisampled_render_to_texture"),y=this.extensions.get("OVR_multiview2"),b=this._useMultisampledExtension(i),x=Ey(e);let T;if(l?(n.cubeFramebuffers||(n.cubeFramebuffers={}),T=n.cubeFramebuffers[x]):h&&!1===p?T=this._xrFramebuffer:(n.framebuffers||(n.framebuffers={}),T=n.framebuffers[x]),void 0===T){T=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,T);const s=e.textures,o=[];if(l){n.cubeFramebuffers[x]=T;const{textureGPU:e}=this.get(s[0]),r=this.renderer._activeCubeFace,i=this.renderer._activeMipmapLevel;t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_CUBE_MAP_POSITIVE_X+r,e,i)}else{n.framebuffers[x]=T;for(let r=0;r0&&!1===b&&!i.multiview){if(void 0===g){const s=[];g=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,g);const i=[],l=e.textures;for(let r=0;r0&&!1===this._useMultisampledExtension(s)){const n=i.framebuffers[e.getCacheKey()];let a=t.COLOR_BUFFER_BIT;s.resolveDepthBuffer&&(s.depthBuffer&&(a|=t.DEPTH_BUFFER_BIT),s.stencilBuffer&&s.resolveStencilBuffer&&(a|=t.STENCIL_BUFFER_BIT));const o=i.msaaFrameBuffer,u=i.msaaRenderbuffers,l=e.textures,d=l.length>1;if(r.bindFramebuffer(t.READ_FRAMEBUFFER,o),r.bindFramebuffer(t.DRAW_FRAMEBUFFER,n),d)for(let e=0;e0&&!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!1!==e._autoAllocateDepthBuffer}dispose(){null!==this.textureUtils&&this.textureUtils.dispose();const e=this.extensions.get("WEBGL_lose_context");e&&e.loseContext(),this.renderer.domElement.removeEventListener("webglcontextlost",this._onContextLost)}}const NR="point-list",SR="line-list",RR="line-strip",AR="triangle-list",ER="triangle-strip",wR="undefined"!=typeof self?self.GPUShaderStage:{VERTEX:1,FRAGMENT:2,COMPUTE:4},CR="never",MR="less",BR="equal",LR="less-equal",PR="greater",FR="not-equal",DR="greater-equal",UR="always",IR="store",OR="load",VR="clear",kR="ccw",GR="cw",zR="none",$R="back",WR="uint16",HR="uint32",qR="r8unorm",jR="r8snorm",XR="r8uint",KR="r8sint",YR="r16uint",QR="r16sint",ZR="r16float",JR="rg8unorm",eA="rg8snorm",tA="rg8uint",rA="rg8sint",sA="r32uint",iA="r32sint",nA="r32float",aA="rg16uint",oA="rg16sint",uA="rg16float",lA="rgba8unorm",dA="rgba8unorm-srgb",cA="rgba8snorm",hA="rgba8uint",pA="rgba8sint",gA="bgra8unorm",mA="bgra8unorm-srgb",fA="rgb9e5ufloat",yA="rgb10a2unorm",bA="rg11b10ufloat",xA="rg32uint",TA="rg32sint",_A="rg32float",vA="rgba16uint",NA="rgba16sint",SA="rgba16float",RA="rgba32uint",AA="rgba32sint",EA="rgba32float",wA="depth16unorm",CA="depth24plus",MA="depth24plus-stencil8",BA="depth32float",LA="depth32float-stencil8",PA="bc1-rgba-unorm",FA="bc1-rgba-unorm-srgb",DA="bc2-rgba-unorm",UA="bc2-rgba-unorm-srgb",IA="bc3-rgba-unorm",OA="bc3-rgba-unorm-srgb",VA="bc4-r-unorm",kA="bc4-r-snorm",GA="bc5-rg-unorm",zA="bc5-rg-snorm",$A="bc6h-rgb-ufloat",WA="bc6h-rgb-float",HA="bc7-rgba-unorm",qA="bc7-rgba-unorm-srgb",jA="etc2-rgb8unorm",XA="etc2-rgb8unorm-srgb",KA="etc2-rgb8a1unorm",YA="etc2-rgb8a1unorm-srgb",QA="etc2-rgba8unorm",ZA="etc2-rgba8unorm-srgb",JA="eac-r11unorm",eE="eac-r11snorm",tE="eac-rg11unorm",rE="eac-rg11snorm",sE="astc-4x4-unorm",iE="astc-4x4-unorm-srgb",nE="astc-5x4-unorm",aE="astc-5x4-unorm-srgb",oE="astc-5x5-unorm",uE="astc-5x5-unorm-srgb",lE="astc-6x5-unorm",dE="astc-6x5-unorm-srgb",cE="astc-6x6-unorm",hE="astc-6x6-unorm-srgb",pE="astc-8x5-unorm",gE="astc-8x5-unorm-srgb",mE="astc-8x6-unorm",fE="astc-8x6-unorm-srgb",yE="astc-8x8-unorm",bE="astc-8x8-unorm-srgb",xE="astc-10x5-unorm",TE="astc-10x5-unorm-srgb",_E="astc-10x6-unorm",vE="astc-10x6-unorm-srgb",NE="astc-10x8-unorm",SE="astc-10x8-unorm-srgb",RE="astc-10x10-unorm",AE="astc-10x10-unorm-srgb",EE="astc-12x10-unorm",wE="astc-12x10-unorm-srgb",CE="astc-12x12-unorm",ME="astc-12x12-unorm-srgb",BE="clamp-to-edge",LE="repeat",PE="mirror-repeat",FE="linear",DE="nearest",UE="zero",IE="one",OE="src",VE="one-minus-src",kE="src-alpha",GE="one-minus-src-alpha",zE="dst",$E="one-minus-dst",WE="dst-alpha",HE="one-minus-dst-alpha",qE="src-alpha-saturated",jE="constant",XE="one-minus-constant",KE="add",YE="subtract",QE="reverse-subtract",ZE="min",JE="max",ew=0,tw=15,rw="keep",sw="zero",iw="replace",nw="invert",aw="increment-clamp",ow="decrement-clamp",uw="increment-wrap",lw="decrement-wrap",dw="storage",cw="read-only-storage",hw="write-only",pw="read-only",gw="read-write",mw="non-filtering",fw="comparison",yw="float",bw="unfilterable-float",xw="depth",Tw="sint",_w="uint",vw="2d",Nw="3d",Sw="2d",Rw="2d-array",Aw="cube",Ew="3d",ww="all",Cw="vertex",Mw="instance",Bw={CoreFeaturesAndLimits:"core-features-and-limits",DepthClipControl:"depth-clip-control",Depth32FloatStencil8:"depth32float-stencil8",TextureCompressionBC:"texture-compression-bc",TextureCompressionBCSliced3D:"texture-compression-bc-sliced-3d",TextureCompressionETC2:"texture-compression-etc2",TextureCompressionASTC:"texture-compression-astc",TextureCompressionASTCSliced3D:"texture-compression-astc-sliced-3d",TimestampQuery:"timestamp-query",IndirectFirstInstance:"indirect-first-instance",ShaderF16:"shader-f16",RG11B10UFloat:"rg11b10ufloat-renderable",BGRA8UNormStorage:"bgra8unorm-storage",Float32Filterable:"float32-filterable",Float32Blendable:"float32-blendable",ClipDistances:"clip-distances",DualSourceBlending:"dual-source-blending",Subgroups:"subgroups",TextureFormatsTier1:"texture-formats-tier1",TextureFormatsTier2:"texture-formats-tier2"},Lw={"texture-compression-s3tc":"texture-compression-bc","texture-compression-etc1":"texture-compression-etc2"};class Pw extends kS{constructor(e,t,r){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class Fw extends PS{constructor(e,t){super(e,t?t.array:null),this.attribute=t,this.isStorageBuffer=!0}}let Dw=0;class Uw extends Fw{constructor(e,t){super("StorageBuffer_"+Dw++,e?e.value:null),this.nodeUniform=e,this.access=e?e.access:Js.READ_WRITE,this.groupNode=t}get buffer(){return this.nodeUniform.value}}class Iw extends ty{constructor(e){super(),this.device=e;this.mipmapSampler=e.createSampler({minFilter:FE}),this.flipYSampler=e.createSampler({minFilter:DE}),this.transferPipelines={},this.flipYPipelines={},this.mipmapVertexShaderModule=e.createShaderModule({label:"mipmapVertex",code:"\nstruct VarysStruct {\n\t@builtin( position ) Position: vec4,\n\t@location( 0 ) vTex : vec2\n};\n\n@vertex\nfn main( @builtin( vertex_index ) vertexIndex : u32 ) -> VarysStruct {\n\n\tvar Varys : VarysStruct;\n\n\tvar pos = array< vec2, 4 >(\n\t\tvec2( -1.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 ),\n\t\tvec2( -1.0, -1.0 ),\n\t\tvec2( 1.0, -1.0 )\n\t);\n\n\tvar tex = array< vec2, 4 >(\n\t\tvec2( 0.0, 0.0 ),\n\t\tvec2( 1.0, 0.0 ),\n\t\tvec2( 0.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 )\n\t);\n\n\tVarys.vTex = tex[ vertexIndex ];\n\tVarys.Position = vec4( pos[ vertexIndex ], 0.0, 1.0 );\n\n\treturn Varys;\n\n}\n"}),this.mipmapFragmentShaderModule=e.createShaderModule({label:"mipmapFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vTex );\n\n}\n"}),this.flipYFragmentShaderModule=e.createShaderModule({label:"flipYFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vec2( vTex.x, 1.0 - vTex.y ) );\n\n}\n"})}getTransferPipeline(e){let t=this.transferPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`mipmap-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.mipmapFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.transferPipelines[e]=t),t}getFlipYPipeline(e){let t=this.flipYPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`flipY-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.flipYFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.flipYPipelines[e]=t),t}flipY(e,t,r=0){const s=t.format,{width:i,height:n}=t.size,a=this.getTransferPipeline(s),o=this.getFlipYPipeline(s),u=this.device.createTexture({size:{width:i,height:n,depthOrArrayLayers:1},format:s,usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.TEXTURE_BINDING}),l=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r}),d=u.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:0}),c=this.device.createCommandEncoder({}),h=(e,t,r)=>{const s=e.getBindGroupLayout(0),i=this.device.createBindGroup({layout:s,entries:[{binding:0,resource:this.flipYSampler},{binding:1,resource:t}]}),n=c.beginRenderPass({colorAttachments:[{view:r,loadOp:VR,storeOp:IR,clearValue:[0,0,0,0]}]});n.setPipeline(e),n.setBindGroup(0,i),n.draw(4,1,0,0),n.end()};h(a,l,d),h(o,d,l),this.device.queue.submit([c.finish()]),u.destroy()}generateMipmaps(e,t,r=0,s=null){const i=this.get(e);void 0===i.layers&&(i.layers=[]);const n=i.layers[r]||this._mipmapCreateBundles(e,t,r),a=s||this.device.createCommandEncoder({label:"mipmapEncoder"});this._mipmapRunBundles(a,n),null===s&&this.device.queue.submit([a.finish()]),i.layers[r]=n}_mipmapCreateBundles(e,t,r){const s=this.getTransferPipeline(t.format),i=s.getBindGroupLayout(0);let n=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r});const a=[];for(let o=1;o0)for(let t=0,n=s.length;t0)for(let t=0,n=s.length;t0?e.width:r.size.width,l=a>0?e.height:r.size.height;try{o.queue.copyExternalImageToTexture({source:e,flipY:i},{texture:t,mipLevel:a,origin:{x:0,y:0,z:s},premultipliedAlpha:n},{width:u,height:l,depthOrArrayLayers:1})}catch(e){}}_getPassUtils(){let e=this._passUtils;return null===e&&(this._passUtils=e=new Iw(this.backend.device)),e}_generateMipmaps(e,t,r=0,s=null){this._getPassUtils().generateMipmaps(e,t,r,s)}_flipY(e,t,r=0){this._getPassUtils().flipY(e,t,r)}_copyBufferToTexture(e,t,r,s,i,n=0,a=0){const o=this.backend.device,u=e.data,l=this._getBytesPerTexel(r.format),d=e.width*l;o.queue.writeTexture({texture:t,mipLevel:a,origin:{x:0,y:0,z:s}},u,{offset:e.width*e.height*l*n,bytesPerRow:d},{width:e.width,height:e.height,depthOrArrayLayers:1}),!0===i&&this._flipY(t,r,s)}_copyCompressedBufferToTexture(e,t,r){const s=this.backend.device,i=this._getBlockData(r.format),n=r.size.depthOrArrayLayers>1;for(let a=0;a]*\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/i,$w=/([a-z_0-9]+)\s*:\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/gi,Ww={f32:"float",i32:"int",u32:"uint",bool:"bool","vec2":"vec2","vec2":"ivec2","vec2":"uvec2","vec2":"bvec2",vec2f:"vec2",vec2i:"ivec2",vec2u:"uvec2",vec2b:"bvec2","vec3":"vec3","vec3":"ivec3","vec3":"uvec3","vec3":"bvec3",vec3f:"vec3",vec3i:"ivec3",vec3u:"uvec3",vec3b:"bvec3","vec4":"vec4","vec4":"ivec4","vec4":"uvec4","vec4":"bvec4",vec4f:"vec4",vec4i:"ivec4",vec4u:"uvec4",vec4b:"bvec4","mat2x2":"mat2",mat2x2f:"mat2","mat3x3":"mat3",mat3x3f:"mat3","mat4x4":"mat4",mat4x4f:"mat4",sampler:"sampler",texture_1d:"texture",texture_2d:"texture",texture_2d_array:"texture",texture_multisampled_2d:"cubeTexture",texture_depth_2d:"depthTexture",texture_depth_2d_array:"depthTexture",texture_depth_multisampled_2d:"depthTexture",texture_depth_cube:"depthTexture",texture_depth_cube_array:"depthTexture",texture_3d:"texture3D",texture_cube:"cubeTexture",texture_cube_array:"cubeTexture",texture_storage_1d:"storageTexture",texture_storage_2d:"storageTexture",texture_storage_2d_array:"storageTexture",texture_storage_3d:"storageTexture"};class Hw extends XN{constructor(e){const{type:t,inputs:r,name:s,inputsCode:i,blockCode:n,outputType:a}=(e=>{const t=(e=e.trim()).match(zw);if(null!==t&&4===t.length){const r=t[2],s=[];let i=null;for(;null!==(i=$w.exec(r));)s.push({name:i[1],type:i[2]});const n=[];for(let e=0;e "+this.outputType:"";return`fn ${e} ( ${this.inputsCode.trim()} ) ${t}`+this.blockCode}}class qw extends jN{parseFunction(e){return new Hw(e)}}const jw={[Js.READ_ONLY]:"read",[Js.WRITE_ONLY]:"write",[Js.READ_WRITE]:"read_write"},Xw={[Ur]:"repeat",[ye]:"clamp",[Dr]:"mirror"},Kw={vertex:wR.VERTEX,fragment:wR.FRAGMENT,compute:wR.COMPUTE},Yw={instance:!0,swizzleAssign:!1,storageBuffer:!0},Qw={"^^":"tsl_xor"},Zw={float:"f32",int:"i32",uint:"u32",bool:"bool",color:"vec3",vec2:"vec2",ivec2:"vec2",uvec2:"vec2",bvec2:"vec2",vec3:"vec3",ivec3:"vec3",uvec3:"vec3",bvec3:"vec3",vec4:"vec4",ivec4:"vec4",uvec4:"vec4",bvec4:"vec4",mat2:"mat2x2",mat3:"mat3x3",mat4:"mat4x4"},Jw={},eC={tsl_xor:new qx("fn tsl_xor( a : bool, b : bool ) -> bool { return ( a || b ) && !( a && b ); }"),mod_float:new qx("fn tsl_mod_float( x : f32, y : f32 ) -> f32 { return x - y * floor( x / y ); }"),mod_vec2:new qx("fn tsl_mod_vec2( x : vec2f, y : vec2f ) -> vec2f { return x - y * floor( x / y ); }"),mod_vec3:new qx("fn tsl_mod_vec3( x : vec3f, y : vec3f ) -> vec3f { return x - y * floor( x / y ); }"),mod_vec4:new qx("fn tsl_mod_vec4( x : vec4f, y : vec4f ) -> vec4f { return x - y * floor( x / y ); }"),equals_bool:new qx("fn tsl_equals_bool( a : bool, b : bool ) -> bool { return a == b; }"),equals_bvec2:new qx("fn tsl_equals_bvec2( a : vec2f, b : vec2f ) -> vec2 { return vec2( a.x == b.x, a.y == b.y ); }"),equals_bvec3:new qx("fn tsl_equals_bvec3( a : vec3f, b : vec3f ) -> vec3 { return vec3( a.x == b.x, a.y == b.y, a.z == b.z ); }"),equals_bvec4:new qx("fn tsl_equals_bvec4( a : vec4f, b : vec4f ) -> vec4 { return vec4( a.x == b.x, a.y == b.y, a.z == b.z, a.w == b.w ); }"),repeatWrapping_float:new qx("fn tsl_repeatWrapping_float( coord: f32 ) -> f32 { return fract( coord ); }"),mirrorWrapping_float:new qx("fn tsl_mirrorWrapping_float( coord: f32 ) -> f32 { let mirrored = fract( coord * 0.5 ) * 2.0; return 1.0 - abs( 1.0 - mirrored ); }"),clampWrapping_float:new qx("fn tsl_clampWrapping_float( coord: f32 ) -> f32 { return clamp( coord, 0.0, 1.0 ); }"),biquadraticTexture:new qx("\nfn tsl_biquadraticTexture( map : texture_2d, coord : vec2f, iRes : vec2u, level : u32 ) -> vec4f {\n\n\tlet res = vec2f( iRes );\n\n\tlet uvScaled = coord * res;\n\tlet uvWrapping = ( ( uvScaled % res ) + res ) % res;\n\n\t// https://www.shadertoy.com/view/WtyXRy\n\n\tlet uv = uvWrapping - 0.5;\n\tlet iuv = floor( uv );\n\tlet f = fract( uv );\n\n\tlet rg1 = textureLoad( map, vec2u( iuv + vec2( 0.5, 0.5 ) ) % iRes, level );\n\tlet rg2 = textureLoad( map, vec2u( iuv + vec2( 1.5, 0.5 ) ) % iRes, level );\n\tlet rg3 = textureLoad( map, vec2u( iuv + vec2( 0.5, 1.5 ) ) % iRes, level );\n\tlet rg4 = textureLoad( map, vec2u( iuv + vec2( 1.5, 1.5 ) ) % iRes, level );\n\n\treturn mix( mix( rg1, rg2, f.x ), mix( rg3, rg4, f.x ), f.y );\n\n}\n")},tC={dFdx:"dpdx",dFdy:"- dpdy",mod_float:"tsl_mod_float",mod_vec2:"tsl_mod_vec2",mod_vec3:"tsl_mod_vec3",mod_vec4:"tsl_mod_vec4",equals_bool:"tsl_equals_bool",equals_bvec2:"tsl_equals_bvec2",equals_bvec3:"tsl_equals_bvec3",equals_bvec4:"tsl_equals_bvec4",inversesqrt:"inverseSqrt",bitcast:"bitcast",floatpack_snorm_2x16:"pack2x16snorm",floatpack_unorm_2x16:"pack2x16unorm",floatpack_float16_2x16:"pack2x16float",floatunpack_snorm_2x16:"unpack2x16snorm",floatunpack_unorm_2x16:"unpack2x16unorm",floatunpack_float16_2x16:"unpack2x16float"};let rC="";!0!==("undefined"!=typeof navigator&&/Firefox|Deno/g.test(navigator.userAgent))&&(rC+="diagnostic( off, derivative_uniformity );\n");class sC extends LN{constructor(e,t){super(e,t,new qw),this.uniformGroups={},this.builtins={},this.directives={},this.scopedArrays=new Map}_generateTextureSample(e,t,r,s,i,n=this.shaderStage){return"fragment"===n?s?i?`textureSample( ${t}, ${t}_sampler, ${r}, ${s}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r}, ${s} )`:i?`textureSample( ${t}, ${t}_sampler, ${r}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r} )`:this.generateTextureSampleLevel(e,t,r,"0",s)}generateTextureSampleLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateWrapFunction(e){const t=`tsl_coord_${Xw[e.wrapS]}S_${Xw[e.wrapT]}_${e.is3DTexture||e.isData3DTexture?"3d":"2d"}T`;let r=Jw[t];if(void 0===r){const s=[],i=e.is3DTexture||e.isData3DTexture?"vec3f":"vec2f";let n=`fn ${t}( coord : ${i} ) -> ${i} {\n\n\treturn ${i}(\n`;const a=(e,t)=>{e===Ur?(s.push(eC.repeatWrapping_float),n+=`\t\ttsl_repeatWrapping_float( coord.${t} )`):e===ye?(s.push(eC.clampWrapping_float),n+=`\t\ttsl_clampWrapping_float( coord.${t} )`):e===Dr?(s.push(eC.mirrorWrapping_float),n+=`\t\ttsl_mirrorWrapping_float( coord.${t} )`):(n+=`\t\tcoord.${t}`,d(`WebGPURenderer: Unsupported texture wrap type "${e}" for vertex shader.`))};a(e.wrapS,"x"),n+=",\n",a(e.wrapT,"y"),(e.is3DTexture||e.isData3DTexture)&&(n+=",\n",a(e.wrapR,"z")),n+="\n\t);\n\n}\n",Jw[t]=r=new qx(n,s)}return r.build(this),t}generateArrayDeclaration(e,t){return`array< ${this.getType(e)}, ${t} >`}generateTextureDimension(e,t,r){const s=this.getDataFromNode(e,this.shaderStage,this.globalCache);void 0===s.dimensionsSnippet&&(s.dimensionsSnippet={});let i=s.dimensionsSnippet[r];if(void 0===s.dimensionsSnippet[r]){let n,a;const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(e),u=o>1;a=e.is3DTexture||e.isData3DTexture?"vec3":"vec2",n=u||e.isStorageTexture?t:`${t}${r?`, u32( ${r} )`:""}`,i=new Au(new pl(`textureDimensions( ${n} )`,a)),s.dimensionsSnippet[r]=i,(e.isArrayTexture||e.isDataArrayTexture||e.is3DTexture||e.isData3DTexture)&&(s.arrayLayerCount=new Au(new pl(`textureNumLayers(${t})`,"u32"))),e.isTextureCube&&(s.cubeFaceCount=new Au(new pl("6u","u32")))}return i.build(this)}generateFilteredTexture(e,t,r,s,i="0u"){this._include("biquadraticTexture");const n=this.generateWrapFunction(e),a=this.generateTextureDimension(e,t,i);return s&&(r=`${r} + vec2(${s}) / ${a}`),`tsl_biquadraticTexture( ${t}, ${n}( ${r} ), ${a}, u32( ${i} ) )`}generateTextureLod(e,t,r,s,i,n="0u"){const a=this.generateWrapFunction(e),o=this.generateTextureDimension(e,t,n),u=e.is3DTexture||e.isData3DTexture?"vec3":"vec2";i&&(r=`${r} + ${u}(${i}) / ${u}( ${o} )`);const l=`${u}( ${a}( ${r} ) * ${u}( ${o} ) )`;return this.generateTextureLoad(e,t,l,n,s,null)}generateTextureLoad(e,t,r,s,i,n){let a;return null===s&&(s="0u"),n&&(r=`${r} + ${n}`),i?a=`textureLoad( ${t}, ${r}, ${i}, u32( ${s} ) )`:(a=`textureLoad( ${t}, ${r}, u32( ${s} ) )`,this.renderer.backend.compatibilityMode&&e.isDepthTexture&&(a+=".x")),a}generateTextureStore(e,t,r,s,i){let n;return n=s?`textureStore( ${t}, ${r}, ${s}, ${i} )`:`textureStore( ${t}, ${r}, ${i} )`,n}isSampleCompare(e){return!0===e.isDepthTexture&&null!==e.compareFunction}isUnfilterable(e){return"float"!==this.getComponentTypeFromTexture(e)||!this.isAvailable("float32Filterable")&&!0===e.isDataTexture&&e.type===H||!1===this.isSampleCompare(e)&&e.minFilter===A&&e.magFilter===A||this.renderer.backend.utils.getTextureSampleData(e).primarySamples>1}generateTexture(e,t,r,s,i,n=this.shaderStage){let a=null;return a=this.isUnfilterable(e)?this.generateTextureLod(e,t,r,s,i,"0",n):this._generateTextureSample(e,t,r,s,i,n),a}generateTextureGrad(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]}, ${n} )`:`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]} )`;o(`WebGPURenderer: THREE.TextureNode.gradient() does not support ${a} shader.`)}generateTextureCompare(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return!0===e.isDepthTexture&&!0===e.isArrayTexture?n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s} )`:n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.DepthTexture.compareFunction() does not support ${a} shader.`)}generateTextureLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateTextureBias(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.TextureNode.biasNode does not support ${a} shader.`)}getPropertyName(e,t=this.shaderStage){if(!0===e.isNodeVarying&&!0===e.needsInterpolation){if("vertex"===t)return`varyings.${e.name}`}else if(!0===e.isNodeUniform){const t=e.name,r=e.type;return"texture"===r||"cubeTexture"===r||"cubeDepthTexture"===r||"storageTexture"===r||"texture3D"===r?t:"buffer"===r||"storageBuffer"===r||"indirectStorageBuffer"===r?this.isCustomStruct(e)?t:t+".value":e.groupNode.name+"."+t}return super.getPropertyName(e)}getOutputStructName(){return"output"}getFunctionOperator(e){const t=Qw[e];return void 0!==t?(this._include(t),t):null}getNodeAccess(e,t){return"compute"!==t?!0===e.isAtomic?(d("WebGPURenderer: Atomic operations are only supported in compute shaders."),Js.READ_WRITE):Js.READ_ONLY:e.access}getStorageAccess(e,t){return jw[this.getNodeAccess(e,t)]}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);if(void 0===n.uniformGPU){let a;const o=e.groupNode,u=o.name,l=this.getBindGroupArray(u,r);if("texture"===t||"cubeTexture"===t||"cubeDepthTexture"===t||"storageTexture"===t||"texture3D"===t){let s=null;const n=this.getNodeAccess(e,r);if("texture"===t||"storageTexture"===t?s=!0===e.value.is3DTexture?new HS(i.name,i.node,o,n):new $S(i.name,i.node,o,n):"cubeTexture"===t||"cubeDepthTexture"===t?s=new WS(i.name,i.node,o,n):"texture3D"===t&&(s=new HS(i.name,i.node,o,n)),s.store=!0===e.isStorageTextureNode,s.mipLevel=s.store?e.mipLevel:0,s.setVisibility(Kw[r]),!1===this.isUnfilterable(e.value)&&!1===s.store){const e=new Pw(`${i.name}_sampler`,i.node,o);e.setVisibility(Kw[r]),l.push(e,s),a=[e,s]}else l.push(s),a=[s]}else if("buffer"===t||"storageBuffer"===t||"indirectStorageBuffer"===t){const n=this.getSharedDataFromNode(e);let u=n.buffer;if(void 0===u){u=new("buffer"===t?US:Uw)(e,o),n.buffer=u}u.setVisibility(u.getVisibility()|Kw[r]),l.push(u),a=u,i.name=s||"NodeBuffer_"+i.id}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let s=e[u];void 0===s&&(s=new VS(u,o),s.setVisibility(Kw[r]),e[u]=s,l.push(s)),a=this.getNodeUniform(i,t),s.addUniform(a)}n.uniformGPU=a}return i}getBuiltin(e,t,r,s=this.shaderStage){const i=this.builtins[s]||(this.builtins[s]=new Map);return!1===i.has(e)&&i.set(e,{name:e,property:t,type:r}),t}hasBuiltin(e,t=this.shaderStage){return void 0!==this.builtins[t]&&this.builtins[t].has(e)}getVertexIndex(){return"vertex"===this.shaderStage?this.getBuiltin("vertex_index","vertexIndex","u32","attribute"):"vertexIndex"}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(e.name+" : "+this.getType(e.type));let i=`fn ${t.name}( ${s.join(", ")} ) -> ${this.getType(t.type)} {\n${r.vars}\n${r.code}\n`;return r.result&&(i+=`\treturn ${r.result};\n`),i+="\n}\n",i}getInstanceIndex(){return"vertex"===this.shaderStage?this.getBuiltin("instance_index","instanceIndex","u32","attribute"):"instanceIndex"}getInvocationLocalIndex(){return this.getBuiltin("local_invocation_index","invocationLocalIndex","u32","attribute")}getSubgroupSize(){return this.enableSubGroups(),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute")}getInvocationSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_invocation_id","invocationSubgroupIndex","u32","attribute")}getSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_id","subgroupIndex","u32","attribute")}getDrawIndex(){return null}getFrontFacing(){return this.getBuiltin("front_facing","isFront","bool")}getFragCoord(){return this.getBuiltin("position","fragCoord","vec4")+".xy"}getFragDepth(){return"output."+this.getBuiltin("frag_depth","depth","f32","output")}getClipDistance(){return"varyings.hw_clip_distances"}isFlipY(){return!1}enableDirective(e,t=this.shaderStage){(this.directives[t]||(this.directives[t]=new Set)).add(e)}getDirectives(e){const t=[],r=this.directives[e];if(void 0!==r)for(const e of r)t.push(`enable ${e};`);return t.join("\n")}enableSubGroups(){this.enableDirective("subgroups")}enableSubgroupsF16(){this.enableDirective("subgroups-f16")}enableClipDistances(){this.enableDirective("clip_distances")}enableShaderF16(){this.enableDirective("f16")}enableDualSourceBlending(){this.enableDirective("dual_source_blending")}enableHardwareClipping(e){this.enableClipDistances(),this.getBuiltin("clip_distances","hw_clip_distances",`array`,"vertex")}getBuiltins(e){const t=[],r=this.builtins[e];if(void 0!==r)for(const{name:e,property:s,type:i}of r.values())t.push(`@builtin( ${e} ) ${s} : ${i}`);return t.join(",\n\t")}getScopedArray(e,t,r,s){return!1===this.scopedArrays.has(e)&&this.scopedArrays.set(e,{name:e,scope:t,bufferType:r,bufferCount:s}),e}getScopedArrays(e){if("compute"!==e)return;const t=[];for(const{name:e,scope:r,bufferType:s,bufferCount:i}of this.scopedArrays.values()){const n=this.getType(s);t.push(`var<${r}> ${e}: array< ${n}, ${i} >;`)}return t.join("\n")}getAttributes(e){const t=[];if("compute"===e&&(this.getBuiltin("global_invocation_id","globalId","vec3","attribute"),this.getBuiltin("workgroup_id","workgroupId","vec3","attribute"),this.getBuiltin("local_invocation_id","localId","vec3","attribute"),this.getBuiltin("num_workgroups","numWorkgroups","vec3","attribute"),this.renderer.hasFeature("subgroups")&&(this.enableDirective("subgroups",e),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute"))),"vertex"===e||"compute"===e){const e=this.getBuiltins("attribute");e&&t.push(e);const r=this.getAttributesArray();for(let e=0,s=r.length;e"),t.push(`\t${s+r.name} : ${i}`)}return e.output&&t.push(`\t${this.getBuiltins("output")}`),t.join(",\n")}getStructs(e){let t="";const r=this.structs[e];if(r.length>0){const e=[];for(const t of r){let r=`struct ${t.name} {\n`;r+=this.getStructMembers(t),r+="\n};",e.push(r)}t="\n"+e.join("\n\n")+"\n"}return t}getVar(e,t,r=null){let s=`var ${t} : `;return s+=null!==r?this.generateArrayDeclaration(e,r):this.getType(e),s}getVars(e){const t=[],r=this.vars[e];if(void 0!==r)for(const e of r)t.push(`\t${this.getVar(e.type,e.name,e.count)};`);return`\n${t.join("\n")}\n`}getVaryings(e){const t=[];if("vertex"===e&&this.getBuiltin("position","Vertex","vec4","vertex"),"vertex"===e||"fragment"===e){const r=this.varyings,s=this.vars[e];for(let i=0;ir.value.itemSize;return s&&!i}getUniforms(e){const t=this.uniforms[e],r=[],s=[],i=[],n={};for(const i of t){const t=i.groupNode.name,a=this.bindingsIndexes[t];if("texture"===i.type||"cubeTexture"===i.type||"cubeDepthTexture"===i.type||"storageTexture"===i.type||"texture3D"===i.type){const t=i.node.value;let s;!1===this.isUnfilterable(t)&&!0!==i.node.isStorageTextureNode&&(this.isSampleCompare(t)?r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler_comparison;`):r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler;`));let n="";const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(t);if(o>1&&(n="_multisampled"),!0===t.isCubeTexture&&!0===t.isDepthTexture)s="texture_depth_cube";else if(!0===t.isCubeTexture)s="texture_cube";else if(!0===t.isDepthTexture)s=this.renderer.backend.compatibilityMode&&null===t.compareFunction?`texture${n}_2d`:`texture_depth${n}_2d${!0===t.isArrayTexture?"_array":""}`;else if(!0===i.node.isStorageTextureNode){const r=Gw(t),n=this.getStorageAccess(i.node,e),a=i.node.value.is3DTexture,o=i.node.value.isArrayTexture;s=`texture_storage_${a?"3d":"2d"+(o?"_array":"")}<${r}, ${n}>`}else if(!0===t.isArrayTexture||!0===t.isDataArrayTexture||!0===t.isCompressedArrayTexture)s="texture_2d_array";else if(!0===t.is3DTexture||!0===t.isData3DTexture)s="texture_3d";else{s=`texture${n}_2d<${this.getComponentTypeFromTexture(t).charAt(0)}32>`}r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name} : ${s};`)}else if("buffer"===i.type||"storageBuffer"===i.type||"indirectStorageBuffer"===i.type){const t=i.node,r=this.getType(t.getNodeType(this)),n=t.bufferCount,o=n>0&&"buffer"===i.type?", "+n:"",u=t.isStorageBufferNode?`storage, ${this.getStorageAccess(t,e)}`:"uniform";if(this.isCustomStruct(i))s.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var<${u}> ${i.name} : ${r};`);else{const e=`\tvalue : array< ${t.isAtomic?`atomic<${r}>`:`${r}`}${o} >`;s.push(this._getWGSLStructBinding(i.name,e,u,a.binding++,a.group))}}else{const e=this.getType(this.getVectorType(i.type)),t=i.groupNode.name;(n[t]||(n[t]={index:a.binding++,id:a.group,snippets:[]})).snippets.push(`\t${i.name} : ${e}`)}}for(const e in n){const t=n[e];i.push(this._getWGSLStructBinding(e,t.snippets.join(",\n"),"uniform",t.index,t.id))}return[...r,...s,...i].join("\n")}buildCode(){const e=null!==this.material?{fragment:{},vertex:{}}:{compute:{}};this.sortBindingGroups();for(const t in e){this.shaderStage=t;const r=e[t];r.uniforms=this.getUniforms(t),r.attributes=this.getAttributes(t),r.varyings=this.getVaryings(t),r.structs=this.getStructs(t),r.vars=this.getVars(t),r.codes=this.getCodes(t),r.directives=this.getDirectives(t),r.scopedArrays=this.getScopedArrays(t);let s="// code\n\n";s+=this.flowCode[t];const i=this.flowNodes[t],n=i[i.length-1],a=n.outputNode,o=void 0!==a&&!0===a.isOutputStructNode;for(const e of i){const i=this.getFlowData(e),u=e.name;if(u&&(s.length>0&&(s+="\n"),s+=`\t// flow -> ${u}\n`),s+=`${i.code}\n\t`,e===n&&"compute"!==t)if(s+="// result\n\n\t","vertex"===t)s+=`varyings.Vertex = ${i.result};`;else if("fragment"===t)if(o)r.returnType=a.getNodeType(this),r.structs+="var output : "+r.returnType+";",s+=`return ${i.result};`;else{let e="\t@location(0) color: vec4";const t=this.getBuiltins("output");t&&(e+=",\n\t"+t),r.returnType="OutputStruct",r.structs+=this._getWGSLStruct("OutputStruct",e),r.structs+="\nvar output : OutputStruct;",s+=`output.color = ${i.result};\n\n\treturn output;`}}r.flow=s}if(this.shaderStage=null,null!==this.material)this.vertexShader=this._getWGSLVertexCode(e.vertex),this.fragmentShader=this._getWGSLFragmentCode(e.fragment);else{const t=this.object.workgroupSize;this.computeShader=this._getWGSLComputeCode(e.compute,t)}}getMethod(e,t=null){let r;return null!==t&&(r=this._getWGSLMethod(e+"_"+t)),void 0===r&&(r=this._getWGSLMethod(e)),r||e}getBitcastMethod(e){return`bitcast<${this.getType(e)}>`}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`select( ${r}, ${t}, ${e} )`}getType(e){return Zw[e]||e}isAvailable(e){let t=Yw[e];return void 0===t&&("float32Filterable"===e?t=this.renderer.hasFeature("float32-filterable"):"clipDistance"===e&&(t=this.renderer.hasFeature("clip-distances")),Yw[e]=t),t}_getWGSLMethod(e){return void 0!==eC[e]&&this._include(e),tC[e]}_include(e){const t=eC[e];return t.build(this),this.addInclude(t),t}_getWGSLVertexCode(e){return`${this.getSignature()}\n// directives\n${e.directives}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// varyings\n${e.varyings}\nvar varyings : VaryingsStruct;\n\n// codes\n${e.codes}\n\n@vertex\nfn main( ${e.attributes} ) -> VaryingsStruct {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n\treturn varyings;\n\n}\n`}_getWGSLFragmentCode(e){return`${this.getSignature()}\n// global\n${rC}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@fragment\nfn main( ${e.varyings} ) -> ${e.returnType} {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLComputeCode(e,t){const[r,s,i]=t;return`${this.getSignature()}\n// directives\n${e.directives}\n\n// system\nvar instanceIndex : u32;\n\n// locals\n${e.scopedArrays}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@compute @workgroup_size( ${r}, ${s}, ${i} )\nfn main( ${e.attributes} ) {\n\n\t// system\n\tinstanceIndex = globalId.x\n\t\t+ globalId.y * ( ${r} * numWorkgroups.x )\n\t\t+ globalId.z * ( ${r} * numWorkgroups.x ) * ( ${s} * numWorkgroups.y );\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLStruct(e,t){return`\nstruct ${e} {\n${t}\n};`}_getWGSLStructBinding(e,t,r,s=0,i=0){const n=e+"Struct";return`${this._getWGSLStruct(n,t)}\n@binding( ${s} ) @group( ${i} )\nvar<${r}> ${e} : ${n};`}}class iC{constructor(e){this.backend=e}getCurrentDepthStencilFormat(e){let t;return null!==e.depthTexture?t=this.getTextureFormatGPU(e.depthTexture):e.depth&&e.stencil?t=MA:e.depth&&(t=CA),t}getTextureFormatGPU(e){return this.backend.get(e).format}getTextureSampleData(e){let t;if(e.isFramebufferTexture)t=1;else if(e.isDepthTexture&&!e.renderTarget){const e=this.backend.renderer,r=e.getRenderTarget();t=r?r.samples:e.currentSamples}else e.renderTarget&&(t=e.renderTarget.samples);t=t||1;const r=t>1&&null!==e.renderTarget&&!0!==e.isDepthTexture&&!0!==e.isFramebufferTexture;return{samples:t,primarySamples:r?1:t,isMSAA:r}}getCurrentColorFormat(e){let t;return t=null!==e.textures?this.getTextureFormatGPU(e.textures[0]):this.getPreferredCanvasFormat(),t}getCurrentColorFormats(e){return null!==e.textures?e.textures.map(e=>this.getTextureFormatGPU(e)):[this.getPreferredCanvasFormat()]}getCurrentColorSpace(e){return null!==e.textures?e.textures[0].colorSpace:this.backend.renderer.outputColorSpace}getPrimitiveTopology(e,t){return e.isPoints?NR:e.isLineSegments||e.isMesh&&!0===t.wireframe?SR:e.isLine?RR:e.isMesh?AR:void 0}getSampleCount(e){return e>=4?4:1}getSampleCountRenderContext(e){return null!==e.textures?this.getSampleCount(e.sampleCount):this.getSampleCount(this.backend.renderer.currentSamples)}getPreferredCanvasFormat(){const e=this.backend.parameters.outputType;if(void 0===e)return navigator.gpu.getPreferredCanvasFormat();if(e===ke)return gA;if(e===fe)return SA;throw new Error("Unsupported output buffer type.")}}const nC=new Map([[Int8Array,["sint8","snorm8"]],[Uint8Array,["uint8","unorm8"]],[Int16Array,["sint16","snorm16"]],[Uint16Array,["uint16","unorm16"]],[Int32Array,["sint32","snorm32"]],[Uint32Array,["uint32","unorm32"]],[Float32Array,["float32"]]]);"undefined"!=typeof Float16Array&&nC.set(Float16Array,["float16"]);const aC=new Map([[et,["float16"]]]),oC=new Map([[Int32Array,"sint32"],[Int16Array,"sint32"],[Uint32Array,"uint32"],[Uint16Array,"uint32"],[Float32Array,"float32"]]);class uC{constructor(e){this.backend=e}createAttribute(e,t){const r=this._getBufferAttribute(e),s=this.backend,i=s.get(r);let n=i.buffer;if(void 0===n){const a=s.device;let o=r.array;if(!1===e.normalized)if(o.constructor===Int16Array||o.constructor===Int8Array)o=new Int32Array(o);else if((o.constructor===Uint16Array||o.constructor===Uint8Array)&&(o=new Uint32Array(o),t&GPUBufferUsage.INDEX))for(let e=0;e0&&(void 0===n.groups&&(n.groups=[],n.versions=[]),n.versions[r]===s&&(o=n.groups[r])),void 0===o&&(o=this.createBindGroup(e,a),r>0&&(n.groups[r]=o,n.versions[r]=s)),n.group=o}updateBinding(e){const t=this.backend,r=t.device,s=e.buffer,i=t.get(e).buffer,n=e.updateRanges;if(0===n.length)r.queue.writeBuffer(i,0,s,0);else{const t=jr(s),a=t?1:s.BYTES_PER_ELEMENT;for(let e=0,o=n.length;e1&&(i+=`-${e.texture.depthOrArrayLayers}`),i+=`-${r}-${s}`,a=e[i],void 0===a){const n=ww;let o;o=t.isSampledCubeTexture?Aw:t.isSampledTexture3D?Ew:t.texture.isArrayTexture||t.texture.isDataArrayTexture||t.texture.isCompressedArrayTexture?Rw:Sw,a=e[i]=e.texture.createView({aspect:n,dimension:o,mipLevelCount:r,baseMipLevel:s})}}n.push({binding:i,resource:a})}else if(t.isSampler){const e=r.get(t.texture);n.push({binding:i,resource:e.sampler})}i++}return s.createBindGroup({label:"bindGroup_"+e.name,layout:t,entries:n})}_createLayoutEntries(e){const t=[];let r=0;for(const s of e.bindings){const e=this.backend,i={binding:r,visibility:s.visibility};if(s.isUniformBuffer||s.isStorageBuffer){const e={};s.isStorageBuffer&&(s.visibility&wR.COMPUTE&&(s.access===Js.READ_WRITE||s.access===Js.WRITE_ONLY)?e.type=dw:e.type=cw),i.buffer=e}else if(s.isSampledTexture&&s.store){const e={};e.format=this.backend.get(s.texture).texture.format;const t=s.access;e.access=t===Js.READ_WRITE?gw:t===Js.WRITE_ONLY?hw:pw,s.texture.isArrayTexture?e.viewDimension=Rw:s.texture.is3DTexture&&(e.viewDimension=Ew),i.storageTexture=e}else if(s.isSampledTexture){const t={},{primarySamples:r}=e.utils.getTextureSampleData(s.texture);if(r>1&&(t.multisampled=!0,s.texture.isDepthTexture||(t.sampleType=bw)),s.texture.isDepthTexture)e.compatibilityMode&&null===s.texture.compareFunction?t.sampleType=bw:t.sampleType=xw;else if(s.texture.isDataTexture||s.texture.isDataArrayTexture||s.texture.isData3DTexture){const e=s.texture.type;e===R?t.sampleType=Tw:e===S?t.sampleType=_w:e===H&&(this.backend.hasFeature("float32-filterable")?t.sampleType=yw:t.sampleType=bw)}s.isSampledCubeTexture?t.viewDimension=Aw:s.texture.isArrayTexture||s.texture.isDataArrayTexture||s.texture.isCompressedArrayTexture?t.viewDimension=Rw:s.isSampledTexture3D&&(t.viewDimension=Ew),i.texture=t}else if(s.isSampler){const t={};s.texture.isDepthTexture&&(null!==s.texture.compareFunction?t.type=fw:e.compatibilityMode&&(t.type=mw)),i.sampler=t}else o(`WebGPUBindingUtils: Unsupported binding "${s}".`);t.push(i),r++}return t}deleteBindGroupData(e){const{backend:t}=this,r=t.get(e);r.layout&&(r.layout.usedTimes--,0===r.layout.usedTimes&&this._bindGroupLayoutCache.delete(r.layoutKey),r.layout=void 0,r.layoutKey=void 0)}dispose(){this._bindGroupLayoutCache.clear()}}class cC{constructor(e){this.backend=e,this._activePipelines=new WeakMap}setPipeline(e,t){this._activePipelines.get(e)!==t&&(e.setPipeline(t),this._activePipelines.set(e,t))}_getSampleCount(e){return this.backend.utils.getSampleCountRenderContext(e)}createRenderPipeline(e,t){const{object:r,material:s,geometry:i,pipeline:n}=e,{vertexProgram:a,fragmentProgram:u}=n,l=this.backend,d=l.device,c=l.utils,h=l.get(n),p=[];for(const t of e.getBindings()){const e=l.get(t),{layoutGPU:r}=e.layout;p.push(r)}const g=l.attributeUtils.createShaderVertexBuffers(e);let m;s.blending===Z||s.blending===Qe&&!1===s.transparent||(m=this._getBlending(s));let f={};!0===s.stencilWrite&&(f={compare:this._getStencilCompare(s),failOp:this._getStencilOperation(s.stencilFail),depthFailOp:this._getStencilOperation(s.stencilZFail),passOp:this._getStencilOperation(s.stencilZPass)});const y=this._getColorWriteMask(s),b=[];if(null!==e.context.textures){const t=e.context.textures;for(let e=0;e1},layout:d.createPipelineLayout({bindGroupLayouts:p})},A={},E=e.context.depth,w=e.context.stencil;if(!0!==E&&!0!==w||(!0===E&&(A.format=N,A.depthWriteEnabled=s.depthWrite,A.depthCompare=v),!0===w&&(A.stencilFront=f,A.stencilBack={},A.stencilReadMask=s.stencilFuncMask,A.stencilWriteMask=s.stencilWriteMask),!0===s.polygonOffset&&(A.depthBias=s.polygonOffsetUnits,A.depthBiasSlopeScale=s.polygonOffsetFactor,A.depthBiasClamp=0),R.depthStencil=A),d.pushErrorScope("validation"),null===t)h.pipeline=d.createRenderPipeline(R),d.popErrorScope().then(e=>{null!==e&&(h.error=!0,o(e.message))});else{const e=new Promise(async e=>{try{h.pipeline=await d.createRenderPipelineAsync(R)}catch(e){}const t=await d.popErrorScope();null!==t&&(h.error=!0,o(t.message)),e()});t.push(e)}}createBundleEncoder(e,t="renderBundleEncoder"){const r=this.backend,{utils:s,device:i}=r,n=s.getCurrentDepthStencilFormat(e),a={label:t,colorFormats:s.getCurrentColorFormats(e),depthStencilFormat:n,sampleCount:this._getSampleCount(e)};return i.createRenderBundleEncoder(a)}createComputePipeline(e,t){const r=this.backend,s=r.device,i=r.get(e.computeProgram).module,n=r.get(e),a=[];for(const e of t){const t=r.get(e),{layoutGPU:s}=t.layout;a.push(s)}n.pipeline=s.createComputePipeline({compute:i,layout:s.createPipelineLayout({bindGroupLayouts:a})})}_getBlending(e){let t,r;const s=e.blending,i=e.blendSrc,n=e.blendDst,a=e.blendEquation;if(s===nt){const s=null!==e.blendSrcAlpha?e.blendSrcAlpha:i,o=null!==e.blendDstAlpha?e.blendDstAlpha:n,u=null!==e.blendEquationAlpha?e.blendEquationAlpha:a;t={srcFactor:this._getBlendFactor(i),dstFactor:this._getBlendFactor(n),operation:this._getBlendOperation(a)},r={srcFactor:this._getBlendFactor(s),dstFactor:this._getBlendFactor(o),operation:this._getBlendOperation(u)}}else{const i=(e,s,i,n)=>{t={srcFactor:e,dstFactor:s,operation:KE},r={srcFactor:i,dstFactor:n,operation:KE}};if(e.premultipliedAlpha)switch(s){case Qe:i(IE,GE,IE,GE);break;case $t:i(IE,IE,IE,IE);break;case zt:i(UE,VE,UE,IE);break;case Gt:i(zE,GE,UE,IE)}else switch(s){case Qe:i(kE,GE,IE,GE);break;case $t:i(kE,IE,IE,IE);break;case zt:o("WebGPURenderer: SubtractiveBlending requires material.premultipliedAlpha = true");break;case Gt:o("WebGPURenderer: MultiplyBlending requires material.premultipliedAlpha = true")}}if(void 0!==t&&void 0!==r)return{color:t,alpha:r};o("WebGPURenderer: Invalid blending: ",s)}_getBlendFactor(e){let t;switch(e){case ot:t=UE;break;case It:t=IE;break;case Ut:t=OE;break;case Bt:t=VE;break;case Dt:t=kE;break;case Mt:t=GE;break;case Pt:t=zE;break;case Ct:t=$E;break;case Lt:t=WE;break;case wt:t=HE;break;case Ft:t=qE;break;case 211:t=jE;break;case 212:t=XE;break;default:o("WebGPURenderer: Blend factor not supported.",e)}return t}_getStencilCompare(e){let t;const r=e.stencilFunc;switch(r){case ts:t=CR;break;case es:t=UR;break;case Jr:t=MR;break;case Zr:t=LR;break;case Qr:t=BR;break;case Yr:t=DR;break;case Kr:t=PR;break;case Xr:t=FR;break;default:o("WebGPURenderer: Invalid stencil function.",r)}return t}_getStencilOperation(e){let t;switch(e){case ls:t=rw;break;case us:t=sw;break;case os:t=iw;break;case as:t=nw;break;case ns:t=aw;break;case is:t=ow;break;case ss:t=uw;break;case rs:t=lw;break;default:o("WebGPURenderer: Invalid stencil operation.",t)}return t}_getBlendOperation(e){let t;switch(e){case at:t=KE;break;case Et:t=YE;break;case At:t=QE;break;case cs:t=ZE;break;case ds:t=JE;break;default:o("WebGPUPipelineUtils: Blend equation not supported.",e)}return t}_getPrimitiveState(e,t,r){const s={},i=this.backend.utils;s.topology=i.getPrimitiveTopology(e,r),null!==t.index&&!0===e.isLine&&!0!==e.isLineSegments&&(s.stripIndexFormat=t.index.array instanceof Uint16Array?WR:HR);let n=r.side===w;return e.isMesh&&e.matrixWorld.determinant()<0&&(n=!n),s.frontFace=!0===n?GR:kR,s.cullMode=r.side===C?zR:$R,s}_getColorWriteMask(e){return!0===e.colorWrite?tw:ew}_getDepthCompare(e){let t;if(!1===e.depthTest)t=UR;else{const r=e.depthFunc;switch(r){case Qt:t=CR;break;case Yt:t=UR;break;case Kt:t=MR;break;case Xt:t=LR;break;case jt:t=BR;break;case qt:t=DR;break;case Ht:t=PR;break;case Wt:t=FR;break;default:o("WebGPUPipelineUtils: Invalid depth function.",r)}}return t}}class hC extends TR{constructor(e,t,r=2048){super(r),this.device=e,this.type=t,this.querySet=this.device.createQuerySet({type:"timestamp",count:this.maxQueries,label:`queryset_global_timestamp_${t}`});const s=8*this.maxQueries;this.resolveBuffer=this.device.createBuffer({label:`buffer_timestamp_resolve_${t}`,size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.resultBuffer=this.device.createBuffer({label:`buffer_timestamp_result_${t}`,size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ})}allocateQueriesForContext(e){if(!this.trackTimestamp||this.isDisposed)return null;if(this.currentQueryIndex+2>this.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryOffsets.set(e,t),t}async resolveQueriesAsync(){if(!this.trackTimestamp||0===this.currentQueryIndex||this.isDisposed)return this.lastValue;if(this.pendingResolve)return this.pendingResolve;this.pendingResolve=this._resolveQueries();try{return await this.pendingResolve}finally{this.pendingResolve=null}}async _resolveQueries(){if(this.isDisposed)return this.lastValue;try{if("unmapped"!==this.resultBuffer.mapState)return this.lastValue;const e=new Map(this.queryOffsets),t=this.currentQueryIndex,r=8*t;this.currentQueryIndex=0,this.queryOffsets.clear();const s=this.device.createCommandEncoder();s.resolveQuerySet(this.querySet,0,t,this.resolveBuffer,0),s.copyBufferToBuffer(this.resolveBuffer,0,this.resultBuffer,0,r);const i=s.finish();if(this.device.queue.submit([i]),"unmapped"!==this.resultBuffer.mapState)return this.lastValue;if(await this.resultBuffer.mapAsync(GPUMapMode.READ,0,r),this.isDisposed)return"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue;const n=new BigUint64Array(this.resultBuffer.getMappedRange(0,r)),a={},o=[];for(const[t,r]of e){const e=t.match(/^(.*):f(\d+)$/),s=parseInt(e[2]);!1===o.includes(s)&&o.push(s),void 0===a[s]&&(a[s]=0);const i=n[r],u=n[r+1],l=Number(u-i)/1e6;this.timestamps.set(t,l),a[s]+=l}const u=a[o[o.length-1]];return this.resultBuffer.unmap(),this.lastValue=u,this.frames=o,u}catch(e){return o("Error resolving queries:",e),"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue}}async dispose(){if(!this.isDisposed){if(this.isDisposed=!0,this.pendingResolve)try{await this.pendingResolve}catch(e){o("Error waiting for pending resolve:",e)}if(this.resultBuffer&&"mapped"===this.resultBuffer.mapState)try{this.resultBuffer.unmap()}catch(e){o("Error unmapping buffer:",e)}this.querySet&&(this.querySet.destroy(),this.querySet=null),this.resolveBuffer&&(this.resolveBuffer.destroy(),this.resolveBuffer=null),this.resultBuffer&&(this.resultBuffer.destroy(),this.resultBuffer=null),this.queryOffsets.clear(),this.pendingResolve=null}}}class pC extends rR{constructor(e={}){super(e),this.isWebGPUBackend=!0,this.parameters.alpha=void 0===e.alpha||e.alpha,this.parameters.compatibilityMode=void 0!==e.compatibilityMode&&e.compatibilityMode,this.parameters.requiredLimits=void 0===e.requiredLimits?{}:e.requiredLimits,this.compatibilityMode=this.parameters.compatibilityMode,this.device=null,this.defaultRenderPassdescriptor=null,this.utils=new iC(this),this.attributeUtils=new uC(this),this.bindingUtils=new dC(this),this.pipelineUtils=new cC(this),this.textureUtils=new kw(this),this.occludedResolveCache=new Map}async init(e){await super.init(e);const t=this.parameters;let r;if(void 0===t.device){const e={powerPreference:t.powerPreference,featureLevel:t.compatibilityMode?"compatibility":void 0},s="undefined"!=typeof navigator?await navigator.gpu.requestAdapter(e):null;if(null===s)throw new Error("WebGPUBackend: Unable to create WebGPU adapter.");const i=Object.values(Bw),n=[];for(const e of i)s.features.has(e)&&n.push(e);const a={requiredFeatures:n,requiredLimits:t.requiredLimits};r=await s.requestDevice(a)}else r=t.device;r.lost.then(t=>{if("destroyed"===t.reason)return;const r={api:"WebGPU",message:t.message||"Unknown reason",reason:t.reason||null,originalEvent:t};e.onDeviceLost(r)}),this.device=r,this.trackTimestamp=this.trackTimestamp&&this.hasFeature(Bw.TimestampQuery),this.updateSize()}get context(){const e=this.renderer.getCanvasTarget(),t=this.get(e);let r=t.context;if(void 0===r){const s=this.parameters;r=!0===e.isDefaultCanvasTarget&&void 0!==s.context?s.context:e.domElement.getContext("webgpu"),"setAttribute"in e.domElement&&e.domElement.setAttribute("data-engine",`three.js r${tt} webgpu`);const i=s.alpha?"premultiplied":"opaque",n=s.outputType===fe?"extended":"standard";r.configure({device:this.device,format:this.utils.getPreferredCanvasFormat(),usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.COPY_SRC,alphaMode:i,toneMapping:{mode:n}}),t.context=r}return r}get coordinateSystem(){return h}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}getContext(){return this.context}_getDefaultRenderPassDescriptor(){const e=this.renderer,t=e.getCanvasTarget(),r=this.get(t),s=e.currentSamples;let i=r.descriptor;if(void 0===i||r.samples!==s){i={colorAttachments:[{view:null}]},!0!==e.depth&&!0!==e.stencil||(i.depthStencilAttachment={view:this.textureUtils.getDepthBuffer(e.depth,e.stencil).createView()});const t=i.colorAttachments[0];s>0?t.view=this.textureUtils.getColorBuffer().createView():t.resolveTarget=void 0,r.descriptor=i,r.samples=s}const n=i.colorAttachments[0];return s>0?n.resolveTarget=this.context.getCurrentTexture().createView():n.view=this.context.getCurrentTexture().createView(),i}_isRenderCameraDepthArray(e){return e.depthTexture&&e.depthTexture.image.depth>1&&e.camera.isArrayCamera}_getRenderPassDescriptor(e,t={}){const r=e.renderTarget,s=this.get(r);let i=s.descriptors;void 0!==i&&s.width===r.width&&s.height===r.height&&s.samples===r.samples||(i={},s.descriptors=i);const n=e.getCacheKey();let a=i[n];if(void 0===a){const t=e.textures,o=[];let u;const l=this._isRenderCameraDepthArray(e);for(let s=0;s1)if(!0===l){const t=e.camera.cameras;for(let e=0;e0&&(t.currentOcclusionQuerySet&&t.currentOcclusionQuerySet.destroy(),t.currentOcclusionQueryBuffer&&t.currentOcclusionQueryBuffer.destroy(),t.currentOcclusionQuerySet=t.occlusionQuerySet,t.currentOcclusionQueryBuffer=t.occlusionQueryBuffer,t.currentOcclusionQueryObjects=t.occlusionQueryObjects,i=r.createQuerySet({type:"occlusion",count:s,label:`occlusionQuerySet_${e.id}`}),t.occlusionQuerySet=i,t.occlusionQueryIndex=0,t.occlusionQueryObjects=new Array(s),t.lastOcclusionObject=null),n=null===e.textures?this._getDefaultRenderPassDescriptor():this._getRenderPassDescriptor(e,{loadOp:OR}),this.initTimestampQuery(St.RENDER,this.getTimestampUID(e),n),n.occlusionQuerySet=i;const a=n.depthStencilAttachment;if(null!==e.textures){const t=n.colorAttachments;for(let r=0;r0&&t.currentPass.executeBundles(t.renderBundles),r>t.occlusionQueryIndex&&t.currentPass.endOcclusionQuery();const s=t.encoder;if(!0===this._isRenderCameraDepthArray(e)){const r=[];for(let e=0;e0){const s=8*r;let i=this.occludedResolveCache.get(s);void 0===i&&(i=this.device.createBuffer({size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.occludedResolveCache.set(s,i));const n=this.device.createBuffer({size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ});t.encoder.resolveQuerySet(t.occlusionQuerySet,0,r,i,0),t.encoder.copyBufferToBuffer(i,0,n,0,s),t.occlusionQueryBuffer=n,this.resolveOccludedAsync(e)}if(this.device.queue.submit([t.encoder.finish()]),null!==e.textures){const t=e.textures;for(let e=0;eo&&(i[0]=Math.min(a,o),i[1]=Math.ceil(a/o)),n.dispatchSize=i}i=n.dispatchSize}a.dispatchWorkgroups(i[0],i[1]||1,i[2]||1)}finishCompute(e){const t=this.get(e);t.passEncoderGPU.end(),this.device.queue.submit([t.cmdEncoderGPU.finish()])}draw(e,t){const{object:r,material:s,context:i,pipeline:n}=e,a=e.getBindings(),o=this.get(i),u=this.get(n),l=u.pipeline;if(!0===u.error)return;const d=e.getIndex(),c=null!==d,h=e.getDrawParameters();if(null===h)return;const p=(t,r)=>{this.pipelineUtils.setPipeline(t,l),r.pipeline=l;const n=r.bindingGroups;for(let e=0,r=a.length;e{if(p(s,i),!0===r.isBatchedMesh){const e=r._multiDrawStarts,i=r._multiDrawCounts,n=r._multiDrawCount,a=r._multiDrawInstances;null!==a&&v("WebGPUBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.");for(let o=0;o1?0:o;!0===c?s.drawIndexed(i[o],n,e[o]/d.array.BYTES_PER_ELEMENT,0,u):s.draw(i[o],n,e[o],u),t.update(r,i[o],n)}}else if(!0===c){const{vertexCount:i,instanceCount:n,firstVertex:a}=h,o=e.getIndirect();if(null!==o){const t=this.get(o).buffer,r=e.getIndirectOffset(),i=Array.isArray(r)?r:[r];for(let e=0;e0){const t=this.get(e.camera),s=e.camera.cameras,n=e.getBindingGroup("cameraIndex");if(void 0===t.indexesGPU||t.indexesGPU.length!==s.length){const e=this.get(n),r=[],i=new Uint32Array([0,0,0,0]);for(let t=0,n=s.length;t(d("WebGPURenderer: WebGPU is not available, running under WebGL2 backend."),new vR(e)));super(new t(e),e),this.library=new fC,this.isWebGPURenderer=!0,"undefined"!=typeof __THREE_DEVTOOLS__&&__THREE_DEVTOOLS__.dispatchEvent(new CustomEvent("observe",{detail:this}))}}class bC extends Rs{constructor(){super(),this.isBundleGroup=!0,this.type="BundleGroup",this.static=!0,this.version=0}set needsUpdate(e){!0===e&&this.version++}}class xC{constructor(e,t=Sn(0,0,1,1)){this.renderer=e,this.outputNode=t,this.outputColorTransform=!0,this.needsUpdate=!0;const r=new Xp;r.name="PostProcessing",this._quadMesh=new Wb(r),this._quadMesh.name="Post-Processing",this._context=null}render(){const e=this.renderer;this._update(),null!==this._context.onBeforePostProcessing&&this._context.onBeforePostProcessing();const t=e.toneMapping,r=e.outputColorSpace;e.toneMapping=m,e.outputColorSpace=p.workingColorSpace;const s=e.xr.enabled;e.xr.enabled=!1,this._quadMesh.render(e),e.xr.enabled=s,e.toneMapping=t,e.outputColorSpace=r,null!==this._context.onAfterPostProcessing&&this._context.onAfterPostProcessing()}get context(){return this._context}dispose(){this._quadMesh.material.dispose()}_update(){if(!0===this.needsUpdate){const e=this.renderer,t=e.toneMapping,r=e.outputColorSpace,s={postProcessing:this,onBeforePostProcessing:null,onAfterPostProcessing:null};let i=this.outputNode;!0===this.outputColorTransform?(i=i.context(s),i=yl(i,t,r)):(s.toneMapping=t,s.outputColorSpace=r,i=i.context(s)),this._context=s,this._quadMesh.material.fragmentNode=i,this._quadMesh.material.needsUpdate=!0,this.needsUpdate=!1}}async renderAsync(){v('PostProcessing: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.renderer.init(),this.render()}}class TC extends N{constructor(e=1,t=1){super(),this.image={width:e,height:t},this.magFilter=ne,this.minFilter=ne,this.isStorageTexture=!0,this.mipmapsAutoUpdate=!0}setSize(e,t){this.image.width===e&&this.image.height===t||(this.image.width=e,this.image.height=t,this.dispose())}}class _C extends N{constructor(e=1,t=1,r=1){super(),this.isArrayTexture=!1,this.image={width:e,height:t,depth:r},this.magFilter=ne,this.minFilter=ne,this.wrapR=ye,this.isStorageTexture=!0,this.is3DTexture=!0}setSize(e,t,r){this.image.width===e&&this.image.height===t&&this.image.depth===r||(this.image.width=e,this.image.height=t,this.image.depth=r,this.dispose())}}class vC extends N{constructor(e=1,t=1,r=1){super(),this.isArrayTexture=!0,this.image={width:e,height:t,depth:r},this.magFilter=ne,this.minFilter=ne,this.isStorageTexture=!0}setSize(e,t,r){this.image.width===e&&this.image.height===t&&this.image.depth===r||(this.image.width=e,this.image.height=t,this.image.depth=r,this.dispose())}}class NC extends sx{constructor(e,t){super(e,t,Uint32Array),this.isIndirectStorageBufferAttribute=!0}}class SC extends As{constructor(e){super(e),this.textures={},this.nodes={}}load(e,t,r,s){const i=new Es(this.manager);i.setPath(this.path),i.setRequestHeader(this.requestHeader),i.setWithCredentials(this.withCredentials),i.load(e,r=>{try{t(this.parse(JSON.parse(r)))}catch(t){s?s(t):o(t),this.manager.itemError(e)}},r,s)}parseNodes(e){const t={};if(void 0!==e){for(const r of e){const{uuid:e,type:s}=r;t[e]=this.createNodeFromType(s),t[e].uuid=e}const r={nodes:t,textures:this.textures};for(const s of e){s.meta=r;t[s.uuid].deserialize(s),delete s.meta}}return t}parse(e){const t=this.createNodeFromType(e.type);t.uuid=e.uuid;const r={nodes:this.parseNodes(e.nodes),textures:this.textures};return e.meta=r,t.deserialize(e),delete e.meta,t}setTextures(e){return this.textures=e,this}setNodes(e){return this.nodes=e,this}createNodeFromType(e){return void 0===this.nodes[e]?(o("NodeLoader: Node type not found:",e),hn()):new this.nodes[e]}}class RC extends ws{constructor(e){super(e),this.nodes={},this.nodeMaterials={}}parse(e){const t=super.parse(e),r=this.nodes,s=e.inputNodes;for(const e in s){const i=s[e];t[e]=r[i]}return t}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}createMaterialFromType(e){const t=this.nodeMaterials[e];return void 0!==t?new t:super.createMaterialFromType(e)}}class AC extends Cs{constructor(e){super(e),this.nodes={},this.nodeMaterials={},this._nodesJSON=null}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}parse(e,t){this._nodesJSON=e.nodes;const r=super.parse(e,t);return this._nodesJSON=null,r}parseNodes(e,t){if(void 0!==e){const r=new SC;return r.setNodes(this.nodes),r.setTextures(t),r.parseNodes(e)}return{}}parseMaterials(e,t){const r={};if(void 0!==e){const s=this.parseNodes(this._nodesJSON,t),i=new RC;i.setTextures(t),i.setNodes(s),i.setNodeMaterials(this.nodeMaterials);for(let t=0,s=e.length;t nodeObject( new ConstNode( value, 'string' ) ); -const arrayBuffer = ( value ) => nodeObject( new ConstNode( value, 'ArrayBuffer' ) ); +const string = ( value = '' ) => new ConstNode( value, 'string' ); +const arrayBuffer = ( value ) => new ConstNode( value, 'ArrayBuffer' ); addMethodChaining( 'toColor', color ); addMethodChaining( 'toFloat', float ); @@ -4559,7 +4572,7 @@ class PropertyNode extends Node { * @param {?string} [name=null] - The name of the property in the shader. * @returns {PropertyNode} */ -const property = ( type, name ) => nodeObject( new PropertyNode( type, name ) ); +const property = ( type, name ) => new PropertyNode( type, name ); /** * TSL function for creating a varying property node. @@ -4570,7 +4583,7 @@ const property = ( type, name ) => nodeObject( new PropertyNode( type, name ) ); * @param {?string} [name=null] - The name of the varying in the shader. * @returns {PropertyNode} */ -const varyingProperty = ( type, name ) => nodeObject( new PropertyNode( type, name, true ) ); +const varyingProperty = ( type, name ) => new PropertyNode( type, name, true ); /** * TSL object that represents the shader variable `DiffuseColor`. @@ -5193,7 +5206,7 @@ const uniform = ( value, type ) => { } - return nodeObject( new UniformNode( value, nodeType ) ); + return new UniformNode( value, nodeType ); }; @@ -5277,7 +5290,7 @@ class ArrayNode extends TempNode { if ( this.nodeType === null ) { - this.nodeType = this.values[ 0 ].getNodeType( builder ); + return this.values[ 0 ].getNodeType( builder ); } @@ -5297,6 +5310,25 @@ class ArrayNode extends TempNode { } + /** + * Returns the type of a member variable. + * + * @param {NodeBuilder} builder - The current node builder. + * @param {string} name - The name of the member variable. + * @return {string} The type of the member variable. + */ + getMemberType( builder, name ) { + + if ( this.nodeType === null ) { + + return this.values[ 0 ].getMemberType( builder, name ); + + } + + return super.getMemberType( builder, name ); + + } + /** * This method builds the output node and returns the resulting array as a shader string. * @@ -9214,7 +9246,7 @@ class ReferenceBaseNode extends Node { */ element( indexNode ) { - return nodeObject( new ReferenceElementNode$1( this, nodeObject( indexNode ) ) ); + return new ReferenceElementNode$1( this, nodeObject( indexNode ) ); } @@ -9353,7 +9385,7 @@ class ReferenceBaseNode extends Node { * @param {Object} object - The object the property belongs to. * @returns {ReferenceBaseNode} */ -const reference$1 = ( name, type, object ) => nodeObject( new ReferenceBaseNode( name, type, object ) ); +const reference$1 = ( name, type, object ) => new ReferenceBaseNode( name, type, object ); /** * This node is a special type of reference node which is intended @@ -9427,7 +9459,7 @@ class RendererReferenceNode extends ReferenceBaseNode { * the node refers to the renderer of the current state. * @returns {RendererReferenceNode} */ -const rendererReference = ( name, type, renderer = null ) => nodeObject( new RendererReferenceNode( name, type, renderer ) ); +const rendererReference = ( name, type, renderer = null ) => new RendererReferenceNode( name, type, renderer ); /** * This node represents a tone mapping operation. @@ -11339,7 +11371,7 @@ class AttributeNode extends Node { * @param {?string} [nodeType=null] - The node type. * @returns {AttributeNode} */ -const attribute = ( name, nodeType = null ) => nodeObject( new AttributeNode( name, nodeType ) ); +const attribute = ( name, nodeType = null ) => new AttributeNode( name, nodeType ); /** * TSL function for creating an uv attribute node with the given index. @@ -12557,7 +12589,7 @@ class BufferNode extends UniformNode { * @param {number} count - The count of buffer elements. * @returns {BufferNode} */ -const buffer = ( value, type, count ) => nodeObject( new BufferNode( value, type, count ) ); +const buffer = ( value, type, count ) => new BufferNode( value, type, count ); /** * Represents the element access on uniform array nodes. @@ -12883,7 +12915,7 @@ class UniformArrayNode extends BufferNode { */ element( indexNode ) { - return nodeObject( new UniformArrayElementNode( this, nodeObject( indexNode ) ) ); + return new UniformArrayElementNode( this, nodeObject( indexNode ) ); } @@ -12898,7 +12930,7 @@ class UniformArrayNode extends BufferNode { * @param {?string} [nodeType] - The data type of the array elements. * @returns {UniformArrayNode} */ -const uniformArray = ( values, nodeType ) => nodeObject( new UniformArrayNode( values, nodeType ) ); +const uniformArray = ( values, nodeType ) => new UniformArrayNode( values, nodeType ); /** * The node allows to set values for built-in shader variables. That is @@ -14844,7 +14876,7 @@ class ReferenceNode extends Node { */ element( indexNode ) { - return nodeObject( new ReferenceElementNode( this, nodeObject( indexNode ) ) ); + return new ReferenceElementNode( this, nodeObject( indexNode ) ); } @@ -15051,7 +15083,7 @@ class ReferenceNode extends Node { * @param {?Object} [object] - The object the property belongs to. * @returns {ReferenceNode} */ -const reference = ( name, type, object ) => nodeObject( new ReferenceNode( name, type, object ) ); +const reference = ( name, type, object ) => new ReferenceNode( name, type, object ); /** * TSL function for creating a reference node. Use this function if you want need a reference @@ -15065,7 +15097,7 @@ const reference = ( name, type, object ) => nodeObject( new ReferenceNode( name, * @param {Object} object - An array-like object the property belongs to. * @returns {ReferenceNode} */ -const referenceBuffer = ( name, type, count, object ) => nodeObject( new ReferenceNode( name, type, object, count ) ); +const referenceBuffer = ( name, type, count, object ) => new ReferenceNode( name, type, object, count ); /** * This node is a special type of reference node which is intended @@ -15146,7 +15178,7 @@ class MaterialReferenceNode extends ReferenceNode { * When no material is set, the node refers to the material of the current rendered object. * @returns {MaterialReferenceNode} */ -const materialReference = ( name, type, material = null ) => nodeObject( new MaterialReferenceNode( name, type, material ) ); +const materialReference = ( name, type, material = null ) => new MaterialReferenceNode( name, type, material ); // Normal Mapping Without Precomputed Tangents // http://www.thetenthplanet.de/archives/1180 @@ -16959,7 +16991,7 @@ class StorageBufferNode extends BufferNode { * @param {number} [count=0] - The buffer count. * @returns {StorageBufferNode} */ -const storage = ( value, type = null, count = 0 ) => nodeObject( new StorageBufferNode( value, type, count ) ); +const storage = ( value, type = null, count = 0 ) => new StorageBufferNode( value, type, count ); /** * @tsl @@ -17902,7 +17934,7 @@ class SkinningNode extends Node { * @param {SkinnedMesh} skinnedMesh - The skinned mesh. * @returns {SkinningNode} */ -const skinning = ( skinnedMesh ) => nodeObject( new SkinningNode( skinnedMesh ) ); +const skinning = ( skinnedMesh ) => new SkinningNode( skinnedMesh ); /** * TSL function for computing skinning. @@ -19579,7 +19611,7 @@ ClippingNode.HARDWARE = 'hardware'; * @function * @returns {ClippingNode} */ -const clipping = () => nodeObject( new ClippingNode() ); +const clipping = () => new ClippingNode(); /** * TSL function for setting up alpha to coverage. @@ -19588,7 +19620,7 @@ const clipping = () => nodeObject( new ClippingNode() ); * @function * @returns {ClippingNode} */ -const clippingAlpha = () => nodeObject( new ClippingNode( ClippingNode.ALPHA_TO_COVERAGE ) ); +const clippingAlpha = () => new ClippingNode( ClippingNode.ALPHA_TO_COVERAGE ); /** * TSL function for setting up hardware-based clipping. @@ -19597,7 +19629,7 @@ const clippingAlpha = () => nodeObject( new ClippingNode( ClippingNode.ALPHA_TO_ * @function * @returns {ClippingNode} */ -const hardwareClipping = () => nodeObject( new ClippingNode( ClippingNode.HARDWARE ) ); +const hardwareClipping = () => new ClippingNode( ClippingNode.HARDWARE ); // See: https://casual-effects.com/research/Wyman2017Hashed/index.html @@ -19767,7 +19799,7 @@ class VertexColorNode extends AttributeNode { * @param {number} [index=0] - The attribute index. * @returns {VertexColorNode} */ -const vertexColor = ( index = 0 ) => nodeObject( new VertexColorNode( index ) ); +const vertexColor = ( index = 0 ) => new VertexColorNode( index ); /** * Represents a "Color Burn" blend mode. @@ -33146,7 +33178,7 @@ class ParameterNode extends PropertyNode { * @param {?string} name - The name of the parameter in the shader. * @returns {ParameterNode} */ -const parameter = ( type, name ) => nodeObject( new ParameterNode( type, name ) ); +const parameter = ( type, name ) => new ParameterNode( type, name ); /** * Stack is a helper for Nodes that need to produce stack-based code instead of continuous flow. @@ -33814,7 +33846,7 @@ const struct = ( membersLayout, name = null ) => { } - return nodeObject( new StructNode( structLayout, values ) ); + return new StructNode( structLayout, values ); }; @@ -36107,7 +36139,7 @@ class ReflectorBaseNode extends Node { * @param {ReflectorBaseNode} [parameters.reflector] - The reflector base node. * @returns {ReflectorNode} */ -const reflector = ( parameters ) => nodeObject( new ReflectorNode( parameters ) ); +const reflector = ( parameters ) => new ReflectorNode( parameters ); const _camera = /*@__PURE__*/ new OrthographicCamera( -1, 1, 1, -1, 0, 1 ); @@ -36724,7 +36756,7 @@ class SampleNode extends Node { * @param {?Node} [uv=null] - The UV node to be used in the texture sampling. * @returns {SampleNode} The created SampleNode instance wrapped as a node object. */ -const sample = ( callback, uv = null ) => nodeObject( new SampleNode( callback, nodeObject( uv ) ) ); +const sample = ( callback, uv = null ) => new SampleNode( callback, nodeObject( uv ) ); /** * EventNode is a node that executes a callback during specific update phases. @@ -36798,7 +36830,7 @@ EventNode.BEFORE_MATERIAL = 'beforeMaterial'; * @param {Function} callback - The callback function. * @returns {EventNode} */ -const createEvent = ( type, callback ) => nodeObject( new EventNode( type, callback ) ).toStack(); +const createEvent = ( type, callback ) => new EventNode( type, callback ).toStack(); /** * Creates an event that triggers a function every time an object (Mesh|Sprite) is rendered. @@ -37725,7 +37757,7 @@ class UserDataNode extends ReferenceNode { * @param {?Object} userData - A reference to the `userData` object. If not provided, the `userData` property of the 3D object that uses the node material is evaluated. * @returns {UserDataNode} */ -const userData = ( name, inputType, userData ) => nodeObject( new UserDataNode( name, inputType, userData ) ); +const userData = ( name, inputType, userData ) => new UserDataNode( name, inputType, userData ); const _objectData = new WeakMap(); @@ -38746,7 +38778,7 @@ class PassNode extends TempNode { if ( textureNode === undefined ) { - textureNode = nodeObject( new PassMultipleTextureNode( this, name ) ); + textureNode = new PassMultipleTextureNode( this, name ); textureNode.updateTexture(); this._textureNodes[ name ] = textureNode; @@ -38770,7 +38802,7 @@ class PassNode extends TempNode { if ( this._textureNodes[ name ] === undefined ) this.getTextureNode( name ); - textureNode = nodeObject( new PassMultipleTextureNode( this, name, true ) ); + textureNode = new PassMultipleTextureNode( this, name, true ); textureNode.updateTexture(); this._previousTextureNodes[ name ] = textureNode; @@ -39111,7 +39143,7 @@ PassNode.DEPTH = 'depth'; * @param {Object} options - Options for the internal render target. * @returns {PassNode} */ -const pass = ( scene, camera, options ) => nodeObject( new PassNode( PassNode.COLOR, scene, camera, options ) ); +const pass = ( scene, camera, options ) => new PassNode( PassNode.COLOR, scene, camera, options ); /** * TSL function for creating a pass texture node. @@ -39122,7 +39154,7 @@ const pass = ( scene, camera, options ) => nodeObject( new PassNode( PassNode.CO * @param {Texture} texture - The output texture. * @returns {PassTextureNode} */ -const passTexture = ( pass, texture ) => nodeObject( new PassTextureNode( pass, texture ) ); +const passTexture = ( pass, texture ) => new PassTextureNode( pass, texture ); /** * TSL function for creating a depth pass node. @@ -39134,7 +39166,7 @@ const passTexture = ( pass, texture ) => nodeObject( new PassTextureNode( pass, * @param {Object} options - Options for the internal render target. * @returns {PassNode} */ -const depthPass = ( scene, camera, options ) => nodeObject( new PassNode( PassNode.DEPTH, scene, camera, options ) ); +const depthPass = ( scene, camera, options ) => new PassNode( PassNode.DEPTH, scene, camera, options ); /** * Represents a render pass for producing a toon outline effect on compatible objects. @@ -39898,7 +39930,7 @@ const nativeFn = ( code, includes = [], language = '' ) => { } - const functionNode = nodeObject( new FunctionNode( code, includes, language ) ); + const functionNode = new FunctionNode( code, includes, language ); const fn = ( ...params ) => functionNode.call( ...params ); fn.functionNode = functionNode; @@ -41327,7 +41359,7 @@ class ComputeBuiltinNode extends Node { * @param {string} nodeType - The node type. * @returns {ComputeBuiltinNode} */ -const computeBuiltin = ( name, nodeType ) => nodeObject( new ComputeBuiltinNode( name, nodeType ) ); +const computeBuiltin = ( name, nodeType ) => new ComputeBuiltinNode( name, nodeType ); /** * Represents the number of workgroups dispatched by the compute shader. @@ -41688,7 +41720,7 @@ class WorkgroupInfoNode extends Node { */ element( indexNode ) { - return nodeObject( new WorkgroupInfoElementNode( this, indexNode ) ); + return new WorkgroupInfoElementNode( this, indexNode ); } @@ -41712,7 +41744,7 @@ class WorkgroupInfoNode extends Node { * @param {number} [count=0] - The number of elements in the buffer. * @returns {WorkgroupInfoNode} */ -const workgroupArray = ( type, count ) => nodeObject( new WorkgroupInfoNode( 'Workgroup', type, count ) ); +const workgroupArray = ( type, count ) => new WorkgroupInfoNode( 'Workgroup', type, count ); /** * `AtomicFunctionNode` represents any function that can operate on atomic variable types @@ -42016,7 +42048,7 @@ class SubgroupFunctionNode extends TempNode { /** * The subgroup/wave intrinsic method to construct. * - * @type {String} + * @type {string} */ this.method = method; @@ -42798,7 +42830,7 @@ class LightsNode extends Node { if ( ! _lightsNodeRef.has( light ) ) { - lightNode = nodeObject( new lightNodeClass( light ) ); + lightNode = new lightNodeClass( light ); _lightsNodeRef.set( light, lightNode ); } else { @@ -43012,7 +43044,7 @@ class LightsNode extends Node { * @param {Array} lights - An array of lights. * @return {LightsNode} The created lights node. */ -const lights = ( lights = [] ) => nodeObject( new LightsNode() ).setLights( lights ); +const lights = ( lights = [] ) => new LightsNode().setLights( lights ); /** * Base class for all shadow nodes. @@ -44399,7 +44431,7 @@ class ShadowNode extends ShadowBaseNode { * @param {?LightShadow} [shadow] - The light shadow. * @return {ShadowNode} The created shadow node. */ -const shadow = ( light, shadow ) => nodeObject( new ShadowNode( light, shadow ) ); +const shadow = ( light, shadow ) => new ShadowNode( light, shadow ); const _clearColor$1 = /*@__PURE__*/ new Color(); const _projScreenMatrix$1 = /*@__PURE__*/ new Matrix4(); @@ -44696,7 +44728,7 @@ class PointShadowNode extends ShadowNode { * @param {?PointLightShadow} [shadow=null] - An optional point light shadow. * @return {PointShadowNode} The created point shadow node. */ -const pointShadow = ( light, shadow ) => nodeObject( new PointShadowNode( light, shadow ) ); +const pointShadow = ( light, shadow ) => new PointShadowNode( light, shadow ); /** * Base class for analytic light nodes. @@ -72219,7 +72251,9 @@ class WebGPUTextureUtils { } ); - } catch ( _ ) {} // try/catch has been added to fix bad video frame data on certain devices, see #32391 + // try/catch has been added to fix bad video frame data on certain devices, see #32391 + + } catch ( _ ) {} } @@ -75047,9 +75081,7 @@ ${ flowData.code } } - let code = bindingSnippets.join( '\n' ); - code += bufferSnippets.join( '\n' ); - code += structSnippets.join( '\n' ); + const code = [ ...bindingSnippets, ...bufferSnippets, ...structSnippets ].join( '\n' ); return code; @@ -81225,7 +81257,7 @@ class NodeLoader extends Loader { } - return nodeObject( new this.nodes[ type ]() ); + return new this.nodes[ type ](); } diff --git a/build/three.webgpu.nodes.min.js b/build/three.webgpu.nodes.min.js index a3bc5f4b226c4b..d1066a4973b8a9 100644 --- a/build/three.webgpu.nodes.min.js +++ b/build/three.webgpu.nodes.min.js @@ -3,4 +3,4 @@ * Copyright 2010-2025 Three.js Authors * SPDX-License-Identifier: MIT */ -import{Color as e,Vector2 as t,Vector3 as r,Vector4 as s,Matrix2 as i,Matrix3 as n,Matrix4 as a,error as o,EventDispatcher as u,MathUtils as l,warn as d,WebGLCoordinateSystem as c,WebGPUCoordinateSystem as h,ColorManagement as p,SRGBTransfer as g,NoToneMapping as m,StaticDrawUsage as f,InterleavedBufferAttribute as y,InterleavedBuffer as b,DynamicDrawUsage as x,NoColorSpace as T,log as _,warnOnce as v,Texture as N,UnsignedIntType as S,IntType as R,NearestFilter as A,Sphere as E,BackSide as w,DoubleSide as C,Euler as M,CubeTexture as B,CubeReflectionMapping as L,CubeRefractionMapping as P,TangentSpaceNormalMap as F,NoNormalPacking as D,NormalRGPacking as U,NormalGAPacking as I,ObjectSpaceNormalMap as O,RGFormat as V,RED_GREEN_RGTC2_Format as k,RG11_EAC_Format as G,InstancedInterleavedBuffer as z,InstancedBufferAttribute as $,DataArrayTexture as W,FloatType as H,FramebufferTexture as j,LinearMipmapLinearFilter as q,DepthTexture as X,Material as K,LineBasicMaterial as Y,LineDashedMaterial as Q,NoBlending as Z,MeshNormalMaterial as J,SRGBColorSpace as ee,WebGLCubeRenderTarget as te,BoxGeometry as re,Mesh as se,Scene as ie,LinearFilter as ne,CubeCamera as ae,EquirectangularReflectionMapping as oe,EquirectangularRefractionMapping as ue,AddOperation as le,MixOperation as de,MultiplyOperation as ce,MeshBasicMaterial as he,MeshLambertMaterial as pe,MeshPhongMaterial as ge,DataTexture as me,HalfFloatType as fe,ClampToEdgeWrapping as ye,BufferGeometry as be,OrthographicCamera as xe,PerspectiveCamera as Te,RenderTarget as _e,LinearSRGBColorSpace as ve,RGBAFormat as Ne,CubeUVReflectionMapping as Se,BufferAttribute as Re,MeshStandardMaterial as Ae,MeshPhysicalMaterial as Ee,MeshToonMaterial as we,MeshMatcapMaterial as Ce,SpriteMaterial as Me,PointsMaterial as Be,ShadowMaterial as Le,Uint32BufferAttribute as Pe,Uint16BufferAttribute as Fe,arrayNeedsUint32 as De,Camera as Ue,DepthStencilFormat as Ie,DepthFormat as Oe,UnsignedInt248Type as Ve,UnsignedByteType as ke,Plane as Ge,Object3D as ze,LinearMipMapLinearFilter as $e,Float32BufferAttribute as We,UVMapping as He,VSMShadowMap as je,LessCompare as qe,BasicShadowMap as Xe,CubeDepthTexture as Ke,SphereGeometry as Ye,NormalBlending as Qe,LinearMipmapNearestFilter as Ze,NearestMipmapLinearFilter as Je,Float16BufferAttribute as et,REVISION as tt,ArrayCamera as rt,PlaneGeometry as st,FrontSide as it,CustomBlending as nt,AddEquation as at,ZeroFactor as ot,CylinderGeometry as ut,Quaternion as lt,WebXRController as dt,RAD2DEG as ct,PCFShadowMap as ht,FrustumArray as pt,Frustum as gt,RedIntegerFormat as mt,RedFormat as ft,ShortType as yt,ByteType as bt,UnsignedShortType as xt,RGIntegerFormat as Tt,RGBIntegerFormat as _t,RGBFormat as vt,RGBAIntegerFormat as Nt,TimestampQuery as St,createCanvasElement as Rt,ReverseSubtractEquation as At,SubtractEquation as Et,OneMinusDstAlphaFactor as wt,OneMinusDstColorFactor as Ct,OneMinusSrcAlphaFactor as Mt,OneMinusSrcColorFactor as Bt,DstAlphaFactor as Lt,DstColorFactor as Pt,SrcAlphaSaturateFactor as Ft,SrcAlphaFactor as Dt,SrcColorFactor as Ut,OneFactor as It,CullFaceNone as Ot,CullFaceBack as Vt,CullFaceFront as kt,MultiplyBlending as Gt,SubtractiveBlending as zt,AdditiveBlending as $t,NotEqualDepth as Wt,GreaterDepth as Ht,GreaterEqualDepth as jt,EqualDepth as qt,LessEqualDepth as Xt,LessDepth as Kt,AlwaysDepth as Yt,NeverDepth as Qt,UnsignedShort4444Type as Zt,UnsignedShort5551Type as Jt,UnsignedInt5999Type as er,UnsignedInt101111Type as tr,AlphaFormat as rr,RGB_S3TC_DXT1_Format as sr,RGBA_S3TC_DXT1_Format as ir,RGBA_S3TC_DXT3_Format as nr,RGBA_S3TC_DXT5_Format as ar,RGB_PVRTC_4BPPV1_Format as or,RGB_PVRTC_2BPPV1_Format as ur,RGBA_PVRTC_4BPPV1_Format as lr,RGBA_PVRTC_2BPPV1_Format as dr,RGB_ETC1_Format as cr,RGB_ETC2_Format as hr,RGBA_ETC2_EAC_Format as pr,R11_EAC_Format as gr,SIGNED_R11_EAC_Format as mr,SIGNED_RG11_EAC_Format as fr,RGBA_ASTC_4x4_Format as yr,RGBA_ASTC_5x4_Format as br,RGBA_ASTC_5x5_Format as xr,RGBA_ASTC_6x5_Format as Tr,RGBA_ASTC_6x6_Format as _r,RGBA_ASTC_8x5_Format as vr,RGBA_ASTC_8x6_Format as Nr,RGBA_ASTC_8x8_Format as Sr,RGBA_ASTC_10x5_Format as Rr,RGBA_ASTC_10x6_Format as Ar,RGBA_ASTC_10x8_Format as Er,RGBA_ASTC_10x10_Format as wr,RGBA_ASTC_12x10_Format as Cr,RGBA_ASTC_12x12_Format as Mr,RGBA_BPTC_Format as Br,RED_RGTC1_Format as Lr,SIGNED_RED_RGTC1_Format as Pr,SIGNED_RED_GREEN_RGTC2_Format as Fr,MirroredRepeatWrapping as Dr,RepeatWrapping as Ur,NearestMipmapNearestFilter as Ir,NotEqualCompare as Or,GreaterCompare as Vr,GreaterEqualCompare as kr,EqualCompare as Gr,LessEqualCompare as zr,AlwaysCompare as $r,NeverCompare as Wr,LinearTransfer as Hr,getByteLength as jr,isTypedArray as qr,NotEqualStencilFunc as Xr,GreaterStencilFunc as Kr,GreaterEqualStencilFunc as Yr,EqualStencilFunc as Qr,LessEqualStencilFunc as Zr,LessStencilFunc as Jr,AlwaysStencilFunc as es,NeverStencilFunc as ts,DecrementWrapStencilOp as rs,IncrementWrapStencilOp as ss,DecrementStencilOp as is,IncrementStencilOp as ns,InvertStencilOp as as,ReplaceStencilOp as os,ZeroStencilOp as us,KeepStencilOp as ls,MaxEquation as ds,MinEquation as cs,SpotLight as hs,PointLight as ps,DirectionalLight as gs,RectAreaLight as ms,AmbientLight as fs,HemisphereLight as ys,LightProbe as bs,LinearToneMapping as xs,ReinhardToneMapping as Ts,CineonToneMapping as _s,ACESFilmicToneMapping as vs,AgXToneMapping as Ns,NeutralToneMapping as Ss,Group as Rs,Loader as As,FileLoader as Es,MaterialLoader as ws,ObjectLoader as Cs}from"./three.core.min.js";export{AdditiveAnimationBlendMode,AnimationAction,AnimationClip,AnimationLoader,AnimationMixer,AnimationObjectGroup,AnimationUtils,ArcCurve,ArrowHelper,AttachedBindMode,Audio,AudioAnalyser,AudioContext,AudioListener,AudioLoader,AxesHelper,BasicDepthPacking,BatchedMesh,Bone,BooleanKeyframeTrack,Box2,Box3,Box3Helper,BoxHelper,BufferGeometryLoader,Cache,CameraHelper,CanvasTexture,CapsuleGeometry,CatmullRomCurve3,CircleGeometry,Clock,ColorKeyframeTrack,CompressedArrayTexture,CompressedCubeTexture,CompressedTexture,CompressedTextureLoader,ConeGeometry,ConstantAlphaFactor,ConstantColorFactor,Controls,CubeTextureLoader,CubicBezierCurve,CubicBezierCurve3,CubicInterpolant,CullFaceFrontBack,Curve,CurvePath,CustomToneMapping,Cylindrical,Data3DTexture,DataTextureLoader,DataUtils,DefaultLoadingManager,DetachedBindMode,DirectionalLightHelper,DiscreteInterpolant,DodecahedronGeometry,DynamicCopyUsage,DynamicReadUsage,EdgesGeometry,EllipseCurve,ExternalTexture,ExtrudeGeometry,Fog,FogExp2,GLBufferAttribute,GLSL1,GLSL3,GridHelper,HemisphereLightHelper,IcosahedronGeometry,ImageBitmapLoader,ImageLoader,ImageUtils,InstancedBufferGeometry,InstancedMesh,Int16BufferAttribute,Int32BufferAttribute,Int8BufferAttribute,Interpolant,InterpolateDiscrete,InterpolateLinear,InterpolateSmooth,InterpolationSamplingMode,InterpolationSamplingType,KeyframeTrack,LOD,LatheGeometry,Layers,Light,Line,Line3,LineCurve,LineCurve3,LineLoop,LineSegments,LinearInterpolant,LinearMipMapNearestFilter,LoaderUtils,LoadingManager,LoopOnce,LoopPingPong,LoopRepeat,MOUSE,MeshDepthMaterial,MeshDistanceMaterial,NearestMipMapLinearFilter,NearestMipMapNearestFilter,NormalAnimationBlendMode,NumberKeyframeTrack,OctahedronGeometry,OneMinusConstantAlphaFactor,OneMinusConstantColorFactor,PCFSoftShadowMap,Path,PlaneHelper,PointLightHelper,Points,PolarGridHelper,PolyhedronGeometry,PositionalAudio,PropertyBinding,PropertyMixer,QuadraticBezierCurve,QuadraticBezierCurve3,QuaternionKeyframeTrack,QuaternionLinearInterpolant,RGBADepthPacking,RGBDepthPacking,RGB_BPTC_SIGNED_Format,RGB_BPTC_UNSIGNED_Format,RGDepthPacking,RawShaderMaterial,Ray,Raycaster,RenderTarget3D,RingGeometry,ShaderMaterial,Shape,ShapeGeometry,ShapePath,ShapeUtils,Skeleton,SkeletonHelper,SkinnedMesh,Source,Spherical,SphericalHarmonics3,SplineCurve,SpotLightHelper,Sprite,StaticCopyUsage,StaticReadUsage,StereoCamera,StreamCopyUsage,StreamDrawUsage,StreamReadUsage,StringKeyframeTrack,TOUCH,TetrahedronGeometry,TextureLoader,TextureUtils,Timer,TorusGeometry,TorusKnotGeometry,Triangle,TriangleFanDrawMode,TriangleStripDrawMode,TrianglesDrawMode,TubeGeometry,Uint8BufferAttribute,Uint8ClampedBufferAttribute,Uniform,UniformsGroup,VectorKeyframeTrack,VideoFrameTexture,VideoTexture,WebGL3DRenderTarget,WebGLArrayRenderTarget,WebGLRenderTarget,WireframeGeometry,WrapAroundEnding,ZeroCurvatureEnding,ZeroSlopeEnding,getConsoleFunction,setConsoleFunction}from"./three.core.min.js";const Ms=["alphaMap","alphaTest","anisotropy","anisotropyMap","anisotropyRotation","aoMap","aoMapIntensity","attenuationColor","attenuationDistance","bumpMap","clearcoat","clearcoatMap","clearcoatNormalMap","clearcoatNormalScale","clearcoatRoughness","color","dispersion","displacementMap","emissive","emissiveIntensity","emissiveMap","envMap","envMapIntensity","gradientMap","ior","iridescence","iridescenceIOR","iridescenceMap","iridescenceThicknessMap","lightMap","lightMapIntensity","map","matcap","metalness","metalnessMap","normalMap","normalScale","opacity","roughness","roughnessMap","sheen","sheenColor","sheenColorMap","sheenRoughnessMap","shininess","specular","specularColor","specularColorMap","specularIntensity","specularIntensityMap","specularMap","thickness","transmission","transmissionMap"],Bs=new WeakMap;class Ls{constructor(e){this.renderObjects=new WeakMap,this.hasNode=this.containsNode(e),this.hasAnimation=!0===e.object.isSkinnedMesh,this.refreshUniforms=Ms,this.renderId=0}firstInitialization(e){return!1===this.renderObjects.has(e)&&(this.getRenderObjectData(e),!0)}needsVelocity(e){const t=e.getMRT();return null!==t&&t.has("velocity")}getRenderObjectData(e){let t=this.renderObjects.get(e);if(void 0===t){const{geometry:r,material:s,object:i}=e;if(t={material:this.getMaterialData(s),geometry:{id:r.id,attributes:this.getAttributesData(r.attributes),indexVersion:r.index?r.index.version:null,drawRange:{start:r.drawRange.start,count:r.drawRange.count}},worldMatrix:i.matrixWorld.clone()},i.center&&(t.center=i.center.clone()),i.morphTargetInfluences&&(t.morphTargetInfluences=i.morphTargetInfluences.slice()),null!==e.bundle&&(t.version=e.bundle.version),t.material.transmission>0){const{width:r,height:s}=e.context;t.bufferWidth=r,t.bufferHeight=s}t.lights=this.getLightsData(e.lightsNode.getLights()),this.renderObjects.set(e,t)}return t}getAttributesData(e){const t={};for(const r in e){const s=e[r];t[r]={version:s.version}}return t}containsNode(e){const t=e.material;for(const e in t)if(t[e]&&t[e].isNode)return!0;return!!(e.context.modelViewMatrix||e.context.modelNormalViewMatrix||e.context.getAO||e.context.getShadow)}getMaterialData(e){const t={};for(const r of this.refreshUniforms){const s=e[r];null!=s&&("object"==typeof s&&void 0!==s.clone?!0===s.isTexture?t[r]={id:s.id,version:s.version}:t[r]=s.clone():t[r]=s)}return t}equals(e,t){const{object:r,material:s,geometry:i}=e,n=this.getRenderObjectData(e);if(!0!==n.worldMatrix.equals(r.matrixWorld))return n.worldMatrix.copy(r.matrixWorld),!1;const a=n.material;for(const e in a){const t=a[e],r=s[e];if(void 0!==t.equals){if(!1===t.equals(r))return t.copy(r),!1}else if(!0===r.isTexture){if(t.id!==r.id||t.version!==r.version)return t.id=r.id,t.version=r.version,!1}else if(t!==r)return a[e]=r,!1}if(a.transmission>0){const{width:t,height:r}=e.context;if(n.bufferWidth!==t||n.bufferHeight!==r)return n.bufferWidth=t,n.bufferHeight=r,!1}const o=n.geometry,u=i.attributes,l=o.attributes,d=Object.keys(l),c=Object.keys(u);if(o.id!==i.id)return o.id=i.id,!1;if(d.length!==c.length)return n.geometry.attributes=this.getAttributesData(u),!1;for(const e of d){const t=l[e],r=u[e];if(void 0===r)return delete l[e],!1;if(t.version!==r.version)return t.version=r.version,!1}const h=i.index,p=o.indexVersion,g=h?h.version:null;if(p!==g)return o.indexVersion=g,!1;if(o.drawRange.start!==i.drawRange.start||o.drawRange.count!==i.drawRange.count)return o.drawRange.start=i.drawRange.start,o.drawRange.count=i.drawRange.count,!1;if(n.morphTargetInfluences){let e=!1;for(let t=0;t>>16,2246822507),r^=Math.imul(s^s>>>13,3266489909),s=Math.imul(s^s>>>16,2246822507),s^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&s)+(r>>>0)}const Fs=e=>Ps(e),Ds=e=>Ps(e),Us=(...e)=>Ps(e),Is=new Map([[1,"float"],[2,"vec2"],[3,"vec3"],[4,"vec4"],[9,"mat3"],[16,"mat4"]]),Os=new WeakMap;function Vs(e){return Is.get(e)}function ks(e){if(/[iu]?vec\d/.test(e))return e.startsWith("ivec")?Int32Array:e.startsWith("uvec")?Uint32Array:Float32Array;if(/mat\d/.test(e))return Float32Array;if(/float/.test(e))return Float32Array;if(/uint/.test(e))return Uint32Array;if(/int/.test(e))return Int32Array;throw new Error(`THREE.NodeUtils: Unsupported type: ${e}`)}function Gs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?9:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function zs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?12:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function $s(e){return/float|int|uint/.test(e)?4:/vec2/.test(e)?8:/vec3/.test(e)||/vec4/.test(e)?16:/mat2/.test(e)?8:/mat3/.test(e)||/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function Ws(e){if(null==e)return null;const t=typeof e;return!0===e.isNode?"node":"number"===t?"float":"boolean"===t?"bool":"string"===t?"string":"function"===t?"shader":!0===e.isVector2?"vec2":!0===e.isVector3?"vec3":!0===e.isVector4?"vec4":!0===e.isMatrix2?"mat2":!0===e.isMatrix3?"mat3":!0===e.isMatrix4?"mat4":!0===e.isColor?"color":e instanceof ArrayBuffer?"ArrayBuffer":null}function Hs(o,...u){const l=o?o.slice(-4):void 0;return 1===u.length&&("vec2"===l?u=[u[0],u[0]]:"vec3"===l?u=[u[0],u[0],u[0]]:"vec4"===l&&(u=[u[0],u[0],u[0],u[0]])),"color"===o?new e(...u):"vec2"===l?new t(...u):"vec3"===l?new r(...u):"vec4"===l?new s(...u):"mat2"===l?new i(...u):"mat3"===l?new n(...u):"mat4"===l?new a(...u):"bool"===o?u[0]||!1:"float"===o||"int"===o||"uint"===o?u[0]||0:"string"===o?u[0]||"":"ArrayBuffer"===o?Xs(u[0]):null}function js(e){let t=Os.get(e);return void 0===t&&(t={},Os.set(e,t)),t}function qs(e){let t="";const r=new Uint8Array(e);for(let e=0;ee.charCodeAt(0)).buffer}var Ks=Object.freeze({__proto__:null,arrayBufferToBase64:qs,base64ToArrayBuffer:Xs,getAlignmentFromType:$s,getDataFromObject:js,getLengthFromType:Gs,getMemoryLengthFromType:zs,getTypeFromLength:Vs,getTypedArrayFromType:ks,getValueFromType:Hs,getValueType:Ws,hash:Us,hashArray:Ds,hashString:Fs});const Ys={VERTEX:"vertex",FRAGMENT:"fragment"},Qs={NONE:"none",FRAME:"frame",RENDER:"render",OBJECT:"object"},Zs={BOOLEAN:"bool",INTEGER:"int",FLOAT:"float",VECTOR2:"vec2",VECTOR3:"vec3",VECTOR4:"vec4",MATRIX2:"mat2",MATRIX3:"mat3",MATRIX4:"mat4"},Js={READ_ONLY:"readOnly",WRITE_ONLY:"writeOnly",READ_WRITE:"readWrite"},ei=["fragment","vertex"],ti=["setup","analyze","generate"],ri=[...ei,"compute"],si=["x","y","z","w"],ii={analyze:"setup",generate:"analyze"};let ni=0;class ai extends u{static get type(){return"Node"}constructor(e=null){super(),this.nodeType=e,this.updateType=Qs.NONE,this.updateBeforeType=Qs.NONE,this.updateAfterType=Qs.NONE,this.uuid=l.generateUUID(),this.version=0,this.name="",this.global=!1,this.parents=!1,this.isNode=!0,this._beforeNodes=null,this._cacheKey=null,this._cacheKeyVersion=0,Object.defineProperty(this,"id",{value:ni++})}set needsUpdate(e){!0===e&&this.version++}get type(){return this.constructor.type}onUpdate(e,t){return this.updateType=t,this.update=e.bind(this),this}onFrameUpdate(e){return this.onUpdate(e,Qs.FRAME)}onRenderUpdate(e){return this.onUpdate(e,Qs.RENDER)}onObjectUpdate(e){return this.onUpdate(e,Qs.OBJECT)}onReference(e){return this.updateReference=e.bind(this),this}updateReference(){return this}isGlobal(){return this.global}*getChildren(){for(const{childNode:e}of this._getChildren())yield e}dispose(){this.dispatchEvent({type:"dispose"})}traverse(e){e(this);for(const t of this.getChildren())t.traverse(e)}_getChildren(e=new Set){const t=[];e.add(this);for(const r of Object.getOwnPropertyNames(this)){const s=this[r];if(!0!==r.startsWith("_")&&!e.has(s))if(!0===Array.isArray(s))for(let e=0;e0&&(e.inputNodes=r)}deserialize(e){if(void 0!==e.inputNodes){const t=e.meta.nodes;for(const r in e.inputNodes)if(Array.isArray(e.inputNodes[r])){const s=[];for(const i of e.inputNodes[r])s.push(t[i]);this[r]=s}else if("object"==typeof e.inputNodes[r]){const s={};for(const i in e.inputNodes[r]){const n=e.inputNodes[r][i];s[i]=t[n]}this[r]=s}else{const s=e.inputNodes[r];this[r]=t[s]}}}toJSON(e){const{uuid:t,type:r}=this,s=void 0===e||"string"==typeof e;s&&(e={textures:{},images:{},nodes:{}});let i=e.nodes[t];function n(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(void 0===i&&(i={uuid:t,type:r,meta:e,metadata:{version:4.7,type:"Node",generator:"Node.toJSON"}},!0!==s&&(e.nodes[i.uuid]=i),this.serialize(i),delete i.meta),s){const t=n(e.textures),r=n(e.images),s=n(e.nodes);t.length>0&&(i.textures=t),r.length>0&&(i.images=r),s.length>0&&(i.nodes=s)}return i}}class oi extends ai{static get type(){return"ArrayElementNode"}constructor(e,t){super(),this.node=e,this.indexNode=t,this.isArrayElementNode=!0}getNodeType(e){return this.node.getElementType(e)}generate(e){const t=this.indexNode.getNodeType(e);return`${this.node.build(e)}[ ${this.indexNode.build(e,!e.isVector(t)&&e.isInteger(t)?t:"uint")} ]`}}class ui extends ai{static get type(){return"ConvertNode"}constructor(e,t){super(),this.node=e,this.convertTo=t}getNodeType(e){const t=this.node.getNodeType(e);let r=null;for(const s of this.convertTo.split("|"))null!==r&&e.getTypeLength(t)!==e.getTypeLength(s)||(r=s);return r}serialize(e){super.serialize(e),e.convertTo=this.convertTo}deserialize(e){super.deserialize(e),this.convertTo=e.convertTo}generate(e,t){const r=this.node,s=this.getNodeType(e),i=r.build(e,s);return e.format(i,s,t)}}class li extends ai{static get type(){return"TempNode"}constructor(e=null){super(e),this.isTempNode=!0}hasDependencies(e){return e.getDataFromNode(this).usageCount>1}build(e,t){if("generate"===e.getBuildStage()){const r=e.getVectorType(this.getNodeType(e,t)),s=e.getDataFromNode(this);if(void 0!==s.propertyName)return e.format(s.propertyName,r,t);if("void"!==r&&"void"!==t&&this.hasDependencies(e)){const i=super.build(e,r),n=e.getVarFromNode(this,null,r),a=e.getPropertyName(n);return e.addLineFlowCode(`${a} = ${i}`,this),s.snippet=i,s.propertyName=a,e.format(s.propertyName,r,t)}}return super.build(e,t)}}class di extends li{static get type(){return"JoinNode"}constructor(e=[],t=null){super(t),this.nodes=e}getNodeType(e){return null!==this.nodeType?e.getVectorType(this.nodeType):e.getTypeFromLength(this.nodes.reduce((t,r)=>t+e.getTypeLength(r.getNodeType(e)),0))}generate(e,t){const r=this.getNodeType(e),s=e.getTypeLength(r),i=this.nodes,n=e.getComponentType(r),a=[];let u=0;for(const t of i){if(u>=s){o(`TSL: Length of parameters exceeds maximum length of function '${r}()' type.`);break}let i,l=t.getNodeType(e),d=e.getTypeLength(l);u+d>s&&(o(`TSL: Length of '${r}()' data exceeds maximum length of output type.`),d=s-u,l=e.getTypeFromLength(d)),u+=d,i=t.build(e,l);if(e.getComponentType(l)!==n){const t=e.getTypeFromLength(d,n);i=e.format(i,l,t)}a.push(i)}const l=`${e.getType(r)}( ${a.join(", ")} )`;return e.format(l,r,t)}}const ci=si.join("");class hi extends ai{static get type(){return"SplitNode"}constructor(e,t="x"){super(),this.node=e,this.components=t,this.isSplitNode=!0}getVectorLength(){let e=this.components.length;for(const t of this.components)e=Math.max(si.indexOf(t)+1,e);return e}getComponentType(e){return e.getComponentType(this.node.getNodeType(e))}getNodeType(e){return e.getTypeFromLength(this.components.length,this.getComponentType(e))}getScope(){return this.node.getScope()}generate(e,t){const r=this.node,s=e.getTypeLength(r.getNodeType(e));let i=null;if(s>1){let n=null;this.getVectorLength()>=s&&(n=e.getTypeFromLength(this.getVectorLength(),this.getComponentType(e)));const a=r.build(e,n);i=this.components.length===s&&this.components===ci.slice(0,this.components.length)?e.format(a,n,t):e.format(`${a}.${this.components}`,this.getNodeType(e),t)}else i=r.build(e,t);return i}serialize(e){super.serialize(e),e.components=this.components}deserialize(e){super.deserialize(e),this.components=e.components}}class pi extends li{static get type(){return"SetNode"}constructor(e,t,r){super(),this.sourceNode=e,this.components=t,this.targetNode=r}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){const{sourceNode:t,components:r,targetNode:s}=this,i=this.getNodeType(e),n=e.getComponentType(s.getNodeType(e)),a=e.getTypeFromLength(r.length,n),o=s.build(e,a),u=t.build(e,i),l=e.getTypeLength(i),d=[];for(let e=0;e(e=>e.replace(/r|s/g,"x").replace(/g|t/g,"y").replace(/b|p/g,"z").replace(/a|q/g,"w"))(e).split("").sort().join("");ai.prototype.assign=function(...e){if(!0!==this.isStackNode)return null!==xi?xi.assign(this,...e):o("TSL: No stack defined for assign operation. Make sure the assign is inside a Fn()."),this;{const t=Ti.get("assign");return this.addToStack(t(...e))}},ai.prototype.toVarIntent=function(){return this},ai.prototype.get=function(e){return new bi(this,e)};const Ni={};function Si(e,t,r){Ni[e]=Ni[t]=Ni[r]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new hi(this,e),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};const s=e.toUpperCase(),i=t.toUpperCase(),n=r.toUpperCase();ai.prototype["set"+s]=ai.prototype["set"+i]=ai.prototype["set"+n]=function(t){const r=vi(e);return new pi(this,r,Yi(t))},ai.prototype["flip"+s]=ai.prototype["flip"+i]=ai.prototype["flip"+n]=function(){const t=vi(e);return new gi(this,t)}}const Ri=["x","y","z","w"],Ai=["r","g","b","a"],Ei=["s","t","p","q"];for(let e=0;e<4;e++){let t=Ri[e],r=Ai[e],s=Ei[e];Si(t,r,s);for(let i=0;i<4;i++){t=Ri[e]+Ri[i],r=Ai[e]+Ai[i],s=Ei[e]+Ei[i],Si(t,r,s);for(let n=0;n<4;n++){t=Ri[e]+Ri[i]+Ri[n],r=Ai[e]+Ai[i]+Ai[n],s=Ei[e]+Ei[i]+Ei[n],Si(t,r,s);for(let a=0;a<4;a++)t=Ri[e]+Ri[i]+Ri[n]+Ri[a],r=Ai[e]+Ai[i]+Ai[n]+Ai[a],s=Ei[e]+Ei[i]+Ei[n]+Ei[a],Si(t,r,s)}}}for(let e=0;e<32;e++)Ni[e]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new oi(this,new yi(e,"uint")),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};Object.defineProperties(ai.prototype,Ni);const wi=new WeakMap,Ci=function(e,t=null){for(const r in e)e[r]=Yi(e[r],t);return e},Mi=function(e,t=null){const r=e.length;for(let s=0;su?(o(`TSL: "${r}" parameter length exceeds limit.`),t.slice(0,u)):t}return null===t?n=(...t)=>i(new e(...Ji(d(t)))):null!==r?(r=Yi(r),n=(...s)=>i(new e(t,...Ji(d(s)),r))):n=(...r)=>i(new e(t,...Ji(d(r)))),n.setParameterLength=(...e)=>(1===e.length?a=u=e[0]:2===e.length&&([a,u]=e),n),n.setName=e=>(l=e,n),n},Li=function(e,...t){return Yi(new e(...Ji(t)))};class Pi extends ai{constructor(e,t){super(),this.shaderNode=e,this.rawInputs=t,this.isShaderCallNodeInternal=!0}getNodeType(e){return this.shaderNode.nodeType||this.getOutputNode(e).getNodeType(e)}getElementType(e){return this.getOutputNode(e).getElementType(e)}getMemberType(e,t){return this.getOutputNode(e).getMemberType(e,t)}call(e){const{shaderNode:t,rawInputs:r}=this,s=e.getNodeProperties(t),i=e.getClosestSubBuild(t.subBuilds)||"",n=i||"default";if(s[n])return s[n];const a=e.subBuildFn,o=e.fnCall;e.subBuildFn=i,e.fnCall=this;let u=null;if(t.layout){let s=wi.get(e.constructor);void 0===s&&(s=new WeakMap,wi.set(e.constructor,s));let i=s.get(t);void 0===i&&(i=Yi(e.buildFunctionNode(t)),s.set(t,i)),e.addInclude(i);const n=r?function(e){let t;Zi(e);t=e[0]&&(e[0].isNode||Object.getPrototypeOf(e[0])!==Object.prototype)?[...e]:e[0];return t}(r):null;u=Yi(i.call(n))}else{const s=new Proxy(e,{get:(e,t,r)=>{let s;return s=Symbol.iterator===t?function*(){yield}:Reflect.get(e,t,r),s}}),i=r?function(e){let t=0;return Zi(e),new Proxy(e,{get:(r,s,i)=>{let n;if("length"===s)return n=e.length,n;if(Symbol.iterator===s)n=function*(){for(const t of e)yield Yi(t)};else{if(e.length>0)if(Object.getPrototypeOf(e[0])===Object.prototype){const r=e[0];n=void 0===r[s]?r[t++]:Reflect.get(r,s,i)}else e[0]instanceof ai&&(n=void 0===e[s]?e[t++]:Reflect.get(e,s,i));else n=Reflect.get(r,s,i);n=Yi(n)}return n}})}(r):null,n=Array.isArray(r)?r.length>0:null!==r,a=t.jsFunc,o=n||a.length>1?a(i,s):a(s);u=Yi(o)}return e.subBuildFn=a,e.fnCall=o,t.once&&(s[n]=u),u}setupOutput(e){return e.addStack(),e.stack.outputNode=this.call(e),e.removeStack()}getOutputNode(e){const t=e.getNodeProperties(this),r=e.getSubBuildOutput(this);return t[r]=t[r]||this.setupOutput(e),t[r].subBuild=e.getClosestSubBuild(this),t[r]}build(e,t=null){let r=null;const s=e.getBuildStage(),i=e.getNodeProperties(this),n=e.getSubBuildOutput(this),a=this.getOutputNode(e),o=e.fnCall;if(e.fnCall=this,"setup"===s){const t=e.getSubBuildProperty("initialized",this);if(!0!==i[t]&&(i[t]=!0,i[n]=this.getOutputNode(e),i[n].build(e),this.shaderNode.subBuilds))for(const t of e.chaining){const r=e.getDataFromNode(t,"any");r.subBuilds=r.subBuilds||new Set;for(const e of this.shaderNode.subBuilds)r.subBuilds.add(e)}r=i[n]}else"analyze"===s?a.build(e,t):"generate"===s&&(r=a.build(e,t)||"");return e.fnCall=o,r}}class Fi extends ai{constructor(e,t){super(t),this.jsFunc=e,this.layout=null,this.global=!0,this.once=!1}setLayout(e){return this.layout=e,this}getLayout(){return this.layout}call(e=null){return new Pi(this,e)}setup(){return this.call()}}const Di=[!1,!0],Ui=[0,1,2,3],Ii=[-1,-2],Oi=[.5,1.5,1/3,1e-6,1e6,Math.PI,2*Math.PI,1/Math.PI,2/Math.PI,1/(2*Math.PI),Math.PI/2],Vi=new Map;for(const e of Di)Vi.set(e,new yi(e));const ki=new Map;for(const e of Ui)ki.set(e,new yi(e,"uint"));const Gi=new Map([...ki].map(e=>new yi(e.value,"int")));for(const e of Ii)Gi.set(e,new yi(e,"int"));const zi=new Map([...Gi].map(e=>new yi(e.value)));for(const e of Oi)zi.set(e,new yi(e));for(const e of Oi)zi.set(-e,new yi(-e));const $i={bool:Vi,uint:ki,ints:Gi,float:zi},Wi=new Map([...Vi,...zi]),Hi=(e,t)=>Wi.has(e)?Wi.get(e):!0===e.isNode?e:new yi(e,t),ji=function(e,t=null){return(...r)=>{for(const t of r)if(void 0===t)return o(`TSL: Invalid parameter for the type "${e}".`),Yi(new yi(0,e));if((0===r.length||!["bool","float","int","uint"].includes(e)&&r.every(e=>{const t=typeof e;return"object"!==t&&"function"!==t}))&&(r=[Hs(e,...r)]),1===r.length&&null!==t&&t.has(r[0]))return Qi(t.get(r[0]));if(1===r.length){const t=Hi(r[0],e);return t.nodeType===e?Qi(t):Qi(new ui(t,e))}const s=r.map(e=>Hi(e));return Qi(new di(s,e))}},qi=e=>"object"==typeof e&&null!==e?e.value:e,Xi=e=>null!=e?e.nodeType||e.convertTo||("string"==typeof e?e:null):null;function Ki(e,t){return new Fi(e,t)}const Yi=(e,t=null)=>function(e,t=null){const r=Ws(e);return"node"===r?e:null===t&&("float"===r||"boolean"===r)||r&&"shader"!==r&&"string"!==r?Yi(Hi(e,t)):"shader"===r?e.isFn?e:an(e):e}(e,t),Qi=(e,t=null)=>Yi(e,t).toVarIntent(),Zi=(e,t=null)=>new Ci(e,t),Ji=(e,t=null)=>new Mi(e,t),en=(e,t=null,r=null,s=null)=>new Bi(e,t,r,s),tn=(e,...t)=>new Li(e,...t),rn=(e,t=null,r=null,s={})=>new Bi(e,t,r,{...s,intent:!0});let sn=0;class nn extends ai{constructor(e,t=null){super();let r=null;null!==t&&("object"==typeof t?r=t.return:("string"==typeof t?r=t:o("TSL: Invalid layout type."),t=null)),this.shaderNode=new Ki(e,r),null!==t&&this.setLayout(t),this.isFn=!0}setLayout(e){const t=this.shaderNode.nodeType;if("object"!=typeof e.inputs){const r={name:"fn"+sn++,type:t,inputs:[]};for(const t in e)"return"!==t&&r.inputs.push({name:t,type:e[t]});e=r}return this.shaderNode.setLayout(e),this}getNodeType(e){return this.shaderNode.getNodeType(e)||"float"}call(...e){const t=this.shaderNode.call(e);return"void"===this.shaderNode.nodeType&&t.toStack(),t.toVarIntent()}once(e=null){return this.shaderNode.once=!0,this.shaderNode.subBuilds=e,this}generate(e){const t=this.getNodeType(e);return o('TSL: "Fn()" was declared but not invoked. Try calling it like "Fn()( ...params )".'),e.generateConst(t)}}function an(e,t=null){const r=new nn(e,t);return new Proxy(()=>{},{apply:(e,t,s)=>r.call(...s),get:(e,t,s)=>Reflect.get(r,t,s),set:(e,t,s,i)=>Reflect.set(r,t,s,i)})}const on=e=>{xi=e},un=()=>xi,ln=(...e)=>xi.If(...e);function dn(e){return xi&&xi.addToStack(e),e}_i("toStack",dn);const cn=new ji("color"),hn=new ji("float",$i.float),pn=new ji("int",$i.ints),gn=new ji("uint",$i.uint),mn=new ji("bool",$i.bool),fn=new ji("vec2"),yn=new ji("ivec2"),bn=new ji("uvec2"),xn=new ji("bvec2"),Tn=new ji("vec3"),_n=new ji("ivec3"),vn=new ji("uvec3"),Nn=new ji("bvec3"),Sn=new ji("vec4"),Rn=new ji("ivec4"),An=new ji("uvec4"),En=new ji("bvec4"),wn=new ji("mat2"),Cn=new ji("mat3"),Mn=new ji("mat4");_i("toColor",cn),_i("toFloat",hn),_i("toInt",pn),_i("toUint",gn),_i("toBool",mn),_i("toVec2",fn),_i("toIVec2",yn),_i("toUVec2",bn),_i("toBVec2",xn),_i("toVec3",Tn),_i("toIVec3",_n),_i("toUVec3",vn),_i("toBVec3",Nn),_i("toVec4",Sn),_i("toIVec4",Rn),_i("toUVec4",An),_i("toBVec4",En),_i("toMat2",wn),_i("toMat3",Cn),_i("toMat4",Mn);const Bn=en(oi).setParameterLength(2),Ln=(e,t)=>Yi(new ui(Yi(e),t));_i("element",Bn),_i("convert",Ln);_i("append",e=>(d("TSL: .append() has been renamed to .toStack()."),dn(e)));class Pn extends ai{static get type(){return"PropertyNode"}constructor(e,t=null,r=!1){super(e),this.name=t,this.varying=r,this.isPropertyNode=!0,this.global=!0}customCacheKey(){return Fs(this.type+":"+(this.name||"")+":"+(this.varying?"1":"0"))}getHash(e){return this.name||super.getHash(e)}generate(e){let t;return!0===this.varying?(t=e.getVaryingFromNode(this,this.name),t.needsInterpolation=!0):t=e.getVarFromNode(this,this.name),e.getPropertyName(t)}}const Fn=(e,t)=>Yi(new Pn(e,t)),Dn=(e,t)=>Yi(new Pn(e,t,!0)),Un=tn(Pn,"vec4","DiffuseColor"),In=tn(Pn,"vec3","DiffuseContribution"),On=tn(Pn,"vec3","EmissiveColor"),Vn=tn(Pn,"float","Roughness"),kn=tn(Pn,"float","Metalness"),Gn=tn(Pn,"float","Clearcoat"),zn=tn(Pn,"float","ClearcoatRoughness"),$n=tn(Pn,"vec3","Sheen"),Wn=tn(Pn,"float","SheenRoughness"),Hn=tn(Pn,"float","Iridescence"),jn=tn(Pn,"float","IridescenceIOR"),qn=tn(Pn,"float","IridescenceThickness"),Xn=tn(Pn,"float","AlphaT"),Kn=tn(Pn,"float","Anisotropy"),Yn=tn(Pn,"vec3","AnisotropyT"),Qn=tn(Pn,"vec3","AnisotropyB"),Zn=tn(Pn,"color","SpecularColor"),Jn=tn(Pn,"color","SpecularColorBlended"),ea=tn(Pn,"float","SpecularF90"),ta=tn(Pn,"float","Shininess"),ra=tn(Pn,"vec4","Output"),sa=tn(Pn,"float","dashSize"),ia=tn(Pn,"float","gapSize"),na=tn(Pn,"float","pointWidth"),aa=tn(Pn,"float","IOR"),oa=tn(Pn,"float","Transmission"),ua=tn(Pn,"float","Thickness"),la=tn(Pn,"float","AttenuationDistance"),da=tn(Pn,"color","AttenuationColor"),ca=tn(Pn,"float","Dispersion");class ha extends ai{static get type(){return"UniformGroupNode"}constructor(e,t=!1,r=1){super("string"),this.name=e,this.shared=t,this.order=r,this.isUniformGroup=!0}serialize(e){super.serialize(e),e.name=this.name,e.version=this.version,e.shared=this.shared}deserialize(e){super.deserialize(e),this.name=e.name,this.version=e.version,this.shared=e.shared}}const pa=e=>new ha(e),ga=(e,t=0)=>new ha(e,!0,t),ma=ga("frame"),fa=ga("render"),ya=pa("object");class ba extends mi{static get type(){return"UniformNode"}constructor(e,t=null){super(e,t),this.isUniformNode=!0,this.name="",this.groupNode=ya}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setGroup(e){return this.groupNode=e,this}getGroup(){return this.groupNode}getUniformHash(e){return this.getHash(e)}onUpdate(e,t){return e=e.bind(this),super.onUpdate(t=>{const r=e(t,this);void 0!==r&&(this.value=r)},t)}getInputType(e){let t=super.getInputType(e);return"bool"===t&&(t="uint"),t}generate(e,t){const r=this.getNodeType(e),s=this.getUniformHash(e);let i=e.getNodeFromHash(s);void 0===i&&(e.setHashNode(this,s),i=this);const n=i.getInputType(e),a=e.getUniformFromNode(i,n,e.shaderStage,this.name||e.context.nodeName),o=e.getPropertyName(a);void 0!==e.context.nodeName&&delete e.context.nodeName;let u=o;if("bool"===r){const t=e.getDataFromNode(this);let s=t.propertyName;if(void 0===s){const i=e.getVarFromNode(this,null,"bool");s=e.getPropertyName(i),t.propertyName=s,u=e.format(o,n,r),e.addLineFlowCode(`${s} = ${u}`,this)}u=s}return e.format(u,r,t)}}const xa=(e,t)=>{const r=Xi(t||e);if(r===e&&(e=Hs(r)),e&&!0===e.isNode){let t=e.value;e.traverse(e=>{!0===e.isConstNode&&(t=e.value)}),e=t}return Yi(new ba(e,r))};class Ta extends li{static get type(){return"ArrayNode"}constructor(e,t,r=null){super(e),this.count=t,this.values=r,this.isArrayNode=!0}getArrayCount(){return this.count}getNodeType(e){return null===this.nodeType&&(this.nodeType=this.values[0].getNodeType(e)),this.nodeType}getElementType(e){return this.getNodeType(e)}generate(e){const t=this.getNodeType(e);return e.generateArray(t,this.count,this.values)}}const _a=(...e)=>{let t;if(1===e.length){const r=e[0];t=new Ta(null,r.length,r)}else{const r=e[0],s=e[1];t=new Ta(r,s)}return Yi(t)};_i("toArray",(e,t)=>_a(Array(t).fill(e)));class va extends li{static get type(){return"AssignNode"}constructor(e,t){super(),this.targetNode=e,this.sourceNode=t,this.isAssignNode=!0}hasDependencies(){return!1}getNodeType(e,t){return"void"!==t?this.targetNode.getNodeType(e):"void"}needsSplitAssign(e){const{targetNode:t}=this;if(!1===e.isAvailable("swizzleAssign")&&t.isSplitNode&&t.components.length>1){const r=e.getTypeLength(t.node.getNodeType(e));return si.join("").slice(0,r)!==t.components}return!1}setup(e){const{targetNode:t,sourceNode:r}=this,s=t.getScope();e.getDataFromNode(s).assign=!0;const i=e.getNodeProperties(this);i.sourceNode=r,i.targetNode=t.context({assign:!0})}generate(e,t){const{targetNode:r,sourceNode:s}=e.getNodeProperties(this),i=this.needsSplitAssign(e),n=r.build(e),a=r.getNodeType(e),o=s.build(e,a),u=s.getNodeType(e),l=e.getDataFromNode(this);let d;if(!0===l.initialized)"void"!==t&&(d=n);else if(i){const s=e.getVarFromNode(this,null,a),i=e.getPropertyName(s);e.addLineFlowCode(`${i} = ${o}`,this);const u=r.node,l=u.node.context({assign:!0}).build(e);for(let t=0;t{const s=r.type;let i;return i="pointer"===s?"&"+t.build(e):t.build(e,s),i};if(Array.isArray(i)){if(i.length>s.length)o("TSL: The number of provided parameters exceeds the expected number of inputs in 'Fn()'."),i.length=s.length;else if(i.length(t=t.length>1||t[0]&&!0===t[0].isNode?Ji(t):Zi(t[0]),new Sa(Yi(e),t));_i("call",Ra);const Aa={"==":"equal","!=":"notEqual","<":"lessThan",">":"greaterThan","<=":"lessThanEqual",">=":"greaterThanEqual","%":"mod"};class Ea extends li{static get type(){return"OperatorNode"}constructor(e,t,r,...s){if(super(),s.length>0){let i=new Ea(e,t,r);for(let t=0;t>"===r||"<<"===r)return e.getIntegerType(n);if("!"===r||"&&"===r||"||"===r||"^^"===r)return"bool";if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r){const t=Math.max(e.getTypeLength(n),e.getTypeLength(a));return t>1?`bvec${t}`:"bool"}if(e.isMatrix(n)){if("float"===a)return n;if(e.isVector(a))return e.getVectorFromMatrix(n);if(e.isMatrix(a))return n}else if(e.isMatrix(a)){if("float"===n)return a;if(e.isVector(n))return e.getVectorFromMatrix(a)}return e.getTypeLength(a)>e.getTypeLength(n)?a:n}generate(e,t){const r=this.op,{aNode:s,bNode:i}=this,n=this.getNodeType(e,t);let a=null,o=null;"void"!==n?(a=s.getNodeType(e),o=i?i.getNodeType(e):null,"<"===r||">"===r||"<="===r||">="===r||"=="===r||"!="===r?e.isVector(a)?o=a:e.isVector(o)?a=o:a!==o&&(a=o="float"):">>"===r||"<<"===r?(a=n,o=e.changeComponentType(o,"uint")):"%"===r?(a=n,o=e.isInteger(a)&&e.isInteger(o)?o:a):e.isMatrix(a)?"float"===o?o="float":e.isVector(o)?o=e.getVectorFromMatrix(a):e.isMatrix(o)||(a=o=n):a=e.isMatrix(o)?"float"===a?"float":e.isVector(a)?e.getVectorFromMatrix(o):o=n:o=n):a=o=n;const u=s.build(e,a),l=i?i.build(e,o):null,d=e.getFunctionOperator(r);if("void"!==t){const s=e.renderer.coordinateSystem===c;if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r)return s&&e.isVector(a)?e.format(`${this.getOperatorMethod(e,t)}( ${u}, ${l} )`,n,t):e.format(`( ${u} ${r} ${l} )`,n,t);if("%"===r)return e.isInteger(o)?e.format(`( ${u} % ${l} )`,n,t):e.format(`${this.getOperatorMethod(e,n)}( ${u}, ${l} )`,n,t);if("!"===r||"~"===r)return e.format(`(${r}${u})`,a,t);if(d)return e.format(`${d}( ${u}, ${l} )`,n,t);if(e.isMatrix(a)&&"float"===o)return e.format(`( ${l} ${r} ${u} )`,n,t);if("float"===a&&e.isMatrix(o))return e.format(`${u} ${r} ${l}`,n,t);{let i=`( ${u} ${r} ${l} )`;return!s&&"bool"===n&&e.isVector(a)&&e.isVector(o)&&(i=`all${i}`),e.format(i,n,t)}}if("void"!==a)return d?e.format(`${d}( ${u}, ${l} )`,n,t):e.isMatrix(a)&&"float"===o?e.format(`${l} ${r} ${u}`,n,t):e.format(`${u} ${r} ${l}`,n,t)}serialize(e){super.serialize(e),e.op=this.op}deserialize(e){super.deserialize(e),this.op=e.op}}const wa=rn(Ea,"+").setParameterLength(2,1/0).setName("add"),Ca=rn(Ea,"-").setParameterLength(2,1/0).setName("sub"),Ma=rn(Ea,"*").setParameterLength(2,1/0).setName("mul"),Ba=rn(Ea,"/").setParameterLength(2,1/0).setName("div"),La=rn(Ea,"%").setParameterLength(2).setName("mod"),Pa=rn(Ea,"==").setParameterLength(2).setName("equal"),Fa=rn(Ea,"!=").setParameterLength(2).setName("notEqual"),Da=rn(Ea,"<").setParameterLength(2).setName("lessThan"),Ua=rn(Ea,">").setParameterLength(2).setName("greaterThan"),Ia=rn(Ea,"<=").setParameterLength(2).setName("lessThanEqual"),Oa=rn(Ea,">=").setParameterLength(2).setName("greaterThanEqual"),Va=rn(Ea,"&&").setParameterLength(2,1/0).setName("and"),ka=rn(Ea,"||").setParameterLength(2,1/0).setName("or"),Ga=rn(Ea,"!").setParameterLength(1).setName("not"),za=rn(Ea,"^^").setParameterLength(2).setName("xor"),$a=rn(Ea,"&").setParameterLength(2).setName("bitAnd"),Wa=rn(Ea,"~").setParameterLength(1).setName("bitNot"),Ha=rn(Ea,"|").setParameterLength(2).setName("bitOr"),ja=rn(Ea,"^").setParameterLength(2).setName("bitXor"),qa=rn(Ea,"<<").setParameterLength(2).setName("shiftLeft"),Xa=rn(Ea,">>").setParameterLength(2).setName("shiftRight"),Ka=an(([e])=>(e.addAssign(1),e)),Ya=an(([e])=>(e.subAssign(1),e)),Qa=an(([e])=>{const t=pn(e).toConst();return e.addAssign(1),t}),Za=an(([e])=>{const t=pn(e).toConst();return e.subAssign(1),t});_i("add",wa),_i("sub",Ca),_i("mul",Ma),_i("div",Ba),_i("mod",La),_i("equal",Pa),_i("notEqual",Fa),_i("lessThan",Da),_i("greaterThan",Ua),_i("lessThanEqual",Ia),_i("greaterThanEqual",Oa),_i("and",Va),_i("or",ka),_i("not",Ga),_i("xor",za),_i("bitAnd",$a),_i("bitNot",Wa),_i("bitOr",Ha),_i("bitXor",ja),_i("shiftLeft",qa),_i("shiftRight",Xa),_i("incrementBefore",Ka),_i("decrementBefore",Ya),_i("increment",Qa),_i("decrement",Za);const Ja=(e,t)=>(d('TSL: "modInt()" is deprecated. Use "mod( int( ... ) )" instead.'),La(pn(e),pn(t)));_i("modInt",Ja);class eo extends li{static get type(){return"MathNode"}constructor(e,t,r=null,s=null){if(super(),(e===eo.MAX||e===eo.MIN)&&arguments.length>3){let i=new eo(e,t,r);for(let t=2;tn&&i>a?t:n>a?r:a>i?s:t}getNodeType(e){const t=this.method;return t===eo.LENGTH||t===eo.DISTANCE||t===eo.DOT?"float":t===eo.CROSS?"vec3":t===eo.ALL||t===eo.ANY?"bool":t===eo.EQUALS?e.changeComponentType(this.aNode.getNodeType(e),"bool"):this.getInputType(e)}setup(e){const{aNode:t,bNode:r,method:s}=this;let i=null;if(s===eo.ONE_MINUS)i=Ca(1,t);else if(s===eo.RECIPROCAL)i=Ba(1,t);else if(s===eo.DIFFERENCE)i=wo(Ca(t,r));else if(s===eo.TRANSFORM_DIRECTION){let s=t,n=r;e.isMatrix(s.getNodeType(e))?n=Sn(Tn(n),0):s=Sn(Tn(s),0);const a=Ma(s,n).xyz;i=To(a)}return null!==i?i:super.setup(e)}generate(e,t){if(e.getNodeProperties(this).outputNode)return super.generate(e,t);let r=this.method;const s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=this.cNode,u=e.renderer.coordinateSystem;if(r===eo.NEGATE)return e.format("( - "+n.build(e,i)+" )",s,t);{const l=[];return r===eo.CROSS?l.push(n.build(e,s),a.build(e,s)):u===c&&r===eo.STEP?l.push(n.build(e,1===e.getTypeLength(n.getNodeType(e))?"float":i),a.build(e,i)):u!==c||r!==eo.MIN&&r!==eo.MAX?r===eo.REFRACT?l.push(n.build(e,i),a.build(e,i),o.build(e,"float")):r===eo.MIX?l.push(n.build(e,i),a.build(e,i),o.build(e,1===e.getTypeLength(o.getNodeType(e))?"float":i)):(u===h&&r===eo.ATAN&&null!==a&&(r="atan2"),"fragment"===e.shaderStage||r!==eo.DFDX&&r!==eo.DFDY||(d(`TSL: '${r}' is not supported in the ${e.shaderStage} stage.`),r="/*"+r+"*/"),l.push(n.build(e,i)),null!==a&&l.push(a.build(e,i)),null!==o&&l.push(o.build(e,i))):l.push(n.build(e,i),a.build(e,1===e.getTypeLength(a.getNodeType(e))?"float":i)),e.format(`${e.getMethod(r,s)}( ${l.join(", ")} )`,s,t)}}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}eo.ALL="all",eo.ANY="any",eo.RADIANS="radians",eo.DEGREES="degrees",eo.EXP="exp",eo.EXP2="exp2",eo.LOG="log",eo.LOG2="log2",eo.SQRT="sqrt",eo.INVERSE_SQRT="inversesqrt",eo.FLOOR="floor",eo.CEIL="ceil",eo.NORMALIZE="normalize",eo.FRACT="fract",eo.SIN="sin",eo.COS="cos",eo.TAN="tan",eo.ASIN="asin",eo.ACOS="acos",eo.ATAN="atan",eo.ABS="abs",eo.SIGN="sign",eo.LENGTH="length",eo.NEGATE="negate",eo.ONE_MINUS="oneMinus",eo.DFDX="dFdx",eo.DFDY="dFdy",eo.ROUND="round",eo.RECIPROCAL="reciprocal",eo.TRUNC="trunc",eo.FWIDTH="fwidth",eo.TRANSPOSE="transpose",eo.DETERMINANT="determinant",eo.INVERSE="inverse",eo.EQUALS="equals",eo.MIN="min",eo.MAX="max",eo.STEP="step",eo.REFLECT="reflect",eo.DISTANCE="distance",eo.DIFFERENCE="difference",eo.DOT="dot",eo.CROSS="cross",eo.POW="pow",eo.TRANSFORM_DIRECTION="transformDirection",eo.MIX="mix",eo.CLAMP="clamp",eo.REFRACT="refract",eo.SMOOTHSTEP="smoothstep",eo.FACEFORWARD="faceforward";const to=hn(1e-6),ro=hn(1e6),so=hn(Math.PI),io=hn(2*Math.PI),no=hn(2*Math.PI),ao=hn(.5*Math.PI),oo=rn(eo,eo.ALL).setParameterLength(1),uo=rn(eo,eo.ANY).setParameterLength(1),lo=rn(eo,eo.RADIANS).setParameterLength(1),co=rn(eo,eo.DEGREES).setParameterLength(1),ho=rn(eo,eo.EXP).setParameterLength(1),po=rn(eo,eo.EXP2).setParameterLength(1),go=rn(eo,eo.LOG).setParameterLength(1),mo=rn(eo,eo.LOG2).setParameterLength(1),fo=rn(eo,eo.SQRT).setParameterLength(1),yo=rn(eo,eo.INVERSE_SQRT).setParameterLength(1),bo=rn(eo,eo.FLOOR).setParameterLength(1),xo=rn(eo,eo.CEIL).setParameterLength(1),To=rn(eo,eo.NORMALIZE).setParameterLength(1),_o=rn(eo,eo.FRACT).setParameterLength(1),vo=rn(eo,eo.SIN).setParameterLength(1),No=rn(eo,eo.COS).setParameterLength(1),So=rn(eo,eo.TAN).setParameterLength(1),Ro=rn(eo,eo.ASIN).setParameterLength(1),Ao=rn(eo,eo.ACOS).setParameterLength(1),Eo=rn(eo,eo.ATAN).setParameterLength(1,2),wo=rn(eo,eo.ABS).setParameterLength(1),Co=rn(eo,eo.SIGN).setParameterLength(1),Mo=rn(eo,eo.LENGTH).setParameterLength(1),Bo=rn(eo,eo.NEGATE).setParameterLength(1),Lo=rn(eo,eo.ONE_MINUS).setParameterLength(1),Po=rn(eo,eo.DFDX).setParameterLength(1),Fo=rn(eo,eo.DFDY).setParameterLength(1),Do=rn(eo,eo.ROUND).setParameterLength(1),Uo=rn(eo,eo.RECIPROCAL).setParameterLength(1),Io=rn(eo,eo.TRUNC).setParameterLength(1),Oo=rn(eo,eo.FWIDTH).setParameterLength(1),Vo=rn(eo,eo.TRANSPOSE).setParameterLength(1),ko=rn(eo,eo.DETERMINANT).setParameterLength(1),Go=rn(eo,eo.INVERSE).setParameterLength(1),zo=(e,t)=>(d('TSL: "equals" is deprecated. Use "equal" inside a vector instead, like: "bvec*( equal( ... ) )"'),Pa(e,t)),$o=rn(eo,eo.MIN).setParameterLength(2,1/0),Wo=rn(eo,eo.MAX).setParameterLength(2,1/0),Ho=rn(eo,eo.STEP).setParameterLength(2),jo=rn(eo,eo.REFLECT).setParameterLength(2),qo=rn(eo,eo.DISTANCE).setParameterLength(2),Xo=rn(eo,eo.DIFFERENCE).setParameterLength(2),Ko=rn(eo,eo.DOT).setParameterLength(2),Yo=rn(eo,eo.CROSS).setParameterLength(2),Qo=rn(eo,eo.POW).setParameterLength(2),Zo=e=>Ma(e,e),Jo=e=>Ma(e,e,e),eu=e=>Ma(e,e,e,e),tu=rn(eo,eo.TRANSFORM_DIRECTION).setParameterLength(2),ru=e=>Ma(Co(e),Qo(wo(e),1/3)),su=e=>Ko(e,e),iu=rn(eo,eo.MIX).setParameterLength(3),nu=(e,t=0,r=1)=>Yi(new eo(eo.CLAMP,Yi(e),Yi(t),Yi(r))),au=e=>nu(e),ou=rn(eo,eo.REFRACT).setParameterLength(3),uu=rn(eo,eo.SMOOTHSTEP).setParameterLength(3),lu=rn(eo,eo.FACEFORWARD).setParameterLength(3),du=an(([e])=>{const t=Ko(e.xy,fn(12.9898,78.233)),r=La(t,so);return _o(vo(r).mul(43758.5453))}),cu=(e,t,r)=>iu(t,r,e),hu=(e,t,r)=>uu(t,r,e),pu=(e,t)=>Ho(t,e),gu=(e,t)=>(d('TSL: "atan2" is overloaded. Use "atan" instead.'),Eo(e,t)),mu=lu,fu=yo;_i("all",oo),_i("any",uo),_i("equals",zo),_i("radians",lo),_i("degrees",co),_i("exp",ho),_i("exp2",po),_i("log",go),_i("log2",mo),_i("sqrt",fo),_i("inverseSqrt",yo),_i("floor",bo),_i("ceil",xo),_i("normalize",To),_i("fract",_o),_i("sin",vo),_i("cos",No),_i("tan",So),_i("asin",Ro),_i("acos",Ao),_i("atan",Eo),_i("abs",wo),_i("sign",Co),_i("length",Mo),_i("lengthSq",su),_i("negate",Bo),_i("oneMinus",Lo),_i("dFdx",Po),_i("dFdy",Fo),_i("round",Do),_i("reciprocal",Uo),_i("trunc",Io),_i("fwidth",Oo),_i("atan2",gu),_i("min",$o),_i("max",Wo),_i("step",pu),_i("reflect",jo),_i("distance",qo),_i("dot",Ko),_i("cross",Yo),_i("pow",Qo),_i("pow2",Zo),_i("pow3",Jo),_i("pow4",eu),_i("transformDirection",tu),_i("mix",cu),_i("clamp",nu),_i("refract",ou),_i("smoothstep",hu),_i("faceForward",lu),_i("difference",Xo),_i("saturate",au),_i("cbrt",ru),_i("transpose",Vo),_i("determinant",ko),_i("inverse",Go),_i("rand",du);class yu extends ai{static get type(){return"ConditionalNode"}constructor(e,t,r=null){super(),this.condNode=e,this.ifNode=t,this.elseNode=r}getNodeType(e){const{ifNode:t,elseNode:r}=e.getNodeProperties(this);if(void 0===t)return e.flowBuildStage(this,"setup"),this.getNodeType(e);const s=t.getNodeType(e);if(null!==r){const t=r.getNodeType(e);if(e.getTypeLength(t)>e.getTypeLength(s))return t}return s}setup(e){const t=this.condNode,r=this.ifNode.isolate(),s=this.elseNode?this.elseNode.isolate():null,i=e.context.nodeBlock;e.getDataFromNode(r).parentNodeBlock=i,null!==s&&(e.getDataFromNode(s).parentNodeBlock=i);const n=e.context.uniformFlow,a=e.getNodeProperties(this);a.condNode=t,a.ifNode=n?r:r.context({nodeBlock:r}),a.elseNode=s?n?s:s.context({nodeBlock:s}):null}generate(e,t){const r=this.getNodeType(e),s=e.getDataFromNode(this);if(void 0!==s.nodeProperty)return s.nodeProperty;const{condNode:i,ifNode:n,elseNode:a}=e.getNodeProperties(this),o=e.currentFunctionNode,u="void"!==t,l=u?Fn(r).build(e):"";s.nodeProperty=l;const c=i.build(e,"bool");if(e.context.uniformFlow&&null!==a){const s=n.build(e,r),i=a.build(e,r),o=e.getTernary(c,s,i);return e.format(o,r,t)}e.addFlowCode(`\n${e.tab}if ( ${c} ) {\n\n`).addFlowTab();let h=n.build(e,r);if(h&&(u?h=l+" = "+h+";":(h="return "+h+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),h="// "+h))),e.removeFlowTab().addFlowCode(e.tab+"\t"+h+"\n\n"+e.tab+"}"),null!==a){e.addFlowCode(" else {\n\n").addFlowTab();let t=a.build(e,r);t&&(u?t=l+" = "+t+";":(t="return "+t+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),t="// "+t))),e.removeFlowTab().addFlowCode(e.tab+"\t"+t+"\n\n"+e.tab+"}\n\n")}else e.addFlowCode("\n\n");return e.format(l,r,t)}}const bu=en(yu).setParameterLength(2,3);_i("select",bu);class xu extends ai{static get type(){return"ContextNode"}constructor(e=null,t={}){super(),this.isContextNode=!0,this.node=e,this.value=t}getScope(){return this.node.getScope()}getNodeType(e){return this.node.getNodeType(e)}getFlowContextData(){const e=[];return this.traverse(t=>{!0===t.isContextNode&&e.push(t.value)}),Object.assign({},...e)}getMemberType(e,t){return this.node.getMemberType(e,t)}analyze(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}setup(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}generate(e,t){const r=e.addContext(this.value),s=this.node.build(e,t);return e.setContext(r),s}}const Tu=(e=null,t={})=>{let r=e;return null!==r&&!0===r.isNode||(t=r||t,r=null),new xu(r,t)},_u=e=>Tu(e,{uniformFlow:!0}),vu=(e,t)=>Tu(e,{nodeName:t});function Nu(e,t,r=null){return Tu(r,{getShadow:({light:r,shadowColorNode:s})=>t===r?s.mul(e):s})}function Su(e,t=null){return Tu(t,{getAO:(t,{material:r})=>!0===r.transparent?t:null!==t?t.mul(e):e})}function Ru(e,t){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),vu(e,t)}_i("context",Tu),_i("label",Ru),_i("uniformFlow",_u),_i("setName",vu),_i("builtinShadowContext",(e,t,r)=>Nu(t,r,e)),_i("builtinAOContext",(e,t)=>Su(t,e));class Au extends ai{static get type(){return"VarNode"}constructor(e,t=null,r=!1){super(),this.node=e,this.name=t,this.global=!0,this.isVarNode=!0,this.readOnly=r,this.parents=!0,this.intent=!1}setIntent(e){return this.intent=e,this}isIntent(e){return!0!==e.getDataFromNode(this).forceDeclaration&&this.intent}getIntent(){return this.intent}getMemberType(e,t){return this.node.getMemberType(e,t)}getElementType(e){return this.node.getElementType(e)}getNodeType(e){return this.node.getNodeType(e)}getArrayCount(e){return this.node.getArrayCount(e)}isAssign(e){return e.getDataFromNode(this).assign}build(...e){const t=e[0];if(!1===this._hasStack(t)&&"setup"===t.buildStage&&(t.context.nodeLoop||t.context.nodeBlock)){let e=!1;if(this.node.isShaderCallNodeInternal&&null===this.node.shaderNode.getLayout()&&t.fnCall&&t.fnCall.shaderNode){if(t.getDataFromNode(this.node.shaderNode).hasLoop){t.getDataFromNode(this).forceDeclaration=!0,e=!0}}const r=t.getBaseStack();e?r.addToStackBefore(this):r.addToStack(this)}return this.isIntent(t)&&!0!==this.isAssign(t)?this.node.build(...e):super.build(...e)}generate(e){const{node:t,name:r,readOnly:s}=this,{renderer:i}=e,n=!0===i.backend.isWebGPUBackend;let a=!1,u=!1;s&&(a=e.isDeterministic(t),u=n?s:a);const l=this.getNodeType(e);if("void"==l){!0!==this.isIntent(e)&&o('TSL: ".toVar()" can not be used with void type.');return t.build(e)}const d=e.getVectorType(l),c=t.build(e,d),h=e.getVarFromNode(this,r,d,void 0,u),p=e.getPropertyName(h);let g=p;if(u)if(n)g=a?`const ${p}`:`let ${p}`;else{const r=t.getArrayCount(e);g=`const ${e.getVar(h.type,p,r)}`}return e.addLineFlowCode(`${g} = ${c}`,this),p}_hasStack(e){return void 0!==e.getDataFromNode(this).stack}}const Eu=en(Au),wu=(e,t=null)=>Eu(e,t).toStack(),Cu=(e,t=null)=>Eu(e,t,!0).toStack(),Mu=e=>Eu(e).setIntent(!0).toStack();_i("toVar",wu),_i("toConst",Cu),_i("toVarIntent",Mu);class Bu extends ai{static get type(){return"SubBuild"}constructor(e,t,r=null){super(r),this.node=e,this.name=t,this.isSubBuildNode=!0}getNodeType(e){if(null!==this.nodeType)return this.nodeType;e.addSubBuild(this.name);const t=this.node.getNodeType(e);return e.removeSubBuild(),t}build(e,...t){e.addSubBuild(this.name);const r=this.node.build(e,...t);return e.removeSubBuild(),r}}const Lu=(e,t,r=null)=>Yi(new Bu(Yi(e),t,r));class Pu extends ai{static get type(){return"VaryingNode"}constructor(e,t=null){super(),this.node=e,this.name=t,this.isVaryingNode=!0,this.interpolationType=null,this.interpolationSampling=null,this.global=!0}setInterpolation(e,t=null){return this.interpolationType=e,this.interpolationSampling=t,this}getHash(e){return this.name||super.getHash(e)}getNodeType(e){return this.node.getNodeType(e)}setupVarying(e){const t=e.getNodeProperties(this);let r=t.varying;if(void 0===r){const s=this.name,i=this.getNodeType(e),n=this.interpolationType,a=this.interpolationSampling;t.varying=r=e.getVaryingFromNode(this,s,i,n,a),t.node=Lu(this.node,"VERTEX")}return r.needsInterpolation||(r.needsInterpolation="fragment"===e.shaderStage),r}setup(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}analyze(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}generate(e){const t=e.getSubBuildProperty("property",e.currentStack),r=e.getNodeProperties(this),s=this.setupVarying(e);if(void 0===r[t]){const i=this.getNodeType(e),n=e.getPropertyName(s,Ys.VERTEX);e.flowNodeFromShaderStage(Ys.VERTEX,r.node,i,n),r[t]=n}return e.getPropertyName(s)}}const Fu=en(Pu).setParameterLength(1,2),Du=e=>Fu(e);_i("toVarying",Fu),_i("toVertexStage",Du),_i("varying",(...e)=>(d("TSL: .varying() has been renamed to .toVarying()."),Fu(...e))),_i("vertexStage",(...e)=>(d("TSL: .vertexStage() has been renamed to .toVertexStage()."),Fu(...e)));const Uu=an(([e])=>{const t=e.mul(.9478672986).add(.0521327014).pow(2.4),r=e.mul(.0773993808),s=e.lessThanEqual(.04045);return iu(t,r,s)}).setLayout({name:"sRGBTransferEOTF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Iu=an(([e])=>{const t=e.pow(.41666).mul(1.055).sub(.055),r=e.mul(12.92),s=e.lessThanEqual(.0031308);return iu(t,r,s)}).setLayout({name:"sRGBTransferOETF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Ou="WorkingColorSpace";class Vu extends li{static get type(){return"ColorSpaceNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this.source=t,this.target=r}resolveColorSpace(e,t){return t===Ou?p.workingColorSpace:"OutputColorSpace"===t?e.context.outputColorSpace||e.renderer.outputColorSpace:t}setup(e){const{colorNode:t}=this,r=this.resolveColorSpace(e,this.source),s=this.resolveColorSpace(e,this.target);let i=t;return!1!==p.enabled&&r!==s&&r&&s?(p.getTransfer(r)===g&&(i=Sn(Uu(i.rgb),i.a)),p.getPrimaries(r)!==p.getPrimaries(s)&&(i=Sn(Cn(p._getMatrix(new n,r,s)).mul(i.rgb),i.a)),p.getTransfer(s)===g&&(i=Sn(Iu(i.rgb),i.a)),i):i}}const ku=(e,t)=>Yi(new Vu(Yi(e),Ou,t)),Gu=(e,t)=>Yi(new Vu(Yi(e),t,Ou));_i("workingToColorSpace",ku),_i("colorSpaceToWorking",Gu);let zu=class extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}};class $u extends ai{static get type(){return"ReferenceBaseNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.updateType=Qs.OBJECT}setGroup(e){return this.group=e,this}element(e){return Yi(new zu(this,Yi(e)))}setNodeType(e){const t=xa(null,e);null!==this.group&&t.setGroup(this.group),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;eYi(new Wu(e,t,r));class ju extends li{static get type(){return"ToneMappingNode"}constructor(e,t=Xu,r=null){super("vec3"),this._toneMapping=e,this.exposureNode=t,this.colorNode=r}customCacheKey(){return Us(this._toneMapping)}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup(e){const t=this.colorNode||e.context.color,r=this._toneMapping;if(r===m)return t;let s=null;const i=e.renderer.library.getToneMappingFunction(r);return null!==i?s=Sn(i(t.rgb,this.exposureNode),t.a):(o("ToneMappingNode: Unsupported Tone Mapping configuration.",r),s=t),s}}const qu=(e,t,r)=>Yi(new ju(e,Yi(t),Yi(r))),Xu=Hu("toneMappingExposure","float");_i("toneMapping",(e,t,r)=>qu(t,r,e));const Ku=new WeakMap;function Yu(e,t){let r=Ku.get(e);return void 0===r&&(r=new b(e,t),Ku.set(e,r)),r}class Qu extends mi{static get type(){return"BufferAttributeNode"}constructor(e,t=null,r=0,s=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferStride=r,this.bufferOffset=s,this.usage=f,this.instanced=!1,this.attribute=null,this.global=!0,e&&!0===e.isBufferAttribute&&e.itemSize<=4&&(this.attribute=e,this.usage=e.usage,this.instanced=e.isInstancedBufferAttribute)}getHash(e){if(0===this.bufferStride&&0===this.bufferOffset){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getNodeType(e){return null===this.bufferType&&(this.bufferType=e.getTypeFromAttribute(this.attribute)),this.bufferType}setup(e){if(null!==this.attribute)return;const t=this.getNodeType(e),r=e.getTypeLength(t),s=this.value,i=this.bufferStride||r,n=this.bufferOffset;let a;a=!0===s.isInterleavedBuffer?s:!0===s.isBufferAttribute?Yu(s.array,i):Yu(s,i);const o=new y(a,r,n);a.setUsage(this.usage),this.attribute=o,this.attribute.isInstancedBufferAttribute=this.instanced}generate(e){const t=this.getNodeType(e),r=e.getBufferAttributeFromNode(this,t),s=e.getPropertyName(r);let i=null;if("vertex"===e.shaderStage||"compute"===e.shaderStage)this.name=s,i=s;else{i=Fu(this).build(e,t)}return i}getInputType(){return"bufferAttribute"}setUsage(e){return this.usage=e,this.attribute&&!0===this.attribute.isBufferAttribute&&(this.attribute.usage=e),this}setInstanced(e){return this.instanced=e,this}}function Zu(e,t=null,r=0,s=0,i=f,n=!1){return"mat3"===t||null===t&&9===e.itemSize?Cn(new Qu(e,"vec3",9,0).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,3).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,6).setUsage(i).setInstanced(n)):"mat4"===t||null===t&&16===e.itemSize?Mn(new Qu(e,"vec4",16,0).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,4).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,8).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,12).setUsage(i).setInstanced(n)):new Qu(e,t,r,s)}const Ju=(e,t=null,r=0,s=0)=>Zu(e,t,r,s),el=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,f,!0),tl=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x,!0);_i("toAttribute",e=>Ju(e.value));class rl extends ai{static get type(){return"ComputeNode"}constructor(e,t){super("void"),this.isComputeNode=!0,this.computeNode=e,this.workgroupSize=t,this.count=null,this.version=1,this.name="",this.updateBeforeType=Qs.OBJECT,this.onInitFunction=null}setCount(e){return this.count=e,this}getCount(){return this.count}dispose(){this.dispatchEvent({type:"dispose"})}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}onInit(e){return this.onInitFunction=e,this}updateBefore({renderer:e}){e.compute(this)}setup(e){const t=this.computeNode.build(e);if(t){e.getNodeProperties(this).outputComputeNode=t.outputNode,t.outputNode=null}return t}generate(e,t){const{shaderStage:r}=e;if("compute"===r){const t=this.computeNode.build(e,"void");""!==t&&e.addLineFlowCode(t,this)}else{const r=e.getNodeProperties(this).outputComputeNode;if(r)return r.build(e,t)}}}const sl=(e,t=[64])=>{(0===t.length||t.length>3)&&o("TSL: compute() workgroupSize must have 1, 2, or 3 elements");for(let e=0;esl(e,r).setCount(t);_i("compute",il),_i("computeKernel",sl);class nl extends ai{static get type(){return"IsolateNode"}constructor(e,t=!0){super(),this.node=e,this.parent=t,this.isIsolateNode=!0}getNodeType(e){const t=e.getCache(),r=e.getCacheFromNode(this,this.parent);e.setCache(r);const s=this.node.getNodeType(e);return e.setCache(t),s}build(e,...t){const r=e.getCache(),s=e.getCacheFromNode(this,this.parent);e.setCache(s);const i=this.node.build(e,...t);return e.setCache(r),i}setParent(e){return this.parent=e,this}getParent(){return this.parent}}const al=e=>new nl(Yi(e));function ol(e,t=!0){return d('TSL: "cache()" has been deprecated. Use "isolate()" instead.'),al(e).setParent(t)}_i("cache",ol),_i("isolate",al);class ul extends ai{static get type(){return"BypassNode"}constructor(e,t){super(),this.isBypassNode=!0,this.outputNode=e,this.callNode=t}getNodeType(e){return this.outputNode.getNodeType(e)}generate(e){const t=this.callNode.build(e,"void");return""!==t&&e.addLineFlowCode(t,this),this.outputNode.build(e)}}const ll=en(ul).setParameterLength(2);_i("bypass",ll);class dl extends ai{static get type(){return"RemapNode"}constructor(e,t,r,s=hn(0),i=hn(1)){super(),this.node=e,this.inLowNode=t,this.inHighNode=r,this.outLowNode=s,this.outHighNode=i,this.doClamp=!0}setup(){const{node:e,inLowNode:t,inHighNode:r,outLowNode:s,outHighNode:i,doClamp:n}=this;let a=e.sub(t).div(r.sub(t));return!0===n&&(a=a.clamp()),a.mul(i.sub(s)).add(s)}}const cl=en(dl,null,null,{doClamp:!1}).setParameterLength(3,5),hl=en(dl).setParameterLength(3,5);_i("remap",cl),_i("remapClamp",hl);class pl extends ai{static get type(){return"ExpressionNode"}constructor(e="",t="void"){super(t),this.snippet=e}generate(e,t){const r=this.getNodeType(e),s=this.snippet;if("void"!==r)return e.format(s,r,t);e.addLineFlowCode(s,this)}}const gl=en(pl).setParameterLength(1,2),ml=e=>(e?bu(e,gl("discard")):gl("discard")).toStack();_i("discard",ml);class fl extends li{static get type(){return"RenderOutputNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this._toneMapping=t,this.outputColorSpace=r,this.isRenderOutputNode=!0}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup({context:e}){let t=this.colorNode||e.color;const r=(null!==this._toneMapping?this._toneMapping:e.toneMapping)||m,s=(null!==this.outputColorSpace?this.outputColorSpace:e.outputColorSpace)||T;return r!==m&&(t=t.toneMapping(r)),s!==T&&s!==p.workingColorSpace&&(t=t.workingToColorSpace(s)),t}}const yl=(e,t=null,r=null)=>Yi(new fl(Yi(e),t,r));_i("renderOutput",yl);class bl extends li{static get type(){return"DebugNode"}constructor(e,t=null){super(),this.node=e,this.callback=t}getNodeType(e){return this.node.getNodeType(e)}setup(e){return this.node.build(e)}analyze(e){return this.node.build(e)}generate(e){const t=this.callback,r=this.node.build(e),s="--- TSL debug - "+e.shaderStage+" shader ---",i="-".repeat(s.length);let n="";return n+="// #"+s+"#\n",n+=e.flow.code.replace(/^\t/gm,"")+"\n",n+="/* ... */ "+r+" /* ... */\n",n+="// #"+i+"#\n",null!==t?t(e,n):_(n),r}}const xl=(e,t=null)=>Yi(new bl(Yi(e),t)).toStack();_i("debug",xl);class Tl{constructor(){this._renderer=null,this.currentFrame=null}get nodeFrame(){return this._renderer._nodes.nodeFrame}setRenderer(e){return this._renderer=e,this}getRenderer(){return this._renderer}init(){}begin(){}finish(){}inspect(){}computeAsync(){}beginCompute(){}finishCompute(){}beginRender(){}finishRender(){}copyTextureToTexture(){}copyFramebufferToTexture(){}}class _l extends ai{static get type(){return"InspectorNode"}constructor(e,t="",r=null){super(),this.node=e,this.name=t,this.callback=r,this.updateType=Qs.FRAME,this.isInspectorNode=!0}getName(){return this.name||this.node.name}update(e){e.renderer.inspector.inspect(this)}getNodeType(e){return this.node.getNodeType(e)}setup(e){let t=this.node;return!0===e.context.inspector&&null!==this.callback&&(t=this.callback(t)),!0!==e.renderer.backend.isWebGPUBackend&&e.renderer.inspector.constructor!==Tl&&v('TSL: ".toInspector()" is only available with WebGPU.'),t}}function vl(e,t="",r=null){return(e=Yi(e)).before(new _l(e,t,r))}_i("toInspector",vl);class Nl extends ai{static get type(){return"AttributeNode"}constructor(e,t=null){super(t),this.global=!0,this._attributeName=e}getHash(e){return this.getAttributeName(e)}getNodeType(e){let t=this.nodeType;if(null===t){const r=this.getAttributeName(e);if(e.hasGeometryAttribute(r)){const s=e.geometry.getAttribute(r);t=e.getTypeFromAttribute(s)}else t="float"}return t}setAttributeName(e){return this._attributeName=e,this}getAttributeName(){return this._attributeName}generate(e){const t=this.getAttributeName(e),r=this.getNodeType(e);if(!0===e.hasGeometryAttribute(t)){const s=e.geometry.getAttribute(t),i=e.getTypeFromAttribute(s),n=e.getAttribute(t,i);if("vertex"===e.shaderStage)return e.format(n.name,i,r);return Fu(this).build(e,r)}return d(`AttributeNode: Vertex attribute "${t}" not found on geometry.`),e.generateConst(r)}serialize(e){super.serialize(e),e.global=this.global,e._attributeName=this._attributeName}deserialize(e){super.deserialize(e),this.global=e.global,this._attributeName=e._attributeName}}const Sl=(e,t=null)=>Yi(new Nl(e,t)),Rl=(e=0)=>Sl("uv"+(e>0?e:""),"vec2");class Al extends ai{static get type(){return"TextureSizeNode"}constructor(e,t=null){super("uvec2"),this.isTextureSizeNode=!0,this.textureNode=e,this.levelNode=t}generate(e,t){const r=this.textureNode.build(e,"property"),s=null===this.levelNode?"0":this.levelNode.build(e,"int");return e.format(`${e.getMethod("textureDimensions")}( ${r}, ${s} )`,this.getNodeType(e),t)}}const El=en(Al).setParameterLength(1,2);class wl extends ba{static get type(){return"MaxMipLevelNode"}constructor(e){super(0),this._textureNode=e,this.updateType=Qs.FRAME}get textureNode(){return this._textureNode}get texture(){return this._textureNode.value}update(){const e=this.texture,t=e.images,r=t&&t.length>0?t[0]&&t[0].image||t[0]:e.image;if(r&&void 0!==r.width){const{width:e,height:t}=r;this.value=Math.log2(Math.max(e,t))}}}const Cl=en(wl).setParameterLength(1),Ml=new N;class Bl extends ba{static get type(){return"TextureNode"}constructor(e=Ml,t=null,r=null,s=null){super(e),this.isTextureNode=!0,this.uvNode=t,this.levelNode=r,this.biasNode=s,this.compareNode=null,this.depthNode=null,this.gradNode=null,this.offsetNode=null,this.sampler=!0,this.updateMatrix=!1,this.updateType=Qs.NONE,this.referenceNode=null,this._value=e,this._matrixUniform=null,this._flipYUniform=null,this.setUpdateMatrix(null===t)}set value(e){this.referenceNode?this.referenceNode.value=e:this._value=e}get value(){return this.referenceNode?this.referenceNode.value:this._value}getUniformHash(){return this.value.uuid}getNodeType(){return!0===this.value.isDepthTexture?"float":this.value.type===S?"uvec4":this.value.type===R?"ivec4":"vec4"}getInputType(){return"texture"}getDefaultUV(){return Rl(this.value.channel)}updateReference(){return this.value}getTransformedUV(e){return null===this._matrixUniform&&(this._matrixUniform=xa(this.value.matrix)),this._matrixUniform.mul(Tn(e,1)).xy}setUpdateMatrix(e){return this.updateMatrix=e,this}setupUV(e,t){return e.isFlipY()&&(null===this._flipYUniform&&(this._flipYUniform=xa(!1)),t=t.toVar(),t=this.sampler?this._flipYUniform.select(t.flipY(),t):this._flipYUniform.select(t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1)),t)),t}setup(e){const t=e.getNodeProperties(this);t.referenceNode=this.referenceNode;const r=this.value;if(!r||!0!==r.isTexture)throw new Error("THREE.TSL: `texture( value )` function expects a valid instance of THREE.Texture().");const s=an(()=>{let t=this.uvNode;return null!==t&&!0!==e.context.forceUVContext||!e.context.getUV||(t=e.context.getUV(this,e)),t||(t=this.getDefaultUV()),!0===this.updateMatrix&&(t=this.getTransformedUV(t)),t=this.setupUV(e,t),this.updateType=null!==this._matrixUniform||null!==this._flipYUniform?Qs.OBJECT:Qs.NONE,t})();let i=this.levelNode;null===i&&e.context.getTextureLevel&&(i=e.context.getTextureLevel(this)),t.uvNode=s,t.levelNode=i,t.biasNode=this.biasNode,t.compareNode=this.compareNode,t.gradNode=this.gradNode,t.depthNode=this.depthNode,t.offsetNode=this.offsetNode}generateUV(e,t){return t.build(e,!0===this.sampler?"vec2":"ivec2")}generateOffset(e,t){return t.build(e,"ivec2")}generateSnippet(e,t,r,s,i,n,a,o,u){const l=this.value;let d;return d=i?e.generateTextureBias(l,t,r,i,n,u):o?e.generateTextureGrad(l,t,r,o,n,u):a?e.generateTextureCompare(l,t,r,a,n,u):!1===this.sampler?e.generateTextureLoad(l,t,r,s,n,u):s?e.generateTextureLevel(l,t,r,s,n,u):e.generateTexture(l,t,r,n,u),d}generate(e,t){const r=this.value,s=e.getNodeProperties(this),i=super.generate(e,"property");if(/^sampler/.test(t))return i+"_sampler";if(e.isReference(t))return i;{const n=e.getDataFromNode(this);let a=n.propertyName;if(void 0===a){const{uvNode:t,levelNode:r,biasNode:o,compareNode:u,depthNode:l,gradNode:d,offsetNode:c}=s,h=this.generateUV(e,t),p=r?r.build(e,"float"):null,g=o?o.build(e,"float"):null,m=l?l.build(e,"int"):null,f=u?u.build(e,"float"):null,y=d?[d[0].build(e,"vec2"),d[1].build(e,"vec2")]:null,b=c?this.generateOffset(e,c):null,x=e.getVarFromNode(this);a=e.getPropertyName(x);const T=this.generateSnippet(e,i,h,p,g,m,f,y,b);e.addLineFlowCode(`${a} = ${T}`,this),n.snippet=T,n.propertyName=a}let o=a;const u=this.getNodeType(e);return e.needsToWorkingColorSpace(r)&&(o=Gu(gl(o,u),r.colorSpace).setup(e).build(e,u)),e.format(o,u,t)}}setSampler(e){return this.sampler=e,this}getSampler(){return this.sampler}uv(e){return d("TextureNode: .uv() has been renamed. Use .sample() instead."),this.sample(e)}sample(e){const t=this.clone();return t.uvNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}load(e){return this.sample(e).setSampler(!1)}blur(e){const t=this.clone();t.biasNode=Yi(e).mul(Cl(t)),t.referenceNode=this.getBase();const r=t.value;return!1===t.generateMipmaps&&(r&&!1===r.generateMipmaps||r.minFilter===A||r.magFilter===A)&&(d("TSL: texture().blur() requires mipmaps and sampling. Use .generateMipmaps=true and .minFilter/.magFilter=THREE.LinearFilter in the Texture."),t.biasNode=null),Yi(t)}level(e){const t=this.clone();return t.levelNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}size(e){return El(this,e)}bias(e){const t=this.clone();return t.biasNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}getBase(){return this.referenceNode?this.referenceNode.getBase():this}compare(e){const t=this.clone();return t.compareNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}grad(e,t){const r=this.clone();return r.gradNode=[Yi(e),Yi(t)],r.referenceNode=this.getBase(),Yi(r)}depth(e){const t=this.clone();return t.depthNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}offset(e){const t=this.clone();return t.offsetNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}serialize(e){super.serialize(e),e.value=this.value.toJSON(e.meta).uuid,e.sampler=this.sampler,e.updateMatrix=this.updateMatrix,e.updateType=this.updateType}deserialize(e){super.deserialize(e),this.value=e.meta.textures[e.value],this.sampler=e.sampler,this.updateMatrix=e.updateMatrix,this.updateType=e.updateType}update(){const e=this.value,t=this._matrixUniform;null!==t&&(t.value=e.matrix),!0===e.matrixAutoUpdate&&e.updateMatrix();const r=this._flipYUniform;null!==r&&(r.value=e.image instanceof ImageBitmap&&!0===e.flipY||!0===e.isRenderTargetTexture||!0===e.isFramebufferTexture||!0===e.isDepthTexture)}clone(){const e=new this.constructor(this.value,this.uvNode,this.levelNode,this.biasNode);return e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}const Ll=en(Bl).setParameterLength(1,4).setName("texture"),Pl=(e=Ml,t=null,r=null,s=null)=>{let i;return e&&!0===e.isTextureNode?(i=Yi(e.clone()),i.referenceNode=e.getBase(),null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=Ll(e,t,r,s),i},Fl=(...e)=>Pl(...e).setSampler(!1);class Dl extends ba{static get type(){return"BufferNode"}constructor(e,t,r=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferCount=r,this.updateRanges=[]}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}getElementType(e){return this.getNodeType(e)}getInputType(){return"buffer"}}const Ul=(e,t,r)=>Yi(new Dl(e,t,r));class Il extends oi{static get type(){return"UniformArrayElementNode"}constructor(e,t){super(e,t),this.isArrayBufferElementNode=!0}generate(e){const t=super.generate(e),r=this.getNodeType(),s=this.node.getPaddedType();return e.format(t,s,r)}}class Ol extends Dl{static get type(){return"UniformArrayNode"}constructor(e,t=null){super(null),this.array=e,this.elementType=null===t?Ws(e[0]):t,this.paddedType=this.getPaddedType(),this.updateType=Qs.RENDER,this.isArrayBufferNode=!0}getNodeType(){return this.paddedType}getElementType(){return this.elementType}getPaddedType(){const e=this.elementType;let t="vec4";return"mat2"===e?t="mat2":!0===/mat/.test(e)?t="mat4":"i"===e.charAt(0)?t="ivec4":"u"===e.charAt(0)&&(t="uvec4"),t}update(){const{array:e,value:t}=this,r=this.elementType;if("float"===r||"int"===r||"uint"===r)for(let r=0;rYi(new Ol(e,t));const kl=en(class extends ai{constructor(e){super("float"),this.name=e,this.isBuiltinNode=!0}generate(){return this.name}}).setParameterLength(1);let Gl,zl;class $l extends ai{static get type(){return"ScreenNode"}constructor(e){super(),this.scope=e,this._output=null,this.isViewportNode=!0}getNodeType(){return this.scope===$l.DPR?"float":this.scope===$l.VIEWPORT?"vec4":"vec2"}getUpdateType(){let e=Qs.NONE;return this.scope!==$l.SIZE&&this.scope!==$l.VIEWPORT&&this.scope!==$l.DPR||(e=Qs.RENDER),this.updateType=e,e}update({renderer:e}){const t=e.getRenderTarget();this.scope===$l.VIEWPORT?null!==t?zl.copy(t.viewport):(e.getViewport(zl),zl.multiplyScalar(e.getPixelRatio())):this.scope===$l.DPR?this._output.value=e.getPixelRatio():null!==t?(Gl.width=t.width,Gl.height=t.height):e.getDrawingBufferSize(Gl)}setup(){const e=this.scope;let r=null;return r=e===$l.SIZE?xa(Gl||(Gl=new t)):e===$l.VIEWPORT?xa(zl||(zl=new s)):e===$l.DPR?xa(1):fn(ql.div(jl)),this._output=r,r}generate(e){if(this.scope===$l.COORDINATE){let t=e.getFragCoord();if(e.isFlipY()){const r=e.getNodeProperties(jl).outputNode.build(e);t=`${e.getType("vec2")}( ${t}.x, ${r}.y - ${t}.y )`}return t}return super.generate(e)}}$l.COORDINATE="coordinate",$l.VIEWPORT="viewport",$l.SIZE="size",$l.UV="uv",$l.DPR="dpr";const Wl=tn($l,$l.DPR),Hl=tn($l,$l.UV),jl=tn($l,$l.SIZE),ql=tn($l,$l.COORDINATE),Xl=tn($l,$l.VIEWPORT),Kl=Xl.zw,Yl=ql.sub(Xl.xy),Ql=Yl.div(Kl),Zl=an(()=>(d('TSL: "viewportResolution" is deprecated. Use "screenSize" instead.'),jl),"vec2").once()(),Jl=xa(0,"uint").setName("u_cameraIndex").setGroup(ga("cameraIndex")).toVarying("v_cameraIndex"),ed=xa("float").setName("cameraNear").setGroup(fa).onRenderUpdate(({camera:e})=>e.near),td=xa("float").setName("cameraFar").setGroup(fa).onRenderUpdate(({camera:e})=>e.far),rd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrix);t=Vl(r).setGroup(fa).setName("cameraProjectionMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrix")}else t=xa("mat4").setName("cameraProjectionMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrix);return t}).once()(),sd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrixInverse);t=Vl(r).setGroup(fa).setName("cameraProjectionMatricesInverse").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrixInverse")}else t=xa("mat4").setName("cameraProjectionMatrixInverse").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrixInverse);return t}).once()(),id=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorldInverse);t=Vl(r).setGroup(fa).setName("cameraViewMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraViewMatrix")}else t=xa("mat4").setName("cameraViewMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorldInverse);return t}).once()(),nd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorld);t=Vl(r).setGroup(fa).setName("cameraWorldMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraWorldMatrix")}else t=xa("mat4").setName("cameraWorldMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorld);return t}).once()(),ad=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.normalMatrix);t=Vl(r).setGroup(fa).setName("cameraNormalMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraNormalMatrix")}else t=xa("mat3").setName("cameraNormalMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.normalMatrix);return t}).once()(),od=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const s=[];for(let t=0,i=e.cameras.length;t{const r=e.cameras,s=t.array;for(let e=0,t=r.length;et.value.setFromMatrixPosition(e.matrixWorld));return t}).once()(),ud=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.viewport);t=Vl(r,"vec4").setGroup(fa).setName("cameraViewports").element(Jl).toConst("cameraViewport")}else t=Sn(0,0,jl.x,jl.y).toConst("cameraViewport");return t}).once()(),ld=new E;class dd extends ai{static get type(){return"Object3DNode"}constructor(e,t=null){super(),this.scope=e,this.object3d=t,this.updateType=Qs.OBJECT,this.uniformNode=new ba(null)}getNodeType(){const e=this.scope;return e===dd.WORLD_MATRIX?"mat4":e===dd.POSITION||e===dd.VIEW_POSITION||e===dd.DIRECTION||e===dd.SCALE?"vec3":e===dd.RADIUS?"float":void 0}update(e){const t=this.object3d,s=this.uniformNode,i=this.scope;if(i===dd.WORLD_MATRIX)s.value=t.matrixWorld;else if(i===dd.POSITION)s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld);else if(i===dd.SCALE)s.value=s.value||new r,s.value.setFromMatrixScale(t.matrixWorld);else if(i===dd.DIRECTION)s.value=s.value||new r,t.getWorldDirection(s.value);else if(i===dd.VIEW_POSITION){const i=e.camera;s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld),s.value.applyMatrix4(i.matrixWorldInverse)}else if(i===dd.RADIUS){const r=e.object.geometry;null===r.boundingSphere&&r.computeBoundingSphere(),ld.copy(r.boundingSphere).applyMatrix4(t.matrixWorld),s.value=ld.radius}}generate(e){const t=this.scope;return t===dd.WORLD_MATRIX?this.uniformNode.nodeType="mat4":t===dd.POSITION||t===dd.VIEW_POSITION||t===dd.DIRECTION||t===dd.SCALE?this.uniformNode.nodeType="vec3":t===dd.RADIUS&&(this.uniformNode.nodeType="float"),this.uniformNode.build(e)}serialize(e){super.serialize(e),e.scope=this.scope}deserialize(e){super.deserialize(e),this.scope=e.scope}}dd.WORLD_MATRIX="worldMatrix",dd.POSITION="position",dd.SCALE="scale",dd.VIEW_POSITION="viewPosition",dd.DIRECTION="direction",dd.RADIUS="radius";const cd=en(dd,dd.DIRECTION).setParameterLength(1),hd=en(dd,dd.WORLD_MATRIX).setParameterLength(1),pd=en(dd,dd.POSITION).setParameterLength(1),gd=en(dd,dd.SCALE).setParameterLength(1),md=en(dd,dd.VIEW_POSITION).setParameterLength(1),fd=en(dd,dd.RADIUS).setParameterLength(1);class yd extends dd{static get type(){return"ModelNode"}constructor(e){super(e)}update(e){this.object3d=e.object,super.update(e)}}const bd=tn(yd,yd.DIRECTION),xd=tn(yd,yd.WORLD_MATRIX),Td=tn(yd,yd.POSITION),_d=tn(yd,yd.SCALE),vd=tn(yd,yd.VIEW_POSITION),Nd=tn(yd,yd.RADIUS),Sd=xa(new n).onObjectUpdate(({object:e},t)=>t.value.getNormalMatrix(e.matrixWorld)),Rd=xa(new a).onObjectUpdate(({object:e},t)=>t.value.copy(e.matrixWorld).invert()),Ad=an(e=>e.context.modelViewMatrix||Ed).once()().toVar("modelViewMatrix"),Ed=id.mul(xd),wd=an(e=>(e.context.isHighPrecisionModelViewMatrix=!0,xa("mat4").onObjectUpdate(({object:e,camera:t})=>e.modelViewMatrix.multiplyMatrices(t.matrixWorldInverse,e.matrixWorld)))).once()().toVar("highpModelViewMatrix"),Cd=an(e=>{const t=e.context.isHighPrecisionModelViewMatrix;return xa("mat3").onObjectUpdate(({object:e,camera:r})=>(!0!==t&&e.modelViewMatrix.multiplyMatrices(r.matrixWorldInverse,e.matrixWorld),e.normalMatrix.getNormalMatrix(e.modelViewMatrix)))}).once()().toVar("highpModelNormalViewMatrix"),Md=Sl("position","vec3"),Bd=Md.toVarying("positionLocal"),Ld=Md.toVarying("positionPrevious"),Pd=an(e=>xd.mul(Bd).xyz.toVarying(e.getSubBuildProperty("v_positionWorld")),"vec3").once(["POSITION"])(),Fd=an(()=>Bd.transformDirection(xd).toVarying("v_positionWorldDirection").normalize().toVar("positionWorldDirection"),"vec3").once(["POSITION"])(),Dd=an(e=>e.context.setupPositionView().toVarying("v_positionView"),"vec3").once(["POSITION"])(),Ud=an(e=>{let t;return t=e.camera.isOrthographicCamera?Tn(0,0,1):Dd.negate().toVarying("v_positionViewDirection").normalize(),t.toVar("positionViewDirection")},"vec3").once(["POSITION"])();class Id extends ai{static get type(){return"FrontFacingNode"}constructor(){super("bool"),this.isFrontFacingNode=!0}generate(e){if("fragment"!==e.shaderStage)return"true";const{material:t}=e;return t.side===w?"false":e.getFrontFacing()}}const Od=tn(Id),Vd=hn(Od).mul(2).sub(1),kd=an(([e],{material:t})=>{const r=t.side;return r===w?e=e.mul(-1):r===C&&(e=e.mul(Vd)),e}),Gd=Sl("normal","vec3"),zd=an(e=>!1===e.geometry.hasAttribute("normal")?(d('TSL: Vertex attribute "normal" not found on geometry.'),Tn(0,1,0)):Gd,"vec3").once()().toVar("normalLocal"),$d=Dd.dFdx().cross(Dd.dFdy()).normalize().toVar("normalFlat"),Wd=an(e=>{let t;return t=!0===e.material.flatShading?$d:Yd(zd).toVarying("v_normalViewGeometry").normalize(),t},"vec3").once()().toVar("normalViewGeometry"),Hd=an(e=>{let t=Wd.transformDirection(id);return!0!==e.material.flatShading&&(t=t.toVarying("v_normalWorldGeometry")),t.normalize().toVar("normalWorldGeometry")},"vec3").once()(),jd=an(({subBuildFn:e,material:t,context:r})=>{let s;return"NORMAL"===e||"VERTEX"===e?(s=Wd,!0!==t.flatShading&&(s=kd(s))):s=r.setupNormal().context({getUV:null}),s},"vec3").once(["NORMAL","VERTEX"])().toVar("normalView"),qd=jd.transformDirection(id).toVar("normalWorld"),Xd=an(({subBuildFn:e,context:t})=>{let r;return r="NORMAL"===e||"VERTEX"===e?jd:t.setupClearcoatNormal().context({getUV:null}),r},"vec3").once(["NORMAL","VERTEX"])().toVar("clearcoatNormalView"),Kd=an(([e,t=xd])=>{const r=Cn(t),s=e.div(Tn(r[0].dot(r[0]),r[1].dot(r[1]),r[2].dot(r[2])));return r.mul(s).xyz}),Yd=an(([e],t)=>{const r=t.context.modelNormalViewMatrix;if(r)return r.transformDirection(e);const s=Sd.mul(e);return id.transformDirection(s)}),Qd=an(()=>(d('TSL: "transformedNormalView" is deprecated. Use "normalView" instead.'),jd)).once(["NORMAL","VERTEX"])(),Zd=an(()=>(d('TSL: "transformedNormalWorld" is deprecated. Use "normalWorld" instead.'),qd)).once(["NORMAL","VERTEX"])(),Jd=an(()=>(d('TSL: "transformedClearcoatNormalView" is deprecated. Use "clearcoatNormalView" instead.'),Xd)).once(["NORMAL","VERTEX"])(),ec=new M,tc=new a,rc=xa(0).onReference(({material:e})=>e).onObjectUpdate(({material:e})=>e.refractionRatio),sc=xa(1).onReference(({material:e})=>e).onObjectUpdate(function({material:e,scene:t}){return e.envMap?e.envMapIntensity:t.environmentIntensity}),ic=xa(new a).onReference(function(e){return e.material}).onObjectUpdate(function({material:e,scene:t}){const r=null!==t.environment&&null===e.envMap?t.environmentRotation:e.envMapRotation;return r?(ec.copy(r),tc.makeRotationFromEuler(ec)):tc.identity(),tc}),nc=Ud.negate().reflect(jd),ac=Ud.negate().refract(jd,rc),oc=nc.transformDirection(id).toVar("reflectVector"),uc=ac.transformDirection(id).toVar("reflectVector"),lc=new B;class dc extends Bl{static get type(){return"CubeTextureNode"}constructor(e,t=null,r=null,s=null){super(e,t,r,s),this.isCubeTextureNode=!0}getInputType(){return!0===this.value.isDepthTexture?"cubeDepthTexture":"cubeTexture"}getDefaultUV(){const e=this.value;return e.mapping===L?oc:e.mapping===P?uc:(o('CubeTextureNode: Mapping "%s" not supported.',e.mapping),Tn(0,0,0))}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!0===r.isDepthTexture?e.renderer.coordinateSystem===h?Tn(t.x,t.y.negate(),t.z):t:(e.renderer.coordinateSystem!==h&&r.isRenderTargetTexture||(t=Tn(t.x.negate(),t.yz)),ic.mul(t))}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}}const cc=en(dc).setParameterLength(1,4).setName("cubeTexture"),hc=(e=lc,t=null,r=null,s=null)=>{let i;return e&&!0===e.isCubeTextureNode?(i=Yi(e.clone()),i.referenceNode=e,null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=cc(e,t,r,s),i};class pc extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}}class gc extends ai{static get type(){return"ReferenceNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.name=null,this.updateType=Qs.OBJECT}element(e){return Yi(new pc(this,Yi(e)))}setGroup(e){return this.group=e,this}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setNodeType(e){let t=null;t=null!==this.count?Ul(null,e,this.count):Array.isArray(this.getValueFromReference())?Vl(null,e):"texture"===e?Pl(null):"cubeTexture"===e?hc(null):xa(null,e),null!==this.group&&t.setGroup(this.group),null!==this.name&&t.setName(this.name),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;eYi(new gc(e,t,r)),fc=(e,t,r,s)=>Yi(new gc(e,t,s,r));class yc extends gc{static get type(){return"MaterialReferenceNode"}constructor(e,t,r=null){super(e,t,r),this.material=r,this.isMaterialReferenceNode=!0}updateReference(e){return this.reference=null!==this.material?this.material:e.material,this.reference}}const bc=(e,t,r=null)=>Yi(new yc(e,t,r)),xc=Rl(),Tc=Dd.dFdx(),_c=Dd.dFdy(),vc=xc.dFdx(),Nc=xc.dFdy(),Sc=jd,Rc=_c.cross(Sc),Ac=Sc.cross(Tc),Ec=Rc.mul(vc.x).add(Ac.mul(Nc.x)),wc=Rc.mul(vc.y).add(Ac.mul(Nc.y)),Cc=Ec.dot(Ec).max(wc.dot(wc)),Mc=Cc.equal(0).select(0,Cc.inverseSqrt()),Bc=Ec.mul(Mc).toVar("tangentViewFrame"),Lc=wc.mul(Mc).toVar("bitangentViewFrame"),Pc=Sl("tangent","vec4"),Fc=Pc.xyz.toVar("tangentLocal"),Dc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ad.mul(Sn(Fc,0)).xyz.toVarying("v_tangentView").normalize():Bc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("tangentView"),Uc=Dc.transformDirection(id).toVarying("v_tangentWorld").normalize().toVar("tangentWorld"),Ic=an(([e,t],{subBuildFn:r,material:s})=>{let i=e.mul(Pc.w).xyz;return"NORMAL"===r&&!0!==s.flatShading&&(i=i.toVarying(t)),i}).once(["NORMAL"]),Oc=Ic(Gd.cross(Pc),"v_bitangentGeometry").normalize().toVar("bitangentGeometry"),Vc=Ic(zd.cross(Fc),"v_bitangentLocal").normalize().toVar("bitangentLocal"),kc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ic(jd.cross(Dc),"v_bitangentView").normalize():Lc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("bitangentView"),Gc=Ic(qd.cross(Uc),"v_bitangentWorld").normalize().toVar("bitangentWorld"),zc=Cn(Dc,kc,jd).toVar("TBNViewMatrix"),$c=Ud.mul(zc),Wc=an(()=>{let e=Qn.cross(Ud);return e=e.cross(Qn).normalize(),e=iu(e,jd,Kn.mul(Vn.oneMinus()).oneMinus().pow2().pow2()).normalize(),e}).once()(),Hc=e=>Yi(e).mul(.5).add(.5),jc=e=>Tn(e,fo(au(hn(1).sub(Ko(e,e)))));class qc extends li{static get type(){return"NormalMapNode"}constructor(e,t=null){super("vec3"),this.node=e,this.scaleNode=t,this.normalMapType=F,this.unpackNormalMode=D}setup({material:e}){const{normalMapType:t,scaleNode:r,unpackNormalMode:s}=this;let i=this.node.mul(2).sub(1);if(t===F?s===U?i=jc(i.xy):s===I?i=jc(i.yw):s!==D&&console.error(`THREE.NodeMaterial: Unexpected unpack normal mode: ${s}`):s!==D&&console.error(`THREE.NodeMaterial: Normal map type '${t}' is not compatible with unpack normal mode '${s}'`),null!==r){let t=r;!0===e.flatShading&&(t=kd(t)),i=Tn(i.xy.mul(t),i.z)}let n=null;return t===O?n=Yd(i):t===F?n=zc.mul(i).normalize():(o(`NodeMaterial: Unsupported normal map type: ${t}`),n=jd),n}}const Xc=en(qc).setParameterLength(1,2),Kc=an(({textureNode:e,bumpScale:t})=>{const r=t=>e.isolate().context({getUV:e=>t(e.uvNode||Rl()),forceUVContext:!0}),s=hn(r(e=>e));return fn(hn(r(e=>e.add(e.dFdx()))).sub(s),hn(r(e=>e.add(e.dFdy()))).sub(s)).mul(t)}),Yc=an(e=>{const{surf_pos:t,surf_norm:r,dHdxy:s}=e,i=t.dFdx().normalize(),n=r,a=t.dFdy().normalize().cross(n),o=n.cross(i),u=i.dot(a).mul(Vd),l=u.sign().mul(s.x.mul(a).add(s.y.mul(o)));return u.abs().mul(r).sub(l).normalize()});class Qc extends li{static get type(){return"BumpMapNode"}constructor(e,t=null){super("vec3"),this.textureNode=e,this.scaleNode=t}setup(){const e=null!==this.scaleNode?this.scaleNode:1,t=Kc({textureNode:this.textureNode,bumpScale:e});return Yc({surf_pos:Dd,surf_norm:jd,dHdxy:t})}}const Zc=en(Qc).setParameterLength(1,2),Jc=new Map;class eh extends ai{static get type(){return"MaterialNode"}constructor(e){super(),this.scope=e}getCache(e,t){let r=Jc.get(e);return void 0===r&&(r=bc(e,t),Jc.set(e,r)),r}getFloat(e){return this.getCache(e,"float")}getColor(e){return this.getCache(e,"color")}getTexture(e){return this.getCache("map"===e?"map":e+"Map","texture")}setup(e){const t=e.context.material,r=this.scope;let s=null;if(r===eh.COLOR){const e=void 0!==t.color?this.getColor(r):Tn();s=t.map&&!0===t.map.isTexture?e.mul(this.getTexture("map")):e}else if(r===eh.OPACITY){const e=this.getFloat(r);s=t.alphaMap&&!0===t.alphaMap.isTexture?e.mul(this.getTexture("alpha")):e}else if(r===eh.SPECULAR_STRENGTH)s=t.specularMap&&!0===t.specularMap.isTexture?this.getTexture("specular").r:hn(1);else if(r===eh.SPECULAR_INTENSITY){const e=this.getFloat(r);s=t.specularIntensityMap&&!0===t.specularIntensityMap.isTexture?e.mul(this.getTexture(r).a):e}else if(r===eh.SPECULAR_COLOR){const e=this.getColor(r);s=t.specularColorMap&&!0===t.specularColorMap.isTexture?e.mul(this.getTexture(r).rgb):e}else if(r===eh.ROUGHNESS){const e=this.getFloat(r);s=t.roughnessMap&&!0===t.roughnessMap.isTexture?e.mul(this.getTexture(r).g):e}else if(r===eh.METALNESS){const e=this.getFloat(r);s=t.metalnessMap&&!0===t.metalnessMap.isTexture?e.mul(this.getTexture(r).b):e}else if(r===eh.EMISSIVE){const e=this.getFloat("emissiveIntensity"),i=this.getColor(r).mul(e);s=t.emissiveMap&&!0===t.emissiveMap.isTexture?i.mul(this.getTexture(r)):i}else if(r===eh.NORMAL)t.normalMap?(s=Xc(this.getTexture("normal"),this.getCache("normalScale","vec2")),s.normalMapType=t.normalMapType,t.normalMap.format!=V&&t.normalMap.format!=k&&t.normalMap.format!=G||(s.unpackNormalMode=U)):s=t.bumpMap?Zc(this.getTexture("bump").r,this.getFloat("bumpScale")):jd;else if(r===eh.CLEARCOAT){const e=this.getFloat(r);s=t.clearcoatMap&&!0===t.clearcoatMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_ROUGHNESS){const e=this.getFloat(r);s=t.clearcoatRoughnessMap&&!0===t.clearcoatRoughnessMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_NORMAL)s=t.clearcoatNormalMap?Xc(this.getTexture(r),this.getCache(r+"Scale","vec2")):jd;else if(r===eh.SHEEN){const e=this.getColor("sheenColor").mul(this.getFloat("sheen"));s=t.sheenColorMap&&!0===t.sheenColorMap.isTexture?e.mul(this.getTexture("sheenColor").rgb):e}else if(r===eh.SHEEN_ROUGHNESS){const e=this.getFloat(r);s=t.sheenRoughnessMap&&!0===t.sheenRoughnessMap.isTexture?e.mul(this.getTexture(r).a):e,s=s.clamp(1e-4,1)}else if(r===eh.ANISOTROPY)if(t.anisotropyMap&&!0===t.anisotropyMap.isTexture){const e=this.getTexture(r);s=wn(Oh.x,Oh.y,Oh.y.negate(),Oh.x).mul(e.rg.mul(2).sub(fn(1)).normalize().mul(e.b))}else s=Oh;else if(r===eh.IRIDESCENCE_THICKNESS){const e=mc("1","float",t.iridescenceThicknessRange);if(t.iridescenceThicknessMap){const i=mc("0","float",t.iridescenceThicknessRange);s=e.sub(i).mul(this.getTexture(r).g).add(i)}else s=e}else if(r===eh.TRANSMISSION){const e=this.getFloat(r);s=t.transmissionMap?e.mul(this.getTexture(r).r):e}else if(r===eh.THICKNESS){const e=this.getFloat(r);s=t.thicknessMap?e.mul(this.getTexture(r).g):e}else if(r===eh.IOR)s=this.getFloat(r);else if(r===eh.LIGHT_MAP)s=this.getTexture(r).rgb.mul(this.getFloat("lightMapIntensity"));else if(r===eh.AO)s=this.getTexture(r).r.sub(1).mul(this.getFloat("aoMapIntensity")).add(1);else if(r===eh.LINE_DASH_OFFSET)s=t.dashOffset?this.getFloat(r):hn(0);else{const t=this.getNodeType(e);s=this.getCache(r,t)}return s}}eh.ALPHA_TEST="alphaTest",eh.COLOR="color",eh.OPACITY="opacity",eh.SHININESS="shininess",eh.SPECULAR="specular",eh.SPECULAR_STRENGTH="specularStrength",eh.SPECULAR_INTENSITY="specularIntensity",eh.SPECULAR_COLOR="specularColor",eh.REFLECTIVITY="reflectivity",eh.ROUGHNESS="roughness",eh.METALNESS="metalness",eh.NORMAL="normal",eh.CLEARCOAT="clearcoat",eh.CLEARCOAT_ROUGHNESS="clearcoatRoughness",eh.CLEARCOAT_NORMAL="clearcoatNormal",eh.EMISSIVE="emissive",eh.ROTATION="rotation",eh.SHEEN="sheen",eh.SHEEN_ROUGHNESS="sheenRoughness",eh.ANISOTROPY="anisotropy",eh.IRIDESCENCE="iridescence",eh.IRIDESCENCE_IOR="iridescenceIOR",eh.IRIDESCENCE_THICKNESS="iridescenceThickness",eh.IOR="ior",eh.TRANSMISSION="transmission",eh.THICKNESS="thickness",eh.ATTENUATION_DISTANCE="attenuationDistance",eh.ATTENUATION_COLOR="attenuationColor",eh.LINE_SCALE="scale",eh.LINE_DASH_SIZE="dashSize",eh.LINE_GAP_SIZE="gapSize",eh.LINE_WIDTH="linewidth",eh.LINE_DASH_OFFSET="dashOffset",eh.POINT_SIZE="size",eh.DISPERSION="dispersion",eh.LIGHT_MAP="light",eh.AO="ao";const th=tn(eh,eh.ALPHA_TEST),rh=tn(eh,eh.COLOR),sh=tn(eh,eh.SHININESS),ih=tn(eh,eh.EMISSIVE),nh=tn(eh,eh.OPACITY),ah=tn(eh,eh.SPECULAR),oh=tn(eh,eh.SPECULAR_INTENSITY),uh=tn(eh,eh.SPECULAR_COLOR),lh=tn(eh,eh.SPECULAR_STRENGTH),dh=tn(eh,eh.REFLECTIVITY),ch=tn(eh,eh.ROUGHNESS),hh=tn(eh,eh.METALNESS),ph=tn(eh,eh.NORMAL),gh=tn(eh,eh.CLEARCOAT),mh=tn(eh,eh.CLEARCOAT_ROUGHNESS),fh=tn(eh,eh.CLEARCOAT_NORMAL),yh=tn(eh,eh.ROTATION),bh=tn(eh,eh.SHEEN),xh=tn(eh,eh.SHEEN_ROUGHNESS),Th=tn(eh,eh.ANISOTROPY),_h=tn(eh,eh.IRIDESCENCE),vh=tn(eh,eh.IRIDESCENCE_IOR),Nh=tn(eh,eh.IRIDESCENCE_THICKNESS),Sh=tn(eh,eh.TRANSMISSION),Rh=tn(eh,eh.THICKNESS),Ah=tn(eh,eh.IOR),Eh=tn(eh,eh.ATTENUATION_DISTANCE),wh=tn(eh,eh.ATTENUATION_COLOR),Ch=tn(eh,eh.LINE_SCALE),Mh=tn(eh,eh.LINE_DASH_SIZE),Bh=tn(eh,eh.LINE_GAP_SIZE),Lh=tn(eh,eh.LINE_WIDTH),Ph=tn(eh,eh.LINE_DASH_OFFSET),Fh=tn(eh,eh.POINT_SIZE),Dh=tn(eh,eh.DISPERSION),Uh=tn(eh,eh.LIGHT_MAP),Ih=tn(eh,eh.AO),Oh=xa(new t).onReference(function(e){return e.material}).onRenderUpdate(function({material:e}){this.value.set(e.anisotropy*Math.cos(e.anisotropyRotation),e.anisotropy*Math.sin(e.anisotropyRotation))}),Vh=an(e=>e.context.setupModelViewProjection(),"vec4").once()().toVarying("v_modelViewProjection");class kh extends oi{static get type(){return"StorageArrayElementNode"}constructor(e,t){super(e,t),this.isStorageArrayElementNode=!0}set storageBufferNode(e){this.node=e}get storageBufferNode(){return this.node}getMemberType(e,t){const r=this.storageBufferNode.structTypeNode;return r?r.getMemberType(e,t):"void"}setup(e){return!1===e.isAvailable("storageBuffer")&&!0===this.node.isPBO&&e.setupPBO(this.node),super.setup(e)}generate(e,t){let r;const s=e.context.assign;if(r=!1===e.isAvailable("storageBuffer")?!0!==this.node.isPBO||!0===s||!this.node.value.isInstancedBufferAttribute&&"compute"===e.shaderStage?this.node.build(e):e.generatePBO(this):super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}const Gh=en(kh).setParameterLength(2);class zh extends Dl{static get type(){return"StorageBufferNode"}constructor(e,t=null,r=0){let s,i=null;t&&t.isStruct?(s="struct",i=t.layout,(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)&&(r=e.count)):null===t&&(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)?(s=Vs(e.itemSize),r=e.count):s=t,super(e,s,r),this.isStorageBufferNode=!0,this.structTypeNode=i,this.access=Js.READ_WRITE,this.isAtomic=!1,this.isPBO=!1,this._attribute=null,this._varying=null,this.global=!0,!0!==e.isStorageBufferAttribute&&!0!==e.isStorageInstancedBufferAttribute&&(e.isInstancedBufferAttribute?e.isStorageInstancedBufferAttribute=!0:e.isStorageBufferAttribute=!0)}getHash(e){if(0===this.bufferCount){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getInputType(){return this.value.isIndirectStorageBufferAttribute?"indirectStorageBuffer":"storageBuffer"}element(e){return Gh(this,e)}setPBO(e){return this.isPBO=e,this}getPBO(){return this.isPBO}setAccess(e){return this.access=e,this}toReadOnly(){return this.setAccess(Js.READ_ONLY)}setAtomic(e){return this.isAtomic=e,this}toAtomic(){return this.setAtomic(!0)}getAttributeData(){return null===this._attribute&&(this._attribute=Ju(this.value),this._varying=Fu(this._attribute)),{attribute:this._attribute,varying:this._varying}}getNodeType(e){if(null!==this.structTypeNode)return this.structTypeNode.getNodeType(e);if(e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.getNodeType(e);const{attribute:t}=this.getAttributeData();return t.getNodeType(e)}getMemberType(e,t){return null!==this.structTypeNode?this.structTypeNode.getMemberType(e,t):"void"}generate(e){if(null!==this.structTypeNode&&this.structTypeNode.build(e),e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.generate(e);const{attribute:t,varying:r}=this.getAttributeData(),s=r.build(e);return e.registerTransform(s,t),s}}const $h=(e,t=null,r=0)=>Yi(new zh(e,t,r));class Wh extends ai{static get type(){return"IndexNode"}constructor(e){super("uint"),this.scope=e,this.isIndexNode=!0}generate(e){const t=this.getNodeType(e),r=this.scope;let s,i;if(r===Wh.VERTEX)s=e.getVertexIndex();else if(r===Wh.INSTANCE)s=e.getInstanceIndex();else if(r===Wh.DRAW)s=e.getDrawIndex();else if(r===Wh.INVOCATION_LOCAL)s=e.getInvocationLocalIndex();else if(r===Wh.INVOCATION_SUBGROUP)s=e.getInvocationSubgroupIndex();else{if(r!==Wh.SUBGROUP)throw new Error("THREE.IndexNode: Unknown scope: "+r);s=e.getSubgroupIndex()}if("vertex"===e.shaderStage||"compute"===e.shaderStage)i=s;else{i=Fu(this).build(e,t)}return i}}Wh.VERTEX="vertex",Wh.INSTANCE="instance",Wh.SUBGROUP="subgroup",Wh.INVOCATION_LOCAL="invocationLocal",Wh.INVOCATION_SUBGROUP="invocationSubgroup",Wh.DRAW="draw";const Hh=tn(Wh,Wh.VERTEX),jh=tn(Wh,Wh.INSTANCE),qh=tn(Wh,Wh.SUBGROUP),Xh=tn(Wh,Wh.INVOCATION_SUBGROUP),Kh=tn(Wh,Wh.INVOCATION_LOCAL),Yh=tn(Wh,Wh.DRAW);class Qh extends ai{static get type(){return"InstanceNode"}constructor(e,t,r=null){super("void"),this.count=e,this.instanceMatrix=t,this.instanceColor=r,this.instanceMatrixNode=null,this.instanceColorNode=null,this.updateType=Qs.FRAME,this.buffer=null,this.bufferColor=null}get isStorageMatrix(){const{instanceMatrix:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}get isStorageColor(){const{instanceColor:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}setup(e){const{instanceMatrix:t,instanceColor:r,isStorageMatrix:s,isStorageColor:i}=this,{count:n}=t;let{instanceMatrixNode:a,instanceColorNode:o}=this;if(null===a){if(s)a=$h(t,"mat4",Math.max(n,1)).element(jh);else if(n<=1e3)a=Ul(t.array,"mat4",Math.max(n,1)).element(jh);else{const e=new z(t.array,16,1);this.buffer=e;const r=t.usage===x?tl:el,s=[r(e,"vec4",16,0),r(e,"vec4",16,4),r(e,"vec4",16,8),r(e,"vec4",16,12)];a=Mn(...s)}this.instanceMatrixNode=a}if(r&&null===o){if(i)o=$h(r,"vec3",Math.max(r.count,1)).element(jh);else{const e=new $(r.array,3),t=r.usage===x?tl:el;this.bufferColor=e,o=Tn(t(e,"vec3",3,0))}this.instanceColorNode=o}const u=a.mul(Bd).xyz;if(Bd.assign(u),e.hasGeometryAttribute("normal")){const e=Kd(zd,a);zd.assign(e)}null!==this.instanceColorNode&&Dn("vec3","vInstanceColor").assign(this.instanceColorNode)}update(){null!==this.buffer&&!0!==this.isStorageMatrix&&(this.buffer.clearUpdateRanges(),this.buffer.updateRanges.push(...this.instanceMatrix.updateRanges),this.instanceMatrix.usage!==x&&this.instanceMatrix.version!==this.buffer.version&&(this.buffer.version=this.instanceMatrix.version)),this.instanceColor&&null!==this.bufferColor&&!0!==this.isStorageColor&&(this.bufferColor.clearUpdateRanges(),this.bufferColor.updateRanges.push(...this.instanceColor.updateRanges),this.instanceColor.usage!==x&&this.instanceColor.version!==this.bufferColor.version&&(this.bufferColor.version=this.instanceColor.version))}}const Zh=en(Qh).setParameterLength(2,3);class Jh extends Qh{static get type(){return"InstancedMeshNode"}constructor(e){const{count:t,instanceMatrix:r,instanceColor:s}=e;super(t,r,s),this.instancedMesh=e}}const ep=en(Jh).setParameterLength(1);class tp extends ai{static get type(){return"BatchNode"}constructor(e){super("void"),this.batchMesh=e,this.batchingIdNode=null}setup(e){null===this.batchingIdNode&&(null===e.getDrawIndex()?this.batchingIdNode=jh:this.batchingIdNode=Yh);const t=an(([e])=>{const t=pn(El(Fl(this.batchMesh._indirectTexture),0).x).toConst(),r=pn(e).mod(t).toConst(),s=pn(e).div(t).toConst();return Fl(this.batchMesh._indirectTexture,yn(r,s)).x}).setLayout({name:"getIndirectIndex",type:"uint",inputs:[{name:"id",type:"int"}]}),r=t(pn(this.batchingIdNode)),s=this.batchMesh._matricesTexture,i=pn(El(Fl(s),0).x).toConst(),n=hn(r).mul(4).toInt().toConst(),a=n.mod(i).toConst(),o=n.div(i).toConst(),u=Mn(Fl(s,yn(a,o)),Fl(s,yn(a.add(1),o)),Fl(s,yn(a.add(2),o)),Fl(s,yn(a.add(3),o))),l=this.batchMesh._colorsTexture;if(null!==l){const e=an(([e])=>{const t=pn(El(Fl(l),0).x).toConst(),r=e,s=r.mod(t).toConst(),i=r.div(t).toConst();return Fl(l,yn(s,i)).rgb}).setLayout({name:"getBatchingColor",type:"vec3",inputs:[{name:"id",type:"int"}]}),t=e(r);Dn("vec3","vBatchColor").assign(t)}const d=Cn(u);Bd.assign(u.mul(Bd));const c=zd.div(Tn(d[0].dot(d[0]),d[1].dot(d[1]),d[2].dot(d[2]))),h=d.mul(c).xyz;zd.assign(h),e.hasGeometryAttribute("tangent")&&Fc.mulAssign(d)}}const rp=en(tp).setParameterLength(1),sp=new WeakMap;class ip extends ai{static get type(){return"SkinningNode"}constructor(e){super("void"),this.skinnedMesh=e,this.updateType=Qs.OBJECT,this.skinIndexNode=Sl("skinIndex","uvec4"),this.skinWeightNode=Sl("skinWeight","vec4"),this.bindMatrixNode=mc("bindMatrix","mat4"),this.bindMatrixInverseNode=mc("bindMatrixInverse","mat4"),this.boneMatricesNode=fc("skeleton.boneMatrices","mat4",e.skeleton.bones.length),this.positionNode=Bd,this.toPositionNode=Bd,this.previousBoneMatricesNode=null}getSkinnedPosition(e=this.boneMatricesNode,t=this.positionNode){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w),d=i.mul(t),c=wa(a.mul(s.x).mul(d),o.mul(s.y).mul(d),u.mul(s.z).mul(d),l.mul(s.w).mul(d));return n.mul(c).xyz}getSkinnedNormal(e=this.boneMatricesNode,t=zd){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w);let d=wa(s.x.mul(a),s.y.mul(o),s.z.mul(u),s.w.mul(l));return d=n.mul(d).mul(i),d.transformDirection(t).xyz}getPreviousSkinnedPosition(e){const t=e.object;return null===this.previousBoneMatricesNode&&(t.skeleton.previousBoneMatrices=new Float32Array(t.skeleton.boneMatrices),this.previousBoneMatricesNode=fc("skeleton.previousBoneMatrices","mat4",t.skeleton.bones.length)),this.getSkinnedPosition(this.previousBoneMatricesNode,Ld)}needsPreviousBoneMatrices(e){const t=e.renderer.getMRT();return t&&t.has("velocity")||!0===js(e.object).useVelocity}setup(e){this.needsPreviousBoneMatrices(e)&&Ld.assign(this.getPreviousSkinnedPosition(e));const t=this.getSkinnedPosition();if(this.toPositionNode&&this.toPositionNode.assign(t),e.hasGeometryAttribute("normal")){const t=this.getSkinnedNormal();zd.assign(t),e.hasGeometryAttribute("tangent")&&Fc.assign(t)}return t}generate(e,t){if("void"!==t)return super.generate(e,t)}update(e){const t=e.object&&e.object.skeleton?e.object.skeleton:this.skinnedMesh.skeleton;sp.get(t)!==e.frameId&&(sp.set(t,e.frameId),null!==this.previousBoneMatricesNode&&(null===t.previousBoneMatrices&&(t.previousBoneMatrices=new Float32Array(t.boneMatrices)),t.previousBoneMatrices.set(t.boneMatrices)),t.update())}}const np=e=>Yi(new ip(e));class ap extends ai{static get type(){return"LoopNode"}constructor(e=[]){super("void"),this.params=e}getVarName(e){return String.fromCharCode("i".charCodeAt(0)+e)}getProperties(e){const t=e.getNodeProperties(this);if(void 0!==t.stackNode)return t;const r={};for(let e=0,t=this.params.length-1;eNumber(l)?">=":"<")),a)n=`while ( ${l} )`;else{const r={start:u,end:l},s=r.start,i=r.end;let a;const g=()=>h.includes("<")?"+=":"-=";if(null!=p)switch(typeof p){case"function":a=e.flowStagesNode(t.updateNode,"void").code.replace(/\t|;/g,"");break;case"number":a=d+" "+g()+" "+e.generateConst(c,p);break;case"string":a=d+" "+p;break;default:p.isNode?a=d+" "+g()+" "+p.build(e):(o("TSL: 'Loop( { update: ... } )' is not a function, string or number."),a="break /* invalid update */")}else p="int"===c||"uint"===c?h.includes("<")?"++":"--":g()+" 1.",a=d+" "+p;n=`for ( ${e.getVar(c,d)+" = "+s}; ${d+" "+h+" "+i}; ${a} )`}e.addFlowCode((0===s?"\n":"")+e.tab+n+" {\n\n").addFlowTab()}const i=s.build(e,"void");t.returnsNode.build(e,"void"),e.removeFlowTab().addFlowCode("\n"+e.tab+i);for(let t=0,r=this.params.length-1;tnew ap(Ji(e,"int")).toStack(),up=()=>gl("break").toStack(),lp=new WeakMap,dp=new s,cp=an(({bufferMap:e,influence:t,stride:r,width:s,depth:i,offset:n})=>{const a=pn(Hh).mul(r).add(n),o=a.div(s),u=a.sub(o.mul(s));return Fl(e,yn(u,o)).depth(i).xyz.mul(t)});class hp extends ai{static get type(){return"MorphNode"}constructor(e){super("void"),this.mesh=e,this.morphBaseInfluence=xa(1),this.updateType=Qs.OBJECT}setup(e){const{geometry:r}=e,s=void 0!==r.morphAttributes.position,i=r.hasAttribute("normal")&&void 0!==r.morphAttributes.normal,n=r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color,a=void 0!==n?n.length:0,{texture:o,stride:u,size:l}=function(e){const r=void 0!==e.morphAttributes.position,s=void 0!==e.morphAttributes.normal,i=void 0!==e.morphAttributes.color,n=e.morphAttributes.position||e.morphAttributes.normal||e.morphAttributes.color,a=void 0!==n?n.length:0;let o=lp.get(e);if(void 0===o||o.count!==a){void 0!==o&&o.texture.dispose();const u=e.morphAttributes.position||[],l=e.morphAttributes.normal||[],d=e.morphAttributes.color||[];let c=0;!0===r&&(c=1),!0===s&&(c=2),!0===i&&(c=3);let h=e.attributes.position.count*c,p=1;const g=4096;h>g&&(p=Math.ceil(h/g),h=g);const m=new Float32Array(h*p*4*a),f=new W(m,h,p,a);f.type=H,f.needsUpdate=!0;const y=4*c;for(let x=0;x{const t=hn(0).toVar();this.mesh.count>1&&null!==this.mesh.morphTexture&&void 0!==this.mesh.morphTexture?t.assign(Fl(this.mesh.morphTexture,yn(pn(e).add(1),pn(jh))).r):t.assign(mc("morphTargetInfluences","float").element(e).toVar()),ln(t.notEqual(0),()=>{!0===s&&Bd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(0)})),!0===i&&zd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(1)}))})})}update(){const e=this.morphBaseInfluence;this.mesh.geometry.morphTargetsRelative?e.value=1:e.value=1-this.mesh.morphTargetInfluences.reduce((e,t)=>e+t,0)}}const pp=en(hp).setParameterLength(1);class gp extends ai{static get type(){return"LightingNode"}constructor(){super("vec3"),this.isLightingNode=!0}}class mp extends gp{static get type(){return"AONode"}constructor(e=null){super(),this.aoNode=e}setup(e){e.context.ambientOcclusion.mulAssign(this.aoNode)}}class fp extends xu{static get type(){return"LightingContextNode"}constructor(e,t=null,r=null,s=null){super(e),this.lightingModel=t,this.backdropNode=r,this.backdropAlphaNode=s,this._value=null}getContext(){const{backdropNode:e,backdropAlphaNode:t}=this,r={directDiffuse:Tn().toVar("directDiffuse"),directSpecular:Tn().toVar("directSpecular"),indirectDiffuse:Tn().toVar("indirectDiffuse"),indirectSpecular:Tn().toVar("indirectSpecular")};return{radiance:Tn().toVar("radiance"),irradiance:Tn().toVar("irradiance"),iblIrradiance:Tn().toVar("iblIrradiance"),ambientOcclusion:hn(1).toVar("ambientOcclusion"),reflectedLight:r,backdrop:e,backdropAlpha:t}}setup(e){return this.value=this._value||(this._value=this.getContext()),this.value.lightingModel=this.lightingModel||e.context.lightingModel,super.setup(e)}}const yp=en(fp);class bp extends gp{static get type(){return"IrradianceNode"}constructor(e){super(),this.node=e}setup(e){e.context.irradiance.addAssign(this.node)}}const xp=new t;class Tp extends Bl{static get type(){return"ViewportTextureNode"}constructor(e=Hl,t=null,r=null){let s=null;null===r?(s=new j,s.minFilter=q,r=s):s=r,super(r,e,t),this.generateMipmaps=!1,this.defaultFramebuffer=s,this.isOutputTextureNode=!0,this.updateBeforeType=Qs.FRAME,this._cacheTextures=new WeakMap}getTextureForReference(e=null){let t,r;if(this.referenceNode?(t=this.referenceNode.defaultFramebuffer,r=this.referenceNode._cacheTextures):(t=this.defaultFramebuffer,r=this._cacheTextures),null===e)return t;if(!1===r.has(e)){const s=t.clone();r.set(e,s)}return r.get(e)}updateReference(e){const t=e.renderer.getRenderTarget();return this.value=this.getTextureForReference(t),this.value}updateBefore(e){const t=e.renderer,r=t.getRenderTarget();null===r?t.getDrawingBufferSize(xp):xp.set(r.width,r.height);const s=this.getTextureForReference(r);s.image.width===xp.width&&s.image.height===xp.height||(s.image.width=xp.width,s.image.height=xp.height,s.needsUpdate=!0);const i=s.generateMipmaps;s.generateMipmaps=this.generateMipmaps,t.copyFramebufferToTexture(s),s.generateMipmaps=i}clone(){const e=new this.constructor(this.uvNode,this.levelNode,this.value);return e.generateMipmaps=this.generateMipmaps,e}}const _p=en(Tp).setParameterLength(0,3),vp=en(Tp,null,null,{generateMipmaps:!0}).setParameterLength(0,3);let Np=null;class Sp extends Tp{static get type(){return"ViewportDepthTextureNode"}constructor(e=Hl,t=null){null===Np&&(Np=new X),super(e,t,Np)}getTextureForReference(){return Np}}const Rp=en(Sp).setParameterLength(0,2);class Ap extends ai{static get type(){return"ViewportDepthNode"}constructor(e,t=null){super("float"),this.scope=e,this.valueNode=t,this.isViewportDepthNode=!0}generate(e){const{scope:t}=this;return t===Ap.DEPTH_BASE?e.getFragDepth():super.generate(e)}setup({camera:e}){const{scope:t}=this,r=this.valueNode;let s=null;if(t===Ap.DEPTH_BASE)null!==r&&(s=Bp().assign(r));else if(t===Ap.DEPTH)s=e.isPerspectiveCamera?wp(Dd.z,ed,td):Ep(Dd.z,ed,td);else if(t===Ap.LINEAR_DEPTH)if(null!==r)if(e.isPerspectiveCamera){const e=Cp(r,ed,td);s=Ep(e,ed,td)}else s=r;else s=Ep(Dd.z,ed,td);return s}}Ap.DEPTH_BASE="depthBase",Ap.DEPTH="depth",Ap.LINEAR_DEPTH="linearDepth";const Ep=(e,t,r)=>e.add(t).div(t.sub(r)),wp=(e,t,r)=>t.add(e).mul(r).div(r.sub(t).mul(e)),Cp=(e,t,r)=>t.mul(r).div(r.sub(t).mul(e).sub(r)),Mp=(e,t,r)=>{t=t.max(1e-6).toVar();const s=mo(e.negate().div(t)),i=mo(r.div(t));return s.div(i)},Bp=en(Ap,Ap.DEPTH_BASE),Lp=tn(Ap,Ap.DEPTH),Pp=en(Ap,Ap.LINEAR_DEPTH).setParameterLength(0,1),Fp=Pp(Rp());Lp.assign=e=>Bp(e);class Dp extends ai{static get type(){return"ClippingNode"}constructor(e=Dp.DEFAULT){super(),this.scope=e}setup(e){super.setup(e);const t=e.clippingContext,{intersectionPlanes:r,unionPlanes:s}=t;return this.hardwareClipping=e.material.hardwareClipping,this.scope===Dp.ALPHA_TO_COVERAGE?this.setupAlphaToCoverage(r,s):this.scope===Dp.HARDWARE?this.setupHardwareClipping(s,e):this.setupDefault(r,s)}setupAlphaToCoverage(e,t){return an(()=>{const r=hn().toVar("distanceToPlane"),s=hn().toVar("distanceToGradient"),i=hn(1).toVar("clipOpacity"),n=t.length;if(!1===this.hardwareClipping&&n>0){const e=Vl(t).setGroup(fa);op(n,({i:t})=>{const n=e.element(t);r.assign(Dd.dot(n.xyz).negate().add(n.w)),s.assign(r.fwidth().div(2)),i.mulAssign(uu(s.negate(),s,r))})}const a=e.length;if(a>0){const t=Vl(e).setGroup(fa),n=hn(1).toVar("intersectionClipOpacity");op(a,({i:e})=>{const i=t.element(e);r.assign(Dd.dot(i.xyz).negate().add(i.w)),s.assign(r.fwidth().div(2)),n.mulAssign(uu(s.negate(),s,r).oneMinus())}),i.mulAssign(n.oneMinus())}Un.a.mulAssign(i),Un.a.equal(0).discard()})()}setupDefault(e,t){return an(()=>{const r=t.length;if(!1===this.hardwareClipping&&r>0){const e=Vl(t).setGroup(fa);op(r,({i:t})=>{const r=e.element(t);Dd.dot(r.xyz).greaterThan(r.w).discard()})}const s=e.length;if(s>0){const t=Vl(e).setGroup(fa),r=mn(!0).toVar("clipped");op(s,({i:e})=>{const s=t.element(e);r.assign(Dd.dot(s.xyz).greaterThan(s.w).and(r))}),r.discard()}})()}setupHardwareClipping(e,t){const r=e.length;return t.enableHardwareClipping(r),an(()=>{const s=Vl(e).setGroup(fa),i=kl(t.getClipDistance());op(r,({i:e})=>{const t=s.element(e),r=Dd.dot(t.xyz).sub(t.w).negate();i.element(e).assign(r)})})()}}Dp.ALPHA_TO_COVERAGE="alphaToCoverage",Dp.DEFAULT="default",Dp.HARDWARE="hardware";const Up=an(([e])=>_o(Ma(1e4,vo(Ma(17,e.x).add(Ma(.1,e.y)))).mul(wa(.1,wo(vo(Ma(13,e.y).add(e.x))))))),Ip=an(([e])=>Up(fn(Up(e.xy),e.z))),Op=an(([e])=>{const t=Wo(Mo(Po(e.xyz)),Mo(Fo(e.xyz))),r=hn(1).div(hn(.05).mul(t)).toVar("pixScale"),s=fn(po(bo(mo(r))),po(xo(mo(r)))),i=fn(Ip(bo(s.x.mul(e.xyz))),Ip(bo(s.y.mul(e.xyz)))),n=_o(mo(r)),a=wa(Ma(n.oneMinus(),i.x),Ma(n,i.y)),o=$o(n,n.oneMinus()),u=Tn(a.mul(a).div(Ma(2,o).mul(Ca(1,o))),a.sub(Ma(.5,o)).div(Ca(1,o)),Ca(1,Ca(1,a).mul(Ca(1,a)).div(Ma(2,o).mul(Ca(1,o))))),l=a.lessThan(o.oneMinus()).select(a.lessThan(o).select(u.x,u.y),u.z);return nu(l,1e-6,1)}).setLayout({name:"getAlphaHashThreshold",type:"float",inputs:[{name:"position",type:"vec3"}]});class Vp extends Nl{static get type(){return"VertexColorNode"}constructor(e){super(null,"vec4"),this.isVertexColorNode=!0,this.index=e}getAttributeName(){const e=this.index;return"color"+(e>0?e:"")}generate(e){const t=this.getAttributeName(e);let r;return r=!0===e.hasGeometryAttribute(t)?super.generate(e):e.generateConst(this.nodeType,new s(1,1,1,1)),r}serialize(e){super.serialize(e),e.index=this.index}deserialize(e){super.deserialize(e),this.index=e.index}}const kp=(e=0)=>Yi(new Vp(e)),Gp=an(([e,t])=>$o(1,e.oneMinus().div(t)).oneMinus()).setLayout({name:"blendBurn",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),zp=an(([e,t])=>$o(e.div(t.oneMinus()),1)).setLayout({name:"blendDodge",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),$p=an(([e,t])=>e.oneMinus().mul(t.oneMinus()).oneMinus()).setLayout({name:"blendScreen",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Wp=an(([e,t])=>iu(e.mul(2).mul(t),e.oneMinus().mul(2).mul(t.oneMinus()).oneMinus(),Ho(.5,e))).setLayout({name:"blendOverlay",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Hp=an(([e,t])=>{const r=t.a.add(e.a.mul(t.a.oneMinus()));return Sn(t.rgb.mul(t.a).add(e.rgb.mul(e.a).mul(t.a.oneMinus())).div(r),r)}).setLayout({name:"blendColor",type:"vec4",inputs:[{name:"base",type:"vec4"},{name:"blend",type:"vec4"}]}),jp=an(([e])=>Sn(e.rgb.mul(e.a),e.a),{color:"vec4",return:"vec4"}),qp=an(([e])=>(ln(e.a.equal(0),()=>Sn(0)),Sn(e.rgb.div(e.a),e.a)),{color:"vec4",return:"vec4"});class Xp extends K{static get type(){return"NodeMaterial"}get type(){return this.constructor.type}set type(e){}constructor(){super(),this.isNodeMaterial=!0,this.fog=!0,this.lights=!1,this.hardwareClipping=!1,this.lightsNode=null,this.envNode=null,this.aoNode=null,this.colorNode=null,this.normalNode=null,this.opacityNode=null,this.backdropNode=null,this.backdropAlphaNode=null,this.alphaTestNode=null,this.maskNode=null,this.positionNode=null,this.geometryNode=null,this.depthNode=null,this.receivedShadowPositionNode=null,this.castShadowPositionNode=null,this.receivedShadowNode=null,this.castShadowNode=null,this.outputNode=null,this.mrtNode=null,this.fragmentNode=null,this.vertexNode=null,this.contextNode=null,Object.defineProperty(this,"shadowPositionNode",{get:()=>this.receivedShadowPositionNode,set:e=>{d('NodeMaterial: ".shadowPositionNode" was renamed to ".receivedShadowPositionNode".'),this.receivedShadowPositionNode=e}})}_getNodeChildren(){const e=[];for(const t of Object.getOwnPropertyNames(this)){if(!0===t.startsWith("_"))continue;const r=this[t];r&&!0===r.isNode&&e.push({property:t,childNode:r})}return e}customProgramCacheKey(){const e=[];for(const{property:t,childNode:r}of this._getNodeChildren())e.push(Fs(t.slice(0,-4)),r.getCacheKey());return this.type+Ds(e)}build(e){this.setup(e)}setupObserver(e){return new Ls(e)}setup(e){e.context.setupNormal=()=>Lu(this.setupNormal(e),"NORMAL","vec3"),e.context.setupPositionView=()=>this.setupPositionView(e),e.context.setupModelViewProjection=()=>this.setupModelViewProjection(e);const t=e.renderer,r=t.getRenderTarget();!0===t.contextNode.isContextNode?e.context={...e.context,...t.contextNode.getFlowContextData()}:o('NodeMaterial: "renderer.contextNode" must be an instance of `context()`.'),null!==this.contextNode&&(!0===this.contextNode.isContextNode?e.context={...e.context,...this.contextNode.getFlowContextData()}:o('NodeMaterial: "material.contextNode" must be an instance of `context()`.')),e.addStack();const s=Lu(this.setupVertex(e),"VERTEX"),i=this.vertexNode||s;let n;e.stack.outputNode=i,this.setupHardwareClipping(e),null!==this.geometryNode&&(e.stack.outputNode=e.stack.outputNode.bypass(this.geometryNode)),e.addFlow("vertex",e.removeStack()),e.addStack();const a=this.setupClipping(e);if(!0!==this.depthWrite&&!0!==this.depthTest||(null!==r?!0===r.depthBuffer&&this.setupDepth(e):!0===t.depth&&this.setupDepth(e)),null===this.fragmentNode){this.setupDiffuseColor(e),this.setupVariants(e);const s=this.setupLighting(e);null!==a&&e.stack.addToStack(a);const i=Sn(s,Un.a).max(0);n=this.setupOutput(e,i),ra.assign(n);const o=null!==this.outputNode;if(o&&(n=this.outputNode),e.context.getOutput&&(n=e.context.getOutput(n,e)),null!==r){const e=t.getMRT(),r=this.mrtNode;null!==e?(o&&ra.assign(n),n=e,null!==r&&(n=e.merge(r))):null!==r&&(n=r)}}else{let t=this.fragmentNode;!0!==t.isOutputStructNode&&(t=Sn(t)),n=this.setupOutput(e,t)}e.stack.outputNode=n,e.addFlow("fragment",e.removeStack()),e.observer=this.setupObserver(e)}setupClipping(e){if(null===e.clippingContext)return null;const{unionPlanes:t,intersectionPlanes:r}=e.clippingContext;let s=null;if(t.length>0||r.length>0){const t=e.renderer.currentSamples;this.alphaToCoverage&&t>1?s=Yi(new Dp(Dp.ALPHA_TO_COVERAGE)):e.stack.addToStack(Yi(new Dp))}return s}setupHardwareClipping(e){if(this.hardwareClipping=!1,null===e.clippingContext)return;const t=e.clippingContext.unionPlanes.length;t>0&&t<=8&&e.isAvailable("clipDistance")&&(e.stack.addToStack(Yi(new Dp(Dp.HARDWARE))),this.hardwareClipping=!0)}setupDepth(e){const{renderer:t,camera:r}=e;let s=this.depthNode;if(null===s){const e=t.getMRT();e&&e.has("depth")?s=e.get("depth"):!0===t.logarithmicDepthBuffer&&(s=r.isPerspectiveCamera?Mp(Dd.z,ed,td):Ep(Dd.z,ed,td))}null!==s&&Lp.assign(s).toStack()}setupPositionView(){return Ad.mul(Bd).xyz}setupModelViewProjection(){return rd.mul(Dd)}setupVertex(e){return e.addStack(),this.setupPosition(e),e.context.vertex=e.removeStack(),Vh}setupPosition(e){const{object:t,geometry:r}=e;if((r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color)&&pp(t).toStack(),!0===t.isSkinnedMesh&&np(t).toStack(),this.displacementMap){const e=bc("displacementMap","texture"),t=bc("displacementScale","float"),r=bc("displacementBias","float");Bd.addAssign(zd.normalize().mul(e.x.mul(t).add(r)))}return t.isBatchedMesh&&rp(t).toStack(),t.isInstancedMesh&&t.instanceMatrix&&!0===t.instanceMatrix.isInstancedBufferAttribute&&ep(t).toStack(),null!==this.positionNode&&Bd.assign(Lu(this.positionNode,"POSITION","vec3")),Bd}setupDiffuseColor(e){const{object:t,geometry:r}=e;null!==this.maskNode&&mn(this.maskNode).not().discard();let s=this.colorNode?Sn(this.colorNode):rh;if(!0===this.vertexColors&&r.hasAttribute("color")&&(s=s.mul(kp())),t.instanceColor){s=Dn("vec3","vInstanceColor").mul(s)}if(t.isBatchedMesh&&t._colorsTexture){s=Dn("vec3","vBatchColor").mul(s)}Un.assign(s);const i=this.opacityNode?hn(this.opacityNode):nh;Un.a.assign(Un.a.mul(i));let n=null;(null!==this.alphaTestNode||this.alphaTest>0)&&(n=null!==this.alphaTestNode?hn(this.alphaTestNode):th,!0===this.alphaToCoverage?(Un.a=uu(n,n.add(Oo(Un.a)),Un.a),Un.a.lessThanEqual(0).discard()):Un.a.lessThanEqual(n).discard()),!0===this.alphaHash&&Un.a.lessThan(Op(Bd)).discard(),e.isOpaque()&&Un.a.assign(1)}setupVariants(){}setupOutgoingLight(){return!0===this.lights?Tn(0):Un.rgb}setupNormal(){return this.normalNode?Tn(this.normalNode):ph}setupEnvironment(){let e=null;return this.envNode?e=this.envNode:this.envMap&&(e=this.envMap.isCubeTexture?bc("envMap","cubeTexture"):bc("envMap","texture")),e}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new bp(Uh)),t}setupLights(e){const t=[],r=this.setupEnvironment(e);r&&r.isLightingNode&&t.push(r);const s=this.setupLightMap(e);s&&s.isLightingNode&&t.push(s);let i=this.aoNode;null===i&&e.material.aoMap&&(i=Ih),e.context.getAO&&(i=e.context.getAO(i,e)),i&&t.push(new mp(i));let n=this.lightsNode||e.lightsNode;return t.length>0&&(n=e.renderer.lighting.createNode([...n.getLights(),...t])),n}setupLightingModel(){}setupLighting(e){const{material:t}=e,{backdropNode:r,backdropAlphaNode:s,emissiveNode:i}=this,n=!0===this.lights||null!==this.lightsNode?this.setupLights(e):null;let a=this.setupOutgoingLight(e);if(n&&n.getScope().hasLights){const t=this.setupLightingModel(e)||null;a=yp(n,t,r,s)}else null!==r&&(a=Tn(null!==s?iu(a,r,s):r));return(i&&!0===i.isNode||t.emissive&&!0===t.emissive.isColor)&&(On.assign(Tn(i||ih)),a=a.add(On)),a}setupFog(e,t){const r=e.fogNode;return r&&(ra.assign(t),t=Sn(r.toVar())),t}setupPremultipliedAlpha(e,t){return jp(t)}setupOutput(e,t){return!0===this.fog&&(t=this.setupFog(e,t)),!0===this.premultipliedAlpha&&(t=this.setupPremultipliedAlpha(e,t)),t}setDefaultValues(e){for(const t in e){const r=e[t];void 0===this[t]&&(this[t]=r,r&&r.clone&&(this[t]=r.clone()))}const t=Object.getOwnPropertyDescriptors(e.constructor.prototype);for(const e in t)void 0===Object.getOwnPropertyDescriptor(this.constructor.prototype,e)&&void 0!==t[e].get&&Object.defineProperty(this.constructor.prototype,e,t[e])}toJSON(e){const t=void 0===e||"string"==typeof e;t&&(e={textures:{},images:{},nodes:{}});const r=K.prototype.toJSON.call(this,e);r.inputNodes={};for(const{property:t,childNode:s}of this._getNodeChildren())r.inputNodes[t]=s.toJSON(e).uuid;function s(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(t){const t=s(e.textures),i=s(e.images),n=s(e.nodes);t.length>0&&(r.textures=t),i.length>0&&(r.images=i),n.length>0&&(r.nodes=n)}return r}copy(e){return this.lightsNode=e.lightsNode,this.envNode=e.envNode,this.aoNode=e.aoNode,this.colorNode=e.colorNode,this.normalNode=e.normalNode,this.opacityNode=e.opacityNode,this.backdropNode=e.backdropNode,this.backdropAlphaNode=e.backdropAlphaNode,this.alphaTestNode=e.alphaTestNode,this.maskNode=e.maskNode,this.positionNode=e.positionNode,this.geometryNode=e.geometryNode,this.depthNode=e.depthNode,this.receivedShadowPositionNode=e.receivedShadowPositionNode,this.castShadowPositionNode=e.castShadowPositionNode,this.receivedShadowNode=e.receivedShadowNode,this.castShadowNode=e.castShadowNode,this.outputNode=e.outputNode,this.mrtNode=e.mrtNode,this.fragmentNode=e.fragmentNode,this.vertexNode=e.vertexNode,this.contextNode=e.contextNode,super.copy(e)}}const Kp=new Y;class Yp extends Xp{static get type(){return"LineBasicNodeMaterial"}constructor(e){super(),this.isLineBasicNodeMaterial=!0,this.setDefaultValues(Kp),this.setValues(e)}}const Qp=new Q;class Zp extends Xp{static get type(){return"LineDashedNodeMaterial"}constructor(e){super(),this.isLineDashedNodeMaterial=!0,this.setDefaultValues(Qp),this.dashOffset=0,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.setValues(e)}setupVariants(){const e=this.offsetNode?hn(this.offsetNode):Ph,t=this.dashScaleNode?hn(this.dashScaleNode):Ch,r=this.dashSizeNode?hn(this.dashSizeNode):Mh,s=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(r),ia.assign(s);const i=Fu(Sl("lineDistance").mul(t));(e?i.add(e):i).mod(sa.add(ia)).greaterThan(sa).discard()}}let Jp=null;class eg extends Tp{static get type(){return"ViewportSharedTextureNode"}constructor(e=Hl,t=null){null===Jp&&(Jp=new j),super(e,t,Jp)}getTextureForReference(){return Jp}updateReference(){return this}}const tg=en(eg).setParameterLength(0,2),rg=new Q;class sg extends Xp{static get type(){return"Line2NodeMaterial"}constructor(e={}){super(),this.isLine2NodeMaterial=!0,this.setDefaultValues(rg),this.useColor=e.vertexColors,this.dashOffset=0,this.lineColorNode=null,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.blending=Z,this._useDash=e.dashed,this._useAlphaToCoverage=!0,this._useWorldUnits=!1,this.setValues(e)}setup(e){const{renderer:t}=e,r=this._useAlphaToCoverage,s=this.useColor,i=this._useDash,n=this._useWorldUnits,a=an(({start:e,end:t})=>{const r=rd.element(2).element(2),s=rd.element(3).element(2).mul(-.5).div(r).sub(e.z).div(t.z.sub(e.z));return Sn(iu(e.xyz,t.xyz,s),t.w)}).setLayout({name:"trimSegment",type:"vec4",inputs:[{name:"start",type:"vec4"},{name:"end",type:"vec4"}]});this.vertexNode=an(()=>{const e=Sl("instanceStart"),t=Sl("instanceEnd"),r=Sn(Ad.mul(Sn(e,1))).toVar("start"),s=Sn(Ad.mul(Sn(t,1))).toVar("end");if(i){const e=this.dashScaleNode?hn(this.dashScaleNode):Ch,t=this.offsetNode?hn(this.offsetNode):Ph,r=Sl("instanceDistanceStart"),s=Sl("instanceDistanceEnd");let i=Md.y.lessThan(.5).select(e.mul(r),e.mul(s));i=i.add(t),Dn("float","lineDistance").assign(i)}n&&(Dn("vec3","worldStart").assign(r.xyz),Dn("vec3","worldEnd").assign(s.xyz));const o=Xl.z.div(Xl.w),u=rd.element(2).element(3).equal(-1);ln(u,()=>{ln(r.z.lessThan(0).and(s.z.greaterThan(0)),()=>{s.assign(a({start:r,end:s}))}).ElseIf(s.z.lessThan(0).and(r.z.greaterThanEqual(0)),()=>{r.assign(a({start:s,end:r}))})});const l=rd.mul(r),d=rd.mul(s),c=l.xyz.div(l.w),h=d.xyz.div(d.w),p=h.xy.sub(c.xy).toVar();p.x.assign(p.x.mul(o)),p.assign(p.normalize());const g=Sn().toVar();if(n){const e=s.xyz.sub(r.xyz).normalize(),t=iu(r.xyz,s.xyz,.5).normalize(),n=e.cross(t).normalize(),a=e.cross(n),o=Dn("vec4","worldPos");o.assign(Md.y.lessThan(.5).select(r,s));const u=Lh.mul(.5);o.addAssign(Sn(Md.x.lessThan(0).select(n.mul(u),n.mul(u).negate()),0)),i||(o.addAssign(Sn(Md.y.lessThan(.5).select(e.mul(u).negate(),e.mul(u)),0)),o.addAssign(Sn(a.mul(u),0)),ln(Md.y.greaterThan(1).or(Md.y.lessThan(0)),()=>{o.subAssign(Sn(a.mul(2).mul(u),0))})),g.assign(rd.mul(o));const l=Tn().toVar();l.assign(Md.y.lessThan(.5).select(c,h)),g.z.assign(l.z.mul(g.w))}else{const e=fn(p.y,p.x.negate()).toVar("offset");p.x.assign(p.x.div(o)),e.x.assign(e.x.div(o)),e.assign(Md.x.lessThan(0).select(e.negate(),e)),ln(Md.y.lessThan(0),()=>{e.assign(e.sub(p))}).ElseIf(Md.y.greaterThan(1),()=>{e.assign(e.add(p))}),e.assign(e.mul(Lh)),e.assign(e.div(Xl.w.div(Wl))),g.assign(Md.y.lessThan(.5).select(l,d)),e.assign(e.mul(g.w)),g.assign(g.add(Sn(e,0,0)))}return g})();const o=an(({p1:e,p2:t,p3:r,p4:s})=>{const i=e.sub(r),n=s.sub(r),a=t.sub(e),o=i.dot(n),u=n.dot(a),l=i.dot(a),d=n.dot(n),c=a.dot(a).mul(d).sub(u.mul(u)),h=o.mul(u).sub(l.mul(d)).div(c).clamp(),p=o.add(u.mul(h)).div(d).clamp();return fn(h,p)});if(this.colorNode=an(()=>{const e=Rl();if(i){const t=this.dashSizeNode?hn(this.dashSizeNode):Mh,r=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(t),ia.assign(r);const s=Dn("float","lineDistance");e.y.lessThan(-1).or(e.y.greaterThan(1)).discard(),s.mod(sa.add(ia)).greaterThan(sa).discard()}const a=hn(1).toVar("alpha");if(n){const e=Dn("vec3","worldStart"),s=Dn("vec3","worldEnd"),n=Dn("vec4","worldPos").xyz.normalize().mul(1e5),u=s.sub(e),l=o({p1:e,p2:s,p3:Tn(0,0,0),p4:n}),d=e.add(u.mul(l.x)),c=n.mul(l.y),h=d.sub(c).length().div(Lh);if(!i)if(r&&t.currentSamples>0){const e=h.fwidth();a.assign(uu(e.negate().add(.5),e.add(.5),h).oneMinus())}else h.greaterThan(.5).discard()}else if(r&&t.currentSamples>0){const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1)),s=t.mul(t).add(r.mul(r)),i=hn(s.fwidth()).toVar("dlen");ln(e.y.abs().greaterThan(1),()=>{a.assign(uu(i.oneMinus(),i.add(1),s).oneMinus())})}else ln(e.y.abs().greaterThan(1),()=>{const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1));t.mul(t).add(r.mul(r)).greaterThan(1).discard()});let u;if(this.lineColorNode)u=this.lineColorNode;else if(s){const e=Sl("instanceColorStart"),t=Sl("instanceColorEnd");u=Md.y.lessThan(.5).select(e,t).mul(rh)}else u=rh;return Sn(u,a)})(),this.transparent){const e=this.opacityNode?hn(this.opacityNode):nh;this.outputNode=Sn(this.colorNode.rgb.mul(e).add(tg().rgb.mul(e.oneMinus())),this.colorNode.a)}super.setup(e)}get worldUnits(){return this._useWorldUnits}set worldUnits(e){this._useWorldUnits!==e&&(this._useWorldUnits=e,this.needsUpdate=!0)}get dashed(){return this._useDash}set dashed(e){this._useDash!==e&&(this._useDash=e,this.needsUpdate=!0)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const ig=new J;class ng extends Xp{static get type(){return"MeshNormalNodeMaterial"}constructor(e){super(),this.isMeshNormalNodeMaterial=!0,this.setDefaultValues(ig),this.setValues(e)}setupDiffuseColor(){const e=this.opacityNode?hn(this.opacityNode):nh;Un.assign(Gu(Sn(Hc(jd),e),ee))}}const ag=an(([e=Fd])=>{const t=e.z.atan(e.x).mul(1/(2*Math.PI)).add(.5),r=e.y.clamp(-1,1).asin().mul(1/Math.PI).add(.5);return fn(t,r)});class og extends te{constructor(e=1,t={}){super(e,t),this.isCubeRenderTarget=!0}fromEquirectangularTexture(e,t){const r=t.minFilter,s=t.generateMipmaps;t.generateMipmaps=!0,this.texture.type=t.type,this.texture.colorSpace=t.colorSpace,this.texture.generateMipmaps=t.generateMipmaps,this.texture.minFilter=t.minFilter,this.texture.magFilter=t.magFilter;const i=new re(5,5,5),n=ag(Fd),a=new Xp;a.colorNode=Pl(t,n,0),a.side=w,a.blending=Z;const o=new se(i,a),u=new ie;u.add(o),t.minFilter===q&&(t.minFilter=ne);const l=new ae(1,10,this),d=e.getMRT();return e.setMRT(null),l.update(e,u),e.setMRT(d),t.minFilter=r,t.currentGenerateMipmaps=s,o.geometry.dispose(),o.material.dispose(),this}}const ug=new WeakMap;class lg extends li{static get type(){return"CubeMapNode"}constructor(e){super("vec3"),this.envNode=e,this._cubeTexture=null,this._cubeTextureNode=hc(null);const t=new B;t.isRenderTargetTexture=!0,this._defaultTexture=t,this.updateBeforeType=Qs.RENDER}updateBefore(e){const{renderer:t,material:r}=e,s=this.envNode;if(s.isTextureNode||s.isMaterialReferenceNode){const e=s.isTextureNode?s.value:r[s.property];if(e&&e.isTexture){const r=e.mapping;if(r===oe||r===ue){if(ug.has(e)){const t=ug.get(e);cg(t,e.mapping),this._cubeTexture=t}else{const r=e.image;if(function(e){return null!=e&&e.height>0}(r)){const s=new og(r.height);s.fromEquirectangularTexture(t,e),cg(s.texture,e.mapping),this._cubeTexture=s.texture,ug.set(e,s.texture),e.addEventListener("dispose",dg)}else this._cubeTexture=this._defaultTexture}this._cubeTextureNode.value=this._cubeTexture}else this._cubeTextureNode=this.envNode}}}setup(e){return this.updateBefore(e),this._cubeTextureNode}}function dg(e){const t=e.target;t.removeEventListener("dispose",dg);const r=ug.get(t);void 0!==r&&(ug.delete(t),r.dispose())}function cg(e,t){t===oe?e.mapping=L:t===ue&&(e.mapping=P)}const hg=en(lg).setParameterLength(1);class pg extends gp{static get type(){return"BasicEnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){e.context.environment=hg(this.envNode)}}class gg extends gp{static get type(){return"BasicLightMapNode"}constructor(e=null){super(),this.lightMapNode=e}setup(e){const t=hn(1/Math.PI);e.context.irradianceLightMap=this.lightMapNode.mul(t)}}class mg{start(e){e.lightsNode.setupLights(e,e.lightsNode.getLightNodes(e)),this.indirect(e)}finish(){}direct(){}directRectArea(){}indirect(){}ambientOcclusion(){}}class fg extends mg{constructor(){super()}indirect({context:e}){const t=e.ambientOcclusion,r=e.reflectedLight,s=e.irradianceLightMap;r.indirectDiffuse.assign(Sn(0)),s?r.indirectDiffuse.addAssign(s):r.indirectDiffuse.addAssign(Sn(1,1,1,0)),r.indirectDiffuse.mulAssign(t),r.indirectDiffuse.mulAssign(Un.rgb)}finish(e){const{material:t,context:r}=e,s=r.outgoingLight,i=e.context.environment;if(i)switch(t.combine){case ce:s.rgb.assign(iu(s.rgb,s.rgb.mul(i.rgb),lh.mul(dh)));break;case de:s.rgb.assign(iu(s.rgb,i.rgb,lh.mul(dh)));break;case le:s.rgb.addAssign(i.rgb.mul(lh.mul(dh)));break;default:d("BasicLightingModel: Unsupported .combine value:",t.combine)}}}const yg=new he;class bg extends Xp{static get type(){return"MeshBasicNodeMaterial"}constructor(e){super(),this.isMeshBasicNodeMaterial=!0,this.lights=!0,this.setDefaultValues(yg),this.setValues(e)}setupNormal(){return kd(Wd)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new gg(Uh)),t}setupOutgoingLight(){return Un.rgb}setupLightingModel(){return new fg}}const xg=an(({f0:e,f90:t,dotVH:r})=>{const s=r.mul(-5.55473).sub(6.98316).mul(r).exp2();return e.mul(s.oneMinus()).add(t.mul(s))}),Tg=an(e=>e.diffuseColor.mul(1/Math.PI)),_g=an(({dotNH:e})=>ta.mul(hn(.5)).add(1).mul(hn(1/Math.PI)).mul(e.pow(ta))),vg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=jd.dot(t).clamp(),s=Ud.dot(t).clamp(),i=xg({f0:Zn,f90:1,dotVH:s}),n=hn(.25),a=_g({dotNH:r});return i.mul(n).mul(a)});class Ng extends fg{constructor(e=!0){super(),this.specular=e}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=jd.dot(e).clamp().mul(t);r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:Un.rgb}))),!0===this.specular&&r.directSpecular.addAssign(s.mul(vg({lightDirection:e})).mul(lh))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const Sg=new pe;class Rg extends Xp{static get type(){return"MeshLambertNodeMaterial"}constructor(e){super(),this.isMeshLambertNodeMaterial=!0,this.lights=!0,this.setDefaultValues(Sg),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng(!1)}}const Ag=new ge;class Eg extends Xp{static get type(){return"MeshPhongNodeMaterial"}constructor(e){super(),this.isMeshPhongNodeMaterial=!0,this.lights=!0,this.shininessNode=null,this.specularNode=null,this.setDefaultValues(Ag),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng}setupVariants(){const e=(this.shininessNode?hn(this.shininessNode):sh).max(1e-4);ta.assign(e);const t=this.specularNode||ah;Zn.assign(t)}copy(e){return this.shininessNode=e.shininessNode,this.specularNode=e.specularNode,super.copy(e)}}const wg=an(e=>{if(!1===e.geometry.hasAttribute("normal"))return hn(0);const t=Wd.dFdx().abs().max(Wd.dFdy().abs());return t.x.max(t.y).max(t.z)}),Cg=an(e=>{const{roughness:t}=e,r=wg();let s=t.max(.0525);return s=s.add(r),s=s.min(1),s}),Mg=an(({alpha:e,dotNL:t,dotNV:r})=>{const s=e.pow2(),i=t.mul(s.add(s.oneMinus().mul(r.pow2())).sqrt()),n=r.mul(s.add(s.oneMinus().mul(t.pow2())).sqrt());return Ba(.5,i.add(n).max(to))}).setLayout({name:"V_GGX_SmithCorrelated",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNL",type:"float"},{name:"dotNV",type:"float"}]}),Bg=an(({alphaT:e,alphaB:t,dotTV:r,dotBV:s,dotTL:i,dotBL:n,dotNV:a,dotNL:o})=>{const u=o.mul(Tn(e.mul(r),t.mul(s),a).length()),l=a.mul(Tn(e.mul(i),t.mul(n),o).length());return Ba(.5,u.add(l))}).setLayout({name:"V_GGX_SmithCorrelated_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotTV",type:"float",qualifier:"in"},{name:"dotBV",type:"float",qualifier:"in"},{name:"dotTL",type:"float",qualifier:"in"},{name:"dotBL",type:"float",qualifier:"in"},{name:"dotNV",type:"float",qualifier:"in"},{name:"dotNL",type:"float",qualifier:"in"}]}),Lg=an(({alpha:e,dotNH:t})=>{const r=e.pow2(),s=t.pow2().mul(r.oneMinus()).oneMinus();return r.div(s.pow2()).mul(1/Math.PI)}).setLayout({name:"D_GGX",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNH",type:"float"}]}),Pg=hn(1/Math.PI),Fg=an(({alphaT:e,alphaB:t,dotNH:r,dotTH:s,dotBH:i})=>{const n=e.mul(t),a=Tn(t.mul(s),e.mul(i),n.mul(r)),o=a.dot(a),u=n.div(o);return Pg.mul(n.mul(u.pow2()))}).setLayout({name:"D_GGX_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotNH",type:"float",qualifier:"in"},{name:"dotTH",type:"float",qualifier:"in"},{name:"dotBH",type:"float",qualifier:"in"}]}),Dg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,normalView:n=jd,USE_IRIDESCENCE:a,USE_ANISOTROPY:o})=>{const u=s.pow2(),l=e.add(Ud).normalize(),d=n.dot(e).clamp(),c=n.dot(Ud).clamp(),h=n.dot(l).clamp(),p=Ud.dot(l).clamp();let g,m,f=xg({f0:t,f90:r,dotVH:p});if(qi(a)&&(f=Hn.mix(f,i)),qi(o)){const t=Yn.dot(e),r=Yn.dot(Ud),s=Yn.dot(l),i=Qn.dot(e),n=Qn.dot(Ud),a=Qn.dot(l);g=Bg({alphaT:Xn,alphaB:u,dotTV:r,dotBV:n,dotTL:t,dotBL:i,dotNV:c,dotNL:d}),m=Fg({alphaT:Xn,alphaB:u,dotNH:h,dotTH:s,dotBH:a})}else g=Mg({alpha:u,dotNL:d,dotNV:c}),m=Lg({alpha:u,dotNH:h});return f.mul(g).mul(m)}),Ug=new Uint16Array([12469,15057,12620,14925,13266,14620,13807,14376,14323,13990,14545,13625,14713,13328,14840,12882,14931,12528,14996,12233,15039,11829,15066,11525,15080,11295,15085,10976,15082,10705,15073,10495,13880,14564,13898,14542,13977,14430,14158,14124,14393,13732,14556,13410,14702,12996,14814,12596,14891,12291,14937,11834,14957,11489,14958,11194,14943,10803,14921,10506,14893,10278,14858,9960,14484,14039,14487,14025,14499,13941,14524,13740,14574,13468,14654,13106,14743,12678,14818,12344,14867,11893,14889,11509,14893,11180,14881,10751,14852,10428,14812,10128,14765,9754,14712,9466,14764,13480,14764,13475,14766,13440,14766,13347,14769,13070,14786,12713,14816,12387,14844,11957,14860,11549,14868,11215,14855,10751,14825,10403,14782,10044,14729,9651,14666,9352,14599,9029,14967,12835,14966,12831,14963,12804,14954,12723,14936,12564,14917,12347,14900,11958,14886,11569,14878,11247,14859,10765,14828,10401,14784,10011,14727,9600,14660,9289,14586,8893,14508,8533,15111,12234,15110,12234,15104,12216,15092,12156,15067,12010,15028,11776,14981,11500,14942,11205,14902,10752,14861,10393,14812,9991,14752,9570,14682,9252,14603,8808,14519,8445,14431,8145,15209,11449,15208,11451,15202,11451,15190,11438,15163,11384,15117,11274,15055,10979,14994,10648,14932,10343,14871,9936,14803,9532,14729,9218,14645,8742,14556,8381,14461,8020,14365,7603,15273,10603,15272,10607,15267,10619,15256,10631,15231,10614,15182,10535,15118,10389,15042,10167,14963,9787,14883,9447,14800,9115,14710,8665,14615,8318,14514,7911,14411,7507,14279,7198,15314,9675,15313,9683,15309,9712,15298,9759,15277,9797,15229,9773,15166,9668,15084,9487,14995,9274,14898,8910,14800,8539,14697,8234,14590,7790,14479,7409,14367,7067,14178,6621,15337,8619,15337,8631,15333,8677,15325,8769,15305,8871,15264,8940,15202,8909,15119,8775,15022,8565,14916,8328,14804,8009,14688,7614,14569,7287,14448,6888,14321,6483,14088,6171,15350,7402,15350,7419,15347,7480,15340,7613,15322,7804,15287,7973,15229,8057,15148,8012,15046,7846,14933,7611,14810,7357,14682,7069,14552,6656,14421,6316,14251,5948,14007,5528,15356,5942,15356,5977,15353,6119,15348,6294,15332,6551,15302,6824,15249,7044,15171,7122,15070,7050,14949,6861,14818,6611,14679,6349,14538,6067,14398,5651,14189,5311,13935,4958,15359,4123,15359,4153,15356,4296,15353,4646,15338,5160,15311,5508,15263,5829,15188,6042,15088,6094,14966,6001,14826,5796,14678,5543,14527,5287,14377,4985,14133,4586,13869,4257,15360,1563,15360,1642,15358,2076,15354,2636,15341,3350,15317,4019,15273,4429,15203,4732,15105,4911,14981,4932,14836,4818,14679,4621,14517,4386,14359,4156,14083,3795,13808,3437,15360,122,15360,137,15358,285,15355,636,15344,1274,15322,2177,15281,2765,15215,3223,15120,3451,14995,3569,14846,3567,14681,3466,14511,3305,14344,3121,14037,2800,13753,2467,15360,0,15360,1,15359,21,15355,89,15346,253,15325,479,15287,796,15225,1148,15133,1492,15008,1749,14856,1882,14685,1886,14506,1783,14324,1608,13996,1398,13702,1183]);let Ig=null;const Og=an(({roughness:e,dotNV:t})=>{null===Ig&&(Ig=new me(Ug,16,16,V,fe),Ig.name="DFG_LUT",Ig.minFilter=ne,Ig.magFilter=ne,Ig.wrapS=ye,Ig.wrapT=ye,Ig.generateMipmaps=!1,Ig.needsUpdate=!0);const r=fn(e,t);return Pl(Ig,r).rg}),Vg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a})=>{const o=Dg({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a}),u=jd.dot(e).clamp(),l=jd.dot(Ud).clamp(),d=Og({roughness:s,dotNV:l}),c=Og({roughness:s,dotNV:u}),h=t.mul(d.x).add(r.mul(d.y)),p=t.mul(c.x).add(r.mul(c.y)),g=d.x.add(d.y),m=c.x.add(c.y),f=hn(1).sub(g),y=hn(1).sub(m),b=t.add(t.oneMinus().mul(.047619)),x=h.mul(p).mul(b).div(hn(1).sub(f.mul(y).mul(b).mul(b)).add(to)),T=f.mul(y),_=x.mul(T);return o.add(_)}),kg=an(e=>{const{dotNV:t,specularColor:r,specularF90:s,roughness:i}=e,n=Og({dotNV:t,roughness:i});return r.mul(n.x).add(s.mul(n.y))}),Gg=an(({f:e,f90:t,dotVH:r})=>{const s=r.oneMinus().saturate(),i=s.mul(s),n=s.mul(i,i).clamp(0,.9999);return e.sub(Tn(t).mul(n)).div(n.oneMinus())}).setLayout({name:"Schlick_to_F0",type:"vec3",inputs:[{name:"f",type:"vec3"},{name:"f90",type:"float"},{name:"dotVH",type:"float"}]}),zg=an(({roughness:e,dotNH:t})=>{const r=e.pow2(),s=hn(1).div(r),i=t.pow2().oneMinus().max(.0078125);return hn(2).add(s).mul(i.pow(s.mul(.5))).div(2*Math.PI)}).setLayout({name:"D_Charlie",type:"float",inputs:[{name:"roughness",type:"float"},{name:"dotNH",type:"float"}]}),$g=an(({dotNV:e,dotNL:t})=>hn(1).div(hn(4).mul(t.add(e).sub(t.mul(e))))).setLayout({name:"V_Neubelt",type:"float",inputs:[{name:"dotNV",type:"float"},{name:"dotNL",type:"float"}]}),Wg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=jd.dot(e).clamp(),s=jd.dot(Ud).clamp(),i=jd.dot(t).clamp(),n=zg({roughness:Wn,dotNH:i}),a=$g({dotNV:s,dotNL:r});return $n.mul(n).mul(a)}),Hg=an(({N:e,V:t,roughness:r})=>{const s=e.dot(t).saturate(),i=fn(r,s.oneMinus().sqrt());return i.assign(i.mul(.984375).add(.0078125)),i}).setLayout({name:"LTC_Uv",type:"vec2",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"roughness",type:"float"}]}),jg=an(({f:e})=>{const t=e.length();return Wo(t.mul(t).add(e.z).div(t.add(1)),0)}).setLayout({name:"LTC_ClippedSphereFormFactor",type:"float",inputs:[{name:"f",type:"vec3"}]}),qg=an(({v1:e,v2:t})=>{const r=e.dot(t),s=r.abs().toVar(),i=s.mul(.0145206).add(.4965155).mul(s).add(.8543985).toVar(),n=s.add(4.1616724).mul(s).add(3.417594).toVar(),a=i.div(n),o=r.greaterThan(0).select(a,Wo(r.mul(r).oneMinus(),1e-7).inverseSqrt().mul(.5).sub(a));return e.cross(t).mul(o)}).setLayout({name:"LTC_EdgeVectorFormFactor",type:"vec3",inputs:[{name:"v1",type:"vec3"},{name:"v2",type:"vec3"}]}),Xg=an(({N:e,V:t,P:r,mInv:s,p0:i,p1:n,p2:a,p3:o})=>{const u=n.sub(i).toVar(),l=o.sub(i).toVar(),d=u.cross(l),c=Tn().toVar();return ln(d.dot(r.sub(i)).greaterThanEqual(0),()=>{const u=t.sub(e.mul(t.dot(e))).normalize(),l=e.cross(u).negate(),d=s.mul(Cn(u,l,e).transpose()).toVar(),h=d.mul(i.sub(r)).normalize().toVar(),p=d.mul(n.sub(r)).normalize().toVar(),g=d.mul(a.sub(r)).normalize().toVar(),m=d.mul(o.sub(r)).normalize().toVar(),f=Tn(0).toVar();f.addAssign(qg({v1:h,v2:p})),f.addAssign(qg({v1:p,v2:g})),f.addAssign(qg({v1:g,v2:m})),f.addAssign(qg({v1:m,v2:h})),c.assign(Tn(jg({f:f})))}),c}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"P",type:"vec3"},{name:"mInv",type:"mat3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Kg=an(({P:e,p0:t,p1:r,p2:s,p3:i})=>{const n=r.sub(t).toVar(),a=i.sub(t).toVar(),o=n.cross(a),u=Tn().toVar();return ln(o.dot(e.sub(t)).greaterThanEqual(0),()=>{const n=t.sub(e).normalize().toVar(),a=r.sub(e).normalize().toVar(),o=s.sub(e).normalize().toVar(),l=i.sub(e).normalize().toVar(),d=Tn(0).toVar();d.addAssign(qg({v1:n,v2:a})),d.addAssign(qg({v1:a,v2:o})),d.addAssign(qg({v1:o,v2:l})),d.addAssign(qg({v1:l,v2:n})),u.assign(Tn(jg({f:d.abs()})))}),u}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"P",type:"vec3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Yg=1/6,Qg=e=>Ma(Yg,Ma(e,Ma(e,e.negate().add(3)).sub(3)).add(1)),Zg=e=>Ma(Yg,Ma(e,Ma(e,Ma(3,e).sub(6))).add(4)),Jg=e=>Ma(Yg,Ma(e,Ma(e,Ma(-3,e).add(3)).add(3)).add(1)),em=e=>Ma(Yg,Qo(e,3)),tm=e=>Qg(e).add(Zg(e)),rm=e=>Jg(e).add(em(e)),sm=e=>wa(-1,Zg(e).div(Qg(e).add(Zg(e)))),im=e=>wa(1,em(e).div(Jg(e).add(em(e)))),nm=(e,t,r)=>{const s=e.uvNode,i=Ma(s,t.zw).add(.5),n=bo(i),a=_o(i),o=tm(a.x),u=rm(a.x),l=sm(a.x),d=im(a.x),c=sm(a.y),h=im(a.y),p=fn(n.x.add(l),n.y.add(c)).sub(.5).mul(t.xy),g=fn(n.x.add(d),n.y.add(c)).sub(.5).mul(t.xy),m=fn(n.x.add(l),n.y.add(h)).sub(.5).mul(t.xy),f=fn(n.x.add(d),n.y.add(h)).sub(.5).mul(t.xy),y=tm(a.y).mul(wa(o.mul(e.sample(p).level(r)),u.mul(e.sample(g).level(r)))),b=rm(a.y).mul(wa(o.mul(e.sample(m).level(r)),u.mul(e.sample(f).level(r))));return y.add(b)},am=an(([e,t])=>{const r=fn(e.size(pn(t))),s=fn(e.size(pn(t.add(1)))),i=Ba(1,r),n=Ba(1,s),a=nm(e,Sn(i,r),bo(t)),o=nm(e,Sn(n,s),xo(t));return _o(t).mix(a,o)}),om=an(([e,t])=>{const r=t.mul(Cl(e));return am(e,r)}),um=an(([e,t,r,s,i])=>{const n=Tn(ou(t.negate(),To(e),Ba(1,s))),a=Tn(Mo(i[0].xyz),Mo(i[1].xyz),Mo(i[2].xyz));return To(n).mul(r.mul(a))}).setLayout({name:"getVolumeTransmissionRay",type:"vec3",inputs:[{name:"n",type:"vec3"},{name:"v",type:"vec3"},{name:"thickness",type:"float"},{name:"ior",type:"float"},{name:"modelMatrix",type:"mat4"}]}),lm=an(([e,t])=>e.mul(nu(t.mul(2).sub(2),0,1))).setLayout({name:"applyIorToRoughness",type:"float",inputs:[{name:"roughness",type:"float"},{name:"ior",type:"float"}]}),dm=vp(),cm=vp(),hm=an(([e,t,r],{material:s})=>{const i=(s.side===w?dm:cm).sample(e),n=mo(jl.x).mul(lm(t,r));return am(i,n)}),pm=an(([e,t,r])=>(ln(r.notEqual(0),()=>{const s=go(t).negate().div(r);return ho(s.negate().mul(e))}),Tn(1))).setLayout({name:"volumeAttenuation",type:"vec3",inputs:[{name:"transmissionDistance",type:"float"},{name:"attenuationColor",type:"vec3"},{name:"attenuationDistance",type:"float"}]}),gm=an(([e,t,r,s,i,n,a,o,u,l,d,c,h,p,g])=>{let m,f;if(g){m=Sn().toVar(),f=Tn().toVar();const i=d.sub(1).mul(g.mul(.025)),n=Tn(d.sub(i),d,d.add(i));op({start:0,end:3},({i:i})=>{const d=n.element(i),g=um(e,t,c,d,o),y=a.add(g),b=l.mul(u.mul(Sn(y,1))),x=fn(b.xy.div(b.w)).toVar();x.addAssign(1),x.divAssign(2),x.assign(fn(x.x,x.y.oneMinus()));const T=hm(x,r,d);m.element(i).assign(T.element(i)),m.a.addAssign(T.a),f.element(i).assign(s.element(i).mul(pm(Mo(g),h,p).element(i)))}),m.a.divAssign(3)}else{const i=um(e,t,c,d,o),n=a.add(i),g=l.mul(u.mul(Sn(n,1))),y=fn(g.xy.div(g.w)).toVar();y.addAssign(1),y.divAssign(2),y.assign(fn(y.x,y.y.oneMinus())),m=hm(y,r,d),f=s.mul(pm(Mo(i),h,p))}const y=f.rgb.mul(m.rgb),b=e.dot(t).clamp(),x=Tn(kg({dotNV:b,specularColor:i,specularF90:n,roughness:r})),T=f.r.add(f.g,f.b).div(3);return Sn(x.oneMinus().mul(y),m.a.oneMinus().mul(T).oneMinus())}),mm=Cn(3.2404542,-.969266,.0556434,-1.5371385,1.8760108,-.2040259,-.4985314,.041556,1.0572252),fm=(e,t)=>e.sub(t).div(e.add(t)).pow2(),ym=an(({outsideIOR:e,eta2:t,cosTheta1:r,thinFilmThickness:s,baseF0:i})=>{const n=iu(e,t,uu(0,.03,s)),a=e.div(n).pow2().mul(r.pow2().oneMinus()).oneMinus();ln(a.lessThan(0),()=>Tn(1));const o=a.sqrt(),u=fm(n,e),l=xg({f0:u,f90:1,dotVH:r}),d=l.oneMinus(),c=n.lessThan(e).select(Math.PI,0),h=hn(Math.PI).sub(c),p=(e=>{const t=e.sqrt();return Tn(1).add(t).div(Tn(1).sub(t))})(i.clamp(0,.9999)),g=fm(p,n.toVec3()),m=xg({f0:g,f90:1,dotVH:o}),f=Tn(p.x.lessThan(n).select(Math.PI,0),p.y.lessThan(n).select(Math.PI,0),p.z.lessThan(n).select(Math.PI,0)),y=n.mul(s,o,2),b=Tn(h).add(f),x=l.mul(m).clamp(1e-5,.9999),T=x.sqrt(),_=d.pow2().mul(m).div(Tn(1).sub(x)),v=l.add(_).toVar(),N=_.sub(d).toVar();return op({start:1,end:2,condition:"<=",name:"m"},({m:e})=>{N.mulAssign(T);const t=((e,t)=>{const r=e.mul(2*Math.PI*1e-9),s=Tn(54856e-17,44201e-17,52481e-17),i=Tn(1681e3,1795300,2208400),n=Tn(43278e5,93046e5,66121e5),a=hn(9747e-17*Math.sqrt(2*Math.PI*45282e5)).mul(r.mul(2239900).add(t.x).cos()).mul(r.pow2().mul(-45282e5).exp());let o=s.mul(n.mul(2*Math.PI).sqrt()).mul(i.mul(r).add(t).cos()).mul(r.pow2().negate().mul(n).exp());return o=Tn(o.x.add(a),o.y,o.z).div(1.0685e-7),mm.mul(o)})(hn(e).mul(y),hn(e).mul(b)).mul(2);v.addAssign(N.mul(t))}),v.max(Tn(0))}).setLayout({name:"evalIridescence",type:"vec3",inputs:[{name:"outsideIOR",type:"float"},{name:"eta2",type:"float"},{name:"cosTheta1",type:"float"},{name:"thinFilmThickness",type:"float"},{name:"baseF0",type:"vec3"}]}),bm=an(({normal:e,viewDir:t,roughness:r})=>{const s=e.dot(t).saturate(),i=r.mul(r),n=r.add(.1).reciprocal(),a=hn(-1.9362).add(r.mul(1.0678)).add(i.mul(.4573)).sub(n.mul(.8469)),o=hn(-.6014).add(r.mul(.5538)).sub(i.mul(.467)).sub(n.mul(.1255));return a.mul(s).add(o).exp().saturate()}),xm=Tn(.04),Tm=hn(1);class _m extends mg{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1){super(),this.clearcoat=e,this.sheen=t,this.iridescence=r,this.anisotropy=s,this.transmission=i,this.dispersion=n,this.clearcoatRadiance=null,this.clearcoatSpecularDirect=null,this.clearcoatSpecularIndirect=null,this.sheenSpecularDirect=null,this.sheenSpecularIndirect=null,this.iridescenceFresnel=null,this.iridescenceF0=null,this.iridescenceF0Dielectric=null,this.iridescenceF0Metallic=null}start(e){if(!0===this.clearcoat&&(this.clearcoatRadiance=Tn().toVar("clearcoatRadiance"),this.clearcoatSpecularDirect=Tn().toVar("clearcoatSpecularDirect"),this.clearcoatSpecularIndirect=Tn().toVar("clearcoatSpecularIndirect")),!0===this.sheen&&(this.sheenSpecularDirect=Tn().toVar("sheenSpecularDirect"),this.sheenSpecularIndirect=Tn().toVar("sheenSpecularIndirect")),!0===this.iridescence){const e=jd.dot(Ud).clamp(),t=ym({outsideIOR:hn(1),eta2:jn,cosTheta1:e,thinFilmThickness:qn,baseF0:Zn}),r=ym({outsideIOR:hn(1),eta2:jn,cosTheta1:e,thinFilmThickness:qn,baseF0:Un.rgb});this.iridescenceFresnel=iu(t,r,kn),this.iridescenceF0Dielectric=Gg({f:t,f90:1,dotVH:e}),this.iridescenceF0Metallic=Gg({f:r,f90:1,dotVH:e}),this.iridescenceF0=iu(this.iridescenceF0Dielectric,this.iridescenceF0Metallic,kn)}if(!0===this.transmission){const t=Pd,r=od.sub(Pd).normalize(),s=qd,i=e.context;i.backdrop=gm(s,r,Vn,In,Jn,ea,t,xd,id,rd,aa,ua,da,la,this.dispersion?ca:null),i.backdropAlpha=oa,Un.a.mulAssign(iu(1,i.backdrop.a,oa))}super.start(e)}computeMultiscattering(e,t,r,s,i=null){const n=jd.dot(Ud).clamp(),a=Og({roughness:Vn,dotNV:n}),o=i?Hn.mix(s,i):s,u=o.mul(a.x).add(r.mul(a.y)),l=a.x.add(a.y).oneMinus(),d=o.add(o.oneMinus().mul(.047619)),c=u.mul(d).div(l.mul(d).oneMinus());e.addAssign(u),t.addAssign(c.mul(l))}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=jd.dot(e).clamp().mul(t).toVar();if(!0===this.sheen){this.sheenSpecularDirect.addAssign(s.mul(Wg({lightDirection:e})));const t=bm({normal:jd,viewDir:Ud,roughness:Wn}),r=bm({normal:jd,viewDir:e,roughness:Wn}),i=$n.r.max($n.g).max($n.b).mul(t.max(r)).oneMinus();s.mulAssign(i)}if(!0===this.clearcoat){const r=Xd.dot(e).clamp().mul(t);this.clearcoatSpecularDirect.addAssign(r.mul(Dg({lightDirection:e,f0:xm,f90:Tm,roughness:zn,normalView:Xd})))}r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:In}))),r.directSpecular.addAssign(s.mul(Vg({lightDirection:e,f0:Jn,f90:1,roughness:Vn,f:this.iridescenceFresnel,USE_IRIDESCENCE:this.iridescence,USE_ANISOTROPY:this.anisotropy})))}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s,reflectedLight:i,ltc_1:n,ltc_2:a}){const o=t.add(r).sub(s),u=t.sub(r).sub(s),l=t.sub(r).add(s),d=t.add(r).add(s),c=jd,h=Ud,p=Dd.toVar(),g=Hg({N:c,V:h,roughness:Vn}),m=n.sample(g).toVar(),f=a.sample(g).toVar(),y=Cn(Tn(m.x,0,m.y),Tn(0,1,0),Tn(m.z,0,m.w)).toVar(),b=Jn.mul(f.x).add(Jn.oneMinus().mul(f.y)).toVar();i.directSpecular.addAssign(e.mul(b).mul(Xg({N:c,V:h,P:p,mInv:y,p0:o,p1:u,p2:l,p3:d}))),i.directDiffuse.addAssign(e.mul(In).mul(Xg({N:c,V:h,P:p,mInv:Cn(1,0,0,0,1,0,0,0,1),p0:o,p1:u,p2:l,p3:d})))}indirect(e){this.indirectDiffuse(e),this.indirectSpecular(e),this.ambientOcclusion(e)}indirectDiffuse(e){const{irradiance:t,reflectedLight:r}=e.context,s=t.mul(Tg({diffuseColor:In})).toVar();if(!0===this.sheen){const e=bm({normal:jd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();s.mulAssign(t)}r.indirectDiffuse.addAssign(s)}indirectSpecular(e){const{radiance:t,iblIrradiance:r,reflectedLight:s}=e.context;if(!0===this.sheen&&this.sheenSpecularIndirect.addAssign(r.mul($n,bm({normal:jd,viewDir:Ud,roughness:Wn}))),!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),t=kg({dotNV:e,specularColor:xm,specularF90:Tm,roughness:zn});this.clearcoatSpecularIndirect.addAssign(this.clearcoatRadiance.mul(t))}const i=Tn().toVar("singleScatteringDielectric"),n=Tn().toVar("multiScatteringDielectric"),a=Tn().toVar("singleScatteringMetallic"),o=Tn().toVar("multiScatteringMetallic");this.computeMultiscattering(i,n,ea,Zn,this.iridescenceF0Dielectric),this.computeMultiscattering(a,o,ea,Un.rgb,this.iridescenceF0Metallic);const u=iu(i,a,kn),l=iu(n,o,kn),d=i.add(n),c=In.mul(d.oneMinus()),h=r.mul(1/Math.PI),p=t.mul(u).add(l.mul(h)).toVar(),g=c.mul(h).toVar();if(!0===this.sheen){const e=bm({normal:jd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();p.mulAssign(t),g.mulAssign(t)}s.indirectSpecular.addAssign(p),s.indirectDiffuse.addAssign(g)}ambientOcclusion(e){const{ambientOcclusion:t,reflectedLight:r}=e.context,s=jd.dot(Ud).clamp().add(t),i=Vn.mul(-16).oneMinus().negate().exp2(),n=t.sub(s.pow(i).oneMinus()).clamp();!0===this.clearcoat&&this.clearcoatSpecularIndirect.mulAssign(t),!0===this.sheen&&this.sheenSpecularIndirect.mulAssign(t),r.indirectDiffuse.mulAssign(t),r.indirectSpecular.mulAssign(n)}finish({context:e}){const{outgoingLight:t}=e;if(!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),r=xg({dotVH:e,f0:xm,f90:Tm}),s=t.mul(Gn.mul(r).oneMinus()).add(this.clearcoatSpecularDirect.add(this.clearcoatSpecularIndirect).mul(Gn));t.assign(s)}if(!0===this.sheen){const e=t.add(this.sheenSpecularDirect,this.sheenSpecularIndirect.mul(1/Math.PI));t.assign(e)}}}const vm=hn(1),Nm=hn(-2),Sm=hn(.8),Rm=hn(-1),Am=hn(.4),Em=hn(2),wm=hn(.305),Cm=hn(3),Mm=hn(.21),Bm=hn(4),Lm=hn(4),Pm=hn(16),Fm=an(([e])=>{const t=Tn(wo(e)).toVar(),r=hn(-1).toVar();return ln(t.x.greaterThan(t.z),()=>{ln(t.x.greaterThan(t.y),()=>{r.assign(bu(e.x.greaterThan(0),0,3))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}).Else(()=>{ln(t.z.greaterThan(t.y),()=>{r.assign(bu(e.z.greaterThan(0),2,5))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}),r}).setLayout({name:"getFace",type:"float",inputs:[{name:"direction",type:"vec3"}]}),Dm=an(([e,t])=>{const r=fn().toVar();return ln(t.equal(0),()=>{r.assign(fn(e.z,e.y).div(wo(e.x)))}).ElseIf(t.equal(1),()=>{r.assign(fn(e.x.negate(),e.z.negate()).div(wo(e.y)))}).ElseIf(t.equal(2),()=>{r.assign(fn(e.x.negate(),e.y).div(wo(e.z)))}).ElseIf(t.equal(3),()=>{r.assign(fn(e.z.negate(),e.y).div(wo(e.x)))}).ElseIf(t.equal(4),()=>{r.assign(fn(e.x.negate(),e.z).div(wo(e.y)))}).Else(()=>{r.assign(fn(e.x,e.y).div(wo(e.z)))}),Ma(.5,r.add(1))}).setLayout({name:"getUV",type:"vec2",inputs:[{name:"direction",type:"vec3"},{name:"face",type:"float"}]}),Um=an(([e])=>{const t=hn(0).toVar();return ln(e.greaterThanEqual(Sm),()=>{t.assign(vm.sub(e).mul(Rm.sub(Nm)).div(vm.sub(Sm)).add(Nm))}).ElseIf(e.greaterThanEqual(Am),()=>{t.assign(Sm.sub(e).mul(Em.sub(Rm)).div(Sm.sub(Am)).add(Rm))}).ElseIf(e.greaterThanEqual(wm),()=>{t.assign(Am.sub(e).mul(Cm.sub(Em)).div(Am.sub(wm)).add(Em))}).ElseIf(e.greaterThanEqual(Mm),()=>{t.assign(wm.sub(e).mul(Bm.sub(Cm)).div(wm.sub(Mm)).add(Cm))}).Else(()=>{t.assign(hn(-2).mul(mo(Ma(1.16,e))))}),t}).setLayout({name:"roughnessToMip",type:"float",inputs:[{name:"roughness",type:"float"}]}),Im=an(([e,t])=>{const r=e.toVar();r.assign(Ma(2,r).sub(1));const s=Tn(r,1).toVar();return ln(t.equal(0),()=>{s.assign(s.zyx)}).ElseIf(t.equal(1),()=>{s.assign(s.xzy),s.xz.mulAssign(-1)}).ElseIf(t.equal(2),()=>{s.x.mulAssign(-1)}).ElseIf(t.equal(3),()=>{s.assign(s.zyx),s.xz.mulAssign(-1)}).ElseIf(t.equal(4),()=>{s.assign(s.xzy),s.xy.mulAssign(-1)}).ElseIf(t.equal(5),()=>{s.z.mulAssign(-1)}),s}).setLayout({name:"getDirection",type:"vec3",inputs:[{name:"uv",type:"vec2"},{name:"face",type:"float"}]}),Om=an(([e,t,r,s,i,n])=>{const a=hn(r),o=Tn(t),u=nu(Um(a),Nm,n),l=_o(u),d=bo(u),c=Tn(Vm(e,o,d,s,i,n)).toVar();return ln(l.notEqual(0),()=>{const t=Tn(Vm(e,o,d.add(1),s,i,n)).toVar();c.assign(iu(c,t,l))}),c}),Vm=an(([e,t,r,s,i,n])=>{const a=hn(r).toVar(),o=Tn(t),u=hn(Fm(o)).toVar(),l=hn(Wo(Lm.sub(a),0)).toVar();a.assign(Wo(a,Lm));const d=hn(po(a)).toVar(),c=fn(Dm(o,u).mul(d.sub(2)).add(1)).toVar();return ln(u.greaterThan(2),()=>{c.y.addAssign(d),u.subAssign(3)}),c.x.addAssign(u.mul(d)),c.x.addAssign(l.mul(Ma(3,Pm))),c.y.addAssign(Ma(4,po(n).sub(d))),c.x.mulAssign(s),c.y.mulAssign(i),e.sample(c).grad(fn(),fn())}),km=an(({envMap:e,mipInt:t,outputDirection:r,theta:s,axis:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=No(s),l=r.mul(u).add(i.cross(r).mul(vo(s))).add(i.mul(i.dot(r).mul(u.oneMinus())));return Vm(e,l,t,n,a,o)}),Gm=an(({n:e,latitudinal:t,poleAxis:r,outputDirection:s,weights:i,samples:n,dTheta:a,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})=>{const h=Tn(bu(t,r,Yo(r,s))).toVar();ln(h.equal(Tn(0)),()=>{h.assign(Tn(s.z,0,s.x.negate()))}),h.assign(To(h));const p=Tn().toVar();return p.addAssign(i.element(0).mul(km({theta:0,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),op({start:pn(1),end:e},({i:e})=>{ln(e.greaterThanEqual(n),()=>{up()});const t=hn(a.mul(hn(e))).toVar();p.addAssign(i.element(e).mul(km({theta:t.mul(-1),axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),p.addAssign(i.element(e).mul(km({theta:t,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})))}),Sn(p,1)}),zm=an(([e])=>{const t=gn(e).toVar();return t.assign(t.shiftLeft(gn(16)).bitOr(t.shiftRight(gn(16)))),t.assign(t.bitAnd(gn(1431655765)).shiftLeft(gn(1)).bitOr(t.bitAnd(gn(2863311530)).shiftRight(gn(1)))),t.assign(t.bitAnd(gn(858993459)).shiftLeft(gn(2)).bitOr(t.bitAnd(gn(3435973836)).shiftRight(gn(2)))),t.assign(t.bitAnd(gn(252645135)).shiftLeft(gn(4)).bitOr(t.bitAnd(gn(4042322160)).shiftRight(gn(4)))),t.assign(t.bitAnd(gn(16711935)).shiftLeft(gn(8)).bitOr(t.bitAnd(gn(4278255360)).shiftRight(gn(8)))),hn(t).mul(2.3283064365386963e-10)}),$m=an(([e,t])=>fn(hn(e).div(hn(t)),zm(e))),Wm=an(([e,t,r])=>{const s=Tn(t).toVar(),i=hn(r),n=i.mul(i).toVar(),a=To(Tn(n.mul(s.x),n.mul(s.y),s.z)).toVar(),o=a.x.mul(a.x).add(a.y.mul(a.y)),u=bu(o.greaterThan(0),Tn(a.y.negate(),a.x,0).div(fo(o)),Tn(1,0,0)).toVar(),l=Yo(a,u).toVar(),d=fo(e.x),c=Ma(2,3.14159265359).mul(e.y),h=d.mul(No(c)).toVar(),p=d.mul(vo(c)).toVar(),g=Ma(.5,a.z.add(1));p.assign(g.oneMinus().mul(fo(h.mul(h).oneMinus())).add(g.mul(p)));const m=u.mul(h).add(l.mul(p)).add(a.mul(fo(Wo(0,h.mul(h).add(p.mul(p)).oneMinus()))));return To(Tn(n.mul(m.x),n.mul(m.y),Wo(0,m.z)))}),Hm=an(({roughness:e,mipInt:t,envMap:r,N_immutable:s,GGX_SAMPLES:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=Tn(s).toVar(),l=Tn(0).toVar(),d=hn(0).toVar();return ln(e.lessThan(.001),()=>{l.assign(Vm(r,u,t,n,a,o))}).Else(()=>{const s=bu(wo(u.z).lessThan(.999),Tn(0,0,1),Tn(1,0,0)),c=To(Yo(s,u)).toVar(),h=Yo(u,c).toVar();op({start:gn(0),end:i},({i:s})=>{const p=$m(s,i),g=Wm(p,Tn(0,0,1),e),m=To(c.mul(g.x).add(h.mul(g.y)).add(u.mul(g.z))),f=To(m.mul(Ko(u,m).mul(2)).sub(u)),y=Wo(Ko(u,f),0);ln(y.greaterThan(0),()=>{const e=Vm(r,f,t,n,a,o);l.addAssign(e.mul(y)),d.addAssign(y)})}),ln(d.greaterThan(0),()=>{l.assign(l.div(d))})}),Sn(l,1)}),jm=[.125,.215,.35,.446,.526,.582],qm=20,Xm=new xe(-1,1,1,-1,0,1),Km=new Te(90,1),Ym=new e;let Qm=null,Zm=0,Jm=0;const ef=new r,tf=new WeakMap,rf=[3,1,5,0,4,2],sf=Im(Rl(),Sl("faceIndex")).normalize(),nf=Tn(sf.x,sf.y,sf.z);class af{constructor(e){this._renderer=e,this._pingPongRenderTarget=null,this._lodMax=0,this._cubeSize=0,this._sizeLods=[],this._sigmas=[],this._lodMeshes=[],this._blurMaterial=null,this._ggxMaterial=null,this._cubemapMaterial=null,this._equirectMaterial=null,this._backgroundBox=null}get _hasInitialized(){return this._renderer.hasInitialized()}fromScene(e,t=0,r=.1,s=100,i={}){const{size:n=256,position:a=ef,renderTarget:o=null}=i;if(this._setSize(n),!1===this._hasInitialized){d('PMREMGenerator: ".fromScene()" called before the backend is initialized. Try using "await renderer.init()" instead.');const n=o||this._allocateTarget();return i.renderTarget=n,this.fromSceneAsync(e,t,r,s,i),n}Qm=this._renderer.getRenderTarget(),Zm=this._renderer.getActiveCubeFace(),Jm=this._renderer.getActiveMipmapLevel();const u=o||this._allocateTarget();return u.depthBuffer=!0,this._init(u),this._sceneToCubeUV(e,r,s,u,a),t>0&&this._blur(u,0,0,t),this._applyPMREM(u),this._cleanup(u),u}async fromSceneAsync(e,t=0,r=.1,s=100,i={}){return v('PMREMGenerator: ".fromSceneAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this.fromScene(e,t,r,s,i)}fromEquirectangular(e,t=null){if(!1===this._hasInitialized){d('PMREMGenerator: .fromEquirectangular() called before the backend is initialized. Try using "await renderer.init()" instead.'),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromEquirectangularAsync(e,r),r}return this._fromTexture(e,t)}async fromEquirectangularAsync(e,t=null){return v('PMREMGenerator: ".fromEquirectangularAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}fromCubemap(e,t=null){if(!1===this._hasInitialized){d("PMREMGenerator: .fromCubemap() called before the backend is initialized. Try using .fromCubemapAsync() instead."),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromCubemapAsync(e,t),r}return this._fromTexture(e,t)}async fromCubemapAsync(e,t=null){return v('PMREMGenerator: ".fromCubemapAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}async compileCubemapShader(){null===this._cubemapMaterial&&(this._cubemapMaterial=df(),await this._compileMaterial(this._cubemapMaterial))}async compileEquirectangularShader(){null===this._equirectMaterial&&(this._equirectMaterial=cf(),await this._compileMaterial(this._equirectMaterial))}dispose(){this._dispose(),null!==this._cubemapMaterial&&this._cubemapMaterial.dispose(),null!==this._equirectMaterial&&this._equirectMaterial.dispose(),null!==this._backgroundBox&&(this._backgroundBox.geometry.dispose(),this._backgroundBox.material.dispose())}_setSizeFromTexture(e){e.mapping===L||e.mapping===P?this._setSize(0===e.image.length?16:e.image[0].width||e.image[0].image.width):this._setSize(e.image.width/4)}_setSize(e){this._lodMax=Math.floor(Math.log2(e)),this._cubeSize=Math.pow(2,this._lodMax)}_dispose(){null!==this._blurMaterial&&this._blurMaterial.dispose(),null!==this._ggxMaterial&&this._ggxMaterial.dispose(),null!==this._pingPongRenderTarget&&this._pingPongRenderTarget.dispose();for(let e=0;ee-4?o=jm[a-e+4-1]:0===a&&(o=0),r.push(o);const u=1/(n-2),l=-u,d=1+u,c=[l,l,d,l,d,d,l,l,d,d,l,d],h=6,p=6,g=3,m=2,f=1,y=new Float32Array(g*p*h),b=new Float32Array(m*p*h),x=new Float32Array(f*p*h);for(let e=0;e2?0:-1,s=[t,r,0,t+2/3,r,0,t+2/3,r+1,0,t,r,0,t+2/3,r+1,0,t,r+1,0],i=rf[e];y.set(s,g*p*i),b.set(c,m*p*i);const n=[i,i,i,i,i,i];x.set(n,f*p*i)}const T=new be;T.setAttribute("position",new Re(y,g)),T.setAttribute("uv",new Re(b,m)),T.setAttribute("faceIndex",new Re(x,f)),s.push(new se(T,null)),i>4&&i--}return{lodMeshes:s,sizeLods:t,sigmas:r}}(t)),this._blurMaterial=function(e,t,s){const i=Vl(new Array(qm).fill(0)),n=xa(new r(0,1,0)),a=xa(0),o=hn(qm),u=xa(0),l=xa(1),d=Pl(),c=xa(0),h=hn(1/t),p=hn(1/s),g=hn(e),m={n:o,latitudinal:u,weights:i,poleAxis:n,outputDirection:nf,dTheta:a,samples:l,envMap:d,mipInt:c,CUBEUV_TEXEL_WIDTH:h,CUBEUV_TEXEL_HEIGHT:p,CUBEUV_MAX_MIP:g},f=lf("blur");return f.fragmentNode=Gm({...m,latitudinal:u.equal(1)}),tf.set(f,m),f}(t,e.width,e.height),this._ggxMaterial=function(e,t,r){const s=Pl(),i=xa(0),n=xa(0),a=hn(1/t),o=hn(1/r),u=hn(e),l={envMap:s,roughness:i,mipInt:n,CUBEUV_TEXEL_WIDTH:a,CUBEUV_TEXEL_HEIGHT:o,CUBEUV_MAX_MIP:u},d=lf("ggx");return d.fragmentNode=Hm({...l,N_immutable:nf,GGX_SAMPLES:gn(512)}),tf.set(d,l),d}(t,e.width,e.height)}}async _compileMaterial(e){const t=new se(new be,e);await this._renderer.compile(t,Xm)}_sceneToCubeUV(e,t,r,s,i){const n=Km;n.near=t,n.far=r;const a=[1,1,1,1,-1,1],o=[1,-1,1,-1,1,-1],u=this._renderer,l=u.autoClear;u.getClearColor(Ym),u.autoClear=!1,null===this._backgroundBox&&(this._backgroundBox=new se(new re,new he({name:"PMREM.Background",side:w,depthWrite:!1,depthTest:!1})));const d=this._backgroundBox,c=d.material;let h=!1;const p=e.background;p?p.isColor&&(c.color.copy(p),e.background=null,h=!0):(c.color.copy(Ym),h=!0),u.setRenderTarget(s),u.clear(),h&&u.render(d,n);for(let t=0;t<6;t++){const r=t%3;0===r?(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x+o[t],i.y,i.z)):1===r?(n.up.set(0,0,a[t]),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y+o[t],i.z)):(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y,i.z+o[t]));const l=this._cubeSize;uf(s,r*l,t>2?l:0,l,l),u.render(e,n)}u.autoClear=l,e.background=p}_textureToCubeUV(e,t){const r=this._renderer,s=e.mapping===L||e.mapping===P;s?null===this._cubemapMaterial&&(this._cubemapMaterial=df(e)):null===this._equirectMaterial&&(this._equirectMaterial=cf(e));const i=s?this._cubemapMaterial:this._equirectMaterial;i.fragmentNode.value=e;const n=this._lodMeshes[0];n.material=i;const a=this._cubeSize;uf(t,0,0,3*a,2*a),r.setRenderTarget(t),r.render(n,Xm)}_applyPMREM(e){const t=this._renderer,r=t.autoClear;t.autoClear=!1;const s=this._lodMeshes.length;for(let t=1;tc-4?r-c+4:0),g=4*(this._cubeSize-h);e.texture.frame=(e.texture.frame||0)+1,o.envMap.value=e.texture,o.roughness.value=d,o.mipInt.value=c-t,uf(i,p,g,3*h,2*h),s.setRenderTarget(i),s.render(a,Xm),i.texture.frame=(i.texture.frame||0)+1,o.envMap.value=i.texture,o.roughness.value=0,o.mipInt.value=c-r,uf(e,p,g,3*h,2*h),s.setRenderTarget(e),s.render(a,Xm)}_blur(e,t,r,s,i){const n=this._pingPongRenderTarget;this._halfBlur(e,n,t,r,s,"latitudinal",i),this._halfBlur(n,e,r,r,s,"longitudinal",i)}_halfBlur(e,t,r,s,i,n,a){const u=this._renderer,l=this._blurMaterial;"latitudinal"!==n&&"longitudinal"!==n&&o("blur direction must be either latitudinal or longitudinal!");const c=this._lodMeshes[s];c.material=l;const h=tf.get(l),p=this._sizeLods[r]-1,g=isFinite(i)?Math.PI/(2*p):2*Math.PI/39,m=i/g,f=isFinite(i)?1+Math.floor(3*m):qm;f>qm&&d(`sigmaRadians, ${i}, is too large and will clip, as it requested ${f} samples when the maximum is set to 20`);const y=[];let b=0;for(let e=0;ex-4?s-x+4:0),4*(this._cubeSize-T),3*T,2*T),u.setRenderTarget(t),u.render(c,Xm)}}function of(e,t){const r=new _e(e,t,{magFilter:ne,minFilter:ne,generateMipmaps:!1,type:fe,format:Ne,colorSpace:ve});return r.texture.mapping=Se,r.texture.name="PMREM.cubeUv",r.texture.isPMREMTexture=!0,r.scissorTest=!0,r}function uf(e,t,r,s,i){e.viewport.set(t,r,s,i),e.scissor.set(t,r,s,i)}function lf(e){const t=new Xp;return t.depthTest=!1,t.depthWrite=!1,t.blending=Z,t.name=`PMREM_${e}`,t}function df(e){const t=lf("cubemap");return t.fragmentNode=hc(e,nf),t}function cf(e){const t=lf("equirect");return t.fragmentNode=Pl(e,ag(nf),0),t}const hf=new WeakMap;function pf(e,t,r){const s=function(e){let t=hf.get(e);void 0===t&&(t=new WeakMap,hf.set(e,t));return t}(t);let i=s.get(e);if((void 0!==i?i.pmremVersion:-1)!==e.pmremVersion){const t=e.image;if(e.isCubeTexture){if(!function(e){if(null==e)return!1;let t=0;const r=6;for(let s=0;s0}(t))return null;i=r.fromEquirectangular(e,i)}i.pmremVersion=e.pmremVersion,s.set(e,i)}return i.texture}class gf extends li{static get type(){return"PMREMNode"}constructor(e,t=null,r=null){super("vec3"),this._value=e,this._pmrem=null,this.uvNode=t,this.levelNode=r,this._generator=null;const s=new N;s.isRenderTargetTexture=!0,this._texture=Pl(s),this._width=xa(0),this._height=xa(0),this._maxMip=xa(0),this.updateBeforeType=Qs.RENDER}set value(e){this._value=e,this._pmrem=null}get value(){return this._value}updateFromTexture(e){const t=function(e){const t=Math.log2(e)-2,r=1/e;return{texelWidth:1/(3*Math.max(Math.pow(2,t),112)),texelHeight:r,maxMip:t}}(e.image.height);this._texture.value=e,this._width.value=t.texelWidth,this._height.value=t.texelHeight,this._maxMip.value=t.maxMip}updateBefore(e){let t=this._pmrem;const r=t?t.pmremVersion:-1,s=this._value;r!==s.pmremVersion&&(t=!0===s.isPMREMTexture?s:pf(s,e.renderer,this._generator),null!==t&&(this._pmrem=t,this.updateFromTexture(t)))}setup(e){null===this._generator&&(this._generator=new af(e.renderer)),this.updateBefore(e);let t=this.uvNode;null===t&&e.context.getUV&&(t=e.context.getUV(this,e)),t=ic.mul(Tn(t.x,t.y.negate(),t.z));let r=this.levelNode;return null===r&&e.context.getTextureLevel&&(r=e.context.getTextureLevel(this)),Om(this._texture,t,r,this._width,this._height,this._maxMip)}dispose(){super.dispose(),null!==this._generator&&this._generator.dispose()}}const mf=en(gf).setParameterLength(1,3),ff=new WeakMap;class yf extends gp{static get type(){return"EnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){const{material:t}=e;let r=this.envNode;if(r.isTextureNode||r.isMaterialReferenceNode){const e=r.isTextureNode?r.value:t[r.property];let s=ff.get(e);void 0===s&&(s=mf(e),ff.set(e,s)),r=s}const s=!0===t.useAnisotropy||t.anisotropy>0?Wc:jd,i=r.context(bf(Vn,s)).mul(sc),n=r.context(xf(qd)).mul(Math.PI).mul(sc),a=al(i),o=al(n);e.context.radiance.addAssign(a),e.context.iblIrradiance.addAssign(o);const u=e.context.lightingModel.clearcoatRadiance;if(u){const e=r.context(bf(zn,Xd)).mul(sc),t=al(e);u.addAssign(t)}}}const bf=(e,t)=>{let r=null;return{getUV:()=>(null===r&&(r=Ud.negate().reflect(t),r=eu(e).mix(r,t).normalize(),r=r.transformDirection(id)),r),getTextureLevel:()=>e}},xf=e=>({getUV:()=>e,getTextureLevel:()=>hn(1)}),Tf=new Ae;class _f extends Xp{static get type(){return"MeshStandardNodeMaterial"}constructor(e){super(),this.isMeshStandardNodeMaterial=!0,this.lights=!0,this.emissiveNode=null,this.metalnessNode=null,this.roughnessNode=null,this.setDefaultValues(Tf),this.setValues(e)}setupEnvironment(e){let t=super.setupEnvironment(e);return null===t&&e.environmentNode&&(t=e.environmentNode),t?new yf(t):null}setupLightingModel(){return new _m}setupSpecular(){const e=iu(Tn(.04),Un.rgb,kn);Zn.assign(Tn(.04)),Jn.assign(e),ea.assign(1)}setupVariants(){const e=this.metalnessNode?hn(this.metalnessNode):hh;kn.assign(e);let t=this.roughnessNode?hn(this.roughnessNode):ch;t=Cg({roughness:t}),Vn.assign(t),this.setupSpecular(),In.assign(Un.rgb.mul(e.oneMinus()))}copy(e){return this.emissiveNode=e.emissiveNode,this.metalnessNode=e.metalnessNode,this.roughnessNode=e.roughnessNode,super.copy(e)}}const vf=new Ee;class Nf extends _f{static get type(){return"MeshPhysicalNodeMaterial"}constructor(e){super(),this.isMeshPhysicalNodeMaterial=!0,this.clearcoatNode=null,this.clearcoatRoughnessNode=null,this.clearcoatNormalNode=null,this.sheenNode=null,this.sheenRoughnessNode=null,this.iridescenceNode=null,this.iridescenceIORNode=null,this.iridescenceThicknessNode=null,this.specularIntensityNode=null,this.specularColorNode=null,this.iorNode=null,this.transmissionNode=null,this.thicknessNode=null,this.attenuationDistanceNode=null,this.attenuationColorNode=null,this.dispersionNode=null,this.anisotropyNode=null,this.setDefaultValues(vf),this.setValues(e)}get useClearcoat(){return this.clearcoat>0||null!==this.clearcoatNode}get useIridescence(){return this.iridescence>0||null!==this.iridescenceNode}get useSheen(){return this.sheen>0||null!==this.sheenNode}get useAnisotropy(){return this.anisotropy>0||null!==this.anisotropyNode}get useTransmission(){return this.transmission>0||null!==this.transmissionNode}get useDispersion(){return this.dispersion>0||null!==this.dispersionNode}setupSpecular(){const e=this.iorNode?hn(this.iorNode):Ah;aa.assign(e),Zn.assign($o(Zo(aa.sub(1).div(aa.add(1))).mul(uh),Tn(1)).mul(oh)),Jn.assign(iu(Zn,Un.rgb,kn)),ea.assign(iu(oh,1,kn))}setupLightingModel(){return new _m(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion)}setupVariants(e){if(super.setupVariants(e),this.useClearcoat){const e=this.clearcoatNode?hn(this.clearcoatNode):gh,t=this.clearcoatRoughnessNode?hn(this.clearcoatRoughnessNode):mh;Gn.assign(e),zn.assign(Cg({roughness:t}))}if(this.useSheen){const e=this.sheenNode?Tn(this.sheenNode):bh,t=this.sheenRoughnessNode?hn(this.sheenRoughnessNode):xh;$n.assign(e),Wn.assign(t)}if(this.useIridescence){const e=this.iridescenceNode?hn(this.iridescenceNode):_h,t=this.iridescenceIORNode?hn(this.iridescenceIORNode):vh,r=this.iridescenceThicknessNode?hn(this.iridescenceThicknessNode):Nh;Hn.assign(e),jn.assign(t),qn.assign(r)}if(this.useAnisotropy){const e=(this.anisotropyNode?fn(this.anisotropyNode):Th).toVar();Kn.assign(e.length()),ln(Kn.equal(0),()=>{e.assign(fn(1,0))}).Else(()=>{e.divAssign(fn(Kn)),Kn.assign(Kn.saturate())}),Xn.assign(Kn.pow2().mix(Vn.pow2(),1)),Yn.assign(zc[0].mul(e.x).add(zc[1].mul(e.y))),Qn.assign(zc[1].mul(e.x).sub(zc[0].mul(e.y)))}if(this.useTransmission){const e=this.transmissionNode?hn(this.transmissionNode):Sh,t=this.thicknessNode?hn(this.thicknessNode):Rh,r=this.attenuationDistanceNode?hn(this.attenuationDistanceNode):Eh,s=this.attenuationColorNode?Tn(this.attenuationColorNode):wh;if(oa.assign(e),ua.assign(t),la.assign(r),da.assign(s),this.useDispersion){const e=this.dispersionNode?hn(this.dispersionNode):Dh;ca.assign(e)}}}setupClearcoatNormal(){return this.clearcoatNormalNode?Tn(this.clearcoatNormalNode):fh}setup(e){e.context.setupClearcoatNormal=()=>Lu(this.setupClearcoatNormal(e),"NORMAL","vec3"),super.setup(e)}copy(e){return this.clearcoatNode=e.clearcoatNode,this.clearcoatRoughnessNode=e.clearcoatRoughnessNode,this.clearcoatNormalNode=e.clearcoatNormalNode,this.sheenNode=e.sheenNode,this.sheenRoughnessNode=e.sheenRoughnessNode,this.iridescenceNode=e.iridescenceNode,this.iridescenceIORNode=e.iridescenceIORNode,this.iridescenceThicknessNode=e.iridescenceThicknessNode,this.specularIntensityNode=e.specularIntensityNode,this.specularColorNode=e.specularColorNode,this.transmissionNode=e.transmissionNode,this.thicknessNode=e.thicknessNode,this.attenuationDistanceNode=e.attenuationDistanceNode,this.attenuationColorNode=e.attenuationColorNode,this.dispersionNode=e.dispersionNode,this.anisotropyNode=e.anisotropyNode,super.copy(e)}}class Sf extends _m{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1,a=!1){super(e,t,r,s,i,n),this.useSSS=a}direct({lightDirection:e,lightColor:t,reflectedLight:r},s){if(!0===this.useSSS){const i=s.material,{thicknessColorNode:n,thicknessDistortionNode:a,thicknessAmbientNode:o,thicknessAttenuationNode:u,thicknessPowerNode:l,thicknessScaleNode:d}=i,c=e.add(jd.mul(a)).normalize(),h=hn(Ud.dot(c.negate()).saturate().pow(l).mul(d)),p=Tn(h.add(o).mul(n));r.directDiffuse.addAssign(p.mul(u.mul(t)))}super.direct({lightDirection:e,lightColor:t,reflectedLight:r},s)}}class Rf extends Nf{static get type(){return"MeshSSSNodeMaterial"}constructor(e){super(e),this.thicknessColorNode=null,this.thicknessDistortionNode=hn(.1),this.thicknessAmbientNode=hn(0),this.thicknessAttenuationNode=hn(.1),this.thicknessPowerNode=hn(2),this.thicknessScaleNode=hn(10)}get useSSS(){return null!==this.thicknessColorNode}setupLightingModel(){return new Sf(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion,this.useSSS)}copy(e){return this.thicknessColorNode=e.thicknessColorNode,this.thicknessDistortionNode=e.thicknessDistortionNode,this.thicknessAmbientNode=e.thicknessAmbientNode,this.thicknessAttenuationNode=e.thicknessAttenuationNode,this.thicknessPowerNode=e.thicknessPowerNode,this.thicknessScaleNode=e.thicknessScaleNode,super.copy(e)}}const Af=an(({normal:e,lightDirection:t,builder:r})=>{const s=e.dot(t),i=fn(s.mul(.5).add(.5),0);if(r.material.gradientMap){const e=bc("gradientMap","texture").context({getUV:()=>i});return Tn(e.r)}{const e=i.fwidth().mul(.5);return iu(Tn(.7),Tn(1),uu(hn(.7).sub(e.x),hn(.7).add(e.x),i.x))}});class Ef extends mg{direct({lightDirection:e,lightColor:t,reflectedLight:r},s){const i=Af({normal:Gd,lightDirection:e,builder:s}).mul(t);r.directDiffuse.addAssign(i.mul(Tg({diffuseColor:Un.rgb})))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const wf=new we;class Cf extends Xp{static get type(){return"MeshToonNodeMaterial"}constructor(e){super(),this.isMeshToonNodeMaterial=!0,this.lights=!0,this.setDefaultValues(wf),this.setValues(e)}setupLightingModel(){return new Ef}}const Mf=an(()=>{const e=Tn(Ud.z,0,Ud.x.negate()).normalize(),t=Ud.cross(e);return fn(e.dot(jd),t.dot(jd)).mul(.495).add(.5)}).once(["NORMAL","VERTEX"])().toVar("matcapUV"),Bf=new Ce;class Lf extends Xp{static get type(){return"MeshMatcapNodeMaterial"}constructor(e){super(),this.isMeshMatcapNodeMaterial=!0,this.setDefaultValues(Bf),this.setValues(e)}setupVariants(e){const t=Mf;let r;r=e.material.matcap?bc("matcap","texture").context({getUV:()=>t}):Tn(iu(.2,.8,t.y)),Un.rgb.mulAssign(r.rgb)}}class Pf extends li{static get type(){return"RotateNode"}constructor(e,t){super(),this.positionNode=e,this.rotationNode=t}getNodeType(e){return this.positionNode.getNodeType(e)}setup(e){const{rotationNode:t,positionNode:r}=this;if("vec2"===this.getNodeType(e)){const e=t.cos(),s=t.sin();return wn(e,s,s.negate(),e).mul(r)}{const e=t,s=Mn(Sn(1,0,0,0),Sn(0,No(e.x),vo(e.x).negate(),0),Sn(0,vo(e.x),No(e.x),0),Sn(0,0,0,1)),i=Mn(Sn(No(e.y),0,vo(e.y),0),Sn(0,1,0,0),Sn(vo(e.y).negate(),0,No(e.y),0),Sn(0,0,0,1)),n=Mn(Sn(No(e.z),vo(e.z).negate(),0,0),Sn(vo(e.z),No(e.z),0,0),Sn(0,0,1,0),Sn(0,0,0,1));return s.mul(i).mul(n).mul(Sn(r,1)).xyz}}}const Ff=en(Pf).setParameterLength(2),Df=new Me;class Uf extends Xp{static get type(){return"SpriteNodeMaterial"}constructor(e){super(),this.isSpriteNodeMaterial=!0,this._useSizeAttenuation=!0,this.positionNode=null,this.rotationNode=null,this.scaleNode=null,this.transparent=!0,this.setDefaultValues(Df),this.setValues(e)}setupPositionView(e){const{object:t,camera:r}=e,{positionNode:s,rotationNode:i,scaleNode:n,sizeAttenuation:a}=this,o=Ad.mul(Tn(s||0));let u=fn(xd[0].xyz.length(),xd[1].xyz.length());null!==n&&(u=u.mul(fn(n))),r.isPerspectiveCamera&&!1===a&&(u=u.mul(o.z.negate()));let l=Md.xy;if(t.center&&!0===t.center.isVector2){const e=((e,t,r)=>Yi(new $u(e,t,r)))("center","vec2",t);l=l.sub(e.sub(.5))}l=l.mul(u);const d=hn(i||yh),c=Ff(l,d);return Sn(o.xy.add(c),o.zw)}copy(e){return this.positionNode=e.positionNode,this.rotationNode=e.rotationNode,this.scaleNode=e.scaleNode,super.copy(e)}get sizeAttenuation(){return this._useSizeAttenuation}set sizeAttenuation(e){this._useSizeAttenuation!==e&&(this._useSizeAttenuation=e,this.needsUpdate=!0)}}const If=new Be,Of=new t;class Vf extends Uf{static get type(){return"PointsNodeMaterial"}constructor(e){super(),this.sizeNode=null,this.isPointsNodeMaterial=!0,this.setDefaultValues(If),this.setValues(e)}setupPositionView(){const{positionNode:e}=this;return Ad.mul(Tn(e||Bd)).xyz}setupVertexSprite(e){const{material:t,camera:r}=e,{rotationNode:s,scaleNode:i,sizeNode:n,sizeAttenuation:a}=this;let o=super.setupVertex(e);if(!0!==t.isNodeMaterial)return o;let u=null!==n?fn(n):Fh;u=u.mul(Wl),r.isPerspectiveCamera&&!0===a&&(u=u.mul(kf.div(Dd.z.negate()))),i&&i.isNode&&(u=u.mul(fn(i)));let l=Md.xy;if(s&&s.isNode){const e=hn(s);l=Ff(l,e)}return l=l.mul(u),l=l.div(Kl.div(2)),l=l.mul(o.w),o=o.add(Sn(l,0,0)),o}setupVertex(e){return e.object.isPoints?super.setupVertex(e):this.setupVertexSprite(e)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const kf=xa(1).onFrameUpdate(function({renderer:e}){const t=e.getSize(Of);this.value=.5*t.y});class Gf extends mg{constructor(){super(),this.shadowNode=hn(1).toVar("shadowMask")}direct({lightNode:e}){null!==e.shadowNode&&this.shadowNode.mulAssign(e.shadowNode)}finish({context:e}){Un.a.mulAssign(this.shadowNode.oneMinus()),e.outgoingLight.rgb.assign(Un.rgb)}}const zf=new Le;class $f extends Xp{static get type(){return"ShadowNodeMaterial"}constructor(e){super(),this.isShadowNodeMaterial=!0,this.lights=!0,this.transparent=!0,this.setDefaultValues(zf),this.setValues(e)}setupLightingModel(){return new Gf}}const Wf=Fn("vec3"),Hf=Fn("vec3"),jf=Fn("vec3");class qf extends mg{constructor(){super()}start(e){const{material:t}=e,r=Fn("vec3"),s=Fn("vec3");ln(od.sub(Pd).length().greaterThan(Nd.mul(2)),()=>{r.assign(od),s.assign(Pd)}).Else(()=>{r.assign(Pd),s.assign(od)});const i=s.sub(r),n=xa("int").onRenderUpdate(({material:e})=>e.steps),a=i.length().div(n).toVar(),o=i.normalize().toVar(),u=hn(0).toVar(),l=Tn(1).toVar();t.offsetNode&&u.addAssign(t.offsetNode.mul(a)),op(n,()=>{const s=r.add(o.mul(u)),i=id.mul(Sn(s,1)).xyz;let n;null!==t.depthNode&&(Hf.assign(Pp(wp(i.z,ed,td))),e.context.sceneDepthNode=Pp(t.depthNode).toVar()),e.context.positionWorld=s,e.context.shadowPositionWorld=s,e.context.positionView=i,Wf.assign(0),t.scatteringNode&&(n=t.scatteringNode({positionRay:s})),super.start(e),n&&Wf.mulAssign(n);const d=Wf.mul(.01).negate().mul(a).exp();l.mulAssign(d),u.addAssign(a)}),jf.addAssign(l.saturate().oneMinus())}scatteringLight(e,t){const r=t.context.sceneDepthNode;r?ln(r.greaterThanEqual(Hf),()=>{Wf.addAssign(e)}):Wf.addAssign(e)}direct({lightNode:e,lightColor:t},r){if(void 0===e.light.distance)return;const s=t.xyz.toVar();s.mulAssign(e.shadowNode),this.scatteringLight(s,r)}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s},i){const n=t.add(r).sub(s),a=t.sub(r).sub(s),o=t.sub(r).add(s),u=t.add(r).add(s),l=i.context.positionView,d=e.xyz.mul(Kg({P:l,p0:n,p1:a,p2:o,p3:u})).pow(1.5);this.scatteringLight(d,i)}finish(e){e.context.outgoingLight.assign(jf)}}class Xf extends Xp{static get type(){return"VolumeNodeMaterial"}constructor(e){super(),this.isVolumeNodeMaterial=!0,this.steps=25,this.offsetNode=null,this.scatteringNode=null,this.lights=!0,this.transparent=!0,this.side=w,this.depthTest=!1,this.depthWrite=!1,this.setValues(e)}setupLightingModel(){return new qf}}class Kf{constructor(e,t,r){this.renderer=e,this.nodes=t,this.info=r,this._context="undefined"!=typeof self?self:null,this._animationLoop=null,this._requestId=null}start(){const e=(t,r)=>{this._requestId=this._context.requestAnimationFrame(e),!0===this.info.autoReset&&this.info.reset(),this.nodes.nodeFrame.update(),this.info.frame=this.nodes.nodeFrame.frameId,this.renderer._inspector.begin(),null!==this._animationLoop&&this._animationLoop(t,r),this.renderer._inspector.finish()};e()}stop(){this._context.cancelAnimationFrame(this._requestId),this._requestId=null}getAnimationLoop(){return this._animationLoop}setAnimationLoop(e){this._animationLoop=e}getContext(){return this._context}setContext(e){this._context=e}dispose(){this.stop()}}class Yf{constructor(){this.weakMaps={}}_getWeakMap(e){const t=e.length;let r=this.weakMaps[t];return void 0===r&&(r=new WeakMap,this.weakMaps[t]=r),r}get(e){let t=this._getWeakMap(e);for(let r=0;r{this.dispose()},this.onGeometryDispose=()=>{this.attributes=null,this.attributesId=null},this.material.addEventListener("dispose",this.onMaterialDispose),this.geometry.addEventListener("dispose",this.onGeometryDispose)}updateClipping(e){this.clippingContext=e}get clippingNeedsUpdate(){return null!==this.clippingContext&&this.clippingContext.cacheKey!==this.clippingContextCacheKey&&(this.clippingContextCacheKey=this.clippingContext.cacheKey,!0)}get hardwareClippingPlanes(){return!0===this.material.hardwareClipping?this.clippingContext.unionClippingCount:0}getNodeBuilderState(){return this._nodeBuilderState||(this._nodeBuilderState=this._nodes.getForRender(this))}getMonitor(){return this._monitor||(this._monitor=this.getNodeBuilderState().observer)}getBindings(){return this._bindings||(this._bindings=this.getNodeBuilderState().createBindings())}getBindingGroup(e){for(const t of this.getBindings())if(t.name===e)return t}getIndex(){return this._geometries.getIndex(this)}getIndirect(){return this._geometries.getIndirect(this)}getIndirectOffset(){return this._geometries.getIndirectOffset(this)}getChainArray(){return[this.object,this.material,this.context,this.lightsNode]}setGeometry(e){this.geometry=e,this.attributes=null,this.attributesId=null}getAttributes(){if(null!==this.attributes)return this.attributes;const e=this.getNodeBuilderState().nodeAttributes,t=this.geometry,r=[],s=new Set,i={};for(const n of e){let e;if(n.node&&n.node.attribute?e=n.node.attribute:(e=t.getAttribute(n.name),i[n.name]=e.version),void 0===e)continue;r.push(e);const a=e.isInterleavedBufferAttribute?e.data:e;s.add(a)}return this.attributes=r,this.attributesId=i,this.vertexBuffers=Array.from(s.values()),r}getVertexBuffers(){return null===this.vertexBuffers&&this.getAttributes(),this.vertexBuffers}getDrawParameters(){const{object:e,material:t,geometry:r,group:s,drawRange:i}=this,n=this.drawParams||(this.drawParams={vertexCount:0,firstVertex:0,instanceCount:0,firstInstance:0}),a=this.getIndex(),o=null!==a;let u=1;if(!0===r.isInstancedBufferGeometry?u=r.instanceCount:void 0!==e.count&&(u=Math.max(0,e.count)),0===u)return null;if(n.instanceCount=u,!0===e.isBatchedMesh)return n;let l=1;!0!==t.wireframe||e.isPoints||e.isLineSegments||e.isLine||e.isLineLoop||(l=2);let d=i.start*l,c=(i.start+i.count)*l;null!==s&&(d=Math.max(d,s.start*l),c=Math.min(c,(s.start+s.count)*l));const h=r.attributes.position;let p=1/0;o?p=a.count:null!=h&&(p=h.count),d=Math.max(d,0),c=Math.min(c,p);const g=c-d;return g<0||g===1/0?null:(n.vertexCount=g,n.firstVertex=d,n)}getGeometryCacheKey(){const{geometry:e}=this;let t="";for(const r of Object.keys(e.attributes).sort()){const s=e.attributes[r];t+=r+",",s.data&&(t+=s.data.stride+","),s.offset&&(t+=s.offset+","),s.itemSize&&(t+=s.itemSize+","),s.normalized&&(t+="n,")}for(const r of Object.keys(e.morphAttributes).sort()){const s=e.morphAttributes[r];t+="morph-"+r+",";for(let e=0,r=s.length;e1||Array.isArray(e.morphTargetInfluences))&&(s+=e.uuid+","),s+=this.context.id+",",s+=e.receiveShadow+",",Fs(s)}get needsGeometryUpdate(){if(this.geometry.id!==this.object.geometry.id)return!0;if(null!==this.attributes){const e=this.attributesId;for(const t in e){const r=this.geometry.getAttribute(t);if(void 0===r||e[t]!==r.id)return!0}}return!1}get needsUpdate(){return this.initialNodesCacheKey!==this.getDynamicCacheKey()||this.clippingNeedsUpdate}getDynamicCacheKey(){let e=0;return!0!==this.material.isShadowPassMaterial&&(e=this._nodes.getCacheKey(this.scene,this.lightsNode)),this.camera.isArrayCamera&&(e=Us(e,this.camera.cameras.length)),this.object.receiveShadow&&(e=Us(e,1)),e=Us(e,this.camera.id,this.renderer.contextNode.id,this.renderer.contextNode.version),e}getCacheKey(){return this.getMaterialCacheKey()+this.getDynamicCacheKey()}dispose(){this.material.removeEventListener("dispose",this.onMaterialDispose),this.geometry.removeEventListener("dispose",this.onGeometryDispose),this.onDispose()}}const Jf=[];class ey{constructor(e,t,r,s,i,n){this.renderer=e,this.nodes=t,this.geometries=r,this.pipelines=s,this.bindings=i,this.info=n,this.chainMaps={}}get(e,t,r,s,i,n,a,o){const u=this.getChainMap(o);Jf[0]=e,Jf[1]=t,Jf[2]=n,Jf[3]=i;let l=u.get(Jf);return void 0===l?(l=this.createRenderObject(this.nodes,this.geometries,this.renderer,e,t,r,s,i,n,a,o),u.set(Jf,l)):(l.updateClipping(a),l.needsGeometryUpdate&&l.setGeometry(e.geometry),(l.version!==t.version||l.needsUpdate)&&(l.initialCacheKey!==l.getCacheKey()?(l.dispose(),l=this.get(e,t,r,s,i,n,a,o)):l.version=t.version)),Jf.length=0,l}getChainMap(e="default"){return this.chainMaps[e]||(this.chainMaps[e]=new Yf)}dispose(){this.chainMaps={}}createRenderObject(e,t,r,s,i,n,a,o,u,l,d){const c=this.getChainMap(d),h=new Zf(e,t,r,s,i,n,a,o,u,l);return h.onDispose=()=>{this.pipelines.delete(h),this.bindings.deleteForRender(h),this.nodes.delete(h),c.delete(h.getChainArray())},h}}class ty{constructor(){this.data=new WeakMap}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}delete(e){let t=null;return this.data.has(e)&&(t=this.data.get(e),this.data.delete(e)),t}has(e){return this.data.has(e)}dispose(){this.data=new WeakMap}}const ry=1,sy=2,iy=3,ny=4,ay=16;class oy extends ty{constructor(e){super(),this.backend=e}delete(e){const t=super.delete(e);return null!==t&&this.backend.destroyAttribute(e),t}update(e,t){const r=this.get(e);if(void 0===r.version)t===ry?this.backend.createAttribute(e):t===sy?this.backend.createIndexAttribute(e):t===iy?this.backend.createStorageAttribute(e):t===ny&&this.backend.createIndirectStorageAttribute(e),r.version=this._getBufferAttribute(e).version;else{const t=this._getBufferAttribute(e);(r.version{this.info.memory.geometries--;const s=t.index,i=e.getAttributes();null!==s&&this.attributes.delete(s);for(const e of i)this.attributes.delete(e);const n=this.wireframes.get(t);void 0!==n&&this.attributes.delete(n),t.removeEventListener("dispose",r),this._geometryDisposeListeners.delete(t)};t.addEventListener("dispose",r),this._geometryDisposeListeners.set(t,r)}updateAttributes(e){const t=e.getAttributes();for(const e of t)e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute?this.updateAttribute(e,iy):this.updateAttribute(e,ry);const r=this.getIndex(e);null!==r&&this.updateAttribute(r,sy);const s=e.geometry.indirect;null!==s&&this.updateAttribute(s,ny)}updateAttribute(e,t){const r=this.info.render.calls;e.isInterleavedBufferAttribute?void 0===this.attributeCall.get(e)?(this.attributes.update(e,t),this.attributeCall.set(e,r)):this.attributeCall.get(e.data)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e.data,r),this.attributeCall.set(e,r)):this.attributeCall.get(e)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e,r))}getIndirect(e){return e.geometry.indirect}getIndirectOffset(e){return e.geometry.indirectOffset}getIndex(e){const{geometry:t,material:r}=e;let s=t.index;if(!0===r.wireframe){const e=this.wireframes;let r=e.get(t);void 0===r?(r=ly(t),e.set(t,r)):r.version!==uy(t)&&(this.attributes.delete(r),r=ly(t),e.set(t,r)),s=r}return s}dispose(){for(const[e,t]of this._geometryDisposeListeners.entries())e.removeEventListener("dispose",t);this._geometryDisposeListeners.clear()}}class cy{constructor(){this.autoReset=!0,this.frame=0,this.calls=0,this.render={calls:0,frameCalls:0,drawCalls:0,triangles:0,points:0,lines:0,timestamp:0},this.compute={calls:0,frameCalls:0,timestamp:0},this.memory={geometries:0,textures:0}}update(e,t,r){this.render.drawCalls++,e.isMesh||e.isSprite?this.render.triangles+=r*(t/3):e.isPoints?this.render.points+=r*t:e.isLineSegments?this.render.lines+=r*(t/2):e.isLine?this.render.lines+=r*(t-1):o("WebGPUInfo: Unknown object type.")}reset(){this.render.drawCalls=0,this.render.frameCalls=0,this.compute.frameCalls=0,this.render.triangles=0,this.render.points=0,this.render.lines=0}dispose(){this.reset(),this.calls=0,this.render.calls=0,this.compute.calls=0,this.render.timestamp=0,this.compute.timestamp=0,this.memory.geometries=0,this.memory.textures=0}}class hy{constructor(e){this.cacheKey=e,this.usedTimes=0}}class py extends hy{constructor(e,t,r){super(e),this.vertexProgram=t,this.fragmentProgram=r}}class gy extends hy{constructor(e,t){super(e),this.computeProgram=t,this.isComputePipeline=!0}}let my=0;class fy{constructor(e,t,r,s=null,i=null){this.id=my++,this.code=e,this.stage=t,this.name=r,this.transforms=s,this.attributes=i,this.usedTimes=0}}class yy extends ty{constructor(e,t){super(),this.backend=e,this.nodes=t,this.bindings=null,this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}getForCompute(e,t){const{backend:r}=this,s=this.get(e);if(this._needsComputeUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.computeProgram.usedTimes--);const n=this.nodes.getForCompute(e);let a=this.programs.compute.get(n.computeShader);void 0===a&&(i&&0===i.computeProgram.usedTimes&&this._releaseProgram(i.computeProgram),a=new fy(n.computeShader,"compute",e.name,n.transforms,n.nodeAttributes),this.programs.compute.set(n.computeShader,a),r.createProgram(a));const o=this._getComputeCacheKey(e,a);let u=this.caches.get(o);void 0===u&&(i&&0===i.usedTimes&&this._releasePipeline(i),u=this._getComputePipeline(e,a,o,t)),u.usedTimes++,a.usedTimes++,s.version=e.version,s.pipeline=u}return s.pipeline}getForRender(e,t=null){const{backend:r}=this,s=this.get(e);if(this._needsRenderUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.vertexProgram.usedTimes--,i.fragmentProgram.usedTimes--);const n=e.getNodeBuilderState(),a=e.material?e.material.name:"";let o=this.programs.vertex.get(n.vertexShader);void 0===o&&(i&&0===i.vertexProgram.usedTimes&&this._releaseProgram(i.vertexProgram),o=new fy(n.vertexShader,"vertex",a),this.programs.vertex.set(n.vertexShader,o),r.createProgram(o));let u=this.programs.fragment.get(n.fragmentShader);void 0===u&&(i&&0===i.fragmentProgram.usedTimes&&this._releaseProgram(i.fragmentProgram),u=new fy(n.fragmentShader,"fragment",a),this.programs.fragment.set(n.fragmentShader,u),r.createProgram(u));const l=this._getRenderCacheKey(e,o,u);let d=this.caches.get(l);void 0===d?(i&&0===i.usedTimes&&this._releasePipeline(i),d=this._getRenderPipeline(e,o,u,l,t)):e.pipeline=d,d.usedTimes++,o.usedTimes++,u.usedTimes++,s.pipeline=d}return s.pipeline}delete(e){const t=this.get(e).pipeline;return t&&(t.usedTimes--,0===t.usedTimes&&this._releasePipeline(t),t.isComputePipeline?(t.computeProgram.usedTimes--,0===t.computeProgram.usedTimes&&this._releaseProgram(t.computeProgram)):(t.fragmentProgram.usedTimes--,t.vertexProgram.usedTimes--,0===t.vertexProgram.usedTimes&&this._releaseProgram(t.vertexProgram),0===t.fragmentProgram.usedTimes&&this._releaseProgram(t.fragmentProgram))),super.delete(e)}dispose(){super.dispose(),this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}updateForRender(e){this.getForRender(e)}_getComputePipeline(e,t,r,s){r=r||this._getComputeCacheKey(e,t);let i=this.caches.get(r);return void 0===i&&(i=new gy(r,t),this.caches.set(r,i),this.backend.createComputePipeline(i,s)),i}_getRenderPipeline(e,t,r,s,i){s=s||this._getRenderCacheKey(e,t,r);let n=this.caches.get(s);return void 0===n&&(n=new py(s,t,r),this.caches.set(s,n),e.pipeline=n,this.backend.createRenderPipeline(e,i)),n}_getComputeCacheKey(e,t){return e.id+","+t.id}_getRenderCacheKey(e,t,r){return t.id+","+r.id+","+this.backend.getRenderCacheKey(e)}_releasePipeline(e){this.caches.delete(e.cacheKey)}_releaseProgram(e){const t=e.code,r=e.stage;this.programs[r].delete(t)}_needsComputeUpdate(e){const t=this.get(e);return void 0===t.pipeline||t.version!==e.version}_needsRenderUpdate(e){return void 0===this.get(e).pipeline||this.backend.needsRenderUpdate(e)}}class by extends ty{constructor(e,t,r,s,i,n){super(),this.backend=e,this.textures=r,this.pipelines=i,this.attributes=s,this.nodes=t,this.info=n,this.pipelines.bindings=this}getForRender(e){const t=e.getBindings();for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}getForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}updateForCompute(e){this._updateBindings(this.getForCompute(e))}updateForRender(e){this._updateBindings(this.getForRender(e))}deleteForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}deleteForRender(e){const t=e.getBindings();for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}_updateBindings(e){for(const t of e)this._update(t,e)}_init(e){for(const t of e.bindings)if(t.isSampledTexture)this.textures.updateTexture(t.texture);else if(t.isSampler)this.textures.updateSampler(t.texture);else if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}}_update(e,t){const{backend:r}=this;let s=!1,i=!0,n=0,a=0;for(const t of e.bindings){if(!1!==this.nodes.updateGroup(t)){if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}if(t.isUniformBuffer){t.update()&&r.updateBinding(t)}else if(t.isSampledTexture){const e=t.update(),o=t.texture,u=this.textures.get(o);e&&(this.textures.updateTexture(o),t.generation!==u.generation&&(t.generation=u.generation,s=!0,i=!1));if(void 0!==r.get(o).externalTexture||u.isDefaultTexture?i=!1:(n=10*n+o.id,a+=o.version),!0===o.isStorageTexture&&!0===o.mipmapsAutoUpdate){const e=this.get(o);!0===t.store?e.needsMipmap=!0:this.textures.needsMipmaps(o)&&!0===e.needsMipmap&&(this.backend.generateMipmaps(o),e.needsMipmap=!1)}}else if(t.isSampler){if(t.update()){const e=this.textures.updateSampler(t.texture);t.samplerKey!==e&&(t.samplerKey=e,s=!0,i=!1)}}}}!0===s&&this.backend.updateBindings(e,t,i?n:0,a)}}function xy(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?e.z-t.z:e.id-t.id}function Ty(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?t.z-e.z:e.id-t.id}function _y(e){return(e.transmission>0||e.transmissionNode&&e.transmissionNode.isNode)&&e.side===C&&!1===e.forceSinglePass}class vy{constructor(e,t,r){this.renderItems=[],this.renderItemsIndex=0,this.opaque=[],this.transparentDoublePass=[],this.transparent=[],this.bundles=[],this.lightsNode=e.getNode(t,r),this.lightsArray=[],this.scene=t,this.camera=r,this.occlusionQueryCount=0}begin(){return this.renderItemsIndex=0,this.opaque.length=0,this.transparentDoublePass.length=0,this.transparent.length=0,this.bundles.length=0,this.lightsArray.length=0,this.occlusionQueryCount=0,this}getNextRenderItem(e,t,r,s,i,n,a){let o=this.renderItems[this.renderItemsIndex];return void 0===o?(o={id:e.id,object:e,geometry:t,material:r,groupOrder:s,renderOrder:e.renderOrder,z:i,group:n,clippingContext:a},this.renderItems[this.renderItemsIndex]=o):(o.id=e.id,o.object=e,o.geometry=t,o.material=r,o.groupOrder=s,o.renderOrder=e.renderOrder,o.z=i,o.group=n,o.clippingContext=a),this.renderItemsIndex++,o}push(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===e.occlusionTest&&this.occlusionQueryCount++,!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.push(o),this.transparent.push(o)):this.opaque.push(o)}unshift(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.unshift(o),this.transparent.unshift(o)):this.opaque.unshift(o)}pushBundle(e){this.bundles.push(e)}pushLight(e){this.lightsArray.push(e)}sort(e,t){this.opaque.length>1&&this.opaque.sort(e||xy),this.transparentDoublePass.length>1&&this.transparentDoublePass.sort(t||Ty),this.transparent.length>1&&this.transparent.sort(t||Ty)}finish(){this.lightsNode.setLights(this.lightsArray);for(let e=this.renderItemsIndex,t=this.renderItems.length;e>t,u=a.height>>t;let l=e.depthTexture||i[t];const d=!0===e.depthBuffer||!0===e.stencilBuffer;let c=!1;void 0===l&&d&&(l=new X,l.format=e.stencilBuffer?Ie:Oe,l.type=e.stencilBuffer?Ve:S,l.image.width=o,l.image.height=u,l.image.depth=a.depth,l.renderTarget=e,l.isArrayTexture=!0===e.multiview&&a.depth>1,i[t]=l),r.width===a.width&&a.height===r.height||(c=!0,l&&(l.needsUpdate=!0,l.image.width=o,l.image.height=u,l.image.depth=l.isArrayTexture?l.image.depth:1)),r.width=a.width,r.height=a.height,r.textures=n,r.depthTexture=l||null,r.depth=e.depthBuffer,r.stencil=e.stencilBuffer,r.renderTarget=e,r.sampleCount!==s&&(c=!0,l&&(l.needsUpdate=!0),r.sampleCount=s);const h={sampleCount:s};if(!0!==e.isXRRenderTarget){for(let e=0;e{this._destroyRenderTarget(e)},e.addEventListener("dispose",r.onDispose))}updateTexture(e,t={}){const r=this.get(e);if(!0===r.initialized&&r.version===e.version)return;const s=e.isRenderTargetTexture||e.isDepthTexture||e.isFramebufferTexture,i=this.backend;if(s&&!0===r.initialized&&i.destroyTexture(e),e.isFramebufferTexture){const t=this.renderer.getRenderTarget();e.type=t?t.texture.type:ke}const{width:n,height:a,depth:o}=this.getSize(e);if(t.width=n,t.height=a,t.depth=o,t.needsMipmaps=this.needsMipmaps(e),t.levels=t.needsMipmaps?this.getMipLevels(e,n,a):1,e.isCubeTexture&&e.mipmaps.length>0&&t.levels++,s||!0===e.isStorageTexture||!0===e.isExternalTexture)i.createTexture(e,t),r.generation=e.version;else if(e.version>0){const s=e.image;if(void 0===s)d("Renderer: Texture marked for update but image is undefined.");else if(!1===s.complete)d("Renderer: Texture marked for update but image is incomplete.");else{if(e.images){const r=[];for(const t of e.images)r.push(t);t.images=r}else t.image=s;void 0!==r.isDefaultTexture&&!0!==r.isDefaultTexture||(i.createTexture(e,t),r.isDefaultTexture=!1,r.generation=e.version),!0===e.source.dataReady&&i.updateTexture(e,t);const n=!0===e.isStorageTexture&&!1===e.mipmapsAutoUpdate;t.needsMipmaps&&0===e.mipmaps.length&&!n&&i.generateMipmaps(e),e.onUpdate&&e.onUpdate(e)}}else i.createDefaultTexture(e),r.isDefaultTexture=!0,r.generation=e.version;!0!==r.initialized&&(r.initialized=!0,r.generation=e.version,this.info.memory.textures++,e.isVideoTexture&&!0===p.enabled&&p.getTransfer(e.colorSpace)!==g&&d("WebGPURenderer: Video textures must use a color space with a sRGB transfer function, e.g. SRGBColorSpace."),r.onDispose=()=>{this._destroyTexture(e)},e.addEventListener("dispose",r.onDispose)),r.version=e.version}updateSampler(e){return this.backend.updateSampler(e)}getSize(e,t=Ly){let r=e.images?e.images[0]:e.image;return r?(void 0!==r.image&&(r=r.image),"undefined"!=typeof HTMLVideoElement&&r instanceof HTMLVideoElement?(t.width=r.videoWidth||1,t.height=r.videoHeight||1,t.depth=1):"undefined"!=typeof VideoFrame&&r instanceof VideoFrame?(t.width=r.displayWidth||1,t.height=r.displayHeight||1,t.depth=1):(t.width=r.width||1,t.height=r.height||1,t.depth=e.isCubeTexture?6:r.depth||1)):t.width=t.height=t.depth=1,t}getMipLevels(e,t,r){let s;return s=e.mipmaps.length>0?e.mipmaps.length:!0===e.isCompressedTexture?1:Math.floor(Math.log2(Math.max(t,r)))+1,s}needsMipmaps(e){return!0===e.generateMipmaps||e.mipmaps.length>0}_destroyRenderTarget(e){if(!0===this.has(e)){const t=this.get(e),r=t.textures,s=t.depthTexture;e.removeEventListener("dispose",t.onDispose);for(let e=0;e=2)for(let r=0;r{if(this._currentNode=t,!t.isVarNode||!t.isIntent(e)||!0===t.isAssign(e))if("setup"===s)t.build(e);else if("analyze"===s)t.build(e,this);else if("generate"===s){const r=e.getDataFromNode(t,"any").stages,s=r&&r[e.shaderStage];if(t.isVarNode&&s&&1===s.length&&s[0]&&s[0].isStackNode)return;t.build(e,"void")}},n=[...this.nodes];for(const e of n)i(e);this._currentNode=null;const a=this.nodes.filter(e=>-1===n.indexOf(e));for(const e of a)i(e);let o;return o=this.hasOutput?this.outputNode.build(e,...t):super.build(e,...t),on(r),e.removeActiveStack(this),o}}const Iy=en(Uy).setParameterLength(0,1);class Oy extends ai{static get type(){return"StructTypeNode"}constructor(e,t=null){var r;super("struct"),this.membersLayout=(r=e,Object.entries(r).map(([e,t])=>"string"==typeof t?{name:e,type:t,atomic:!1}:{name:e,type:t.type,atomic:t.atomic||!1})),this.name=t,this.isStructLayoutNode=!0}getLength(){const e=Float32Array.BYTES_PER_ELEMENT;let t=1,r=0;for(const s of this.membersLayout){const i=s.type,n=zs(i),a=$s(i)/e;t=Math.max(t,a);const o=r%t%a;0!==o&&(r+=a-o),r+=n}return Math.ceil(r/t)*t}getMemberType(e,t){const r=this.membersLayout.find(e=>e.name===t);return r?r.type:"void"}getNodeType(e){return e.getStructTypeFromNode(this,this.membersLayout,this.name).name}setup(e){e.getStructTypeFromNode(this,this.membersLayout,this.name),e.addInclude(this)}generate(e){return this.getNodeType(e)}}class Vy extends ai{static get type(){return"StructNode"}constructor(e,t){super("vec3"),this.structTypeNode=e,this.values=t,this.isStructNode=!0}getNodeType(e){return this.structTypeNode.getNodeType(e)}getMemberType(e,t){return this.structTypeNode.getMemberType(e,t)}generate(e){const t=e.getVarFromNode(this),r=t.type,s=e.getPropertyName(t);return e.addLineFlowCode(`${s} = ${e.generateStruct(r,this.structTypeNode.membersLayout,this.values)}`,this),t.name}}class ky extends ai{static get type(){return"OutputStructNode"}constructor(...e){super(),this.members=e,this.isOutputStructNode=!0}getNodeType(e){const t=e.getNodeProperties(this);if(void 0===t.membersLayout){const r=this.members,s=[];for(let t=0;tnew Hy(e,"uint","float"),Xy={};class Ky extends eo{static get type(){return"BitcountNode"}constructor(e,t){super(e,t),this.isBitcountNode=!0}_resolveElementType(e,t,r){"int"===r?t.assign(jy(e,"uint")):t.assign(e)}_returnDataNode(e){switch(e){case"uint":return gn;case"int":return pn;case"uvec2":return bn;case"uvec3":return vn;case"uvec4":return An;case"ivec2":return yn;case"ivec3":return _n;case"ivec4":return Rn}}_createTrailingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t);const i=hn(s.bitAnd(Bo(s))),n=qy(i).shiftRight(23).sub(127);return r(n)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createLeadingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{ln(e.equal(gn(0)),()=>gn(32));const s=gn(0),i=gn(0);return this._resolveElementType(e,s,t),ln(s.shiftRight(16).equal(0),()=>{i.addAssign(16),s.shiftLeftAssign(16)}),ln(s.shiftRight(24).equal(0),()=>{i.addAssign(8),s.shiftLeftAssign(8)}),ln(s.shiftRight(28).equal(0),()=>{i.addAssign(4),s.shiftLeftAssign(4)}),ln(s.shiftRight(30).equal(0),()=>{i.addAssign(2),s.shiftLeftAssign(2)}),ln(s.shiftRight(31).equal(0),()=>{i.addAssign(1)}),r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createOneBitsBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t),s.assign(s.sub(s.shiftRight(gn(1)).bitAnd(gn(1431655765)))),s.assign(s.bitAnd(gn(858993459)).add(s.shiftRight(gn(2)).bitAnd(gn(858993459))));const i=s.add(s.shiftRight(gn(4))).bitAnd(gn(252645135)).mul(gn(16843009)).shiftRight(gn(24));return r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createMainLayout(e,t,r,s){const i=this._returnDataNode(t);return an(([e])=>{if(1===r)return i(s(e));{const t=i(0),n=["x","y","z","w"];for(let i=0;id(r))()}}Ky.COUNT_TRAILING_ZEROS="countTrailingZeros",Ky.COUNT_LEADING_ZEROS="countLeadingZeros",Ky.COUNT_ONE_BITS="countOneBits";const Yy=rn(Ky,Ky.COUNT_TRAILING_ZEROS).setParameterLength(1),Qy=rn(Ky,Ky.COUNT_LEADING_ZEROS).setParameterLength(1),Zy=rn(Ky,Ky.COUNT_ONE_BITS).setParameterLength(1),Jy=an(([e])=>{const t=e.toUint().mul(747796405).add(2891336453),r=t.shiftRight(t.shiftRight(28).add(4)).bitXor(t).mul(277803737);return r.shiftRight(22).bitXor(r).toFloat().mul(1/2**32)}),eb=(e,t)=>Qo(Ma(4,e.mul(Ca(1,e))),t);class tb extends li{static get type(){return"PackFloatNode"}constructor(e,t){super(),this.vectorNode=t,this.encoding=e,this.isPackFloatNode=!0}getNodeType(){return"uint"}generate(e){const t=this.vectorNode.getNodeType(e);return`${e.getFloatPackingMethod(this.encoding)}(${this.vectorNode.build(e,t)})`}}const rb=rn(tb,"snorm").setParameterLength(1),sb=rn(tb,"unorm").setParameterLength(1),ib=rn(tb,"float16").setParameterLength(1);class nb extends li{static get type(){return"UnpackFloatNode"}constructor(e,t){super(),this.uintNode=t,this.encoding=e,this.isUnpackFloatNode=!0}getNodeType(){return"vec2"}generate(e){const t=this.uintNode.getNodeType(e);return`${e.getFloatUnpackingMethod(this.encoding)}(${this.uintNode.build(e,t)})`}}const ab=rn(nb,"snorm").setParameterLength(1),ob=rn(nb,"unorm").setParameterLength(1),ub=rn(nb,"float16").setParameterLength(1),lb=an(([e])=>e.fract().sub(.5).abs()).setLayout({name:"tri",type:"float",inputs:[{name:"x",type:"float"}]}),db=an(([e])=>Tn(lb(e.z.add(lb(e.y.mul(1)))),lb(e.z.add(lb(e.x.mul(1)))),lb(e.y.add(lb(e.x.mul(1)))))).setLayout({name:"tri3",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),cb=an(([e,t,r])=>{const s=Tn(e).toVar(),i=hn(1.4).toVar(),n=hn(0).toVar(),a=Tn(s).toVar();return op({start:hn(0),end:hn(3),type:"float",condition:"<="},()=>{const e=Tn(db(a.mul(2))).toVar();s.addAssign(e.add(r.mul(hn(.1).mul(t)))),a.mulAssign(1.8),i.mulAssign(1.5),s.mulAssign(1.2);const o=hn(lb(s.z.add(lb(s.x.add(lb(s.y)))))).toVar();n.addAssign(o.div(i)),a.addAssign(.14)}),n}).setLayout({name:"triNoise3D",type:"float",inputs:[{name:"position",type:"vec3"},{name:"speed",type:"float"},{name:"time",type:"float"}]});class hb extends ai{static get type(){return"FunctionOverloadingNode"}constructor(e=[],...t){super(),this.functionNodes=e,this.parametersNodes=t,this._candidateFn=null,this.global=!0}getNodeType(e){return this.getCandidateFn(e).shaderNode.layout.type}getCandidateFn(e){const t=this.parametersNodes;let r=this._candidateFn;if(null===r){let s=null,i=-1;for(const r of this.functionNodes){const n=r.shaderNode.layout;if(null===n)throw new Error("FunctionOverloadingNode: FunctionNode must be a layout.");const a=n.inputs;if(t.length===a.length){let n=0;for(let r=0;ri&&(s=r,i=n)}}this._candidateFn=r=s}return r}setup(e){return this.getCandidateFn(e)(...this.parametersNodes)}}const pb=en(hb),gb=e=>(...t)=>pb(e,...t),mb=xa(0).setGroup(fa).onRenderUpdate(e=>e.time),fb=xa(0).setGroup(fa).onRenderUpdate(e=>e.deltaTime),yb=xa(0,"uint").setGroup(fa).onRenderUpdate(e=>e.frameId);const bb=an(([e,t,r=fn(.5)])=>Ff(e.sub(r),t).add(r)),xb=an(([e,t,r=fn(.5)])=>{const s=e.sub(r),i=s.dot(s),n=i.mul(i).mul(t);return e.add(s.mul(n))}),Tb=an(({position:e=null,horizontal:t=!0,vertical:r=!1})=>{let s;null!==e?(s=xd.toVar(),s[3][0]=e.x,s[3][1]=e.y,s[3][2]=e.z):s=xd;const i=id.mul(s);return qi(t)&&(i[0][0]=xd[0].length(),i[0][1]=0,i[0][2]=0),qi(r)&&(i[1][0]=0,i[1][1]=xd[1].length(),i[1][2]=0),i[2][0]=0,i[2][1]=0,i[2][2]=1,rd.mul(i).mul(Bd)}),_b=an(([e=null])=>{const t=Pp();return Pp(Rp(e)).sub(t).lessThan(0).select(Hl,e)});class vb extends ai{static get type(){return"SpriteSheetUVNode"}constructor(e,t=Rl(),r=hn(0)){super("vec2"),this.countNode=e,this.uvNode=t,this.frameNode=r}setup(){const{frameNode:e,uvNode:t,countNode:r}=this,{width:s,height:i}=r,n=e.mod(s.mul(i)).floor(),a=n.mod(s),o=i.sub(n.add(1).div(s).ceil()),u=r.reciprocal(),l=fn(a,o);return t.add(l).mul(u)}}const Nb=en(vb).setParameterLength(3),Sb=an(([e,t=null,r=null,s=hn(1),i=Bd,n=zd])=>{let a=n.abs().normalize();a=a.div(a.dot(Tn(1)));const o=i.yz.mul(s),u=i.zx.mul(s),l=i.xy.mul(s),d=e.value,c=null!==t?t.value:d,h=null!==r?r.value:d,p=Pl(d,o).mul(a.x),g=Pl(c,u).mul(a.y),m=Pl(h,l).mul(a.z);return wa(p,g,m)}),Rb=new Ge,Ab=new r,Eb=new r,wb=new r,Cb=new a,Mb=new r(0,0,-1),Bb=new s,Lb=new r,Pb=new r,Fb=new s,Db=new t,Ub=new _e,Ib=Hl.flipX();Ub.depthTexture=new X(1,1);let Ob=!1;class Vb extends Bl{static get type(){return"ReflectorNode"}constructor(e={}){super(e.defaultTexture||Ub.texture,Ib),this._reflectorBaseNode=e.reflector||new kb(this,e),this._depthNode=null,this.setUpdateMatrix(!1)}get reflector(){return this._reflectorBaseNode}get target(){return this._reflectorBaseNode.target}getDepthNode(){if(null===this._depthNode){if(!0!==this._reflectorBaseNode.depth)throw new Error("THREE.ReflectorNode: Depth node can only be requested when the reflector is created with { depth: true }. ");this._depthNode=Yi(new Vb({defaultTexture:Ub.depthTexture,reflector:this._reflectorBaseNode}))}return this._depthNode}setup(e){return e.object.isQuadMesh||this._reflectorBaseNode.build(e),super.setup(e)}clone(){const e=new this.constructor(this.reflectorNode);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e._reflectorBaseNode=this._reflectorBaseNode,e}dispose(){super.dispose(),this._reflectorBaseNode.dispose()}}class kb extends ai{static get type(){return"ReflectorBaseNode"}constructor(e,t={}){super();const{target:r=new ze,resolutionScale:s=1,generateMipmaps:i=!1,bounces:n=!0,depth:a=!1,samples:o=0}=t;this.textureNode=e,this.target=r,this.resolutionScale=s,void 0!==t.resolution&&(v('ReflectorNode: The "resolution" parameter has been renamed to "resolutionScale".'),this.resolutionScale=t.resolution),this.generateMipmaps=i,this.bounces=n,this.depth=a,this.samples=o,this.updateBeforeType=n?Qs.RENDER:Qs.FRAME,this.virtualCameras=new WeakMap,this.renderTargets=new Map,this.forceUpdate=!1,this.hasOutput=!1}_updateResolution(e,t){const r=this.resolutionScale;t.getDrawingBufferSize(Db),e.setSize(Math.round(Db.width*r),Math.round(Db.height*r))}setup(e){return this._updateResolution(Ub,e.renderer),super.setup(e)}dispose(){super.dispose();for(const e of this.renderTargets.values())e.dispose()}getVirtualCamera(e){let t=this.virtualCameras.get(e);return void 0===t&&(t=e.clone(),this.virtualCameras.set(e,t)),t}getRenderTarget(e){let t=this.renderTargets.get(e);return void 0===t&&(t=new _e(0,0,{type:fe,samples:this.samples}),!0===this.generateMipmaps&&(t.texture.minFilter=$e,t.texture.generateMipmaps=!0),!0===this.depth&&(t.depthTexture=new X),this.renderTargets.set(e,t)),t}updateBefore(e){if(!1===this.bounces&&Ob)return!1;Ob=!0;const{scene:t,camera:r,renderer:s,material:i}=e,{target:n}=this,a=this.getVirtualCamera(r),o=this.getRenderTarget(a);s.getDrawingBufferSize(Db),this._updateResolution(o,s),Eb.setFromMatrixPosition(n.matrixWorld),wb.setFromMatrixPosition(r.matrixWorld),Cb.extractRotation(n.matrixWorld),Ab.set(0,0,1),Ab.applyMatrix4(Cb),Lb.subVectors(Eb,wb);let u=!1;if(!0===Lb.dot(Ab)>0&&!1===this.forceUpdate){if(!1===this.hasOutput)return void(Ob=!1);u=!0}Lb.reflect(Ab).negate(),Lb.add(Eb),Cb.extractRotation(r.matrixWorld),Mb.set(0,0,-1),Mb.applyMatrix4(Cb),Mb.add(wb),Pb.subVectors(Eb,Mb),Pb.reflect(Ab).negate(),Pb.add(Eb),a.coordinateSystem=r.coordinateSystem,a.position.copy(Lb),a.up.set(0,1,0),a.up.applyMatrix4(Cb),a.up.reflect(Ab),a.lookAt(Pb),a.near=r.near,a.far=r.far,a.updateMatrixWorld(),a.projectionMatrix.copy(r.projectionMatrix),Rb.setFromNormalAndCoplanarPoint(Ab,Eb),Rb.applyMatrix4(a.matrixWorldInverse),Bb.set(Rb.normal.x,Rb.normal.y,Rb.normal.z,Rb.constant);const l=a.projectionMatrix;Fb.x=(Math.sign(Bb.x)+l.elements[8])/l.elements[0],Fb.y=(Math.sign(Bb.y)+l.elements[9])/l.elements[5],Fb.z=-1,Fb.w=(1+l.elements[10])/l.elements[14],Bb.multiplyScalar(1/Bb.dot(Fb));l.elements[2]=Bb.x,l.elements[6]=Bb.y,l.elements[10]=s.coordinateSystem===h?Bb.z-0:Bb.z+1-0,l.elements[14]=Bb.w,this.textureNode.value=o.texture,!0===this.depth&&(this.textureNode.getDepthNode().value=o.depthTexture),i.visible=!1;const d=s.getRenderTarget(),c=s.getMRT(),p=s.autoClear;s.setMRT(null),s.setRenderTarget(o),s.autoClear=!0;const g=t.name;t.name=(t.name||"Scene")+" [ Reflector ]",u?(s.clear(),this.hasOutput=!1):(s.render(t,a),this.hasOutput=!0),t.name=g,s.setMRT(c),s.setRenderTarget(d),s.autoClear=p,i.visible=!0,Ob=!1,this.forceUpdate=!1}get resolution(){return v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale}set resolution(e){v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale=e}}const Gb=new xe(-1,1,1,-1,0,1);class zb extends be{constructor(e=!1){super();const t=!1===e?[0,-1,0,1,2,1]:[0,2,0,0,2,0];this.setAttribute("position",new We([-1,3,0,-1,-1,0,3,-1,0],3)),this.setAttribute("uv",new We(t,2))}}const $b=new zb;class Wb extends se{constructor(e=null){super($b,e),this.camera=Gb,this.isQuadMesh=!0}async renderAsync(e){v('QuadMesh: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await e.init(),e.render(this,Gb)}render(e){e.render(this,Gb)}}const Hb=new t;class jb extends Bl{static get type(){return"RTTNode"}constructor(e,t=null,r=null,s={type:fe}){const i=new _e(t,r,s);super(i.texture,Rl()),this.isRTTNode=!0,this.node=e,this.width=t,this.height=r,this.pixelRatio=1,this.renderTarget=i,this.textureNeedsUpdate=!0,this.autoUpdate=!0,this._rttNode=null,this._quadMesh=new Wb(new Xp),this.updateBeforeType=Qs.RENDER}get autoResize(){return null===this.width}setup(e){return this._rttNode=this.node.context(e.getSharedContext()),this._quadMesh.material.name="RTT",this._quadMesh.material.needsUpdate=!0,super.setup(e)}setSize(e,t){this.width=e,this.height=t;const r=e*this.pixelRatio,s=t*this.pixelRatio;this.renderTarget.setSize(r,s),this.textureNeedsUpdate=!0}setPixelRatio(e){this.pixelRatio=e,this.setSize(this.width,this.height)}updateBefore({renderer:e}){if(!1===this.textureNeedsUpdate&&!1===this.autoUpdate)return;if(this.textureNeedsUpdate=!1,!0===this.autoResize){const t=e.getPixelRatio(),r=e.getSize(Hb),s=Math.floor(r.width*t),i=Math.floor(r.height*t);s===this.renderTarget.width&&i===this.renderTarget.height||(this.renderTarget.setSize(s,i),this.textureNeedsUpdate=!0)}let t="RTT";this.node.name&&(t=this.node.name+" [ "+t+" ]"),this._quadMesh.material.fragmentNode=this._rttNode,this._quadMesh.name=t;const r=e.getRenderTarget();e.setRenderTarget(this.renderTarget),this._quadMesh.render(e),e.setRenderTarget(r)}clone(){const e=new Bl(this.value,this.uvNode,this.levelNode);return e.sampler=this.sampler,e.referenceNode=this,e}}const qb=(e,...t)=>Yi(new jb(Yi(e),...t)),Xb=an(([e,t,r],s)=>{let i;s.renderer.coordinateSystem===h?(e=fn(e.x,e.y.oneMinus()).mul(2).sub(1),i=Sn(Tn(e,t),1)):i=Sn(Tn(e.x,e.y.oneMinus(),t).mul(2).sub(1),1);const n=Sn(r.mul(i));return n.xyz.div(n.w)}),Kb=an(([e,t])=>{const r=t.mul(Sn(e,1)),s=r.xy.div(r.w).mul(.5).add(.5).toVar();return fn(s.x,s.y.oneMinus())}),Yb=an(([e,t,r])=>{const s=El(Fl(t)),i=yn(e.mul(s)).toVar(),n=Fl(t,i).toVar(),a=Fl(t,i.sub(yn(2,0))).toVar(),o=Fl(t,i.sub(yn(1,0))).toVar(),u=Fl(t,i.add(yn(1,0))).toVar(),l=Fl(t,i.add(yn(2,0))).toVar(),d=Fl(t,i.add(yn(0,2))).toVar(),c=Fl(t,i.add(yn(0,1))).toVar(),h=Fl(t,i.sub(yn(0,1))).toVar(),p=Fl(t,i.sub(yn(0,2))).toVar(),g=wo(Ca(hn(2).mul(o).sub(a),n)).toVar(),m=wo(Ca(hn(2).mul(u).sub(l),n)).toVar(),f=wo(Ca(hn(2).mul(c).sub(d),n)).toVar(),y=wo(Ca(hn(2).mul(h).sub(p),n)).toVar(),b=Xb(e,n,r).toVar(),x=g.lessThan(m).select(b.sub(Xb(e.sub(fn(hn(1).div(s.x),0)),o,r)),b.negate().add(Xb(e.add(fn(hn(1).div(s.x),0)),u,r))),T=f.lessThan(y).select(b.sub(Xb(e.add(fn(0,hn(1).div(s.y))),c,r)),b.negate().add(Xb(e.sub(fn(0,hn(1).div(s.y))),h,r)));return To(Yo(x,T))}),Qb=an(([e])=>_o(hn(52.9829189).mul(_o(Ko(e,fn(.06711056,.00583715)))))).setLayout({name:"interleavedGradientNoise",type:"float",inputs:[{name:"position",type:"vec2"}]}),Zb=an(([e,t,r])=>{const s=hn(2.399963229728653),i=fo(hn(e).add(.5).div(hn(t))),n=hn(e).mul(s).add(r);return fn(No(n),vo(n)).mul(i)}).setLayout({name:"vogelDiskSample",type:"vec2",inputs:[{name:"sampleIndex",type:"int"},{name:"samplesCount",type:"int"},{name:"phi",type:"float"}]});class Jb extends ai{static get type(){return"SampleNode"}constructor(e,t=null){super(),this.callback=e,this.uvNode=t,this.isSampleNode=!0}setup(){return this.sample(Rl())}sample(e){return this.callback(e)}}class ex extends ai{static get type(){return"EventNode"}constructor(e,t){super("void"),this.eventType=e,this.callback=t,e===ex.OBJECT?this.updateType=Qs.OBJECT:e===ex.MATERIAL?this.updateType=Qs.RENDER:e===ex.BEFORE_OBJECT?this.updateBeforeType=Qs.OBJECT:e===ex.BEFORE_MATERIAL&&(this.updateBeforeType=Qs.RENDER)}update(e){this.callback(e)}updateBefore(e){this.callback(e)}}ex.OBJECT="object",ex.MATERIAL="material",ex.BEFORE_OBJECT="beforeObject",ex.BEFORE_MATERIAL="beforeMaterial";const tx=(e,t)=>Yi(new ex(e,t)).toStack();class rx extends ${constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageInstancedBufferAttribute=!0}}class sx extends Re{constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageBufferAttribute=!0}}class ix extends ai{static get type(){return"PointUVNode"}constructor(){super("vec2"),this.isPointUVNode=!0}generate(){return"vec2( gl_PointCoord.x, 1.0 - gl_PointCoord.y )"}}const nx=tn(ix),ax=new M,ox=new a;class ux extends ai{static get type(){return"SceneNode"}constructor(e=ux.BACKGROUND_BLURRINESS,t=null){super(),this.scope=e,this.scene=t}setup(e){const t=this.scope,r=null!==this.scene?this.scene:e.scene;let s;return t===ux.BACKGROUND_BLURRINESS?s=mc("backgroundBlurriness","float",r):t===ux.BACKGROUND_INTENSITY?s=mc("backgroundIntensity","float",r):t===ux.BACKGROUND_ROTATION?s=xa("mat4").setName("backgroundRotation").setGroup(fa).onRenderUpdate(()=>{const e=r.background;return null!==e&&e.isTexture&&e.mapping!==He?(ax.copy(r.backgroundRotation),ax.x*=-1,ax.y*=-1,ax.z*=-1,ox.makeRotationFromEuler(ax)):ox.identity(),ox}):o("SceneNode: Unknown scope:",t),s}}ux.BACKGROUND_BLURRINESS="backgroundBlurriness",ux.BACKGROUND_INTENSITY="backgroundIntensity",ux.BACKGROUND_ROTATION="backgroundRotation";const lx=tn(ux,ux.BACKGROUND_BLURRINESS),dx=tn(ux,ux.BACKGROUND_INTENSITY),cx=tn(ux,ux.BACKGROUND_ROTATION);class hx extends Bl{static get type(){return"StorageTextureNode"}constructor(e,t,r=null){super(e,t),this.storeNode=r,this.mipLevel=0,this.isStorageTextureNode=!0,this.access=Js.WRITE_ONLY}getInputType(){return"storageTexture"}setup(e){super.setup(e);const t=e.getNodeProperties(this);return t.storeNode=this.storeNode,t}setAccess(e){return this.access=e,this}setMipLevel(e){return this.mipLevel=e,this}generate(e,t){let r;return r=null!==this.storeNode?this.generateStore(e):super.generate(e,t),r}toReadWrite(){return this.setAccess(Js.READ_WRITE)}toReadOnly(){return this.setAccess(Js.READ_ONLY)}toWriteOnly(){return this.setAccess(Js.WRITE_ONLY)}generateStore(e){const t=e.getNodeProperties(this),{uvNode:r,storeNode:s,depthNode:i}=t,n=super.generate(e,"property"),a=r.build(e,!0===this.value.is3DTexture?"uvec3":"uvec2"),o=s.build(e,"vec4"),u=i?i.build(e,"int"):null,l=e.generateTextureStore(e,n,a,u,o);e.addLineFlowCode(l,this)}clone(){const e=super.clone();return e.storeNode=this.storeNode,e.mipLevel=this.mipLevel,e}}const px=en(hx).setParameterLength(1,3),gx=an(({texture:e,uv:t})=>{const r=1e-4,s=Tn().toVar();return ln(t.x.lessThan(r),()=>{s.assign(Tn(1,0,0))}).ElseIf(t.y.lessThan(r),()=>{s.assign(Tn(0,1,0))}).ElseIf(t.z.lessThan(r),()=>{s.assign(Tn(0,0,1))}).ElseIf(t.x.greaterThan(.9999),()=>{s.assign(Tn(-1,0,0))}).ElseIf(t.y.greaterThan(.9999),()=>{s.assign(Tn(0,-1,0))}).ElseIf(t.z.greaterThan(.9999),()=>{s.assign(Tn(0,0,-1))}).Else(()=>{const r=.01,i=e.sample(t.add(Tn(-.01,0,0))).r.sub(e.sample(t.add(Tn(r,0,0))).r),n=e.sample(t.add(Tn(0,-.01,0))).r.sub(e.sample(t.add(Tn(0,r,0))).r),a=e.sample(t.add(Tn(0,0,-.01))).r.sub(e.sample(t.add(Tn(0,0,r))).r);s.assign(Tn(i,n,a))}),s.normalize()});class mx extends Bl{static get type(){return"Texture3DNode"}constructor(e,t=null,r=null){super(e,t,r),this.isTexture3DNode=!0}getInputType(){return"texture3D"}getDefaultUV(){return Tn(.5,.5,.5)}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!e.isFlipY()||!0!==r.isRenderTargetTexture&&!0!==r.isFramebufferTexture||(t=this.sampler?t.flipY():t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1))),t}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}generateOffset(e,t){return t.build(e,"ivec3")}normal(e){return gx({texture:this,uv:e})}}const fx=en(mx).setParameterLength(1,3);class yx extends gc{static get type(){return"UserDataNode"}constructor(e,t,r=null){super(e,t,r),this.userData=r}updateReference(e){return this.reference=null!==this.userData?this.userData:e.object.userData,this.reference}}const bx=new WeakMap;class xx extends li{static get type(){return"VelocityNode"}constructor(){super("vec2"),this.projectionMatrix=null,this.updateType=Qs.OBJECT,this.updateAfterType=Qs.OBJECT,this.previousModelWorldMatrix=xa(new a),this.previousProjectionMatrix=xa(new a).setGroup(fa),this.previousCameraViewMatrix=xa(new a)}setProjectionMatrix(e){this.projectionMatrix=e}update({frameId:e,camera:t,object:r}){const s=_x(r);this.previousModelWorldMatrix.value.copy(s);const i=Tx(t);i.frameId!==e&&(i.frameId=e,void 0===i.previousProjectionMatrix?(i.previousProjectionMatrix=new a,i.previousCameraViewMatrix=new a,i.currentProjectionMatrix=new a,i.currentCameraViewMatrix=new a,i.previousProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.previousCameraViewMatrix.copy(t.matrixWorldInverse)):(i.previousProjectionMatrix.copy(i.currentProjectionMatrix),i.previousCameraViewMatrix.copy(i.currentCameraViewMatrix)),i.currentProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.currentCameraViewMatrix.copy(t.matrixWorldInverse),this.previousProjectionMatrix.value.copy(i.previousProjectionMatrix),this.previousCameraViewMatrix.value.copy(i.previousCameraViewMatrix))}updateAfter({object:e}){_x(e).copy(e.matrixWorld)}setup(){const e=null===this.projectionMatrix?rd:xa(this.projectionMatrix),t=this.previousCameraViewMatrix.mul(this.previousModelWorldMatrix),r=e.mul(Ad).mul(Bd),s=this.previousProjectionMatrix.mul(t).mul(Ld),i=r.xy.div(r.w),n=s.xy.div(s.w);return Ca(i,n)}}function Tx(e){let t=bx.get(e);return void 0===t&&(t={},bx.set(e,t)),t}function _x(e,t=0){const r=Tx(e);let s=r[t];return void 0===s&&(r[t]=s=new a,r[t].copy(e.matrixWorld)),s}const vx=tn(xx),Nx=an(([e])=>Ex(e.rgb)),Sx=an(([e,t=hn(1)])=>t.mix(Ex(e.rgb),e.rgb)),Rx=an(([e,t=hn(1)])=>{const r=wa(e.r,e.g,e.b).div(3),s=e.r.max(e.g.max(e.b)),i=s.sub(r).mul(t).mul(-3);return iu(e.rgb,s,i)}),Ax=an(([e,t=hn(1)])=>{const r=Tn(.57735,.57735,.57735),s=t.cos();return Tn(e.rgb.mul(s).add(r.cross(e.rgb).mul(t.sin()).add(r.mul(Ko(r,e.rgb).mul(s.oneMinus())))))}),Ex=(e,t=Tn(p.getLuminanceCoefficients(new r)))=>Ko(e,t),wx=an(([e,t=Tn(1),s=Tn(0),i=Tn(1),n=hn(1),a=Tn(p.getLuminanceCoefficients(new r,ve))])=>{const o=e.rgb.dot(Tn(a)),u=Wo(e.rgb.mul(t).add(s),0).toVar(),l=u.pow(i).toVar();return ln(u.r.greaterThan(0),()=>{u.r.assign(l.r)}),ln(u.g.greaterThan(0),()=>{u.g.assign(l.g)}),ln(u.b.greaterThan(0),()=>{u.b.assign(l.b)}),u.assign(o.add(u.sub(o).mul(n))),Sn(u.rgb,e.a)});class Cx extends li{static get type(){return"PosterizeNode"}constructor(e,t){super(),this.sourceNode=e,this.stepsNode=t}setup(){const{sourceNode:e,stepsNode:t}=this;return e.mul(t).floor().div(t)}}const Mx=en(Cx).setParameterLength(2),Bx=new t;class Lx extends Bl{static get type(){return"PassTextureNode"}constructor(e,t){super(t),this.passNode=e,this.setUpdateMatrix(!1)}setup(e){return this.passNode.build(e),super.setup(e)}clone(){return new this.constructor(this.passNode,this.value)}}class Px extends Lx{static get type(){return"PassMultipleTextureNode"}constructor(e,t,r=!1){super(e,null),this.textureName=t,this.previousTexture=r}updateTexture(){this.value=this.previousTexture?this.passNode.getPreviousTexture(this.textureName):this.passNode.getTexture(this.textureName)}setup(e){return this.updateTexture(),super.setup(e)}clone(){const e=new this.constructor(this.passNode,this.textureName,this.previousTexture);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}class Fx extends li{static get type(){return"PassNode"}constructor(e,t,r,s={}){super("vec4"),this.scope=e,this.scene=t,this.camera=r,this.options=s,this._pixelRatio=1,this._width=1,this._height=1;const i=new X;i.isRenderTargetTexture=!0,i.name="depth";const n=new _e(this._width*this._pixelRatio,this._height*this._pixelRatio,{type:fe,...s});n.texture.name="output",n.depthTexture=i,this.renderTarget=n,this.overrideMaterial=null,this.transparent=!0,this.opaque=!0,this.contextNode=null,this._contextNodeCache=null,this._textures={output:n.texture,depth:i},this._textureNodes={},this._linearDepthNodes={},this._viewZNodes={},this._previousTextures={},this._previousTextureNodes={},this._cameraNear=xa(0),this._cameraFar=xa(0),this._mrt=null,this._layers=null,this._resolutionScale=1,this._viewport=null,this._scissor=null,this.isPassNode=!0,this.updateBeforeType=Qs.FRAME,this.global=!0}setResolutionScale(e){return this._resolutionScale=e,this}getResolutionScale(){return this._resolutionScale}setResolution(e){return d("PassNode: .setResolution() is deprecated. Use .setResolutionScale() instead."),this.setResolutionScale(e)}getResolution(){return d("PassNode: .getResolution() is deprecated. Use .getResolutionScale() instead."),this.getResolutionScale()}setLayers(e){return this._layers=e,this}getLayers(){return this._layers}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getTexture(e){let t=this._textures[e];if(void 0===t){t=this.renderTarget.texture.clone(),t.name=e,this._textures[e]=t,this.renderTarget.textures.push(t)}return t}getPreviousTexture(e){let t=this._previousTextures[e];return void 0===t&&(t=this.getTexture(e).clone(),this._previousTextures[e]=t),t}toggleTexture(e){const t=this._previousTextures[e];if(void 0!==t){const r=this._textures[e],s=this.renderTarget.textures.indexOf(r);this.renderTarget.textures[s]=t,this._textures[e]=t,this._previousTextures[e]=r,this._textureNodes[e].updateTexture(),this._previousTextureNodes[e].updateTexture()}}getTextureNode(e="output"){let t=this._textureNodes[e];return void 0===t&&(t=Yi(new Px(this,e)),t.updateTexture(),this._textureNodes[e]=t),t}getPreviousTextureNode(e="output"){let t=this._previousTextureNodes[e];return void 0===t&&(void 0===this._textureNodes[e]&&this.getTextureNode(e),t=Yi(new Px(this,e,!0)),t.updateTexture(),this._previousTextureNodes[e]=t),t}getViewZNode(e="depth"){let t=this._viewZNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar;this._viewZNodes[e]=t=Cp(this.getTextureNode(e),r,s)}return t}getLinearDepthNode(e="depth"){let t=this._linearDepthNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar,i=this.getViewZNode(e);this._linearDepthNodes[e]=t=Ep(i,r,s)}return t}async compileAsync(e){const t=e.getRenderTarget(),r=e.getMRT();e.setRenderTarget(this.renderTarget),e.setMRT(this._mrt),await e.compileAsync(this.scene,this.camera),e.setRenderTarget(t),e.setMRT(r)}setup({renderer:e}){return this.renderTarget.samples=void 0===this.options.samples?e.samples:this.options.samples,this.renderTarget.texture.type=e.getOutputBufferType(),this.scope===Fx.COLOR?this.getTextureNode():this.getLinearDepthNode()}updateBefore(e){const{renderer:t}=e,{scene:r}=this;let s,i;const n=t.getOutputRenderTarget();n&&!0===n.isXRRenderTarget?(i=1,s=t.xr.getCamera(),t.xr.updateCamera(s),Bx.set(n.width,n.height)):(s=this.camera,i=t.getPixelRatio(),t.getSize(Bx)),this._pixelRatio=i,this.setSize(Bx.width,Bx.height);const a=t.getRenderTarget(),o=t.getMRT(),u=t.autoClear,l=t.transparent,d=t.opaque,c=s.layers.mask,h=t.contextNode,p=r.overrideMaterial;this._cameraNear.value=s.near,this._cameraFar.value=s.far,null!==this._layers&&(s.layers.mask=this._layers.mask);for(const e in this._previousTextures)this.toggleTexture(e);null!==this.overrideMaterial&&(r.overrideMaterial=this.overrideMaterial),t.setRenderTarget(this.renderTarget),t.setMRT(this._mrt),t.autoClear=!0,t.transparent=this.transparent,t.opaque=this.opaque,null!==this.contextNode&&(null!==this._contextNodeCache&&this._contextNodeCache.version===this.version||(this._contextNodeCache={version:this.version,context:Tu({...t.contextNode.getFlowContextData(),...this.contextNode.getFlowContextData()})}),t.contextNode=this._contextNodeCache.context);const g=r.name;r.name=this.name?this.name:r.name,t.render(r,s),r.name=g,r.overrideMaterial=p,t.setRenderTarget(a),t.setMRT(o),t.autoClear=u,t.transparent=l,t.opaque=d,t.contextNode=h,s.layers.mask=c}setSize(e,t){this._width=e,this._height=t;const r=Math.floor(this._width*this._pixelRatio*this._resolutionScale),s=Math.floor(this._height*this._pixelRatio*this._resolutionScale);this.renderTarget.setSize(r,s),null!==this._scissor&&this.renderTarget.scissor.copy(this._scissor),null!==this._viewport&&this.renderTarget.viewport.copy(this._viewport)}setScissor(e,t,r,i){null===e?this._scissor=null:(null===this._scissor&&(this._scissor=new s),e.isVector4?this._scissor.copy(e):this._scissor.set(e,t,r,i),this._scissor.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setViewport(e,t,r,i){null===e?this._viewport=null:(null===this._viewport&&(this._viewport=new s),e.isVector4?this._viewport.copy(e):this._viewport.set(e,t,r,i),this._viewport.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setPixelRatio(e){this._pixelRatio=e,this.setSize(this._width,this._height)}dispose(){this.renderTarget.dispose()}}Fx.COLOR="color",Fx.DEPTH="depth";class Dx extends Fx{static get type(){return"ToonOutlinePassNode"}constructor(e,t,r,s,i){super(Fx.COLOR,e,t),this.colorNode=r,this.thicknessNode=s,this.alphaNode=i,this._materialCache=new WeakMap,this.name="Outline Pass"}updateBefore(e){const{renderer:t}=e,r=t.getRenderObjectFunction();t.setRenderObjectFunction((e,r,s,i,n,a,o,u)=>{if((n.isMeshToonMaterial||n.isMeshToonNodeMaterial)&&!1===n.wireframe){const l=this._getOutlineMaterial(n);t.renderObject(e,r,s,i,l,a,o,u)}t.renderObject(e,r,s,i,n,a,o,u)}),super.updateBefore(e),t.setRenderObjectFunction(r)}_createMaterial(){const e=new Xp;e.isMeshToonOutlineMaterial=!0,e.name="Toon_Outline",e.side=w;const t=zd.negate(),r=rd.mul(Ad),s=hn(1),i=r.mul(Sn(Bd,1)),n=r.mul(Sn(Bd.add(t),1)),a=To(i.sub(n));return e.vertexNode=i.add(a.mul(this.thicknessNode).mul(i.w).mul(s)),e.colorNode=Sn(this.colorNode,this.alphaNode),e}_getOutlineMaterial(e){let t=this._materialCache.get(e);return void 0===t&&(t=this._createMaterial(),this._materialCache.set(e,t)),t}}const Ux=an(([e,t])=>e.mul(t).clamp()).setLayout({name:"linearToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ix=an(([e,t])=>(e=e.mul(t)).div(e.add(1)).clamp()).setLayout({name:"reinhardToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ox=an(([e,t])=>{const r=(e=(e=e.mul(t)).sub(.004).max(0)).mul(e.mul(6.2).add(.5)),s=e.mul(e.mul(6.2).add(1.7)).add(.06);return r.div(s).pow(2.2)}).setLayout({name:"cineonToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Vx=an(([e])=>{const t=e.mul(e.add(.0245786)).sub(90537e-9),r=e.mul(e.add(.432951).mul(.983729)).add(.238081);return t.div(r)}),kx=an(([e,t])=>{const r=Cn(.59719,.35458,.04823,.076,.90834,.01566,.0284,.13383,.83777),s=Cn(1.60475,-.53108,-.07367,-.10208,1.10813,-.00605,-.00327,-.07276,1.07602);return e=e.mul(t).div(.6),e=r.mul(e),e=Vx(e),(e=s.mul(e)).clamp()}).setLayout({name:"acesFilmicToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Gx=Cn(Tn(1.6605,-.1246,-.0182),Tn(-.5876,1.1329,-.1006),Tn(-.0728,-.0083,1.1187)),zx=Cn(Tn(.6274,.0691,.0164),Tn(.3293,.9195,.088),Tn(.0433,.0113,.8956)),$x=an(([e])=>{const t=Tn(e).toVar(),r=Tn(t.mul(t)).toVar(),s=Tn(r.mul(r)).toVar();return hn(15.5).mul(s.mul(r)).sub(Ma(40.14,s.mul(t))).add(Ma(31.96,s).sub(Ma(6.868,r.mul(t))).add(Ma(.4298,r).add(Ma(.1191,t).sub(.00232))))}),Wx=an(([e,t])=>{const r=Tn(e).toVar(),s=Cn(Tn(.856627153315983,.137318972929847,.11189821299995),Tn(.0951212405381588,.761241990602591,.0767994186031903),Tn(.0482516061458583,.101439036467562,.811302368396859)),i=Cn(Tn(1.1271005818144368,-.1413297634984383,-.14132976349843826),Tn(-.11060664309660323,1.157823702216272,-.11060664309660294),Tn(-.016493938717834573,-.016493938717834257,1.2519364065950405)),n=hn(-12.47393),a=hn(4.026069);return r.mulAssign(t),r.assign(zx.mul(r)),r.assign(s.mul(r)),r.assign(Wo(r,1e-10)),r.assign(mo(r)),r.assign(r.sub(n).div(a.sub(n))),r.assign(nu(r,0,1)),r.assign($x(r)),r.assign(i.mul(r)),r.assign(Qo(Wo(Tn(0),r),Tn(2.2))),r.assign(Gx.mul(r)),r.assign(nu(r,0,1)),r}).setLayout({name:"agxToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Hx=an(([e,t])=>{const r=hn(.76),s=hn(.15);e=e.mul(t);const i=$o(e.r,$o(e.g,e.b)),n=bu(i.lessThan(.08),i.sub(Ma(6.25,i.mul(i))),.04);e.subAssign(n);const a=Wo(e.r,Wo(e.g,e.b));ln(a.lessThan(r),()=>e);const o=Ca(1,r),u=Ca(1,o.mul(o).div(a.add(o.sub(r))));e.mulAssign(u.div(a));const l=Ca(1,Ba(1,s.mul(a.sub(u)).add(1)));return iu(e,Tn(u),l)}).setLayout({name:"neutralToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]});class jx extends ai{static get type(){return"CodeNode"}constructor(e="",t=[],r=""){super("code"),this.isCodeNode=!0,this.global=!0,this.code=e,this.includes=t,this.language=r}setIncludes(e){return this.includes=e,this}getIncludes(){return this.includes}generate(e){const t=this.getIncludes(e);for(const r of t)r.build(e);const r=e.getCodeFromNode(this,this.getNodeType(e));return r.code=this.code,r.code}serialize(e){super.serialize(e),e.code=this.code,e.language=this.language}deserialize(e){super.deserialize(e),this.code=e.code,this.language=e.language}}const qx=en(jx).setParameterLength(1,3);class Xx extends jx{static get type(){return"FunctionNode"}constructor(e="",t=[],r=""){super(e,t,r)}getNodeType(e){return this.getNodeFunction(e).type}getMemberType(e,t){const r=this.getNodeType(e);return e.getStructTypeNode(r).getMemberType(e,t)}getInputs(e){return this.getNodeFunction(e).inputs}getNodeFunction(e){const t=e.getDataFromNode(this);let r=t.nodeFunction;return void 0===r&&(r=e.parser.parseFunction(this.code),t.nodeFunction=r),r}generate(e,t){super.generate(e);const r=this.getNodeFunction(e),s=r.name,i=r.type,n=e.getCodeFromNode(this,i);""!==s&&(n.name=s);const a=e.getPropertyName(n),o=this.getNodeFunction(e).getCode(a);return n.code=o+"\n","property"===t?a:e.format(`${a}()`,i,t)}}const Kx=(e,t=[],r="")=>{for(let e=0;es.call(...e);return i.functionNode=s,i};class Yx extends ai{static get type(){return"ScriptableValueNode"}constructor(e=null){super(),this._value=e,this._cache=null,this.inputType=null,this.outputType=null,this.events=new u,this.isScriptableValueNode=!0}get isScriptableOutputNode(){return null!==this.outputType}set value(e){this._value!==e&&(this._cache&&"URL"===this.inputType&&this.value.value instanceof ArrayBuffer&&(URL.revokeObjectURL(this._cache),this._cache=null),this._value=e,this.events.dispatchEvent({type:"change"}),this.refresh())}get value(){return this._value}refresh(){this.events.dispatchEvent({type:"refresh"})}getValue(){const e=this.value;if(e&&null===this._cache&&"URL"===this.inputType&&e.value instanceof ArrayBuffer)this._cache=URL.createObjectURL(new Blob([e.value]));else if(e&&null!==e.value&&void 0!==e.value&&(("URL"===this.inputType||"String"===this.inputType)&&"string"==typeof e.value||"Number"===this.inputType&&"number"==typeof e.value||"Vector2"===this.inputType&&e.value.isVector2||"Vector3"===this.inputType&&e.value.isVector3||"Vector4"===this.inputType&&e.value.isVector4||"Color"===this.inputType&&e.value.isColor||"Matrix3"===this.inputType&&e.value.isMatrix3||"Matrix4"===this.inputType&&e.value.isMatrix4))return e.value;return this._cache||e}getNodeType(e){return this.value&&this.value.isNode?this.value.getNodeType(e):"float"}setup(){return this.value&&this.value.isNode?this.value:hn()}serialize(e){super.serialize(e),null!==this.value?"ArrayBuffer"===this.inputType?e.value=qs(this.value):e.value=this.value?this.value.toJSON(e.meta).uuid:null:e.value=null,e.inputType=this.inputType,e.outputType=this.outputType}deserialize(e){super.deserialize(e);let t=null;null!==e.value&&(t="ArrayBuffer"===e.inputType?Xs(e.value):"Texture"===e.inputType?e.meta.textures[e.value]:e.meta.nodes[e.value]||null),this.value=t,this.inputType=e.inputType,this.outputType=e.outputType}}const Qx=en(Yx).setParameterLength(1);class Zx extends Map{get(e,t=null,...r){if(this.has(e))return super.get(e);if(null!==t){const s=t(...r);return this.set(e,s),s}}}class Jx{constructor(e){this.scriptableNode=e}get parameters(){return this.scriptableNode.parameters}get layout(){return this.scriptableNode.getLayout()}getInputLayout(e){return this.scriptableNode.getInputLayout(e)}get(e){const t=this.parameters[e];return t?t.getValue():null}}const eT=new Zx;class tT extends ai{static get type(){return"ScriptableNode"}constructor(e=null,t={}){super(),this.codeNode=e,this.parameters=t,this._local=new Zx,this._output=Qx(null),this._outputs={},this._source=this.source,this._method=null,this._object=null,this._value=null,this._needsOutputUpdate=!0,this.onRefresh=this.onRefresh.bind(this),this.isScriptableNode=!0}get source(){return this.codeNode?this.codeNode.code:""}setLocal(e,t){return this._local.set(e,t)}getLocal(e){return this._local.get(e)}onRefresh(){this._refresh()}getInputLayout(e){for(const t of this.getLayout())if(t.inputType&&(t.id===e||t.name===e))return t}getOutputLayout(e){for(const t of this.getLayout())if(t.outputType&&(t.id===e||t.name===e))return t}setOutput(e,t){const r=this._outputs;return void 0===r[e]?r[e]=Qx(t):r[e].value=t,this}getOutput(e){return this._outputs[e]}getParameter(e){return this.parameters[e]}setParameter(e,t){const r=this.parameters;return t&&t.isScriptableNode?(this.deleteParameter(e),r[e]=t,r[e].getDefaultOutput().events.addEventListener("refresh",this.onRefresh)):t&&t.isScriptableValueNode?(this.deleteParameter(e),r[e]=t,r[e].events.addEventListener("refresh",this.onRefresh)):void 0===r[e]?(r[e]=Qx(t),r[e].events.addEventListener("refresh",this.onRefresh)):r[e].value=t,this}getValue(){return this.getDefaultOutput().getValue()}deleteParameter(e){let t=this.parameters[e];return t&&(t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.removeEventListener("refresh",this.onRefresh)),this}clearParameters(){for(const e of Object.keys(this.parameters))this.deleteParameter(e);return this.needsUpdate=!0,this}call(e,...t){const r=this.getObject()[e];if("function"==typeof r)return r(...t)}async callAsync(e,...t){const r=this.getObject()[e];if("function"==typeof r)return"AsyncFunction"===r.constructor.name?await r(...t):r(...t)}getNodeType(e){return this.getDefaultOutputNode().getNodeType(e)}refresh(e=null){null!==e?this.getOutput(e).refresh():this._refresh()}getObject(){if(this.needsUpdate&&this.dispose(),null!==this._object)return this._object;const e=new Jx(this),t=eT.get("THREE"),r=eT.get("TSL"),s=this.getMethod(),i=[e,this._local,eT,()=>this.refresh(),(e,t)=>this.setOutput(e,t),t,r];this._object=s(...i);const n=this._object.layout;if(n&&(!1===n.cache&&this._local.clear(),this._output.outputType=n.outputType||null,Array.isArray(n.elements)))for(const e of n.elements){const t=e.id||e.name;e.inputType&&(void 0===this.getParameter(t)&&this.setParameter(t,null),this.getParameter(t).inputType=e.inputType),e.outputType&&(void 0===this.getOutput(t)&&this.setOutput(t,null),this.getOutput(t).outputType=e.outputType)}return this._object}deserialize(e){super.deserialize(e);for(const e in this.parameters){let t=this.parameters[e];t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.addEventListener("refresh",this.onRefresh)}}getLayout(){return this.getObject().layout}getDefaultOutputNode(){const e=this.getDefaultOutput().value;return e&&e.isNode?e:hn()}getDefaultOutput(){return this._exec()._output}getMethod(){if(this.needsUpdate&&this.dispose(),null!==this._method)return this._method;const e=["layout","init","main","dispose"].join(", "),t="\nreturn { ...output, "+e+" };",r="var "+e+"; var output = {};\n"+this.codeNode.code+t;return this._method=new Function(...["parameters","local","global","refresh","setOutput","THREE","TSL"],r),this._method}dispose(){null!==this._method&&(this._object&&"function"==typeof this._object.dispose&&this._object.dispose(),this._method=null,this._object=null,this._source=null,this._value=null,this._needsOutputUpdate=!0,this._output.value=null,this._outputs={})}setup(){return this.getDefaultOutputNode()}getCacheKey(e){const t=[Fs(this.source),this.getDefaultOutputNode().getCacheKey(e)];for(const r in this.parameters)t.push(this.parameters[r].getCacheKey(e));return Ds(t)}set needsUpdate(e){!0===e&&this.dispose()}get needsUpdate(){return this.source!==this._source}_exec(){return null===this.codeNode||(!0===this._needsOutputUpdate&&(this._value=this.call("main"),this._needsOutputUpdate=!1),this._output.value=this._value),this}_refresh(){this.needsUpdate=!0,this._exec(),this._output.refresh()}}const rT=en(tT).setParameterLength(1,2);function sT(e){let t;const r=e.context.getViewZ;return void 0!==r&&(t=r(this)),(t||Dd.z).negate()}const iT=an(([e,t],r)=>{const s=sT(r);return uu(e,t,s)}),nT=an(([e],t)=>{const r=sT(t);return e.mul(e,r,r).negate().exp().oneMinus()}),aT=an(([e,t])=>Sn(t.toFloat().mix(ra.rgb,e.toVec3()),ra.a));let oT=null,uT=null;class lT extends ai{static get type(){return"RangeNode"}constructor(e=hn(),t=hn()){super(),this.minNode=e,this.maxNode=t}getVectorLength(e){const t=this.getConstNode(this.minNode),r=this.getConstNode(this.maxNode),s=e.getTypeLength(Ws(t.value)),i=e.getTypeLength(Ws(r.value));return s>i?s:i}getNodeType(e){return e.object.count>1?e.getTypeFromLength(this.getVectorLength(e)):"float"}getConstNode(e){let t=null;if(e.traverse(e=>{!0===e.isConstNode&&(t=e)}),null===t)throw new Error('THREE.TSL: No "ConstNode" found in node graph.');return t}setup(e){const t=e.object;let r=null;if(t.count>1){const i=this.getConstNode(this.minNode),n=this.getConstNode(this.maxNode),a=i.value,o=n.value,u=e.getTypeLength(Ws(a)),d=e.getTypeLength(Ws(o));oT=oT||new s,uT=uT||new s,oT.setScalar(0),uT.setScalar(0),1===u?oT.setScalar(a):a.isColor?oT.set(a.r,a.g,a.b,1):oT.set(a.x,a.y,a.z||0,a.w||0),1===d?uT.setScalar(o):o.isColor?uT.set(o.r,o.g,o.b,1):uT.set(o.x,o.y,o.z||0,o.w||0);const c=4,h=c*t.count,p=new Float32Array(h);for(let e=0;eYi(new cT(e,t)),pT=hT("numWorkgroups","uvec3"),gT=hT("workgroupId","uvec3"),mT=hT("globalId","uvec3"),fT=hT("localId","uvec3"),yT=hT("subgroupSize","uint");const bT=en(class extends ai{constructor(e){super(),this.scope=e}generate(e){const{scope:t}=this,{renderer:r}=e;!0===r.backend.isWebGLBackend?e.addFlowCode(`\t// ${t}Barrier \n`):e.addLineFlowCode(`${t}Barrier()`,this)}});class xT extends oi{constructor(e,t){super(e,t),this.isWorkgroupInfoElementNode=!0}generate(e,t){let r;const s=e.context.assign;if(r=super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}class TT extends ai{constructor(e,t,r=0){super(t),this.bufferType=t,this.bufferCount=r,this.isWorkgroupInfoNode=!0,this.elementType=t,this.scope=e,this.name=""}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setScope(e){return this.scope=e,this}getElementType(){return this.elementType}getInputType(){return`${this.scope}Array`}element(e){return Yi(new xT(this,e))}generate(e){const t=""!==this.name?this.name:`${this.scope}Array_${this.id}`;return e.getScopedArray(t,this.scope.toLowerCase(),this.bufferType,this.bufferCount)}}class _T extends ai{static get type(){return"AtomicFunctionNode"}constructor(e,t,r){super("uint"),this.method=e,this.pointerNode=t,this.valueNode=r,this.parents=!0}getInputType(e){return this.pointerNode.getNodeType(e)}getNodeType(e){return this.getInputType(e)}generate(e){const t=e.getNodeProperties(this),r=t.parents,s=this.method,i=this.getNodeType(e),n=this.getInputType(e),a=this.pointerNode,o=this.valueNode,u=[];u.push(`&${a.build(e,n)}`),null!==o&&u.push(o.build(e,n));const l=`${e.getMethod(s,i)}( ${u.join(", ")} )`;if(!(!!r&&(1===r.length&&!0===r[0].isStackNode)))return void 0===t.constNode&&(t.constNode=gl(l,i).toConst()),t.constNode.build(e);e.addLineFlowCode(l,this)}}_T.ATOMIC_LOAD="atomicLoad",_T.ATOMIC_STORE="atomicStore",_T.ATOMIC_ADD="atomicAdd",_T.ATOMIC_SUB="atomicSub",_T.ATOMIC_MAX="atomicMax",_T.ATOMIC_MIN="atomicMin",_T.ATOMIC_AND="atomicAnd",_T.ATOMIC_OR="atomicOr",_T.ATOMIC_XOR="atomicXor";const vT=en(_T),NT=(e,t,r)=>vT(e,t,r).toStack();class ST extends li{static get type(){return"SubgroupFunctionNode"}constructor(e,t=null,r=null){super(),this.method=e,this.aNode=t,this.bNode=r}getInputType(e){const t=this.aNode?this.aNode.getNodeType(e):null,r=this.bNode?this.bNode.getNodeType(e):null;return(e.isMatrix(t)?0:e.getTypeLength(t))>(e.isMatrix(r)?0:e.getTypeLength(r))?t:r}getNodeType(e){const t=this.method;return t===ST.SUBGROUP_ELECT?"bool":t===ST.SUBGROUP_BALLOT?"uvec4":this.getInputType(e)}generate(e,t){const r=this.method,s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=[];if(r===ST.SUBGROUP_BROADCAST||r===ST.SUBGROUP_SHUFFLE||r===ST.QUAD_BROADCAST){const t=a.getNodeType(e);o.push(n.build(e,s),a.build(e,"float"===t?"int":s))}else r===ST.SUBGROUP_SHUFFLE_XOR||r===ST.SUBGROUP_SHUFFLE_DOWN||r===ST.SUBGROUP_SHUFFLE_UP?o.push(n.build(e,s),a.build(e,"uint")):(null!==n&&o.push(n.build(e,i)),null!==a&&o.push(a.build(e,i)));const u=0===o.length?"()":`( ${o.join(", ")} )`;return e.format(`${e.getMethod(r,s)}${u}`,s,t)}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}ST.SUBGROUP_ELECT="subgroupElect",ST.SUBGROUP_BALLOT="subgroupBallot",ST.SUBGROUP_ADD="subgroupAdd",ST.SUBGROUP_INCLUSIVE_ADD="subgroupInclusiveAdd",ST.SUBGROUP_EXCLUSIVE_AND="subgroupExclusiveAdd",ST.SUBGROUP_MUL="subgroupMul",ST.SUBGROUP_INCLUSIVE_MUL="subgroupInclusiveMul",ST.SUBGROUP_EXCLUSIVE_MUL="subgroupExclusiveMul",ST.SUBGROUP_AND="subgroupAnd",ST.SUBGROUP_OR="subgroupOr",ST.SUBGROUP_XOR="subgroupXor",ST.SUBGROUP_MIN="subgroupMin",ST.SUBGROUP_MAX="subgroupMax",ST.SUBGROUP_ALL="subgroupAll",ST.SUBGROUP_ANY="subgroupAny",ST.SUBGROUP_BROADCAST_FIRST="subgroupBroadcastFirst",ST.QUAD_SWAP_X="quadSwapX",ST.QUAD_SWAP_Y="quadSwapY",ST.QUAD_SWAP_DIAGONAL="quadSwapDiagonal",ST.SUBGROUP_BROADCAST="subgroupBroadcast",ST.SUBGROUP_SHUFFLE="subgroupShuffle",ST.SUBGROUP_SHUFFLE_XOR="subgroupShuffleXor",ST.SUBGROUP_SHUFFLE_UP="subgroupShuffleUp",ST.SUBGROUP_SHUFFLE_DOWN="subgroupShuffleDown",ST.QUAD_BROADCAST="quadBroadcast";const RT=rn(ST,ST.SUBGROUP_ELECT).setParameterLength(0),AT=rn(ST,ST.SUBGROUP_BALLOT).setParameterLength(1),ET=rn(ST,ST.SUBGROUP_ADD).setParameterLength(1),wT=rn(ST,ST.SUBGROUP_INCLUSIVE_ADD).setParameterLength(1),CT=rn(ST,ST.SUBGROUP_EXCLUSIVE_AND).setParameterLength(1),MT=rn(ST,ST.SUBGROUP_MUL).setParameterLength(1),BT=rn(ST,ST.SUBGROUP_INCLUSIVE_MUL).setParameterLength(1),LT=rn(ST,ST.SUBGROUP_EXCLUSIVE_MUL).setParameterLength(1),PT=rn(ST,ST.SUBGROUP_AND).setParameterLength(1),FT=rn(ST,ST.SUBGROUP_OR).setParameterLength(1),DT=rn(ST,ST.SUBGROUP_XOR).setParameterLength(1),UT=rn(ST,ST.SUBGROUP_MIN).setParameterLength(1),IT=rn(ST,ST.SUBGROUP_MAX).setParameterLength(1),OT=rn(ST,ST.SUBGROUP_ALL).setParameterLength(0),VT=rn(ST,ST.SUBGROUP_ANY).setParameterLength(0),kT=rn(ST,ST.SUBGROUP_BROADCAST_FIRST).setParameterLength(2),GT=rn(ST,ST.QUAD_SWAP_X).setParameterLength(1),zT=rn(ST,ST.QUAD_SWAP_Y).setParameterLength(1),$T=rn(ST,ST.QUAD_SWAP_DIAGONAL).setParameterLength(1),WT=rn(ST,ST.SUBGROUP_BROADCAST).setParameterLength(2),HT=rn(ST,ST.SUBGROUP_SHUFFLE).setParameterLength(2),jT=rn(ST,ST.SUBGROUP_SHUFFLE_XOR).setParameterLength(2),qT=rn(ST,ST.SUBGROUP_SHUFFLE_UP).setParameterLength(2),XT=rn(ST,ST.SUBGROUP_SHUFFLE_DOWN).setParameterLength(2),KT=rn(ST,ST.QUAD_BROADCAST).setParameterLength(1);let YT;function QT(e){YT=YT||new WeakMap;let t=YT.get(e);return void 0===t&&YT.set(e,t={}),t}function ZT(e){const t=QT(e);return t.shadowMatrix||(t.shadowMatrix=xa("mat4").setGroup(fa).onRenderUpdate(t=>(!0===e.castShadow&&!1!==t.renderer.shadowMap.enabled||(e.shadow.camera.coordinateSystem!==t.camera.coordinateSystem&&(e.shadow.camera.coordinateSystem=t.camera.coordinateSystem,e.shadow.camera.updateProjectionMatrix()),e.shadow.updateMatrices(e)),e.shadow.matrix)))}function JT(e,t=Pd){const r=ZT(e).mul(t);return r.xyz.div(r.w)}function e_(e){const t=QT(e);return t.position||(t.position=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.matrixWorld)))}function t_(e){const t=QT(e);return t.targetPosition||(t.targetPosition=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.target.matrixWorld)))}function r_(e){const t=QT(e);return t.viewPosition||(t.viewPosition=xa(new r).setGroup(fa).onRenderUpdate(({camera:t},s)=>{s.value=s.value||new r,s.value.setFromMatrixPosition(e.matrixWorld),s.value.applyMatrix4(t.matrixWorldInverse)}))}const s_=e=>id.transformDirection(e_(e).sub(t_(e))),i_=(e,t)=>{for(const r of t)if(r.isAnalyticLightNode&&r.light.id===e)return r;return null},n_=new WeakMap,a_=[];class o_ extends ai{static get type(){return"LightsNode"}constructor(){super("vec3"),this.totalDiffuseNode=Fn("vec3","totalDiffuse"),this.totalSpecularNode=Fn("vec3","totalSpecular"),this.outgoingLightNode=Fn("vec3","outgoingLight"),this._lights=[],this._lightNodes=null,this._lightNodesHash=null,this.global=!0}customCacheKey(){const e=this._lights;for(let t=0;te.sort((e,t)=>e.id-t.id))(this._lights),i=e.renderer.library;for(const e of s)if(e.isNode)t.push(Yi(e));else{let s=null;if(null!==r&&(s=i_(e.id,r)),null===s){const r=i.getLightNodeClass(e.constructor);if(null===r){d(`LightsNode.setupNodeLights: Light node not found for ${e.constructor.name}`);continue}let s=null;n_.has(e)?s=n_.get(e):(s=Yi(new r(e)),n_.set(e,s)),t.push(s)}}this._lightNodes=t}setupDirectLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.direct({...r,lightNode:t,reflectedLight:i},e)}setupDirectRectAreaLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.directRectArea({...r,lightNode:t,reflectedLight:i},e)}setupLights(e,t){for(const r of t)r.build(e)}getLightNodes(e){return null===this._lightNodes&&this.setupLightsNode(e),this._lightNodes}setup(e){const t=e.lightsNode;e.lightsNode=this;let r=this.outgoingLightNode;const s=e.context,i=s.lightingModel,n=e.getNodeProperties(this);if(i){const{totalDiffuseNode:t,totalSpecularNode:a}=this;s.outgoingLight=r;const o=e.addStack();n.nodes=o.nodes,i.start(e);const{backdrop:u,backdropAlpha:l}=s,{directDiffuse:d,directSpecular:c,indirectDiffuse:h,indirectSpecular:p}=s.reflectedLight;let g=d.add(h);null!==u&&(g=Tn(null!==l?l.mix(g,u):u)),t.assign(g),a.assign(c.add(p)),r.assign(t.add(a)),i.finish(e),r=r.bypass(e.removeStack())}else n.nodes=[];return e.lightsNode=t,r}setLights(e){return this._lights=e,this._lightNodes=null,this._lightNodesHash=null,this}getLights(){return this._lights}get hasLights(){return this._lights.length>0}}class u_ extends ai{static get type(){return"ShadowBaseNode"}constructor(e){super(),this.light=e,this.updateBeforeType=Qs.RENDER,this.isShadowBaseNode=!0}setupShadowPosition({context:e,material:t}){l_.assign(t.receivedShadowPositionNode||e.shadowPositionWorld||Pd)}}const l_=Fn("vec3","shadowPositionWorld");function d_(t,r={}){return r.toneMapping=t.toneMapping,r.toneMappingExposure=t.toneMappingExposure,r.outputColorSpace=t.outputColorSpace,r.renderTarget=t.getRenderTarget(),r.activeCubeFace=t.getActiveCubeFace(),r.activeMipmapLevel=t.getActiveMipmapLevel(),r.renderObjectFunction=t.getRenderObjectFunction(),r.pixelRatio=t.getPixelRatio(),r.mrt=t.getMRT(),r.clearColor=t.getClearColor(r.clearColor||new e),r.clearAlpha=t.getClearAlpha(),r.autoClear=t.autoClear,r.scissorTest=t.getScissorTest(),r}function c_(e,t){return t=d_(e,t),e.setMRT(null),e.setRenderObjectFunction(null),e.setClearColor(0,1),e.autoClear=!0,t}function h_(e,t){e.toneMapping=t.toneMapping,e.toneMappingExposure=t.toneMappingExposure,e.outputColorSpace=t.outputColorSpace,e.setRenderTarget(t.renderTarget,t.activeCubeFace,t.activeMipmapLevel),e.setRenderObjectFunction(t.renderObjectFunction),e.setPixelRatio(t.pixelRatio),e.setMRT(t.mrt),e.setClearColor(t.clearColor,t.clearAlpha),e.autoClear=t.autoClear,e.setScissorTest(t.scissorTest)}function p_(e,t={}){return t.background=e.background,t.backgroundNode=e.backgroundNode,t.overrideMaterial=e.overrideMaterial,t}function g_(e,t){return t=p_(e,t),e.background=null,e.backgroundNode=null,e.overrideMaterial=null,t}function m_(e,t){e.background=t.background,e.backgroundNode=t.backgroundNode,e.overrideMaterial=t.overrideMaterial}function f_(e,t,r){return r=g_(t,r=c_(e,r))}function y_(e,t,r){h_(e,r),m_(t,r)}var b_=Object.freeze({__proto__:null,resetRendererAndSceneState:f_,resetRendererState:c_,resetSceneState:g_,restoreRendererAndSceneState:y_,restoreRendererState:h_,restoreSceneState:m_,saveRendererAndSceneState:function(e,t,r={}){return r=p_(t,r=d_(e,r))},saveRendererState:d_,saveSceneState:p_});const x_=new WeakMap,T_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e,t.xy).setName("t_basic");return e.isArrayTexture&&(s=s.depth(r)),s.compare(t.z)}),__=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=mc("radius","float",r).setGroup(fa),o=fn(1).div(n),u=a.mul(o.x),l=Qb(ql.xy).mul(6.28318530718);return wa(i(t.xy.add(Zb(0,5,l).mul(u)),t.z),i(t.xy.add(Zb(1,5,l).mul(u)),t.z),i(t.xy.add(Zb(2,5,l).mul(u)),t.z),i(t.xy.add(Zb(3,5,l).mul(u)),t.z),i(t.xy.add(Zb(4,5,l).mul(u)),t.z)).mul(.2)}),v_=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=fn(1).div(n),o=a.x,u=a.y,l=t.xy,d=_o(l.mul(n).add(.5));return l.subAssign(d.mul(a)),wa(i(l,t.z),i(l.add(fn(o,0)),t.z),i(l.add(fn(0,u)),t.z),i(l.add(a),t.z),iu(i(l.add(fn(o.negate(),0)),t.z),i(l.add(fn(o.mul(2),0)),t.z),d.x),iu(i(l.add(fn(o.negate(),u)),t.z),i(l.add(fn(o.mul(2),u)),t.z),d.x),iu(i(l.add(fn(0,u.negate())),t.z),i(l.add(fn(0,u.mul(2))),t.z),d.y),iu(i(l.add(fn(o,u.negate())),t.z),i(l.add(fn(o,u.mul(2))),t.z),d.y),iu(iu(i(l.add(fn(o.negate(),u.negate())),t.z),i(l.add(fn(o.mul(2),u.negate())),t.z),d.x),iu(i(l.add(fn(o.negate(),u.mul(2))),t.z),i(l.add(fn(o.mul(2),u.mul(2))),t.z),d.x),d.y)).mul(1/9)}),N_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e).sample(t.xy);e.isArrayTexture&&(s=s.depth(r)),s=s.rg;const i=s.x,n=Wo(1e-7,s.y.mul(s.y)),a=Ho(t.z,i);ln(a.equal(1),()=>hn(1));const o=t.z.sub(i);let u=n.div(n.add(o.mul(o)));return u=nu(Ca(u,.3).div(.65)),Wo(a,u)}),S_=an(([e,t,r])=>{let s=Pd.sub(e).length();return s=s.sub(t).div(r.sub(t)),s=s.saturate(),s}),R_=e=>{let t=x_.get(e);if(void 0===t){const r=e.isPointLight?(e=>{const t=e.shadow.camera,r=mc("near","float",t).setGroup(fa),s=mc("far","float",t).setGroup(fa),i=pd(e);return S_(i,r,s)})(e):null;t=new Xp,t.colorNode=Sn(0,0,0,1),t.depthNode=r,t.isShadowPassMaterial=!0,t.name="ShadowMaterial",t.fog=!1,x_.set(e,t)}return t},A_=e=>{const t=x_.get(e);void 0!==t&&(t.dispose(),x_.delete(e))},E_=new Yf,w_=[],C_=(e,t,r,s)=>{w_[0]=e,w_[1]=t;let i=E_.get(w_);return void 0!==i&&i.shadowType===r&&i.useVelocity===s||(i=(i,n,a,o,u,l,...d)=>{(!0===i.castShadow||i.receiveShadow&&r===je)&&(s&&(js(i).useVelocity=!0),i.onBeforeShadow(e,i,a,t.camera,o,n.overrideMaterial,l),e.renderObject(i,n,a,o,u,l,...d),i.onAfterShadow(e,i,a,t.camera,o,n.overrideMaterial,l))},i.shadowType=r,i.useVelocity=s,E_.set(w_,i)),w_[0]=null,w_[1]=null,i},M_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanVertical"),a=hn(0).toVar("squareMeanVertical"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(ql.xy,fn(0,l).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),d=d.x,n.addAssign(d),a.addAssign(d.mul(d))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),B_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanHorizontal"),a=hn(0).toVar("squareMeanHorizontal"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(ql.xy,fn(l,0).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),n.addAssign(d.x),a.addAssign(wa(d.y.mul(d.y),d.x.mul(d.x)))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),L_=[T_,__,v_,N_];let P_;const F_=new Wb;class D_ extends u_{static get type(){return"ShadowNode"}constructor(e,t=null){super(e),this.shadow=t||e.shadow,this.shadowMap=null,this.vsmShadowMapVertical=null,this.vsmShadowMapHorizontal=null,this.vsmMaterialVertical=null,this.vsmMaterialHorizontal=null,this._node=null,this._currentShadowType=null,this._cameraFrameId=new WeakMap,this.isShadowNode=!0,this.depthLayer=0}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n}){const a=s.x.greaterThanEqual(0).and(s.x.lessThanEqual(1)).and(s.y.greaterThanEqual(0)).and(s.y.lessThanEqual(1)).and(s.z.lessThanEqual(1)),o=t({depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n});return a.select(o,hn(1))}setupShadowCoord(e,t){const{shadow:r}=this,{renderer:s}=e,i=mc("bias","float",r).setGroup(fa);let n,a=t;if(r.camera.isOrthographicCamera||!0!==s.logarithmicDepthBuffer)a=a.xyz.div(a.w),n=a.z,s.coordinateSystem===h&&(n=n.mul(2).sub(1));else{const e=a.w;a=a.xy.div(e);const t=mc("near","float",r.camera).setGroup(fa),s=mc("far","float",r.camera).setGroup(fa);n=Mp(e.negate(),t,s)}return a=Tn(a.x,a.y.oneMinus(),n.add(i)),a}getShadowFilterFn(e){return L_[e]}setupRenderTarget(e,t){const r=new X(e.mapSize.width,e.mapSize.height);r.name="ShadowDepthTexture",r.compareFunction=qe;const s=t.createRenderTarget(e.mapSize.width,e.mapSize.height);return s.texture.name="ShadowMap",s.texture.type=e.mapType,s.depthTexture=r,{shadowMap:s,depthTexture:r}}setupShadow(e){const{renderer:t,camera:r}=e,{light:s,shadow:i}=this,n=t.shadowMap.type,{depthTexture:a,shadowMap:o}=this.setupRenderTarget(i,e);if(i.camera.coordinateSystem=r.coordinateSystem,i.camera.updateProjectionMatrix(),n===je&&!0!==i.isPointLightShadow){a.compareFunction=null,o.depth>1?(o._vsmShadowMapVertical||(o._vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapVertical.texture.name="VSMVertical"),this.vsmShadowMapVertical=o._vsmShadowMapVertical,o._vsmShadowMapHorizontal||(o._vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapHorizontal.texture.name="VSMHorizontal"),this.vsmShadowMapHorizontal=o._vsmShadowMapHorizontal):(this.vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}),this.vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}));let t=Pl(a);a.isArrayTexture&&(t=t.depth(this.depthLayer));let r=Pl(this.vsmShadowMapVertical.texture);a.isArrayTexture&&(r=r.depth(this.depthLayer));const s=mc("blurSamples","float",i).setGroup(fa),n=mc("radius","float",i).setGroup(fa),u=mc("mapSize","vec2",i).setGroup(fa);let l=this.vsmMaterialVertical||(this.vsmMaterialVertical=new Xp);l.fragmentNode=M_({samples:s,radius:n,size:u,shadowPass:t,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMVertical",l=this.vsmMaterialHorizontal||(this.vsmMaterialHorizontal=new Xp),l.fragmentNode=B_({samples:s,radius:n,size:u,shadowPass:r,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMHorizontal"}const u=mc("intensity","float",i).setGroup(fa),l=mc("normalBias","float",i).setGroup(fa),d=ZT(s).mul(l_.add(qd.mul(l))),c=this.setupShadowCoord(e,d),h=i.filterNode||this.getShadowFilterFn(t.shadowMap.type)||null;if(null===h)throw new Error("THREE.WebGPURenderer: Shadow map type not supported yet.");const p=n===je&&!0!==i.isPointLightShadow?this.vsmShadowMapHorizontal.texture:a,g=this.setupShadowFilter(e,{filterFn:h,shadowTexture:o.texture,depthTexture:p,shadowCoord:c,shadow:i,depthLayer:this.depthLayer});let m;o.texture.isCubeTexture?m=hc(o.texture,c.xyz):(m=Pl(o.texture,c),a.isArrayTexture&&(m=m.depth(this.depthLayer)));const f=iu(1,g.rgb.mix(m,1),u.mul(m.a)).toVar();this.shadowMap=o,this.shadow.map=o;const y=`${this.light.type} Shadow [ ${this.light.name||"ID: "+this.light.id} ]`;return f.toInspector(`${y} / Color`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture):Pl(this.shadowMap.texture)).toInspector(`${y} / Depth`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture).r.oneMinus():Fl(this.shadowMap.depthTexture,Rl().mul(El(Pl(this.shadowMap.depthTexture)))).r.oneMinus())}setup(e){if(!1!==e.renderer.shadowMap.enabled)return an(()=>{const t=e.renderer.shadowMap.type;this._currentShadowType!==t&&(this._reset(),this._node=null);let r=this._node;return this.setupShadowPosition(e),null===r&&(this._node=r=this.setupShadow(e),this._currentShadowType=t),e.material.shadowNode&&d('NodeMaterial: ".shadowNode" is deprecated. Use ".castShadowNode" instead.'),e.material.receivedShadowNode&&(r=e.material.receivedShadowNode(r)),r})()}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e;t.updateMatrices(s),r.setSize(t.mapSize.width,t.mapSize.height,r.depth);const a=n.name;n.name=`Shadow Map [ ${s.name||"ID: "+s.id} ]`,i.render(n,t.camera),n.name=a}updateShadow(e){const{shadowMap:t,light:r,shadow:s}=this,{renderer:i,scene:n,camera:a}=e,o=i.shadowMap.type,u=t.depthTexture.version;this._depthVersionCached=u;const l=s.camera.layers.mask;4294967294&s.camera.layers.mask||(s.camera.layers.mask=a.layers.mask);const d=i.getRenderObjectFunction(),c=i.getMRT(),h=!!c&&c.has("velocity");P_=f_(i,n,P_),n.overrideMaterial=R_(r),i.setRenderObjectFunction(C_(i,s,o,h)),i.setClearColor(0,0),i.setRenderTarget(t),this.renderShadow(e),i.setRenderObjectFunction(d),o===je&&!0!==s.isPointLightShadow&&this.vsmPass(i),s.camera.layers.mask=l,y_(i,n,P_)}vsmPass(e){const{shadow:t}=this,r=this.shadowMap.depth;this.vsmShadowMapVertical.setSize(t.mapSize.width,t.mapSize.height,r),this.vsmShadowMapHorizontal.setSize(t.mapSize.width,t.mapSize.height,r),e.setRenderTarget(this.vsmShadowMapVertical),F_.material=this.vsmMaterialVertical,F_.render(e),e.setRenderTarget(this.vsmShadowMapHorizontal),F_.material=this.vsmMaterialHorizontal,F_.render(e)}dispose(){this._reset(),super.dispose()}_reset(){this._currentShadowType=null,A_(this.light),this.shadowMap&&(this.shadowMap.dispose(),this.shadowMap=null),null!==this.vsmShadowMapVertical&&(this.vsmShadowMapVertical.dispose(),this.vsmShadowMapVertical=null,this.vsmMaterialVertical.dispose(),this.vsmMaterialVertical=null),null!==this.vsmShadowMapHorizontal&&(this.vsmShadowMapHorizontal.dispose(),this.vsmShadowMapHorizontal=null,this.vsmMaterialHorizontal.dispose(),this.vsmMaterialHorizontal=null)}updateBefore(e){const{shadow:t}=this;let r=t.needsUpdate||t.autoUpdate;r&&(this._cameraFrameId[e.camera]===e.frameId&&(r=!1),this._cameraFrameId[e.camera]=e.frameId),r&&(this.updateShadow(e),this.shadowMap.depthTexture.version===this._depthVersionCached&&(t.needsUpdate=!1))}}const U_=(e,t)=>Yi(new D_(e,t)),I_=new e,O_=new a,V_=new r,k_=new r,G_=[new r(1,0,0),new r(-1,0,0),new r(0,-1,0),new r(0,1,0),new r(0,0,1),new r(0,0,-1)],z_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,-1),new r(0,0,1),new r(0,-1,0),new r(0,-1,0)],$_=[new r(1,0,0),new r(-1,0,0),new r(0,1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1)],W_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1),new r(0,-1,0),new r(0,-1,0)],H_=an(({depthTexture:e,bd3D:t,dp:r})=>hc(e,t).compare(r)),j_=an(({depthTexture:e,bd3D:t,dp:r,shadow:s})=>{const i=mc("radius","float",s).setGroup(fa),n=mc("mapSize","vec2",s).setGroup(fa),a=i.div(n.x),o=wo(t),u=To(Yo(t,o.x.greaterThan(o.z).select(Tn(0,1,0),Tn(1,0,0)))),l=Yo(t,u),d=Qb(ql.xy).mul(6.28318530718),c=Zb(0,5,d),h=Zb(1,5,d),p=Zb(2,5,d),g=Zb(3,5,d),m=Zb(4,5,d);return hc(e,t.add(u.mul(c.x).add(l.mul(c.y)).mul(a))).compare(r).add(hc(e,t.add(u.mul(h.x).add(l.mul(h.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(p.x).add(l.mul(p.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(g.x).add(l.mul(g.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(m.x).add(l.mul(m.y)).mul(a))).compare(r)).mul(.2)}),q_=an(({filterFn:e,depthTexture:t,shadowCoord:r,shadow:s})=>{const i=r.xyz.toVar(),n=i.length(),a=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.near),o=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.far),u=mc("bias","float",s).setGroup(fa),l=hn(1).toVar();return ln(n.sub(o).lessThanEqual(0).and(n.sub(a).greaterThanEqual(0)),()=>{const r=n.sub(a).div(o.sub(a)).toVar();r.addAssign(u);const d=i.normalize();l.assign(e({depthTexture:t,bd3D:d,dp:r,shadow:s}))}),l});class X_ extends D_{static get type(){return"PointShadowNode"}constructor(e,t=null){super(e,t)}getShadowFilterFn(e){return e===Xe?H_:j_}setupShadowCoord(e,t){return t}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i}){return q_({filterFn:t,depthTexture:r,shadowCoord:s,shadow:i})}setupRenderTarget(e,t){const r=new Ke(e.mapSize.width);r.name="PointShadowDepthTexture",r.compareFunction=qe;const s=t.createCubeRenderTarget(e.mapSize.width);return s.texture.name="PointShadowMap",s.depthTexture=r,{shadowMap:s,depthTexture:r}}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e,a=t.camera,o=t.matrix,u=i.coordinateSystem===h,l=u?G_:$_,d=u?z_:W_;r.setSize(t.mapSize.width,t.mapSize.width);const c=i.autoClear,p=i.getClearColor(I_),g=i.getClearAlpha();i.autoClear=!1,i.setClearColor(t.clearColor,t.clearAlpha);for(let e=0;e<6;e++){i.setRenderTarget(r,e),i.clear();const u=s.distance||a.far;u!==a.far&&(a.far=u,a.updateProjectionMatrix()),V_.setFromMatrixPosition(s.matrixWorld),a.position.copy(V_),k_.copy(a.position),k_.add(l[e]),a.up.copy(d[e]),a.lookAt(k_),a.updateMatrixWorld(),o.makeTranslation(-V_.x,-V_.y,-V_.z),O_.multiplyMatrices(a.projectionMatrix,a.matrixWorldInverse),t._frustum.setFromProjectionMatrix(O_,a.coordinateSystem,a.reversedDepth);const c=n.name;n.name=`Point Light Shadow [ ${s.name||"ID: "+s.id} ] - Face ${e+1}`,i.render(n,a),n.name=c}i.autoClear=c,i.setClearColor(p,g)}}const K_=(e,t)=>Yi(new X_(e,t));class Y_ extends gp{static get type(){return"AnalyticLightNode"}constructor(t=null){super(),this.light=t,this.color=new e,this.colorNode=t&&t.colorNode||xa(this.color).setGroup(fa),this.baseColorNode=null,this.shadowNode=null,this.shadowColorNode=null,this.isAnalyticLightNode=!0,this.updateType=Qs.FRAME,t&&t.shadow&&(this._shadowDisposeListener=()=>{this.disposeShadow()},t.addEventListener("dispose",this._shadowDisposeListener))}dispose(){this._shadowDisposeListener&&this.light.removeEventListener("dispose",this._shadowDisposeListener),super.dispose()}disposeShadow(){null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null),this.shadowColorNode=null,null!==this.baseColorNode&&(this.colorNode=this.baseColorNode,this.baseColorNode=null)}getHash(){return this.light.uuid}getLightVector(e){return r_(this.light).sub(e.context.positionView||Dd)}setupDirect(){}setupDirectRectArea(){}setupShadowNode(){return U_(this.light)}setupShadow(e){const{renderer:t}=e;if(!1===t.shadowMap.enabled)return;let r=this.shadowColorNode;if(null===r){const e=this.light.shadow.shadowNode;let t;t=void 0!==e?Yi(e):this.setupShadowNode(),this.shadowNode=t,this.shadowColorNode=r=this.colorNode.mul(t),this.baseColorNode=this.colorNode}e.context.getShadow&&(r=e.context.getShadow(this,e)),this.colorNode=r}setup(e){this.colorNode=this.baseColorNode||this.colorNode,this.light.castShadow?e.object.receiveShadow&&this.setupShadow(e):null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null,this.shadowColorNode=null);const t=this.setupDirect(e),r=this.setupDirectRectArea(e);t&&e.lightsNode.setupDirectLight(e,this,t),r&&e.lightsNode.setupDirectRectAreaLight(e,this,r)}update(){const{light:e}=this;this.color.copy(e.color).multiplyScalar(e.intensity)}}const Q_=an(({lightDistance:e,cutoffDistance:t,decayExponent:r})=>{const s=e.pow(r).max(.01).reciprocal();return t.greaterThan(0).select(s.mul(e.div(t).pow4().oneMinus().clamp().pow2()),s)}),Z_=({color:e,lightVector:t,cutoffDistance:r,decayExponent:s})=>{const i=t.normalize(),n=t.length(),a=Q_({lightDistance:n,cutoffDistance:r,decayExponent:s});return{lightDirection:i,lightColor:e.mul(a)}};class J_ extends Y_{static get type(){return"PointLightNode"}constructor(e=null){super(e),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(2).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}setupShadowNode(){return K_(this.light)}setupDirect(e){return Z_({color:this.colorNode,lightVector:this.getLightVector(e),cutoffDistance:this.cutoffDistanceNode,decayExponent:this.decayExponentNode})}}const ev=an(([e=Rl()])=>{const t=e.mul(2),r=t.x.floor(),s=t.y.floor();return r.add(s).mod(2).sign()}),tv=an(([e=Rl()],{renderer:t,material:r})=>{const s=su(e.mul(2).sub(1));let i;if(r.alphaToCoverage&&t.currentSamples>0){const e=hn(s.fwidth()).toVar();i=uu(e.oneMinus(),e.add(1),s).oneMinus()}else i=bu(s.greaterThan(1),0,1);return i}),rv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=mn(e).toVar();return bu(n,i,s)}).setLayout({name:"mx_select",type:"float",inputs:[{name:"b",type:"bool"},{name:"t",type:"float"},{name:"f",type:"float"}]}),sv=an(([e,t])=>{const r=mn(t).toVar(),s=hn(e).toVar();return bu(r,s.negate(),s)}).setLayout({name:"mx_negate_if",type:"float",inputs:[{name:"val",type:"float"},{name:"b",type:"bool"}]}),iv=an(([e])=>{const t=hn(e).toVar();return pn(bo(t))}).setLayout({name:"mx_floor",type:"int",inputs:[{name:"x",type:"float"}]}),nv=an(([e,t])=>{const r=hn(e).toVar();return t.assign(iv(r)),r.sub(hn(t))}),av=gb([an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=hn(s).toVar(),l=hn(r).toVar(),d=hn(t).toVar(),c=hn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"}]}),an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=Tn(s).toVar(),l=Tn(r).toVar(),d=Tn(t).toVar(),c=Tn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"}]})]),ov=gb([an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=hn(o).toVar(),m=hn(a).toVar(),f=hn(n).toVar(),y=hn(i).toVar(),b=hn(s).toVar(),x=hn(r).toVar(),T=hn(t).toVar(),_=hn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"v4",type:"float"},{name:"v5",type:"float"},{name:"v6",type:"float"},{name:"v7",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]}),an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=Tn(o).toVar(),m=Tn(a).toVar(),f=Tn(n).toVar(),y=Tn(i).toVar(),b=Tn(s).toVar(),x=Tn(r).toVar(),T=Tn(t).toVar(),_=Tn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"v4",type:"vec3"},{name:"v5",type:"vec3"},{name:"v6",type:"vec3"},{name:"v7",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]})]),uv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=gn(e).toVar(),a=gn(n.bitAnd(gn(7))).toVar(),o=hn(rv(a.lessThan(gn(4)),i,s)).toVar(),u=hn(Ma(2,rv(a.lessThan(gn(4)),s,i))).toVar();return sv(o,mn(a.bitAnd(gn(1)))).add(sv(u,mn(a.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_0",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"}]}),lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=gn(e).toVar(),u=gn(o.bitAnd(gn(15))).toVar(),l=hn(rv(u.lessThan(gn(8)),a,n)).toVar(),d=hn(rv(u.lessThan(gn(4)),n,rv(u.equal(gn(12)).or(u.equal(gn(14))),a,i))).toVar();return sv(l,mn(u.bitAnd(gn(1)))).add(sv(d,mn(u.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_1",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),dv=gb([uv,lv]),cv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=vn(e).toVar();return Tn(dv(n.x,i,s),dv(n.y,i,s),dv(n.z,i,s))}).setLayout({name:"mx_gradient_vec3_0",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"}]}),hv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=vn(e).toVar();return Tn(dv(o.x,a,n,i),dv(o.y,a,n,i),dv(o.z,a,n,i))}).setLayout({name:"mx_gradient_vec3_1",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),pv=gb([cv,hv]),gv=an(([e])=>{const t=hn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_0",type:"float",inputs:[{name:"v",type:"float"}]}),mv=an(([e])=>{const t=hn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_0",type:"float",inputs:[{name:"v",type:"float"}]}),fv=gb([gv,an(([e])=>{const t=Tn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),yv=gb([mv,an(([e])=>{const t=Tn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),bv=an(([e,t])=>{const r=pn(t).toVar(),s=gn(e).toVar();return s.shiftLeft(r).bitOr(s.shiftRight(pn(32).sub(r)))}).setLayout({name:"mx_rotl32",type:"uint",inputs:[{name:"x",type:"uint"},{name:"k",type:"int"}]}),xv=an(([e,t,r])=>{e.subAssign(r),e.bitXorAssign(bv(r,pn(4))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(6))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(8))),t.addAssign(e),e.subAssign(r),e.bitXorAssign(bv(r,pn(16))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(19))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(4))),t.addAssign(e)}),Tv=an(([e,t,r])=>{const s=gn(r).toVar(),i=gn(t).toVar(),n=gn(e).toVar();return s.bitXorAssign(i),s.subAssign(bv(i,pn(14))),n.bitXorAssign(s),n.subAssign(bv(s,pn(11))),i.bitXorAssign(n),i.subAssign(bv(n,pn(25))),s.bitXorAssign(i),s.subAssign(bv(i,pn(16))),n.bitXorAssign(s),n.subAssign(bv(s,pn(4))),i.bitXorAssign(n),i.subAssign(bv(n,pn(14))),s.bitXorAssign(i),s.subAssign(bv(i,pn(24))),s}).setLayout({name:"mx_bjfinal",type:"uint",inputs:[{name:"a",type:"uint"},{name:"b",type:"uint"},{name:"c",type:"uint"}]}),_v=an(([e])=>{const t=gn(e).toVar();return hn(t).div(hn(gn(pn(4294967295))))}).setLayout({name:"mx_bits_to_01",type:"float",inputs:[{name:"bits",type:"uint"}]}),vv=an(([e])=>{const t=hn(e).toVar();return t.mul(t).mul(t).mul(t.mul(t.mul(6).sub(15)).add(10))}).setLayout({name:"mx_fade",type:"float",inputs:[{name:"t",type:"float"}]}),Nv=gb([an(([e])=>{const t=pn(e).toVar(),r=gn(gn(1)).toVar(),s=gn(gn(pn(3735928559)).add(r.shiftLeft(gn(2))).add(gn(13))).toVar();return Tv(s.add(gn(t)),s,s)}).setLayout({name:"mx_hash_int_0",type:"uint",inputs:[{name:"x",type:"int"}]}),an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(gn(2)).toVar(),n=gn().toVar(),a=gn().toVar(),o=gn().toVar();return n.assign(a.assign(o.assign(gn(pn(3735928559)).add(i.shiftLeft(gn(2))).add(gn(13))))),n.addAssign(gn(s)),a.addAssign(gn(r)),Tv(n,a,o)}).setLayout({name:"mx_hash_int_1",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(gn(3)).toVar(),o=gn().toVar(),u=gn().toVar(),l=gn().toVar();return o.assign(u.assign(l.assign(gn(pn(3735928559)).add(a.shiftLeft(gn(2))).add(gn(13))))),o.addAssign(gn(n)),u.addAssign(gn(i)),l.addAssign(gn(s)),Tv(o,u,l)}).setLayout({name:"mx_hash_int_2",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]}),an(([e,t,r,s])=>{const i=pn(s).toVar(),n=pn(r).toVar(),a=pn(t).toVar(),o=pn(e).toVar(),u=gn(gn(4)).toVar(),l=gn().toVar(),d=gn().toVar(),c=gn().toVar();return l.assign(d.assign(c.assign(gn(pn(3735928559)).add(u.shiftLeft(gn(2))).add(gn(13))))),l.addAssign(gn(o)),d.addAssign(gn(a)),c.addAssign(gn(n)),xv(l,d,c),l.addAssign(gn(i)),Tv(l,d,c)}).setLayout({name:"mx_hash_int_3",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"}]}),an(([e,t,r,s,i])=>{const n=pn(i).toVar(),a=pn(s).toVar(),o=pn(r).toVar(),u=pn(t).toVar(),l=pn(e).toVar(),d=gn(gn(5)).toVar(),c=gn().toVar(),h=gn().toVar(),p=gn().toVar();return c.assign(h.assign(p.assign(gn(pn(3735928559)).add(d.shiftLeft(gn(2))).add(gn(13))))),c.addAssign(gn(l)),h.addAssign(gn(u)),p.addAssign(gn(o)),xv(c,h,p),c.addAssign(gn(a)),h.addAssign(gn(n)),Tv(c,h,p)}).setLayout({name:"mx_hash_int_4",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"},{name:"yy",type:"int"}]})]),Sv=gb([an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(Nv(s,r)).toVar(),n=vn().toVar();return n.x.assign(i.bitAnd(pn(255))),n.y.assign(i.shiftRight(pn(8)).bitAnd(pn(255))),n.z.assign(i.shiftRight(pn(16)).bitAnd(pn(255))),n}).setLayout({name:"mx_hash_vec3_0",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(Nv(n,i,s)).toVar(),o=vn().toVar();return o.x.assign(a.bitAnd(pn(255))),o.y.assign(a.shiftRight(pn(8)).bitAnd(pn(255))),o.z.assign(a.shiftRight(pn(16)).bitAnd(pn(255))),o}).setLayout({name:"mx_hash_vec3_1",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]})]),Rv=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=hn(av(dv(Nv(r,s),i,n),dv(Nv(r.add(pn(1)),s),i.sub(1),n),dv(Nv(r,s.add(pn(1))),i,n.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=hn(ov(dv(Nv(r,s,i),n,a,o),dv(Nv(r.add(pn(1)),s,i),n.sub(1),a,o),dv(Nv(r,s.add(pn(1)),i),n,a.sub(1),o),dv(Nv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),dv(Nv(r,s,i.add(pn(1))),n,a,o.sub(1)),dv(Nv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),dv(Nv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"}]})]),Av=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=Tn(av(pv(Sv(r,s),i,n),pv(Sv(r.add(pn(1)),s),i.sub(1),n),pv(Sv(r,s.add(pn(1))),i,n.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=Tn(ov(pv(Sv(r,s,i),n,a,o),pv(Sv(r.add(pn(1)),s,i),n.sub(1),a,o),pv(Sv(r,s.add(pn(1)),i),n,a.sub(1),o),pv(Sv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),pv(Sv(r,s,i.add(pn(1))),n,a,o.sub(1)),pv(Sv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),pv(Sv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"}]})]),Ev=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return _v(Nv(r))}).setLayout({name:"mx_cell_noise_float_0",type:"float",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return _v(Nv(r,s))}).setLayout({name:"mx_cell_noise_float_1",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return _v(Nv(r,s,i))}).setLayout({name:"mx_cell_noise_float_2",type:"float",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return _v(Nv(r,s,i,n))}).setLayout({name:"mx_cell_noise_float_3",type:"float",inputs:[{name:"p",type:"vec4"}]})]),wv=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return Tn(_v(Nv(r,pn(0))),_v(Nv(r,pn(1))),_v(Nv(r,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return Tn(_v(Nv(r,s,pn(0))),_v(Nv(r,s,pn(1))),_v(Nv(r,s,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return Tn(_v(Nv(r,s,i,pn(0))),_v(Nv(r,s,i,pn(1))),_v(Nv(r,s,i,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_2",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return Tn(_v(Nv(r,s,i,n,pn(0))),_v(Nv(r,s,i,n,pn(1))),_v(Nv(r,s,i,n,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_3",type:"vec3",inputs:[{name:"p",type:"vec4"}]})]),Cv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=hn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Rv(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_float",type:"float",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Mv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Av(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_vec3",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Bv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar();return fn(Cv(o,a,n,i),Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i))}).setLayout({name:"mx_fractal_noise_vec2",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(Mv(o,a,n,i)).toVar(),l=hn(Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i)).toVar();return Sn(u,l)}).setLayout({name:"mx_fractal_noise_vec4",type:"vec4",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Pv=gb([an(([e,t,r,s,i,n,a])=>{const o=pn(a).toVar(),u=hn(n).toVar(),l=pn(i).toVar(),d=pn(s).toVar(),c=pn(r).toVar(),h=pn(t).toVar(),p=fn(e).toVar(),g=Tn(wv(fn(h.add(d),c.add(l)))).toVar(),m=fn(g.x,g.y).toVar();m.subAssign(.5),m.mulAssign(u),m.addAssign(.5);const f=fn(fn(hn(h),hn(c)).add(m)).toVar(),y=fn(f.sub(p)).toVar();return ln(o.equal(pn(2)),()=>wo(y.x).add(wo(y.y))),ln(o.equal(pn(3)),()=>Wo(wo(y.x),wo(y.y))),Ko(y,y)}).setLayout({name:"mx_worley_distance_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),an(([e,t,r,s,i,n,a,o,u])=>{const l=pn(u).toVar(),d=hn(o).toVar(),c=pn(a).toVar(),h=pn(n).toVar(),p=pn(i).toVar(),g=pn(s).toVar(),m=pn(r).toVar(),f=pn(t).toVar(),y=Tn(e).toVar(),b=Tn(wv(Tn(f.add(p),m.add(h),g.add(c)))).toVar();b.subAssign(.5),b.mulAssign(d),b.addAssign(.5);const x=Tn(Tn(hn(f),hn(m),hn(g)).add(b)).toVar(),T=Tn(x.sub(y)).toVar();return ln(l.equal(pn(2)),()=>wo(T.x).add(wo(T.y)).add(wo(T.z))),ln(l.equal(pn(3)),()=>Wo(wo(T.x),wo(T.y),wo(T.z))),Ko(T,T)}).setLayout({name:"mx_worley_distance_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"zoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Fv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();l.assign($o(l,r))})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Dv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.y.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec2_0",type:"vec2",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Uv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.z.assign(l.y),l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.z.assign(l.y),l.y.assign(r)}).ElseIf(r.lessThan(l.z),()=>{l.z.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Iv=gb([Fv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();d.assign($o(d,n))})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Ov=gb([Dv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.y.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec2_1",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Vv=gb([Uv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.z.assign(d.y),d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.z.assign(d.y),d.y.assign(n)}).ElseIf(n.lessThan(d.z),()=>{d.z.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),kv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=fn(t).toVar(),p=fn(r).toVar(),g=fn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(Tn(v,0),x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise2d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"texcoord",type:"vec2"},{name:"freq",type:"vec2"},{name:"offset",type:"vec2"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Gv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=Tn(t).toVar(),p=Tn(r).toVar(),g=Tn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(v,x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise3d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"position",type:"vec3"},{name:"freq",type:"vec3"},{name:"offset",type:"vec3"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),zv=an(([e])=>{const t=e.y,r=e.z,s=Tn().toVar();return ln(t.lessThan(1e-4),()=>{s.assign(Tn(r,r,r))}).Else(()=>{let i=e.x;i=i.sub(bo(i)).mul(6).toVar();const n=pn(Io(i)),a=i.sub(hn(n)),o=r.mul(t.oneMinus()),u=r.mul(t.mul(a).oneMinus()),l=r.mul(t.mul(a.oneMinus()).oneMinus());ln(n.equal(pn(0)),()=>{s.assign(Tn(r,l,o))}).ElseIf(n.equal(pn(1)),()=>{s.assign(Tn(u,r,o))}).ElseIf(n.equal(pn(2)),()=>{s.assign(Tn(o,r,l))}).ElseIf(n.equal(pn(3)),()=>{s.assign(Tn(o,u,r))}).ElseIf(n.equal(pn(4)),()=>{s.assign(Tn(l,o,r))}).Else(()=>{s.assign(Tn(r,o,u))})}),s}).setLayout({name:"mx_hsvtorgb",type:"vec3",inputs:[{name:"hsv",type:"vec3"}]}),$v=an(([e])=>{const t=Tn(e).toVar(),r=hn(t.x).toVar(),s=hn(t.y).toVar(),i=hn(t.z).toVar(),n=hn($o(r,$o(s,i))).toVar(),a=hn(Wo(r,Wo(s,i))).toVar(),o=hn(a.sub(n)).toVar(),u=hn().toVar(),l=hn().toVar(),d=hn().toVar();return d.assign(a),ln(a.greaterThan(0),()=>{l.assign(o.div(a))}).Else(()=>{l.assign(0)}),ln(l.lessThanEqual(0),()=>{u.assign(0)}).Else(()=>{ln(r.greaterThanEqual(a),()=>{u.assign(s.sub(i).div(o))}).ElseIf(s.greaterThanEqual(a),()=>{u.assign(wa(2,i.sub(r).div(o)))}).Else(()=>{u.assign(wa(4,r.sub(s).div(o)))}),u.mulAssign(1/6),ln(u.lessThan(0),()=>{u.addAssign(1)})}),Tn(u,l,d)}).setLayout({name:"mx_rgbtohsv",type:"vec3",inputs:[{name:"c",type:"vec3"}]}),Wv=an(([e])=>{const t=Tn(e).toVar(),r=Nn(Ua(t,Tn(.04045))).toVar(),s=Tn(t.div(12.92)).toVar(),i=Tn(Qo(Wo(t.add(Tn(.055)),Tn(0)).div(1.055),Tn(2.4))).toVar();return iu(s,i,r)}).setLayout({name:"mx_srgb_texture_to_lin_rec709",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Hv=(e,t)=>{e=hn(e),t=hn(t);const r=fn(t.dFdx(),t.dFdy()).length().mul(.7071067811865476);return uu(e.sub(r),e.add(r),t)},jv=(e,t,r,s)=>iu(e,t,r[s].clamp()),qv=(e,t,r,s,i)=>iu(e,t,Hv(r,s[i])),Xv=an(([e,t,r])=>{const s=To(e).toVar(),i=Ca(hn(.5).mul(t.sub(r)),Pd).div(s).toVar(),n=Ca(hn(-.5).mul(t.sub(r)),Pd).div(s).toVar(),a=Tn().toVar();a.x=s.x.greaterThan(hn(0)).select(i.x,n.x),a.y=s.y.greaterThan(hn(0)).select(i.y,n.y),a.z=s.z.greaterThan(hn(0)).select(i.z,n.z);const o=$o(a.x,a.y,a.z).toVar();return Pd.add(s.mul(o)).toVar().sub(r)}),Kv=an(([e,t])=>{const r=e.x,s=e.y,i=e.z;let n=t.element(0).mul(.886227);return n=n.add(t.element(1).mul(1.023328).mul(s)),n=n.add(t.element(2).mul(1.023328).mul(i)),n=n.add(t.element(3).mul(1.023328).mul(r)),n=n.add(t.element(4).mul(.858086).mul(r).mul(s)),n=n.add(t.element(5).mul(.858086).mul(s).mul(i)),n=n.add(t.element(6).mul(i.mul(i).mul(.743125).sub(.247708))),n=n.add(t.element(7).mul(.858086).mul(r).mul(i)),n=n.add(t.element(8).mul(.429043).mul(Ma(r,r).sub(Ma(s,s)))),n});var Yv=Object.freeze({__proto__:null,BRDF_GGX:Dg,BRDF_Lambert:Tg,BasicPointShadowFilter:H_,BasicShadowFilter:T_,Break:up,Const:Cu,Continue:()=>gl("continue").toStack(),DFGLUT:Og,D_GGX:Lg,Discard:ml,EPSILON:to,F_Schlick:xg,Fn:an,HALF_PI:ao,INFINITY:ro,If:ln,Loop:op,NodeAccess:Js,NodeShaderStage:Ys,NodeType:Zs,NodeUpdateType:Qs,OnBeforeMaterialUpdate:e=>tx(ex.BEFORE_MATERIAL,e),OnBeforeObjectUpdate:e=>tx(ex.BEFORE_OBJECT,e),OnMaterialUpdate:e=>tx(ex.MATERIAL,e),OnObjectUpdate:e=>tx(ex.OBJECT,e),PCFShadowFilter:__,PCFSoftShadowFilter:v_,PI:so,PI2:io,PointShadowFilter:j_,Return:()=>gl("return").toStack(),Schlick_to_F0:Gg,ScriptableNodeResources:eT,ShaderNode:Ki,Stack:dn,Switch:(...e)=>xi.Switch(...e),TBNViewMatrix:zc,TWO_PI:no,VSMShadowFilter:N_,V_GGX_SmithCorrelated:Mg,Var:wu,VarIntent:Mu,abs:wo,acesFilmicToneMapping:kx,acos:Ao,add:wa,addMethodChaining:_i,addNodeElement:function(e){d("TSL: AddNodeElement has been removed in favor of tree-shaking. Trying add",e)},agxToneMapping:Wx,all:oo,alphaT:Xn,and:Va,anisotropy:Kn,anisotropyB:Qn,anisotropyT:Yn,any:uo,append:e=>(d("TSL: append() has been renamed to Stack()."),dn(e)),array:_a,arrayBuffer:e=>Yi(new yi(e,"ArrayBuffer")),asin:Ro,assign:Na,atan:Eo,atan2:gu,atomicAdd:(e,t)=>NT(_T.ATOMIC_ADD,e,t),atomicAnd:(e,t)=>NT(_T.ATOMIC_AND,e,t),atomicFunc:NT,atomicLoad:e=>NT(_T.ATOMIC_LOAD,e,null),atomicMax:(e,t)=>NT(_T.ATOMIC_MAX,e,t),atomicMin:(e,t)=>NT(_T.ATOMIC_MIN,e,t),atomicOr:(e,t)=>NT(_T.ATOMIC_OR,e,t),atomicStore:(e,t)=>NT(_T.ATOMIC_STORE,e,t),atomicSub:(e,t)=>NT(_T.ATOMIC_SUB,e,t),atomicXor:(e,t)=>NT(_T.ATOMIC_XOR,e,t),attenuationColor:da,attenuationDistance:la,attribute:Sl,attributeArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new sx(e,r,s);return $h(i,t,e)},backgroundBlurriness:lx,backgroundIntensity:dx,backgroundRotation:cx,batch:rp,bentNormalView:Wc,billboarding:Tb,bitAnd:$a,bitNot:Wa,bitOr:Ha,bitXor:ja,bitangentGeometry:Oc,bitangentLocal:Vc,bitangentView:kc,bitangentWorld:Gc,bitcast:jy,blendBurn:Gp,blendColor:Hp,blendDodge:zp,blendOverlay:Wp,blendScreen:$p,blur:Gm,bool:mn,buffer:Ul,bufferAttribute:Ju,builtin:kl,builtinAOContext:Su,builtinShadowContext:Nu,bumpMap:Zc,burn:(...e)=>(d('TSL: "burn" has been renamed. Use "blendBurn" instead.'),Gp(e)),bvec2:xn,bvec3:Nn,bvec4:En,bypass:ll,cache:ol,call:Ra,cameraFar:td,cameraIndex:Jl,cameraNear:ed,cameraNormalMatrix:ad,cameraPosition:od,cameraProjectionMatrix:rd,cameraProjectionMatrixInverse:sd,cameraViewMatrix:id,cameraViewport:ud,cameraWorldMatrix:nd,cbrt:ru,cdl:wx,ceil:xo,checker:ev,cineonToneMapping:Ox,clamp:nu,clearcoat:Gn,clearcoatNormalView:Xd,clearcoatRoughness:zn,code:qx,color:cn,colorSpaceToWorking:Gu,colorToDirection:e=>Yi(e).mul(2).sub(1),compute:il,computeKernel:sl,computeSkinning:(e,t=null)=>{const r=new ip(e);return r.positionNode=$h(new $(e.geometry.getAttribute("position").array,3),"vec3").setPBO(!0).toReadOnly().element(jh).toVar(),r.skinIndexNode=$h(new $(new Uint32Array(e.geometry.getAttribute("skinIndex").array),4),"uvec4").setPBO(!0).toReadOnly().element(jh).toVar(),r.skinWeightNode=$h(new $(e.geometry.getAttribute("skinWeight").array,4),"vec4").setPBO(!0).toReadOnly().element(jh).toVar(),r.bindMatrixNode=xa(e.bindMatrix,"mat4"),r.bindMatrixInverseNode=xa(e.bindMatrixInverse,"mat4"),r.boneMatricesNode=Ul(e.skeleton.boneMatrices,"mat4",e.skeleton.bones.length),r.toPositionNode=t,Yi(r)},context:Tu,convert:Ln,convertColorSpace:(e,t,r)=>Yi(new Vu(Yi(e),t,r)),convertToTexture:(e,...t)=>e.isSampleNode||e.isTextureNode?e:e.isPassNode?e.getTextureNode():qb(e,...t),cos:No,countLeadingZeros:Qy,countOneBits:Zy,countTrailingZeros:Yy,cross:Yo,cubeTexture:hc,cubeTextureBase:cc,dFdx:Po,dFdy:Fo,dashSize:sa,debug:xl,decrement:Za,decrementBefore:Ya,defaultBuildStages:ti,defaultShaderStages:ei,defined:qi,degrees:co,deltaTime:fb,densityFog:function(e,t){return d('TSL: "densityFog( color, density )" is deprecated. Use "fog( color, densityFogFactor( density ) )" instead.'),aT(e,nT(t))},densityFogFactor:nT,depth:Lp,depthPass:(e,t,r)=>Yi(new Fx(Fx.DEPTH,e,t,r)),determinant:ko,difference:Xo,diffuseColor:Un,diffuseContribution:In,directPointLight:Z_,directionToColor:Hc,directionToFaceDirection:kd,dispersion:ca,disposeShadowMaterial:A_,distance:qo,div:Ba,dodge:(...e)=>(d('TSL: "dodge" has been renamed. Use "blendDodge" instead.'),zp(e)),dot:Ko,drawIndex:Yh,dynamicBufferAttribute:(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x),element:Bn,emissive:On,equal:Pa,equals:zo,equirectUV:ag,exp:ho,exp2:po,expression:gl,faceDirection:Vd,faceForward:lu,faceforward:mu,float:hn,floatBitsToInt:e=>new Hy(e,"int","float"),floatBitsToUint:qy,floor:bo,fog:aT,fract:_o,frameGroup:ma,frameId:yb,frontFacing:Od,fwidth:Oo,gain:(e,t)=>e.lessThan(.5)?eb(e.mul(2),t).div(2):Ca(1,eb(Ma(Ca(1,e),2),t).div(2)),gapSize:ia,getConstNodeType:Xi,getCurrentStack:un,getDirection:Im,getDistanceAttenuation:Q_,getGeometryRoughness:wg,getNormalFromDepth:Yb,getParallaxCorrectNormal:Xv,getRoughness:Cg,getScreenPosition:Kb,getShIrradianceAt:Kv,getShadowMaterial:R_,getShadowRenderObjectFunction:C_,getTextureIndex:zy,getViewPosition:Xb,ggxConvolution:Hm,globalId:mT,glsl:(e,t)=>qx(e,t,"glsl"),glslFn:(e,t)=>Kx(e,t,"glsl"),grayscale:Nx,greaterThan:Ua,greaterThanEqual:Oa,hash:Jy,highpModelNormalViewMatrix:Cd,highpModelViewMatrix:wd,hue:Ax,increment:Qa,incrementBefore:Ka,inspector:vl,instance:Zh,instanceIndex:jh,instancedArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new rx(e,r,s);return $h(i,t,e)},instancedBufferAttribute:el,instancedDynamicBufferAttribute:tl,instancedMesh:ep,int:pn,intBitsToFloat:e=>new Hy(e,"float","int"),interleavedGradientNoise:Qb,inverse:Go,inverseSqrt:yo,inversesqrt:fu,invocationLocalIndex:Kh,invocationSubgroupIndex:Xh,ior:aa,iridescence:Hn,iridescenceIOR:jn,iridescenceThickness:qn,isolate:al,ivec2:yn,ivec3:_n,ivec4:Rn,js:(e,t)=>qx(e,t,"js"),label:Ru,length:Mo,lengthSq:su,lessThan:Da,lessThanEqual:Ia,lightPosition:e_,lightProjectionUV:JT,lightShadowMatrix:ZT,lightTargetDirection:s_,lightTargetPosition:t_,lightViewPosition:r_,lightingContext:yp,lights:(e=[])=>Yi(new o_).setLights(e),linearDepth:Pp,linearToneMapping:Ux,localId:fT,log:go,log2:mo,logarithmicDepthToViewZ:(e,t,r)=>{const s=e.mul(go(r.div(t)));return hn(Math.E).pow(s).mul(t).negate()},luminance:Ex,mat2:wn,mat3:Cn,mat4:Mn,matcapUV:Mf,materialAO:Ih,materialAlphaTest:th,materialAnisotropy:Th,materialAnisotropyVector:Oh,materialAttenuationColor:wh,materialAttenuationDistance:Eh,materialClearcoat:gh,materialClearcoatNormal:fh,materialClearcoatRoughness:mh,materialColor:rh,materialDispersion:Dh,materialEmissive:ih,materialEnvIntensity:sc,materialEnvRotation:ic,materialIOR:Ah,materialIridescence:_h,materialIridescenceIOR:vh,materialIridescenceThickness:Nh,materialLightMap:Uh,materialLineDashOffset:Ph,materialLineDashSize:Mh,materialLineGapSize:Bh,materialLineScale:Ch,materialLineWidth:Lh,materialMetalness:hh,materialNormal:ph,materialOpacity:nh,materialPointSize:Fh,materialReference:bc,materialReflectivity:dh,materialRefractionRatio:rc,materialRotation:yh,materialRoughness:ch,materialSheen:bh,materialSheenRoughness:xh,materialShininess:sh,materialSpecular:ah,materialSpecularColor:uh,materialSpecularIntensity:oh,materialSpecularStrength:lh,materialThickness:Rh,materialTransmission:Sh,max:Wo,maxMipLevel:Cl,mediumpModelViewMatrix:Ed,metalness:kn,min:$o,mix:iu,mixElement:cu,mod:La,modInt:Ja,modelDirection:bd,modelNormalMatrix:Sd,modelPosition:Td,modelRadius:Nd,modelScale:_d,modelViewMatrix:Ad,modelViewPosition:vd,modelViewProjection:Vh,modelWorldMatrix:xd,modelWorldMatrixInverse:Rd,morphReference:pp,mrt:Wy,mul:Ma,mx_aastep:Hv,mx_add:(e,t=hn(0))=>wa(e,t),mx_atan2:(e=hn(0),t=hn(1))=>Eo(e,t),mx_cell_noise_float:(e=Rl())=>Ev(e.convert("vec2|vec3")),mx_contrast:(e,t=1,r=.5)=>hn(e).sub(r).mul(t).add(r),mx_divide:(e,t=hn(1))=>Ba(e,t),mx_fractal_noise_float:(e=Rl(),t=3,r=2,s=.5,i=1)=>Cv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec2:(e=Rl(),t=3,r=2,s=.5,i=1)=>Bv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec3:(e=Rl(),t=3,r=2,s=.5,i=1)=>Mv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec4:(e=Rl(),t=3,r=2,s=.5,i=1)=>Lv(e,pn(t),r,s).mul(i),mx_frame:()=>yb,mx_heighttonormal:(e,t)=>(e=Tn(e),t=hn(t),Zc(e,t)),mx_hsvtorgb:zv,mx_ifequal:(e,t,r,s)=>e.equal(t).mix(r,s),mx_ifgreater:(e,t,r,s)=>e.greaterThan(t).mix(r,s),mx_ifgreatereq:(e,t,r,s)=>e.greaterThanEqual(t).mix(r,s),mx_invert:(e,t=hn(1))=>Ca(t,e),mx_modulo:(e,t=hn(1))=>La(e,t),mx_multiply:(e,t=hn(1))=>Ma(e,t),mx_noise_float:(e=Rl(),t=1,r=0)=>Rv(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec3:(e=Rl(),t=1,r=0)=>Av(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec4:(e=Rl(),t=1,r=0)=>{e=e.convert("vec2|vec3");return Sn(Av(e),Rv(e.add(fn(19,73)))).mul(t).add(r)},mx_place2d:(e,t=fn(.5,.5),r=fn(1,1),s=hn(0),i=fn(0,0))=>{let n=e;if(t&&(n=n.sub(t)),r&&(n=n.mul(r)),s){const e=s.mul(Math.PI/180),t=e.cos(),r=e.sin();n=fn(n.x.mul(t).sub(n.y.mul(r)),n.x.mul(r).add(n.y.mul(t)))}return t&&(n=n.add(t)),i&&(n=n.add(i)),n},mx_power:(e,t=hn(1))=>Qo(e,t),mx_ramp4:(e,t,r,s,i=Rl())=>{const n=i.x.clamp(),a=i.y.clamp(),o=iu(e,t,n),u=iu(r,s,n);return iu(o,u,a)},mx_ramplr:(e,t,r=Rl())=>jv(e,t,r,"x"),mx_ramptb:(e,t,r=Rl())=>jv(e,t,r,"y"),mx_rgbtohsv:$v,mx_rotate2d:(e,t)=>{e=fn(e);const r=(t=hn(t)).mul(Math.PI/180);return Ff(e,r)},mx_rotate3d:(e,t,r)=>{e=Tn(e),t=hn(t),r=Tn(r);const s=t.mul(Math.PI/180),i=r.normalize(),n=s.cos(),a=s.sin(),o=hn(1).sub(n);return e.mul(n).add(i.cross(e).mul(a)).add(i.mul(i.dot(e)).mul(o))},mx_safepower:(e,t=1)=>(e=hn(e)).abs().pow(t).mul(e.sign()),mx_separate:(e,t=null)=>{if("string"==typeof t){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3},s=t.replace(/^out/,"").toLowerCase();if(void 0!==r[s])return e.element(r[s])}if("number"==typeof t)return e.element(t);if("string"==typeof t&&1===t.length){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3};if(void 0!==r[t])return e.element(r[t])}return e},mx_splitlr:(e,t,r,s=Rl())=>qv(e,t,r,s,"x"),mx_splittb:(e,t,r,s=Rl())=>qv(e,t,r,s,"y"),mx_srgb_texture_to_lin_rec709:Wv,mx_subtract:(e,t=hn(0))=>Ca(e,t),mx_timer:()=>mb,mx_transform_uv:(e=1,t=0,r=Rl())=>r.mul(e).add(t),mx_unifiednoise2d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>kv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_unifiednoise3d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>Gv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_worley_noise_float:(e=Rl(),t=1)=>Iv(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec2:(e=Rl(),t=1)=>Ov(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec3:(e=Rl(),t=1)=>Vv(e.convert("vec2|vec3"),t,pn(1)),negate:Bo,neutralToneMapping:Hx,nodeArray:Ji,nodeImmutable:tn,nodeObject:Yi,nodeObjectIntent:Qi,nodeObjects:Zi,nodeProxy:en,nodeProxyIntent:rn,normalFlat:$d,normalGeometry:Gd,normalLocal:zd,normalMap:Xc,normalView:jd,normalViewGeometry:Wd,normalWorld:qd,normalWorldGeometry:Hd,normalize:To,not:Ga,notEqual:Fa,numWorkgroups:pT,objectDirection:cd,objectGroup:ya,objectPosition:pd,objectRadius:fd,objectScale:gd,objectViewPosition:md,objectWorldMatrix:hd,oneMinus:Lo,or:ka,orthographicDepthToViewZ:(e,t,r)=>t.sub(r).mul(e).sub(t),oscSawtooth:(e=mb)=>e.fract(),oscSine:(e=mb)=>e.add(.75).mul(2*Math.PI).sin().mul(.5).add(.5),oscSquare:(e=mb)=>e.fract().round(),oscTriangle:(e=mb)=>e.add(.5).fract().mul(2).sub(1).abs(),output:ra,outputStruct:Gy,overlay:(...e)=>(d('TSL: "overlay" has been renamed. Use "blendOverlay" instead.'),Wp(e)),overloadingFn:gb,packHalf2x16:ib,packSnorm2x16:rb,packUnorm2x16:sb,parabola:eb,parallaxDirection:$c,parallaxUV:(e,t)=>e.sub($c.mul(t)),parameter:(e,t)=>Yi(new Dy(e,t)),pass:(e,t,r)=>Yi(new Fx(Fx.COLOR,e,t,r)),passTexture:(e,t)=>Yi(new Lx(e,t)),pcurve:(e,t,r)=>Qo(Ba(Qo(e,t),wa(Qo(e,t),Qo(Ca(1,e),r))),1/t),perspectiveDepthToViewZ:Cp,pmremTexture:mf,pointShadow:K_,pointUV:nx,pointWidth:na,positionGeometry:Md,positionLocal:Bd,positionPrevious:Ld,positionView:Dd,positionViewDirection:Ud,positionWorld:Pd,positionWorldDirection:Fd,posterize:Mx,pow:Qo,pow2:Zo,pow3:Jo,pow4:eu,premultiplyAlpha:jp,property:Fn,quadBroadcast:KT,quadSwapDiagonal:$T,quadSwapX:GT,quadSwapY:zT,radians:lo,rand:du,range:dT,rangeFog:function(e,t,r){return d('TSL: "rangeFog( color, near, far )" is deprecated. Use "fog( color, rangeFogFactor( near, far ) )" instead.'),aT(e,iT(t,r))},rangeFogFactor:iT,reciprocal:Uo,reference:mc,referenceBuffer:fc,reflect:jo,reflectVector:oc,reflectView:nc,reflector:e=>Yi(new Vb(e)),refract:ou,refractVector:uc,refractView:ac,reinhardToneMapping:Ix,remap:cl,remapClamp:hl,renderGroup:fa,renderOutput:yl,rendererReference:Hu,replaceDefaultUV:function(e,t=null){return Tu(t,{getUV:e})},rotate:Ff,rotateUV:bb,roughness:Vn,round:Do,rtt:qb,sRGBTransferEOTF:Uu,sRGBTransferOETF:Iu,sample:(e,t=null)=>Yi(new Jb(e,Yi(t))),sampler:e=>(!0===e.isNode?e:Pl(e)).convert("sampler"),samplerComparison:e=>(!0===e.isNode?e:Pl(e)).convert("samplerComparison"),saturate:au,saturation:Sx,screen:(...e)=>(d('TSL: "screen" has been renamed. Use "blendScreen" instead.'),$p(e)),screenCoordinate:ql,screenDPR:Wl,screenSize:jl,screenUV:Hl,scriptable:rT,scriptableValue:Qx,select:bu,setCurrentStack:on,setName:vu,shaderStages:ri,shadow:U_,shadowPositionWorld:l_,shapeCircle:tv,sharedUniformGroup:ga,sheen:$n,sheenRoughness:Wn,shiftLeft:qa,shiftRight:Xa,shininess:ta,sign:Co,sin:vo,sinc:(e,t)=>vo(so.mul(t.mul(e).sub(1))).div(so.mul(t.mul(e).sub(1))),skinning:np,smoothstep:uu,smoothstepElement:hu,specularColor:Zn,specularColorBlended:Jn,specularF90:ea,spherizeUV:xb,split:(e,t)=>Yi(new hi(Yi(e),t)),spritesheetUV:Nb,sqrt:fo,stack:Iy,step:Ho,stepElement:pu,storage:$h,storageBarrier:()=>bT("storage").toStack(),storageObject:(e,t,r)=>(d('TSL: "storageObject()" is deprecated. Use "storage().setPBO( true )" instead.'),$h(e,t,r).setPBO(!0)),storageTexture:px,string:(e="")=>Yi(new yi(e,"string")),struct:(e,t=null)=>{const r=new Oy(e,t),s=(...t)=>{let s=null;if(t.length>0)if(t[0].isNode){s={};const r=Object.keys(e);for(let e=0;efx(e,t).level(r),texture3DLoad:(...e)=>fx(...e).setSampler(!1),textureBarrier:()=>bT("texture").toStack(),textureBicubic:om,textureBicubicLevel:am,textureCubeUV:Om,textureLevel:(e,t,r)=>Pl(e,t).level(r),textureLoad:Fl,textureSize:El,textureStore:(e,t,r)=>{const s=px(e,t,r);return null!==r&&s.toStack(),s},thickness:ua,time:mb,toneMapping:qu,toneMappingExposure:Xu,toonOutlinePass:(t,r,s=new e(0,0,0),i=.003,n=1)=>Yi(new Dx(t,r,Yi(s),Yi(i),Yi(n))),transformDirection:tu,transformNormal:Kd,transformNormalToView:Yd,transformedClearcoatNormalView:Jd,transformedNormalView:Qd,transformedNormalWorld:Zd,transmission:oa,transpose:Vo,triNoise3D:cb,triplanarTexture:(...e)=>Sb(...e),triplanarTextures:Sb,trunc:Io,uint:gn,uintBitsToFloat:e=>new Hy(e,"float","uint"),uniform:xa,uniformArray:Vl,uniformCubeTexture:(e=lc)=>cc(e),uniformFlow:_u,uniformGroup:pa,uniformTexture:(e=Ml)=>Pl(e),unpackHalf2x16:ub,unpackNormal:jc,unpackSnorm2x16:ab,unpackUnorm2x16:ob,unpremultiplyAlpha:qp,userData:(e,t,r)=>Yi(new yx(e,t,r)),uv:Rl,uvec2:bn,uvec3:vn,uvec4:An,varying:Fu,varyingProperty:Dn,vec2:fn,vec3:Tn,vec4:Sn,vectorComponents:si,velocity:vx,vertexColor:kp,vertexIndex:Hh,vertexStage:Du,vibrance:Rx,viewZToLogarithmicDepth:Mp,viewZToOrthographicDepth:Ep,viewZToPerspectiveDepth:wp,viewport:Xl,viewportCoordinate:Yl,viewportDepthTexture:Rp,viewportLinearDepth:Fp,viewportMipTexture:vp,viewportResolution:Zl,viewportSafeUV:_b,viewportSharedTexture:tg,viewportSize:Kl,viewportTexture:_p,viewportUV:Ql,vogelDiskSample:Zb,wgsl:(e,t)=>qx(e,t,"wgsl"),wgslFn:(e,t)=>Kx(e,t,"wgsl"),workgroupArray:(e,t)=>Yi(new TT("Workgroup",e,t)),workgroupBarrier:()=>bT("workgroup").toStack(),workgroupId:gT,workingToColorSpace:ku,xor:za});const Qv=new Fy;class Zv extends ty{constructor(e,t){super(),this.renderer=e,this.nodes=t}update(e,t,r){const s=this.renderer,i=this.nodes.getBackgroundNode(e)||e.background;let n=!1;if(null===i)s._clearColor.getRGB(Qv),Qv.a=s._clearColor.a;else if(!0===i.isColor)i.getRGB(Qv),Qv.a=1,n=!0;else if(!0===i.isNode){const u=this.get(e),l=i;Qv.copy(s._clearColor);let d=u.backgroundMesh;if(void 0===d){const h=Sn(l).mul(dx).context({getUV:()=>cx.mul(Hd),getTextureLevel:()=>lx}),p=rd.element(3).element(3).equal(1),g=Ba(1,rd.element(1).element(1)).mul(3),m=p.select(Bd.mul(g),Bd);let f=rd.mul(Ad.mul(Sn(m,1)));f=f.setZ(f.w);const y=new Xp;function b(){i.removeEventListener("dispose",b),d.material.dispose(),d.geometry.dispose()}y.name="Background.material",y.side=w,y.depthTest=!1,y.depthWrite=!1,y.allowOverride=!1,y.fog=!1,y.lights=!1,y.vertexNode=f,y.colorNode=h,u.backgroundMeshNode=h,u.backgroundMesh=d=new se(new Ye(1,32,32),y),d.frustumCulled=!1,d.name="Background.mesh",d.onBeforeRender=function(e,t,r){this.matrixWorld.copyPosition(r.matrixWorld)},i.addEventListener("dispose",b)}const c=l.getCacheKey();u.backgroundCacheKey!==c&&(u.backgroundMeshNode.node=Sn(l).mul(dx),u.backgroundMeshNode.needsUpdate=!0,d.material.needsUpdate=!0,u.backgroundCacheKey=c),t.unshift(d,d.geometry,d.material,0,0,null,null)}else o("Renderer: Unsupported background configuration.",i);const a=s.xr.getEnvironmentBlendMode();if("additive"===a?Qv.set(0,0,0,1):"alpha-blend"===a&&Qv.set(0,0,0,0),!0===s.autoClear||!0===n){const x=r.clearColorValue;x.r=Qv.r,x.g=Qv.g,x.b=Qv.b,x.a=Qv.a,!0!==s.backend.isWebGLBackend&&!0!==s.alpha||(x.r*=x.a,x.g*=x.a,x.b*=x.a),r.depthClearValue=s._clearDepth,r.stencilClearValue=s._clearStencil,r.clearColor=!0===s.autoClearColor,r.clearDepth=!0===s.autoClearDepth,r.clearStencil=!0===s.autoClearStencil}else r.clearColor=!1,r.clearDepth=!1,r.clearStencil=!1}}let Jv=0;class eN{constructor(e="",t=[],r=0,s=[]){this.name=e,this.bindings=t,this.index=r,this.bindingsReference=s,this.id=Jv++}}class tN{constructor(e,t,r,s,i,n,a,o,u,l=[]){this.vertexShader=e,this.fragmentShader=t,this.computeShader=r,this.transforms=l,this.nodeAttributes=s,this.bindings=i,this.updateNodes=n,this.updateBeforeNodes=a,this.updateAfterNodes=o,this.observer=u,this.usedTimes=0}createBindings(){const e=[];for(const t of this.bindings){if(!0!==t.bindings[0].groupNode.shared){const r=new eN(t.name,[],t.index,t.bindingsReference);e.push(r);for(const e of t.bindings)r.bindings.push(e.clone())}else e.push(t)}return e}}class rN{constructor(e,t,r=null){this.isNodeAttribute=!0,this.name=e,this.type=t,this.node=r}}class sN{constructor(e,t,r){this.isNodeUniform=!0,this.name=e,this.type=t,this.node=r}get value(){return this.node.value}set value(e){this.node.value=e}get id(){return this.node.id}get groupNode(){return this.node.groupNode}}class iN{constructor(e,t,r=!1,s=null){this.isNodeVar=!0,this.name=e,this.type=t,this.readOnly=r,this.count=s}}class nN extends iN{constructor(e,t,r=null,s=null){super(e,t),this.needsInterpolation=!1,this.isNodeVarying=!0,this.interpolationType=r,this.interpolationSampling=s}}class aN{constructor(e,t,r=""){this.name=e,this.type=t,this.code=r,Object.defineProperty(this,"isNodeCode",{value:!0})}}let oN=0;class uN{constructor(e=null){this.id=oN++,this.nodesData=new WeakMap,this.parent=e}getData(e){let t=this.nodesData.get(e);return void 0===t&&null!==this.parent&&(t=this.parent.getData(e)),t}setData(e,t){this.nodesData.set(e,t)}}class lN{constructor(e,t){this.name=e,this.members=t,this.output=!1}}class dN{constructor(e,t){this.name=e,this.value=t,this.boundary=0,this.itemSize=0,this.offset=0}setValue(e){this.value=e}getValue(){return this.value}}class cN extends dN{constructor(e,t=0){super(e,t),this.isNumberUniform=!0,this.boundary=4,this.itemSize=1}}class hN extends dN{constructor(e,r=new t){super(e,r),this.isVector2Uniform=!0,this.boundary=8,this.itemSize=2}}class pN extends dN{constructor(e,t=new r){super(e,t),this.isVector3Uniform=!0,this.boundary=16,this.itemSize=3}}class gN extends dN{constructor(e,t=new s){super(e,t),this.isVector4Uniform=!0,this.boundary=16,this.itemSize=4}}class mN extends dN{constructor(t,r=new e){super(t,r),this.isColorUniform=!0,this.boundary=16,this.itemSize=3}}class fN extends dN{constructor(e,t=new i){super(e,t),this.isMatrix2Uniform=!0,this.boundary=8,this.itemSize=4}}class yN extends dN{constructor(e,t=new n){super(e,t),this.isMatrix3Uniform=!0,this.boundary=48,this.itemSize=12}}class bN extends dN{constructor(e,t=new a){super(e,t),this.isMatrix4Uniform=!0,this.boundary=64,this.itemSize=16}}class xN extends cN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class TN extends hN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class _N extends pN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class vN extends gN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class NN extends mN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class SN extends fN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class RN extends yN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class AN extends bN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}let EN=0;const wN=new WeakMap,CN=new WeakMap,MN=new Map([[Int8Array,"int"],[Int16Array,"int"],[Int32Array,"int"],[Uint8Array,"uint"],[Uint16Array,"uint"],[Uint32Array,"uint"],[Float32Array,"float"]]),BN=e=>/e/g.test(e)?String(e).replace(/\+/g,""):(e=Number(e))+(e%1?"":".0");class LN{constructor(e,t,r){this.object=e,this.material=e&&e.material||null,this.geometry=e&&e.geometry||null,this.renderer=t,this.parser=r,this.scene=null,this.camera=null,this.nodes=[],this.sequentialNodes=[],this.updateNodes=[],this.updateBeforeNodes=[],this.updateAfterNodes=[],this.hashNodes={},this.observer=null,this.lightsNode=null,this.environmentNode=null,this.fogNode=null,this.clippingContext=null,this.vertexShader=null,this.fragmentShader=null,this.computeShader=null,this.flowNodes={vertex:[],fragment:[],compute:[]},this.flowCode={vertex:"",fragment:"",compute:""},this.uniforms={vertex:[],fragment:[],compute:[],index:0},this.structs={vertex:[],fragment:[],compute:[],index:0},this.types={vertex:[],fragment:[],compute:[],index:0},this.bindings={vertex:{},fragment:{},compute:{}},this.bindingsIndexes={},this.bindGroups=null,this.attributes=[],this.bufferAttributes=[],this.varyings=[],this.codes={},this.vars={},this.declarations={},this.flow={code:""},this.chaining=[],this.stack=Iy(),this.stacks=[],this.tab="\t",this.currentFunctionNode=null,this.context={material:this.material},this.cache=new uN,this.globalCache=this.cache,this.flowsData=new WeakMap,this.shaderStage=null,this.buildStage=null,this.subBuildLayers=[],this.activeStacks=[],this.subBuildFn=null,this.fnCall=null,Object.defineProperty(this,"id",{value:EN++})}isOpaque(){const e=this.material;return!1===e.transparent&&e.blending===Qe&&!1===e.alphaToCoverage}getBindGroupsCache(){let e=CN.get(this.renderer);return void 0===e&&(e=new Yf,CN.set(this.renderer,e)),e}createRenderTarget(e,t,r){return new _e(e,t,r)}createCubeRenderTarget(e,t){return new og(e,t)}includes(e){return this.nodes.includes(e)}getOutputStructName(){}_getBindGroup(e,t){const r=this.getBindGroupsCache(),s=[];let i,n=!0;for(const e of t)s.push(e),n=n&&!0!==e.groupNode.shared;return n?(i=r.get(s),void 0===i&&(i=new eN(e,s,this.bindingsIndexes[e].group,s),r.set(s,i))):i=new eN(e,s,this.bindingsIndexes[e].group,s),i}getBindGroupArray(e,t){const r=this.bindings[t];let s=r[e];return void 0===s&&(void 0===this.bindingsIndexes[e]&&(this.bindingsIndexes[e]={binding:0,group:Object.keys(this.bindingsIndexes).length}),r[e]=s=[]),s}getBindings(){let e=this.bindGroups;if(null===e){const t={},r=this.bindings;for(const e of ri)for(const s in r[e]){const i=r[e][s];(t[s]||(t[s]=[])).push(...i)}e=[];for(const r in t){const s=t[r],i=this._getBindGroup(r,s);e.push(i)}this.bindGroups=e}return e}sortBindingGroups(){const e=this.getBindings();e.sort((e,t)=>e.bindings[0].groupNode.order-t.bindings[0].groupNode.order);for(let t=0;t=0?`${Math.round(n)}u`:"0u";if("bool"===i)return n?"true":"false";if("color"===i)return`${this.getType("vec3")}( ${BN(n.r)}, ${BN(n.g)}, ${BN(n.b)} )`;const a=this.getTypeLength(i),o=this.getComponentType(i),u=e=>this.generateConst(o,e);if(2===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)} )`;if(3===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)} )`;if(4===a&&"mat2"!==i)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)}, ${u(n.w)} )`;if(a>=4&&n&&(n.isMatrix2||n.isMatrix3||n.isMatrix4))return`${this.getType(i)}( ${n.elements.map(u).join(", ")} )`;if(a>4)return`${this.getType(i)}()`;throw new Error(`NodeBuilder: Type '${i}' not found in generate constant attempt.`)}getType(e){return"color"===e?"vec3":e}hasGeometryAttribute(e){return this.geometry&&void 0!==this.geometry.getAttribute(e)}getAttribute(e,t){const r=this.attributes;for(const t of r)if(t.name===e)return t;const s=new rN(e,t);return this.registerDeclaration(s),r.push(s),s}getPropertyName(e){return e.name}isVector(e){return/vec\d/.test(e)}isMatrix(e){return/mat\d/.test(e)}isReference(e){return"void"===e||"property"===e||"sampler"===e||"samplerComparison"===e||"texture"===e||"cubeTexture"===e||"storageTexture"===e||"depthTexture"===e||"texture3D"===e}needsToWorkingColorSpace(){return!1}getComponentTypeFromTexture(e){const t=e.type;if(e.isDataTexture){if(t===R)return"int";if(t===S)return"uint"}return"float"}getElementType(e){return"mat2"===e?"vec2":"mat3"===e?"vec3":"mat4"===e?"vec4":this.getComponentType(e)}getComponentType(e){if("float"===(e=this.getVectorType(e))||"bool"===e||"int"===e||"uint"===e)return e;const t=/(b|i|u|)(vec|mat)([2-4])/.exec(e);return null===t?null:"b"===t[1]?"bool":"i"===t[1]?"int":"u"===t[1]?"uint":"float"}getVectorType(e){return"color"===e?"vec3":"texture"===e||"cubeTexture"===e||"storageTexture"===e||"texture3D"===e?"vec4":e}getTypeFromLength(e,t="float"){if(1===e)return t;let r=Vs(e);const s="float"===t?"":t[0];return!0===/mat2/.test(t)&&(r=r.replace("vec","mat")),s+r}getTypeFromArray(e){return MN.get(e.constructor)}isInteger(e){return/int|uint|(i|u)vec/.test(e)}getTypeFromAttribute(e){let t=e;e.isInterleavedBufferAttribute&&(t=e.data);const r=t.array,s=e.itemSize,i=e.normalized;let n;return e instanceof et||!0===i||(n=this.getTypeFromArray(r)),this.getTypeFromLength(s,n)}getTypeLength(e){const t=this.getVectorType(e),r=/vec([2-4])/.exec(t);return null!==r?Number(r[1]):"float"===t||"bool"===t||"int"===t||"uint"===t?1:!0===/mat2/.test(e)?4:!0===/mat3/.test(e)?9:!0===/mat4/.test(e)?16:0}getVectorFromMatrix(e){return e.replace("mat","vec")}changeComponentType(e,t){return this.getTypeFromLength(this.getTypeLength(e),t)}getIntegerType(e){const t=this.getComponentType(e);return"int"===t||"uint"===t?e:this.changeComponentType(e,"int")}setActiveStack(e){this.activeStacks.push(e)}removeActiveStack(e){if(this.activeStacks[this.activeStacks.length-1]!==e)throw new Error("NodeBuilder: Invalid active stack removal.");this.activeStacks.pop()}getActiveStack(){return this.activeStacks[this.activeStacks.length-1]}getBaseStack(){return this.activeStacks[0]}addStack(){this.stack=Iy(this.stack);const e=un();return this.stacks.push(e),on(this.stack),this.stack}removeStack(){const e=this.stack;for(const t of e.nodes){this.getDataFromNode(t).stack=e}return this.stack=e.parent,on(this.stacks.pop()),e}getDataFromNode(e,t=this.shaderStage,r=null){let s=(r=null===r?e.isGlobal(this)?this.globalCache:this.cache:r).getData(e);void 0===s&&(s={},r.setData(e,s)),void 0===s[t]&&(s[t]={});let i=s[t];const n=s.any?s.any.subBuilds:null,a=this.getClosestSubBuild(n);return a&&(void 0===i.subBuildsCache&&(i.subBuildsCache={}),i=i.subBuildsCache[a]||(i.subBuildsCache[a]={}),i.subBuilds=n),i}getNodeProperties(e,t="any"){const r=this.getDataFromNode(e,t);return r.properties||(r.properties={outputNode:null})}getBufferAttributeFromNode(e,t){const r=this.getDataFromNode(e,"vertex");let s=r.bufferAttribute;if(void 0===s){const i=this.uniforms.index++;s=new rN("nodeAttribute"+i,t,e),this.bufferAttributes.push(s),r.bufferAttribute=s}return s}getStructTypeNode(e,t=this.shaderStage){return this.types[t][e]||null}getStructTypeFromNode(e,t,r=null,s=this.shaderStage){const i=this.getDataFromNode(e,s,this.globalCache);let n=i.structType;if(void 0===n){const a=this.structs.index++;null===r&&(r="StructType"+a),n=new lN(r,t),this.structs[s].push(n),this.types[s][r]=e,i.structType=n}return n}getOutputStructTypeFromNode(e,t){const r=this.getStructTypeFromNode(e,t,"OutputType","fragment");return r.output=!0,r}getUniformFromNode(e,t,r=this.shaderStage,s=null){const i=this.getDataFromNode(e,r,this.globalCache);let n=i.uniform;if(void 0===n){const a=this.uniforms.index++;n=new sN(s||"nodeUniform"+a,t,e),this.uniforms[r].push(n),this.registerDeclaration(n),i.uniform=n}return n}getVarFromNode(e,t=null,r=e.getNodeType(this),s=this.shaderStage,i=!1){const n=this.getDataFromNode(e,s),a=this.getSubBuildProperty("variable",n.subBuilds);let o=n[a];if(void 0===o){const u=i?"_const":"_var",l=this.vars[s]||(this.vars[s]=[]),d=this.vars[u]||(this.vars[u]=0);null===t&&(t=(i?"nodeConst":"nodeVar")+d,this.vars[u]++),"variable"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds));const c=e.getArrayCount(this);o=new iN(t,r,i,c),i||l.push(o),this.registerDeclaration(o),n[a]=o}return o}isDeterministic(e){if(e.isMathNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode))&&(!e.cNode||this.isDeterministic(e.cNode));if(e.isOperatorNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode));if(e.isArrayNode){if(null!==e.values)for(const t of e.values)if(!this.isDeterministic(t))return!1;return!0}return!!e.isConstNode}getVaryingFromNode(e,t=null,r=e.getNodeType(this),s=null,i=null){const n=this.getDataFromNode(e,"any"),a=this.getSubBuildProperty("varying",n.subBuilds);let o=n[a];if(void 0===o){const e=this.varyings,u=e.length;null===t&&(t="nodeVarying"+u),"varying"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds)),o=new nN(t,r,s,i),e.push(o),this.registerDeclaration(o),n[a]=o}return o}registerDeclaration(e){const t=this.shaderStage,r=this.declarations[t]||(this.declarations[t]={}),s=this.getPropertyName(e);let i=1,n=s;for(;void 0!==r[n];)n=s+"_"+i++;i>1&&(e.name=n,d(`TSL: Declaration name '${s}' of '${e.type}' already in use. Renamed to '${n}'.`)),r[n]=e}getCodeFromNode(e,t,r=this.shaderStage){const s=this.getDataFromNode(e);let i=s.code;if(void 0===i){const e=this.codes[r]||(this.codes[r]=[]),n=e.length;i=new aN("nodeCode"+n,t),e.push(i),s.code=i}return i}addFlowCodeHierarchy(e,t){const{flowCodes:r,flowCodeBlock:s}=this.getDataFromNode(e);let i=!0,n=t;for(;n;){if(!0===s.get(n)){i=!1;break}n=this.getDataFromNode(n).parentNodeBlock}if(i)for(const e of r)this.addLineFlowCode(e)}addLineFlowCodeBlock(e,t,r){const s=this.getDataFromNode(e),i=s.flowCodes||(s.flowCodes=[]),n=s.flowCodeBlock||(s.flowCodeBlock=new WeakMap);i.push(t),n.set(r,!0)}addLineFlowCode(e,t=null){return""===e||(null!==t&&this.context.nodeBlock&&this.addLineFlowCodeBlock(t,e,this.context.nodeBlock),e=this.tab+e,/;\s*$/.test(e)||(e+=";\n"),this.flow.code+=e),this}addFlowCode(e){return this.flow.code+=e,this}addFlowTab(){return this.tab+="\t",this}removeFlowTab(){return this.tab=this.tab.slice(0,-1),this}getFlowData(e){return this.flowsData.get(e)}flowNode(e){const t=e.getNodeType(this),r=this.flowChildNode(e,t);return this.flowsData.set(e,r),r}addInclude(e){null!==this.currentFunctionNode&&this.currentFunctionNode.includes.push(e)}buildFunctionNode(e){const t=new Xx,r=this.currentFunctionNode;return this.currentFunctionNode=t,t.code=this.buildFunctionCode(e),this.currentFunctionNode=r,t}flowShaderNode(e){const t=e.layout,r={[Symbol.iterator](){let e=0;const t=Object.values(this);return{next:()=>({value:t[e],done:e++>=t.length})}}};for(const e of t.inputs)r[e.name]=new Dy(e.type,e.name);e.layout=null;const s=e.call(r),i=this.flowStagesNode(s,t.type);return e.layout=t,i}flowBuildStage(e,t,r=null){const s=this.getBuildStage();this.setBuildStage(t);const i=e.build(this,r);return this.setBuildStage(s),i}flowStagesNode(e,t=null){const r=this.flow,s=this.vars,i=this.declarations,n=this.cache,a=this.buildStage,o=this.stack,u={code:""};this.flow=u,this.vars={},this.declarations={},this.cache=new uN,this.stack=Iy();for(const r of ti)this.setBuildStage(r),u.result=e.build(this,t);return u.vars=this.getVars(this.shaderStage),this.flow=r,this.vars=s,this.declarations=i,this.cache=n,this.stack=o,this.setBuildStage(a),u}getFunctionOperator(){return null}buildFunctionCode(){d("Abstract function.")}flowChildNode(e,t=null){const r=this.flow,s={code:""};return this.flow=s,s.result=e.build(this,t),this.flow=r,s}flowNodeFromShaderStage(e,t,r=null,s=null){const i=this.tab,n=this.cache,a=this.shaderStage,o=this.context;this.setShaderStage(e);const u={...this.context};delete u.nodeBlock,this.cache=this.globalCache,this.tab="\t",this.context=u;let l=null;if("generate"===this.buildStage){const i=this.flowChildNode(t,r);null!==s&&(i.code+=`${this.tab+s} = ${i.result};\n`),this.flowCode[e]=this.flowCode[e]+i.code,l=i}else l=t.build(this);return this.setShaderStage(a),this.cache=n,this.tab=i,this.context=o,l}getAttributesArray(){return this.attributes.concat(this.bufferAttributes)}getAttributes(){d("Abstract function.")}getVaryings(){d("Abstract function.")}getVar(e,t,r=null){return`${null!==r?this.generateArrayDeclaration(e,r):this.getType(e)} ${t}`}getVars(e){let t="";const r=this.vars[e];if(void 0!==r)for(const e of r)t+=`${this.getVar(e.type,e.name)}; `;return t}getUniforms(){d("Abstract function.")}getCodes(e){const t=this.codes[e];let r="";if(void 0!==t)for(const e of t)r+=e.code+"\n";return r}getHash(){return this.vertexShader+this.fragmentShader+this.computeShader}setShaderStage(e){this.shaderStage=e}getShaderStage(){return this.shaderStage}setBuildStage(e){this.buildStage=e}getBuildStage(){return this.buildStage}buildCode(){d("Abstract function.")}get subBuild(){return this.subBuildLayers[this.subBuildLayers.length-1]||null}addSubBuild(e){this.subBuildLayers.push(e)}removeSubBuild(){return this.subBuildLayers.pop()}getClosestSubBuild(e){let t;if(t=e&&e.isNode?e.isShaderCallNodeInternal?e.shaderNode.subBuilds:e.isStackNode?[e.subBuild]:this.getDataFromNode(e,"any").subBuilds:e instanceof Set?[...e]:e,!t)return null;const r=this.subBuildLayers;for(let e=t.length-1;e>=0;e--){const s=t[e];if(r.includes(s))return s}return null}getSubBuildOutput(e){return this.getSubBuildProperty("outputNode",e)}getSubBuildProperty(e="",t=null){let r,s;return r=null!==t?this.getClosestSubBuild(t):this.subBuildFn,s=r?e?r+"_"+e:r:e,s}build(){const{object:e,material:t,renderer:r}=this;if(null!==t){let e=r.library.fromMaterial(t);null===e&&(o(`NodeMaterial: Material "${t.type}" is not compatible.`),e=new Xp),e.build(this)}else this.addFlow("compute",e);for(const e of ti){this.setBuildStage(e),this.context.vertex&&this.context.vertex.isNode&&this.flowNodeFromShaderStage("vertex",this.context.vertex);for(const t of ri){this.setShaderStage(t);const r=this.flowNodes[t];for(const t of r)"generate"===e?this.flowNode(t):t.build(this)}}return this.setBuildStage(null),this.setShaderStage(null),this.buildCode(),this.buildUpdateNodes(),this}getSharedDataFromNode(e){let t=wN.get(e);return void 0===t&&(t={}),t}getNodeUniform(e,t){const r=this.getSharedDataFromNode(e);let s=r.cache;if(void 0===s){if("float"===t||"int"===t||"uint"===t)s=new xN(e);else if("vec2"===t||"ivec2"===t||"uvec2"===t)s=new TN(e);else if("vec3"===t||"ivec3"===t||"uvec3"===t)s=new _N(e);else if("vec4"===t||"ivec4"===t||"uvec4"===t)s=new vN(e);else if("color"===t)s=new NN(e);else if("mat2"===t)s=new SN(e);else if("mat3"===t)s=new RN(e);else{if("mat4"!==t)throw new Error(`Uniform "${t}" not implemented.`);s=new AN(e)}r.cache=s}return s}format(e,t,r){if((t=this.getVectorType(t))===(r=this.getVectorType(r))||null===r||this.isReference(r))return e;const s=this.getTypeLength(t),i=this.getTypeLength(r);return 16===s&&9===i?`${this.getType(r)}( ${e}[ 0 ].xyz, ${e}[ 1 ].xyz, ${e}[ 2 ].xyz )`:9===s&&4===i?`${this.getType(r)}( ${e}[ 0 ].xy, ${e}[ 1 ].xy )`:s>4||i>4||0===i?e:s===i?`${this.getType(r)}( ${e} )`:s>i?(e="bool"===r?`all( ${e} )`:`${e}.${"xyz".slice(0,i)}`,this.format(e,this.getTypeFromLength(i,this.getComponentType(t)),r)):4===i&&s>1?`${this.getType(r)}( ${this.format(e,t,"vec3")}, 1.0 )`:2===s?`${this.getType(r)}( ${this.format(e,t,"vec2")}, 0.0 )`:(1===s&&i>1&&t!==this.getComponentType(r)&&(e=`${this.getType(this.getComponentType(r))}( ${e} )`),`${this.getType(r)}( ${e} )`)}getSignature(){return`// Three.js r${tt} - Node System\n`}}class PN{constructor(){this.time=0,this.deltaTime=0,this.frameId=0,this.renderId=0,this.updateMap=new WeakMap,this.updateBeforeMap=new WeakMap,this.updateAfterMap=new WeakMap,this.renderer=null,this.material=null,this.camera=null,this.object=null,this.scene=null}_getMaps(e,t){let r=e.get(t);return void 0===r&&(r={renderId:0,frameId:0},e.set(t,r)),r}updateBeforeNode(e){const t=e.getUpdateBeforeType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateBeforeMap,r);if(t.frameId!==this.frameId){const r=t.frameId;t.frameId=this.frameId,!1===e.updateBefore(this)&&(t.frameId=r)}}else if(t===Qs.RENDER){const t=this._getMaps(this.updateBeforeMap,r);if(t.renderId!==this.renderId){const r=t.renderId;t.renderId=this.renderId,!1===e.updateBefore(this)&&(t.renderId=r)}}else t===Qs.OBJECT&&e.updateBefore(this)}updateAfterNode(e){const t=e.getUpdateAfterType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateAfterMap,r);t.frameId!==this.frameId&&!1!==e.updateAfter(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateAfterMap,r);t.renderId!==this.renderId&&!1!==e.updateAfter(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.updateAfter(this)}updateNode(e){const t=e.getUpdateType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateMap,r);t.frameId!==this.frameId&&!1!==e.update(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateMap,r);t.renderId!==this.renderId&&!1!==e.update(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.update(this)}update(){this.frameId++,void 0===this.lastTime&&(this.lastTime=performance.now()),this.deltaTime=(performance.now()-this.lastTime)/1e3,this.lastTime=performance.now(),this.time+=this.deltaTime}}class FN{constructor(e,t,r=null,s="",i=!1){this.type=e,this.name=t,this.count=r,this.qualifier=s,this.isConst=i}}FN.isNodeFunctionInput=!0;class DN extends Y_{static get type(){return"DirectionalLightNode"}constructor(e=null){super(e)}setupDirect(){const e=this.colorNode;return{lightDirection:s_(this.light),lightColor:e}}}const UN=new a,IN=new a;let ON=null;class VN extends Y_{static get type(){return"RectAreaLightNode"}constructor(e=null){super(e),this.halfHeight=xa(new r).setGroup(fa),this.halfWidth=xa(new r).setGroup(fa),this.updateType=Qs.RENDER}update(e){super.update(e);const{light:t}=this,r=e.camera.matrixWorldInverse;IN.identity(),UN.copy(t.matrixWorld),UN.premultiply(r),IN.extractRotation(UN),this.halfWidth.value.set(.5*t.width,0,0),this.halfHeight.value.set(0,.5*t.height,0),this.halfWidth.value.applyMatrix4(IN),this.halfHeight.value.applyMatrix4(IN)}setupDirectRectArea(e){let t,r;e.isAvailable("float32Filterable")?(t=Pl(ON.LTC_FLOAT_1),r=Pl(ON.LTC_FLOAT_2)):(t=Pl(ON.LTC_HALF_1),r=Pl(ON.LTC_HALF_2));const{colorNode:s,light:i}=this;return{lightColor:s,lightPosition:r_(i),halfWidth:this.halfWidth,halfHeight:this.halfHeight,ltc_1:t,ltc_2:r}}static setLTC(e){ON=e}}class kN extends Y_{static get type(){return"SpotLightNode"}constructor(e=null){super(e),this.coneCosNode=xa(0).setGroup(fa),this.penumbraCosNode=xa(0).setGroup(fa),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(0).setGroup(fa),this.colorNode=xa(this.color).setGroup(fa)}update(e){super.update(e);const{light:t}=this;this.coneCosNode.value=Math.cos(t.angle),this.penumbraCosNode.value=Math.cos(t.angle*(1-t.penumbra)),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}getSpotAttenuation(e,t){const{coneCosNode:r,penumbraCosNode:s}=this;return uu(r,s,t)}getLightCoord(e){const t=e.getNodeProperties(this);let r=t.projectionUV;return void 0===r&&(r=JT(this.light,e.context.positionWorld),t.projectionUV=r),r}setupDirect(e){const{colorNode:t,cutoffDistanceNode:r,decayExponentNode:s,light:i}=this,n=this.getLightVector(e),a=n.normalize(),o=a.dot(s_(i)),u=this.getSpotAttenuation(e,o),l=n.length(),d=Q_({lightDistance:l,cutoffDistance:r,decayExponent:s});let c,h,p=t.mul(u).mul(d);if(i.colorNode?(h=this.getLightCoord(e),c=i.colorNode(h)):i.map&&(h=this.getLightCoord(e),c=Pl(i.map,h.xy).onRenderUpdate(()=>i.map)),c){p=h.mul(2).sub(1).abs().lessThan(1).all().select(p.mul(c),p)}return{lightColor:p,lightDirection:a}}}class GN extends kN{static get type(){return"IESSpotLightNode"}getSpotAttenuation(e,t){const r=this.light.iesMap;let s=null;if(r&&!0===r.isTexture){const e=t.acos().mul(1/Math.PI);s=Pl(r,fn(e,0),0).r}else s=super.getSpotAttenuation(t);return s}}const zN=an(([e,t])=>{const r=e.abs().sub(t);return Mo(Wo(r,0)).add($o(Wo(r.x,r.y),0))});class $N extends kN{static get type(){return"ProjectorLightNode"}update(e){super.update(e);const t=this.light;if(this.penumbraCosNode.value=Math.min(Math.cos(t.angle*(1-t.penumbra)),.99999),null===t.aspect){let e=1;null!==t.map&&(e=t.map.width/t.map.height),t.shadow.aspect=e}else t.shadow.aspect=t.aspect}getSpotAttenuation(e){const t=hn(0),r=this.penumbraCosNode,s=ZT(this.light).mul(e.context.positionWorld||Pd);return ln(s.w.greaterThan(0),()=>{const e=s.xyz.div(s.w),i=zN(e.xy.sub(fn(.5)),fn(.5)),n=Ba(-1,Ca(1,Ao(r)).sub(1));t.assign(au(i.mul(-2).mul(n)))}),t}}class WN extends Y_{static get type(){return"AmbientLightNode"}constructor(e=null){super(e)}setup({context:e}){e.irradiance.addAssign(this.colorNode)}}class HN extends Y_{static get type(){return"HemisphereLightNode"}constructor(t=null){super(t),this.lightPositionNode=e_(t),this.lightDirectionNode=this.lightPositionNode.normalize(),this.groundColorNode=xa(new e).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.lightPositionNode.object3d=t,this.groundColorNode.value.copy(t.groundColor).multiplyScalar(t.intensity)}setup(e){const{colorNode:t,groundColorNode:r,lightDirectionNode:s}=this,i=qd.dot(s).mul(.5).add(.5),n=iu(r,t,i);e.context.irradiance.addAssign(n)}}class jN extends Y_{static get type(){return"LightProbeNode"}constructor(e=null){super(e);const t=[];for(let e=0;e<9;e++)t.push(new r);this.lightProbe=Vl(t)}update(e){const{light:t}=this;super.update(e);for(let e=0;e<9;e++)this.lightProbe.array[e].copy(t.sh.coefficients[e]).multiplyScalar(t.intensity)}setup(e){const t=Kv(qd,this.lightProbe);e.context.irradiance.addAssign(t)}}class qN{parseFunction(){d("Abstract function.")}}class XN{constructor(e,t,r="",s=""){this.type=e,this.inputs=t,this.name=r,this.precision=s}getCode(){d("Abstract function.")}}XN.isNodeFunction=!0;const KN=/^\s*(highp|mediump|lowp)?\s*([a-z_0-9]+)\s*([a-z_0-9]+)?\s*\(([\s\S]*?)\)/i,YN=/[a-z_0-9]+/gi,QN="#pragma main";class ZN extends XN{constructor(e){const{type:t,inputs:r,name:s,precision:i,inputsCode:n,blockCode:a,headerCode:o}=(e=>{const t=(e=e.trim()).indexOf(QN),r=-1!==t?e.slice(t+12):e,s=r.match(KN);if(null!==s&&5===s.length){const i=s[4],n=[];let a=null;for(;null!==(a=YN.exec(i));)n.push(a);const o=[];let u=0;for(;u{const r=this.backend.createNodeBuilder(e.object,this.renderer);return r.scene=e.scene,r.material=t,r.camera=e.camera,r.context.material=t,r.lightsNode=e.lightsNode,r.environmentNode=this.getEnvironmentNode(e.scene),r.fogNode=this.getFogNode(e.scene),r.clippingContext=e.clippingContext,this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview&&r.enableMultiview(),r};let n=t(e.material);try{n.build()}catch(e){n=t(new Xp),n.build(),o("TSL: "+e)}r=this._createNodeBuilderState(n),s.set(i,r)}r.usedTimes++,t.nodeBuilderState=r}return r}delete(e){if(e.isRenderObject){const t=this.get(e).nodeBuilderState;t.usedTimes--,0===t.usedTimes&&this.nodeBuilderCache.delete(this.getForRenderCacheKey(e))}return super.delete(e)}getForCompute(e){const t=this.get(e);let r=t.nodeBuilderState;if(void 0===r){const s=this.backend.createNodeBuilder(e,this.renderer);s.build(),r=this._createNodeBuilderState(s),t.nodeBuilderState=r}return r}_createNodeBuilderState(e){return new tN(e.vertexShader,e.fragmentShader,e.computeShader,e.getAttributesArray(),e.getBindings(),e.updateNodes,e.updateBeforeNodes,e.updateAfterNodes,e.observer,e.transforms)}getEnvironmentNode(e){this.updateEnvironment(e);let t=null;if(e.environmentNode&&e.environmentNode.isNode)t=e.environmentNode;else{const r=this.get(e);r.environmentNode&&(t=r.environmentNode)}return t}getBackgroundNode(e){this.updateBackground(e);let t=null;if(e.backgroundNode&&e.backgroundNode.isNode)t=e.backgroundNode;else{const r=this.get(e);r.backgroundNode&&(t=r.backgroundNode)}return t}getFogNode(e){return this.updateFog(e),e.fogNode||this.get(e).fogNode||null}getCacheKey(e,t){tS[0]=e,tS[1]=t;const r=this.renderer.info.calls,s=this.callHashCache.get(tS)||{};if(s.callId!==r){const i=this.getEnvironmentNode(e),n=this.getFogNode(e);t&&rS.push(t.getCacheKey(!0)),i&&rS.push(i.getCacheKey()),n&&rS.push(n.getCacheKey()),rS.push(this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview?1:0),rS.push(this.renderer.shadowMap.enabled?1:0),rS.push(this.renderer.shadowMap.type),s.callId=r,s.cacheKey=Ds(rS),this.callHashCache.set(tS,s),rS.length=0}return tS.length=0,s.cacheKey}get isToneMappingState(){return!this.renderer.getRenderTarget()}updateBackground(e){const t=this.get(e),r=e.background;if(r){const s=0===e.backgroundBlurriness&&t.backgroundBlurriness>0||e.backgroundBlurriness>0&&0===t.backgroundBlurriness;if(t.background!==r||s){const i=this.getCacheNode("background",r,()=>{if(!0===r.isCubeTexture||r.mapping===oe||r.mapping===ue||r.mapping===Se){if(e.backgroundBlurriness>0||r.mapping===Se)return mf(r);{let e;return e=!0===r.isCubeTexture?hc(r):Pl(r),hg(e)}}if(!0===r.isTexture)return Pl(r,Hl.flipY()).setUpdateMatrix(!0);!0!==r.isColor&&o("WebGPUNodes: Unsupported background configuration.",r)},s);t.backgroundNode=i,t.background=r,t.backgroundBlurriness=e.backgroundBlurriness}}else t.backgroundNode&&(delete t.backgroundNode,delete t.background)}getCacheNode(e,t,r,s=!1){const i=this.cacheLib[e]||(this.cacheLib[e]=new WeakMap);let n=i.get(t);return(void 0===n||s)&&(n=r(),i.set(t,n)),n}updateFog(e){const t=this.get(e),r=e.fog;if(r){if(t.fog!==r){const e=this.getCacheNode("fog",r,()=>{if(r.isFogExp2){const e=mc("color","color",r).setGroup(fa),t=mc("density","float",r).setGroup(fa);return aT(e,nT(t))}if(r.isFog){const e=mc("color","color",r).setGroup(fa),t=mc("near","float",r).setGroup(fa),s=mc("far","float",r).setGroup(fa);return aT(e,iT(t,s))}o("Renderer: Unsupported fog configuration.",r)});t.fogNode=e,t.fog=r}}else delete t.fogNode,delete t.fog}updateEnvironment(e){const t=this.get(e),r=e.environment;if(r){if(t.environment!==r){const e=this.getCacheNode("environment",r,()=>!0===r.isCubeTexture?hc(r):!0===r.isTexture?Pl(r):void o("Nodes: Unsupported environment configuration.",r));t.environmentNode=e,t.environment=r}}else t.environmentNode&&(delete t.environmentNode,delete t.environment)}getNodeFrame(e=this.renderer,t=null,r=null,s=null,i=null){const n=this.nodeFrame;return n.renderer=e,n.scene=t,n.object=r,n.camera=s,n.material=i,n}getNodeFrameForRender(e){return this.getNodeFrame(e.renderer,e.scene,e.object,e.camera,e.material)}getOutputCacheKey(){const e=this.renderer;return e.toneMapping+","+e.currentColorSpace+","+e.xr.isPresenting}hasOutputChange(e){return eS.get(e)!==this.getOutputCacheKey()}getOutputNode(e){const t=this.renderer,r=this.getOutputCacheKey(),s=e.isArrayTexture?fx(e,Tn(Hl,kl("gl_ViewID_OVR"))).renderOutput(t.toneMapping,t.currentColorSpace):Pl(e,Hl).renderOutput(t.toneMapping,t.currentColorSpace);return eS.set(e,r),s}updateBefore(e){const t=e.getNodeBuilderState();for(const r of t.updateBeforeNodes)this.getNodeFrameForRender(e).updateBeforeNode(r)}updateAfter(e){const t=e.getNodeBuilderState();for(const r of t.updateAfterNodes)this.getNodeFrameForRender(e).updateAfterNode(r)}updateForCompute(e){const t=this.getNodeFrame(),r=this.getForCompute(e);for(const e of r.updateNodes)t.updateNode(e)}updateForRender(e){const t=this.getNodeFrameForRender(e),r=e.getNodeBuilderState();for(const e of r.updateNodes)t.updateNode(e)}needsRefresh(e){const t=this.getNodeFrameForRender(e);return e.getMonitor().needsRefresh(e,t)}dispose(){super.dispose(),this.nodeFrame=new PN,this.nodeBuilderCache=new Map,this.cacheLib={}}}const iS=new Ge;class nS{constructor(e=null){this.version=0,this.clipIntersection=null,this.cacheKey="",this.shadowPass=!1,this.viewNormalMatrix=new n,this.clippingGroupContexts=new WeakMap,this.intersectionPlanes=[],this.unionPlanes=[],this.parentVersion=null,null!==e&&(this.viewNormalMatrix=e.viewNormalMatrix,this.clippingGroupContexts=e.clippingGroupContexts,this.shadowPass=e.shadowPass,this.viewMatrix=e.viewMatrix)}projectPlanes(e,t,r){const s=e.length;for(let i=0;i0,alpha:!0,depth:t.depth,stencil:t.stencil,framebufferScaleFactor:this.getFramebufferScaleFactor()},i=new XRWebGLLayer(e,s,r);this._glBaseLayer=i,e.updateRenderState({baseLayer:i}),t.setPixelRatio(1),t._setXRLayerSize(i.framebufferWidth,i.framebufferHeight),this._xrRenderTarget=new pS(i.framebufferWidth,i.framebufferHeight,{format:Ne,type:ke,colorSpace:t.outputColorSpace,stencilBuffer:t.stencil,resolveDepthBuffer:!1===i.ignoreDepthValues,resolveStencilBuffer:!1===i.ignoreDepthValues}),this._xrRenderTarget._isOpaqueFramebuffer=!0,this._referenceSpace=await e.requestReferenceSpace(this.getReferenceSpaceType())}this.setFoveation(this.getFoveation()),t._animation.setAnimationLoop(this._onAnimationFrame),t._animation.setContext(e),t._animation.start(),this.isPresenting=!0,this.dispatchEvent({type:"sessionstart"})}}updateCamera(e){const t=this._session;if(null===t)return;const r=e.near,s=e.far,i=this._cameraXR,n=this._cameraL,a=this._cameraR;i.near=a.near=n.near=r,i.far=a.far=n.far=s,i.isMultiViewCamera=this._useMultiview,this._currentDepthNear===i.near&&this._currentDepthFar===i.far||(t.updateRenderState({depthNear:i.near,depthFar:i.far}),this._currentDepthNear=i.near,this._currentDepthFar=i.far),i.layers.mask=6|e.layers.mask,n.layers.mask=3&i.layers.mask,a.layers.mask=5&i.layers.mask;const o=e.parent,u=i.cameras;yS(i,o);for(let e=0;e=0&&(r[n]=null,t[n].disconnect(i))}for(let s=0;s=r.length){r.push(i),n=e;break}if(null===r[e]){r[e]=i,n=e;break}}if(-1===n)break}const a=t[n];a&&a.connect(i)}}function _S(e){return"quad"===e.type?this._glBinding.createQuadLayer({transform:new XRRigidTransform(e.translation,e.quaternion),width:e.width/2,height:e.height/2,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1}):this._glBinding.createCylinderLayer({transform:new XRRigidTransform(e.translation,e.quaternion),radius:e.radius,centralAngle:e.centralAngle,aspectRatio:e.aspectRatio,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1})}function vS(e,t){if(void 0===t)return;const r=this._cameraXR,i=this._renderer,n=i.backend,a=this._glBaseLayer,o=this.getReferenceSpace(),u=t.getViewerPose(o);if(this._xrFrame=t,null!==u){const e=u.views;null!==this._glBaseLayer&&n.setXRTarget(a.framebuffer);let t=!1;e.length!==r.cameras.length&&(r.cameras.length=0,t=!0);for(let i=0;i{await this.compileAsync(e,t);const s=this._renderLists.get(e,t),i=this._renderContexts.get(e,t,this._renderTarget,this._mrt),n=e.overrideMaterial||r.material,a=this._objects.get(r,n,e,t,s.lightsNode,i,i.clippingContext),{fragmentShader:o,vertexShader:u}=a.getNodeBuilderState();return{fragmentShader:o,vertexShader:u}}}}async init(){return null!==this._initPromise||(this._initPromise=new Promise(async(e,t)=>{let r=this.backend;try{await r.init(this)}catch(e){if(null===this._getFallback)return void t(e);try{this.backend=r=this._getFallback(e),await r.init(this)}catch(e){return void t(e)}}this._nodes=new sS(this,r),this._animation=new Kf(this,this._nodes,this.info),this._attributes=new oy(r),this._background=new Zv(this,this._nodes),this._geometries=new dy(this._attributes,this.info),this._textures=new Py(this,r,this.info),this._pipelines=new yy(r,this._nodes),this._bindings=new by(r,this._nodes,this._textures,this._attributes,this._pipelines,this.info),this._objects=new ey(this,this._nodes,this._geometries,this._pipelines,this._bindings,this.info),this._renderLists=new Sy(this.lighting),this._bundles=new uS,this._renderContexts=new By,this._animation.start(),this._initialized=!0,this._inspector.init(),e(this)})),this._initPromise}get domElement(){return this._canvasTarget.domElement}get coordinateSystem(){return this.backend.coordinateSystem}async compileAsync(e,t,r=null){if(!0===this._isDeviceLost)return;!1===this._initialized&&await this.init();const s=this._nodes.nodeFrame,i=s.renderId,n=this._currentRenderContext,a=this._currentRenderObjectFunction,o=this._compilationPromises,u=!0===e.isScene?e:SS;null===r&&(r=e);const l=this._renderTarget,d=this._renderContexts.get(r,t,l,this._mrt),c=this._activeMipmapLevel,h=[];this._currentRenderContext=d,this._currentRenderObjectFunction=this.renderObject,this._handleObjectFunction=this._createObjectPipeline,this._compilationPromises=h,s.renderId++,s.update(),d.depth=this.depth,d.stencil=this.stencil,d.clippingContext||(d.clippingContext=new nS),d.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,l);const p=this._renderLists.get(e,t);if(p.begin(),this._projectObject(e,t,0,p,d.clippingContext),r!==e&&r.traverseVisible(function(e){e.isLight&&e.layers.test(t.layers)&&p.pushLight(e)}),p.finish(),null!==l){this._textures.updateRenderTarget(l,c);const e=this._textures.get(l);d.textures=e.textures,d.depthTexture=e.depthTexture}else d.textures=null,d.depthTexture=null;this._background.update(u,p,d);const g=p.opaque,m=p.transparent,f=p.transparentDoublePass,y=p.lightsNode;!0===this.opaque&&g.length>0&&this._renderObjects(g,t,u,y),!0===this.transparent&&m.length>0&&this._renderTransparents(m,f,t,u,y),s.renderId=i,this._currentRenderContext=n,this._currentRenderObjectFunction=a,this._compilationPromises=o,this._handleObjectFunction=this._renderObjectDirect,await Promise.all(h)}async renderAsync(e,t){v('Renderer: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.render(e,t)}async waitForGPU(){o("Renderer: waitForGPU() has been removed. Read https://github.com/mrdoob/three.js/issues/32012 for more information.")}set inspector(e){null!==this._inspector&&this._inspector.setRenderer(null),this._inspector=e,this._inspector.setRenderer(this)}get inspector(){return this._inspector}set highPrecision(e){const t=this.contextNode.value;!0===e?(t.modelViewMatrix=wd,t.modelNormalViewMatrix=Cd):this.highPrecision&&(delete t.modelViewMatrix,delete t.modelNormalViewMatrix)}get highPrecision(){const e=this.contextNode.value;return e.modelViewMatrix===wd&&e.modelNormalViewMatrix===Cd}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getOutputBufferType(){return this._outputBufferType}getColorBufferType(){return v('Renderer: ".getColorBufferType()" has been renamed to ".getOutputBufferType()".'),this.getOutputBufferType()}_onDeviceLost(e){let t=`THREE.WebGPURenderer: ${e.api} Device Lost:\n\nMessage: ${e.message}`;e.reason&&(t+=`\nReason: ${e.reason}`),o(t),this._isDeviceLost=!0}_renderBundle(e,t,r){const{bundleGroup:s,camera:i,renderList:n}=e,a=this._currentRenderContext,o=this._bundles.get(s,i),u=this.backend.get(o);void 0===u.renderContexts&&(u.renderContexts=new Set);const l=s.version!==u.version,d=!1===u.renderContexts.has(a)||l;if(u.renderContexts.add(a),d){this.backend.beginBundle(a),(void 0===u.renderObjects||l)&&(u.renderObjects=[]),this._currentRenderBundle=o;const{transparentDoublePass:e,transparent:d,opaque:c}=n;!0===this.opaque&&c.length>0&&this._renderObjects(c,i,t,r),!0===this.transparent&&d.length>0&&this._renderTransparents(d,e,i,t,r),this._currentRenderBundle=null,this.backend.finishBundle(a,o),u.version=s.version}else{const{renderObjects:e}=u;for(let t=0,r=e.length;t>=c,p.viewportValue.height>>=c,p.viewportValue.minDepth=T,p.viewportValue.maxDepth=_,p.viewport=!1===p.viewportValue.equals(AS),p.scissorValue.copy(b).multiplyScalar(x).floor(),p.scissor=f._scissorTest&&!1===p.scissorValue.equals(AS),p.scissorValue.width>>=c,p.scissorValue.height>>=c,p.clippingContext||(p.clippingContext=new nS),p.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,h);const v=t.isArrayCamera?wS:ES;t.isArrayCamera||(CS.multiplyMatrices(t.projectionMatrix,t.matrixWorldInverse),v.setFromProjectionMatrix(CS,t.coordinateSystem,t.reversedDepth));const N=this._renderLists.get(e,t);if(N.begin(),this._projectObject(e,t,0,N,p.clippingContext),N.finish(),!0===this.sortObjects&&N.sort(this._opaqueSort,this._transparentSort),null!==h){this._textures.updateRenderTarget(h,c);const e=this._textures.get(h);p.textures=e.textures,p.depthTexture=e.depthTexture,p.width=e.width,p.height=e.height,p.renderTarget=h,p.depth=h.depthBuffer,p.stencil=h.stencilBuffer}else p.textures=null,p.depthTexture=null,p.width=RS.width,p.height=RS.height,p.depth=this.depth,p.stencil=this.stencil;p.width>>=c,p.height>>=c,p.activeCubeFace=d,p.activeMipmapLevel=c,p.occlusionQueryCount=N.occlusionQueryCount,p.scissorValue.max(MS.set(0,0,0,0)),p.scissorValue.x+p.scissorValue.width>p.width&&(p.scissorValue.width=Math.max(p.width-p.scissorValue.x,0)),p.scissorValue.y+p.scissorValue.height>p.height&&(p.scissorValue.height=Math.max(p.height-p.scissorValue.y,0)),this._background.update(u,N,p),p.camera=t,this.backend.beginRender(p);const{bundles:S,lightsNode:R,transparentDoublePass:A,transparent:E,opaque:w}=N;return S.length>0&&this._renderBundles(S,u,R),!0===this.opaque&&w.length>0&&this._renderObjects(w,t,u,R),!0===this.transparent&&E.length>0&&this._renderTransparents(E,A,t,u,R),this.backend.finishRender(p),i.renderId=n,this._currentRenderContext=a,this._currentRenderObjectFunction=o,null!==s&&(this.setRenderTarget(l,d,c),this._renderOutput(h)),u.onAfterRender(this,e,t,h),this.inspector.finishRender(this.backend.getTimestampUID(p)),p}_setXRLayerSize(e,t){this._canvasTarget._width=e,this._canvasTarget._height=t,this.setViewport(0,0,e,t)}_renderOutput(e){const t=this._quad;this._nodes.hasOutputChange(e.texture)&&(t.material.fragmentNode=this._nodes.getOutputNode(e.texture),t.material.needsUpdate=!0);const r=this.autoClear,s=this.xr.enabled;this.autoClear=!1,this.xr.enabled=!1,this._renderScene(t,t.camera,!1),this.autoClear=r,this.xr.enabled=s}getMaxAnisotropy(){return this.backend.getMaxAnisotropy()}getActiveCubeFace(){return this._activeCubeFace}getActiveMipmapLevel(){return this._activeMipmapLevel}async setAnimationLoop(e){!1===this._initialized&&await this.init(),this._animation.setAnimationLoop(e)}getAnimationLoop(){return this._animation.getAnimationLoop()}async getArrayBufferAsync(e){return await this.backend.getArrayBufferAsync(e)}getContext(){return this.backend.getContext()}getPixelRatio(){return this._canvasTarget.getPixelRatio()}getDrawingBufferSize(e){return this._canvasTarget.getDrawingBufferSize(e)}getSize(e){return this._canvasTarget.getSize(e)}setPixelRatio(e=1){this._canvasTarget.setPixelRatio(e)}setDrawingBufferSize(e,t,r){this.xr&&this.xr.isPresenting||this._canvasTarget.setDrawingBufferSize(e,t,r)}setSize(e,t,r=!0){this.xr&&this.xr.isPresenting||this._canvasTarget.setSize(e,t,r)}setOpaqueSort(e){this._opaqueSort=e}setTransparentSort(e){this._transparentSort=e}getScissor(e){return this._canvasTarget.getScissor(e)}setScissor(e,t,r,s){this._canvasTarget.setScissor(e,t,r,s)}getScissorTest(){return this._canvasTarget.getScissorTest()}setScissorTest(e){this._canvasTarget.setScissorTest(e),this.backend.setScissorTest(e)}getViewport(e){return this._canvasTarget.getViewport(e)}setViewport(e,t,r,s,i=0,n=1){this._canvasTarget.setViewport(e,t,r,s,i,n)}getClearColor(e){return e.copy(this._clearColor)}setClearColor(e,t=1){this._clearColor.set(e),this._clearColor.a=t}getClearAlpha(){return this._clearColor.a}setClearAlpha(e){this._clearColor.a=e}getClearDepth(){return this._clearDepth}setClearDepth(e){this._clearDepth=e}getClearStencil(){return this._clearStencil}setClearStencil(e){this._clearStencil=e}isOccluded(e){const t=this._currentRenderContext;return t&&this.backend.isOccluded(t,e)}clear(e=!0,t=!0,r=!0){if(!1===this._initialized)throw new Error('Renderer: .clear() called before the backend is initialized. Use "await renderer.init();" before before using this method.');const s=this._renderTarget||this._getFrameBufferTarget();let i=null;if(null!==s){this._textures.updateRenderTarget(s);const e=this._textures.get(s);i=this._renderContexts.getForClear(s),i.textures=e.textures,i.depthTexture=e.depthTexture,i.width=e.width,i.height=e.height,i.renderTarget=s,i.depth=s.depthBuffer,i.stencil=s.stencilBuffer,i.clearColorValue=this.backend.getClearColor(),i.activeCubeFace=this.getActiveCubeFace(),i.activeMipmapLevel=this.getActiveMipmapLevel()}this.backend.clear(e,t,r,i),null!==s&&null===this._renderTarget&&this._renderOutput(s)}clearColor(){this.clear(!0,!1,!1)}clearDepth(){this.clear(!1,!0,!1)}clearStencil(){this.clear(!1,!1,!0)}async clearAsync(e=!0,t=!0,r=!0){v('Renderer: "clearAsync()" has been deprecated. Use "clear()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.clear(e,t,r)}async clearColorAsync(){v('Renderer: "clearColorAsync()" has been deprecated. Use "clearColor()" and "await renderer.init();" when creating the renderer.'),this.clear(!0,!1,!1)}async clearDepthAsync(){v('Renderer: "clearDepthAsync()" has been deprecated. Use "clearDepth()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!0,!1)}async clearStencilAsync(){v('Renderer: "clearStencilAsync()" has been deprecated. Use "clearStencil()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!1,!0)}get needsFrameBufferTarget(){const e=this.currentToneMapping!==m,t=this.currentColorSpace!==p.workingColorSpace;return e||t}get samples(){return this._samples}get currentSamples(){let e=this._samples;return null!==this._renderTarget?e=this._renderTarget.samples:this.needsFrameBufferTarget&&(e=0),e}get currentToneMapping(){return this.isOutputTarget?this.toneMapping:m}get currentColorSpace(){return this.isOutputTarget?this.outputColorSpace:p.workingColorSpace}get isOutputTarget(){return this._renderTarget===this._outputRenderTarget||null===this._renderTarget}dispose(){!0===this._initialized&&(this.info.dispose(),this.backend.dispose(),this._animation.dispose(),this._objects.dispose(),this._geometries.dispose(),this._pipelines.dispose(),this._nodes.dispose(),this._bindings.dispose(),this._renderLists.dispose(),this._renderContexts.dispose(),this._textures.dispose(),null!==this._frameBufferTarget&&this._frameBufferTarget.dispose(),Object.values(this.backend.timestampQueryPool).forEach(e=>{null!==e&&e.dispose()})),this.setRenderTarget(null),this.setAnimationLoop(null)}setRenderTarget(e,t=0,r=0){this._renderTarget=e,this._activeCubeFace=t,this._activeMipmapLevel=r}getRenderTarget(){return this._renderTarget}setOutputRenderTarget(e){this._outputRenderTarget=e}getOutputRenderTarget(){return this._outputRenderTarget}setCanvasTarget(e){this._canvasTarget.removeEventListener("resize",this._onCanvasTargetResize),this._canvasTarget=e,this._canvasTarget.addEventListener("resize",this._onCanvasTargetResize)}getCanvasTarget(){return this._canvasTarget}_resetXRState(){this.backend.setXRTarget(null),this.setOutputRenderTarget(null),this.setRenderTarget(null),this._frameBufferTarget.dispose(),this._frameBufferTarget=null}setRenderObjectFunction(e){this._renderObjectFunction=e}getRenderObjectFunction(){return this._renderObjectFunction}compute(e,t=null){if(!0===this._isDeviceLost)return;if(!1===this._initialized)return d("Renderer: .compute() called before the backend is initialized. Try using .computeAsync() instead."),this.computeAsync(e,t);const r=this._nodes.nodeFrame,s=r.renderId;this.info.calls++,this.info.compute.calls++,this.info.compute.frameCalls++,r.renderId=this.info.calls,this.backend.updateTimeStampUID(e),this.inspector.beginCompute(this.backend.getTimestampUID(e),e);const i=this.backend,n=this._pipelines,a=this._bindings,o=this._nodes,u=Array.isArray(e)?e:[e];if(void 0===u[0]||!0!==u[0].isComputeNode)throw new Error("THREE.Renderer: .compute() expects a ComputeNode.");i.beginCompute(e);for(const r of u){if(!1===n.has(r)){const e=()=>{r.removeEventListener("dispose",e),n.delete(r),a.deleteForCompute(r),o.delete(r)};r.addEventListener("dispose",e);const t=r.onInitFunction;null!==t&&t.call(r,{renderer:this})}o.updateForCompute(r),a.updateForCompute(r);const s=a.getForCompute(r),u=n.getForCompute(r,s);i.compute(e,r,s,u,t)}i.finishCompute(e),r.renderId=s,this.inspector.finishCompute(this.backend.getTimestampUID(e))}async computeAsync(e,t=null){!1===this._initialized&&await this.init(),this.compute(e,t)}async hasFeatureAsync(e){return v('Renderer: "hasFeatureAsync()" has been deprecated. Use "hasFeature()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.hasFeature(e)}async resolveTimestampsAsync(e="render"){return!1===this._initialized&&await this.init(),this.backend.resolveTimestampsAsync(e)}hasFeature(e){if(!1===this._initialized)throw new Error('Renderer: .hasFeature() called before the backend is initialized. Use "await renderer.init();" before before using this method.');return this.backend.hasFeature(e)}hasInitialized(){return this._initialized}async initTextureAsync(e){v('Renderer: "initTextureAsync()" has been deprecated. Use "initTexture()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.initTexture(e)}initTexture(e){if(!1===this._initialized)throw new Error('Renderer: .initTexture() called before the backend is initialized. Use "await renderer.init();" before before using this method.');this._textures.updateTexture(e)}copyFramebufferToTexture(e,t=null){if(null!==t)if(t.isVector2)t=MS.set(t.x,t.y,e.image.width,e.image.height).floor();else{if(!t.isVector4)return void o("Renderer.copyFramebufferToTexture: Invalid rectangle.");t=MS.copy(t).floor()}else t=MS.set(0,0,e.image.width,e.image.height);let r,s=this._currentRenderContext;null!==s?r=s.renderTarget:(r=this._renderTarget||this._getFrameBufferTarget(),null!==r&&(this._textures.updateRenderTarget(r),s=this._textures.get(r))),this._textures.updateTexture(e,{renderTarget:r}),this.backend.copyFramebufferToTexture(e,s,t),this._inspector.copyFramebufferToTexture(e)}copyTextureToTexture(e,t,r=null,s=null,i=0,n=0){this._textures.updateTexture(e),this._textures.updateTexture(t),this.backend.copyTextureToTexture(e,t,r,s,i,n),this._inspector.copyTextureToTexture(e,t)}async readRenderTargetPixelsAsync(e,t,r,s,i,n=0,a=0){return this.backend.copyTextureToBuffer(e.textures[n],t,r,s,i,a)}_projectObject(e,t,r,s,i){if(!1===e.visible)return;if(e.layers.test(t.layers))if(e.isGroup)r=e.renderOrder,e.isClippingGroup&&e.enabled&&(i=i.getGroupContext(e));else if(e.isLOD)!0===e.autoUpdate&&e.update(t);else if(e.isLight)s.pushLight(e);else if(e.isSprite){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsSprite(e,t)){!0===this.sortObjects&&MS.setFromMatrixPosition(e.matrixWorld).applyMatrix4(CS);const{geometry:t,material:n}=e;n.visible&&s.push(e,t,n,r,MS.z,null,i)}}else if(e.isLineLoop)o("Renderer: Objects of type THREE.LineLoop are not supported. Please use THREE.Line or THREE.LineSegments.");else if(e.isMesh||e.isLine||e.isPoints){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsObject(e,t)){const{geometry:t,material:n}=e;if(!0===this.sortObjects&&(null===t.boundingSphere&&t.computeBoundingSphere(),MS.copy(t.boundingSphere.center).applyMatrix4(e.matrixWorld).applyMatrix4(CS)),Array.isArray(n)){const a=t.groups;for(let o=0,u=a.length;o0){for(const{material:e}of t)e.side=w;this._renderObjects(t,r,s,i,"backSide");for(const{material:e}of t)e.side=it;this._renderObjects(e,r,s,i);for(const{material:e}of t)e.side=C}else this._renderObjects(e,r,s,i)}_renderObjects(e,t,r,s,i=null){for(let n=0,a=e.length;n0||i.transmissionNode&&i.transmissionNode.isNode||i.backdropNode&&i.backdropNode.isNode,e.isShadowPassMaterial){const{colorNode:t,depthNode:r,positionNode:s}=this._getShadowNodes(i);e.side=null===i.shadowSide?i.side:i.shadowSide,null!==t&&(e.colorNode=t),null!==r&&(e.depthNode=r),null!==s&&(e.positionNode=s)}i=e}!0===i.transparent&&i.side===C&&!1===i.forceSinglePass?(i.side=w,this._handleObjectFunction(e,i,t,r,a,n,o,"backSide"),i.side=it,this._handleObjectFunction(e,i,t,r,a,n,o,u),i.side=C):this._handleObjectFunction(e,i,t,r,a,n,o,u),p&&(t.overrideMaterial.colorNode=l,t.overrideMaterial.depthNode=d,t.overrideMaterial.positionNode=c,t.overrideMaterial.side=h),e.onAfterRender(this,t,r,s,i,n)}_renderObjectDirect(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n;const l=this._nodes.needsRefresh(u);if(l&&(this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u)),this._pipelines.updateForRender(u),null!==this._currentRenderBundle){this.backend.get(this._currentRenderBundle).renderObjects.push(u),u.bundle=this._currentRenderBundle.bundleGroup}this.backend.draw(u,this.info),l&&this._nodes.updateAfter(u)}_createObjectPipeline(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n,this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u),this._pipelines.getForRender(u,this._compilationPromises),this._nodes.updateAfter(u)}_onCanvasTargetResize(){this._initialized&&this.backend.updateSize()}get compile(){return this.compileAsync}}class LS{constructor(e=""){this.name=e,this.visibility=0}setVisibility(e){this.visibility|=e}getVisibility(){return this.visibility}clone(){return Object.assign(new this.constructor,this)}}class PS extends LS{constructor(e,t=null){super(e),this.isBuffer=!0,this.bytesPerElement=Float32Array.BYTES_PER_ELEMENT,this._buffer=t,this._updateRanges=[]}get updateRanges(){return this._updateRanges}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}get byteLength(){return(e=this._buffer.byteLength)+(ay-e%ay)%ay;var e}get buffer(){return this._buffer}update(){return!0}}class FS extends PS{constructor(e,t=null){super(e,t),this.isUniformBuffer=!0}}let DS=0;class US extends FS{constructor(e,t){super("UniformBuffer_"+DS++,e?e.value:null),this.nodeUniform=e,this.groupNode=t,this.isNodeUniformBuffer=!0}set updateRanges(e){this.nodeUniform.updateRanges=e}get updateRanges(){return this.nodeUniform.updateRanges}addUpdateRange(e,t){this.nodeUniform.addUpdateRange(e,t)}clearUpdateRanges(){this.nodeUniform.clearUpdateRanges()}get buffer(){return this.nodeUniform.value}}class IS extends FS{constructor(e){super(e),this.isUniformsGroup=!0,this._values=null,this.uniforms=[]}addUniform(e){return this.uniforms.push(e),this}removeUniform(e){const t=this.uniforms.indexOf(e);return-1!==t&&this.uniforms.splice(t,1),this}get values(){return null===this._values&&(this._values=Array.from(this.buffer)),this._values}get buffer(){let e=this._buffer;if(null===e){const t=this.byteLength;e=new Float32Array(new ArrayBuffer(t)),this._buffer=e}return e}get byteLength(){const e=this.bytesPerElement;let t=0;for(let r=0,s=this.uniforms.length;r{this.generation=null,this.version=0},this.texture=t,this.version=t?t.version:0,this.generation=null,this.samplerKey="",this.isSampler=!0}set texture(e){this._texture!==e&&(this._texture&&this._texture.removeEventListener("dispose",this._onTextureDispose),this._texture=e,this.generation=null,this.version=0,this._texture&&this._texture.addEventListener("dispose",this._onTextureDispose))}get texture(){return this._texture}update(){const{texture:e,version:t}=this;return t!==e.version&&(this.version=e.version,!0)}clone(){const e=super.clone();return e._texture=null,e._onTextureDispose=()=>{e.generation=null,e.version=0},e.texture=this.texture,e}}let GS=0;class zS extends kS{constructor(e,t){super(e,t),this.id=GS++,this.store=!1,this.mipLevel=0,this.isSampledTexture=!0}}class $S extends zS{constructor(e,t,r,s=null){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r,this.access=s}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class WS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledCubeTexture=!0}}class HS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledTexture3D=!0}}const jS={bitcast_int_uint:new jx("uint tsl_bitcast_int_to_uint ( int x ) { return floatBitsToUint( intBitsToFloat ( x ) ); }"),bitcast_uint_int:new jx("uint tsl_bitcast_uint_to_int ( uint x ) { return floatBitsToInt( uintBitsToFloat ( x ) ); }")},qS={textureDimensions:"textureSize",equals:"equal",bitcast_float_int:"floatBitsToInt",bitcast_int_float:"intBitsToFloat",bitcast_uint_float:"uintBitsToFloat",bitcast_float_uint:"floatBitsToUint",bitcast_uint_int:"tsl_bitcast_uint_to_int",bitcast_int_uint:"tsl_bitcast_int_to_uint",floatpack_snorm_2x16:"packSnorm2x16",floatpack_unorm_2x16:"packUnorm2x16",floatpack_float16_2x16:"packHalf2x16",floatunpack_snorm_2x16:"unpackSnorm2x16",floatunpack_unorm_2x16:"unpackUnorm2x16",floatunpack_float16_2x16:"unpackHalf2x16"},XS={low:"lowp",medium:"mediump",high:"highp"},KS={swizzleAssign:!0,storageBuffer:!1},YS={perspective:"smooth",linear:"noperspective"},QS={centroid:"centroid"},ZS="\nprecision highp float;\nprecision highp int;\nprecision highp sampler2D;\nprecision highp sampler3D;\nprecision highp samplerCube;\nprecision highp sampler2DArray;\n\nprecision highp usampler2D;\nprecision highp usampler3D;\nprecision highp usamplerCube;\nprecision highp usampler2DArray;\n\nprecision highp isampler2D;\nprecision highp isampler3D;\nprecision highp isamplerCube;\nprecision highp isampler2DArray;\n\nprecision lowp sampler2DShadow;\nprecision lowp sampler2DArrayShadow;\nprecision lowp samplerCubeShadow;\n";class JS extends LN{constructor(e,t){super(e,t,new JN),this.uniformGroups={},this.transforms=[],this.extensions={},this.builtins={vertex:[],fragment:[],compute:[]}}needsToWorkingColorSpace(e){return!0===e.isVideoTexture&&e.colorSpace!==T}_include(e){const t=jS[e];return t.build(this),this.addInclude(t),t}getMethod(e){return void 0!==jS[e]&&this._include(e),qS[e]||e}getBitcastMethod(e,t){return this.getMethod(`bitcast_${t}_${e}`)}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`${e} ? ${t} : ${r}`}getOutputStructName(){return""}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(this.getType(e.type)+" "+e.name);return`${this.getType(t.type)} ${t.name}( ${s.join(", ")} ) {\n\n\t${r.vars}\n\n${r.code}\n\treturn ${r.result};\n\n}`}setupPBO(e){const t=e.value;if(void 0===t.pbo){const e=t.array,r=t.count*t.itemSize,{itemSize:s}=t,i=t.array.constructor.name.toLowerCase().includes("int");let n=i?mt:ft;2===s?n=i?Tt:V:3===s?n=i?_t:vt:4===s&&(n=i?Nt:Ne);const a={Float32Array:H,Uint8Array:ke,Uint16Array:xt,Uint32Array:S,Int8Array:bt,Int16Array:yt,Int32Array:R,Uint8ClampedArray:ke},o=Math.pow(2,Math.ceil(Math.log2(Math.sqrt(r/s))));let u=Math.ceil(r/s/o);o*u*s0?s:"";t=`${e.name} {\n\t${r} ${i.name}[${n}];\n};\n`}else{t=`${this.getVectorType(i.type)} ${this.getPropertyName(i,e)};`,n=!0}const a=i.node.precision;if(null!==a&&(t=XS[a]+" "+t),n){t="\t"+t;const e=i.groupNode.name;(s[e]||(s[e]=[])).push(t)}else t="uniform "+t,r.push(t)}let i="";for(const t in s){const r=s[t];i+=this._getGLSLUniformStruct(e+"_"+t,r.join("\n"))+"\n"}return i+=r.join("\n"),i}getTypeFromAttribute(e){let t=super.getTypeFromAttribute(e);if(/^[iu]/.test(t)&&e.gpuType!==R){let r=e;e.isInterleavedBufferAttribute&&(r=e.data);const s=r.array;!1==(s instanceof Uint32Array||s instanceof Int32Array)&&(t=t.slice(1))}return t}getAttributes(e){let t="";if("vertex"===e||"compute"===e){const e=this.getAttributesArray();let r=0;for(const s of e)t+=`layout( location = ${r++} ) in ${s.type} ${s.name};\n`}return t}getStructMembers(e){const t=[];for(const r of e.members)t.push(`\t${r.type} ${r.name};`);return t.join("\n")}getStructs(e){const t=[],r=this.structs[e],s=[];for(const e of r)if(e.output)for(const t of e.members)s.push(`layout( location = ${t.index} ) out ${t.type} ${t.name};`);else{let r="struct "+e.name+" {\n";r+=this.getStructMembers(e),r+="\n};\n",t.push(r)}return 0===s.length&&s.push("layout( location = 0 ) out vec4 fragColor;"),"\n"+s.join("\n")+"\n\n"+t.join("\n")}getVaryings(e){let t="";const r=this.varyings;if("vertex"===e||"compute"===e)for(const s of r){"compute"===e&&(s.needsInterpolation=!0);const r=this.getType(s.type);if(s.needsInterpolation)if(s.interpolationType){t+=`${YS[s.interpolationType]||s.interpolationType} ${QS[s.interpolationSampling]||""} out ${r} ${s.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}out ${r} ${s.name};\n`}else t+=`${r} ${s.name};\n`}else if("fragment"===e)for(const e of r)if(e.needsInterpolation){const r=this.getType(e.type);if(e.interpolationType){t+=`${YS[e.interpolationType]||e.interpolationType} ${QS[e.interpolationSampling]||""} in ${r} ${e.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}in ${r} ${e.name};\n`}}for(const r of this.builtins[e])t+=`${r};\n`;return t}getVertexIndex(){return"uint( gl_VertexID )"}getInstanceIndex(){return"uint( gl_InstanceID )"}getInvocationLocalIndex(){return`uint( gl_InstanceID ) % ${this.object.workgroupSize.reduce((e,t)=>e*t,1)}u`}getSubgroupSize(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupSize node")}getInvocationSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the invocationSubgroupIndex node")}getSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupIndex node")}getDrawIndex(){return this.renderer.backend.extensions.has("WEBGL_multi_draw")?"uint( gl_DrawID )":null}getFrontFacing(){return"gl_FrontFacing"}getFragCoord(){return"gl_FragCoord.xy"}getFragDepth(){return"gl_FragDepth"}enableExtension(e,t,r=this.shaderStage){const s=this.extensions[r]||(this.extensions[r]=new Map);!1===s.has(e)&&s.set(e,{name:e,behavior:t})}getExtensions(e){const t=[];if("vertex"===e){const t=this.renderer.backend.extensions;this.object.isBatchedMesh&&t.has("WEBGL_multi_draw")&&this.enableExtension("GL_ANGLE_multi_draw","require",e)}const r=this.extensions[e];if(void 0!==r)for(const{name:e,behavior:s}of r.values())t.push(`#extension ${e} : ${s}`);return t.join("\n")}getClipDistance(){return"gl_ClipDistance"}isAvailable(e){let t=KS[e];if(void 0===t){let r;switch(t=!1,e){case"float32Filterable":r="OES_texture_float_linear";break;case"clipDistance":r="WEBGL_clip_cull_distance"}if(void 0!==r){const e=this.renderer.backend.extensions;e.has(r)&&(e.get(r),t=!0)}KS[e]=t}return t}isFlipY(){return!0}enableHardwareClipping(e){this.enableExtension("GL_ANGLE_clip_cull_distance","require"),this.builtins.vertex.push(`out float gl_ClipDistance[ ${e} ]`)}enableMultiview(){this.enableExtension("GL_OVR_multiview2","require","fragment"),this.enableExtension("GL_OVR_multiview2","require","vertex"),this.builtins.vertex.push("layout(num_views = 2) in")}registerTransform(e,t){this.transforms.push({varyingName:e,attributeNode:t})}getTransforms(){const e=this.transforms;let t="";for(let r=0;r0&&(r+="\n"),r+=`\t// flow -> ${n}\n\t`),r+=`${s.code}\n\t`,e===i&&"compute"!==t&&(r+="// result\n\t","vertex"===t?(r+="gl_Position = ",r+=`${s.result};`):"fragment"===t&&(e.outputNode.isOutputStructNode||(r+="fragColor = ",r+=`${s.result};`)))}const n=e[t];n.extensions=this.getExtensions(t),n.uniforms=this.getUniforms(t),n.attributes=this.getAttributes(t),n.varyings=this.getVaryings(t),n.vars=this.getVars(t),n.structs=this.getStructs(t),n.codes=this.getCodes(t),n.transforms=this.getTransforms(t),n.flow=r}null!==this.material?(this.vertexShader=this._getGLSLVertexCode(e.vertex),this.fragmentShader=this._getGLSLFragmentCode(e.fragment)):this.computeShader=this._getGLSLVertexCode(e.compute)}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);let a=n.uniformGPU;if(void 0===a){const s=e.groupNode,o=s.name,u=this.getBindGroupArray(o,r);if("texture"===t)a=new $S(i.name,i.node,s),u.push(a);else if("cubeTexture"===t||"cubeDepthTexture"===t)a=new WS(i.name,i.node,s),u.push(a);else if("texture3D"===t)a=new HS(i.name,i.node,s),u.push(a);else if("buffer"===t){i.name=`buffer${e.id}`;const t=this.getSharedDataFromNode(e);let r=t.buffer;void 0===r&&(e.name=`NodeBuffer_${e.id}`,r=new US(e,s),r.name=e.name,t.buffer=r),u.push(r),a=r}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let n=e[o];void 0===n&&(n=new VS(r+"_"+o,s),e[o]=n,u.push(n)),a=this.getNodeUniform(i,t),n.addUniform(a)}n.uniformGPU=a}return i}}let eR=null,tR=null;class rR{constructor(e={}){this.parameters=Object.assign({},e),this.data=new WeakMap,this.renderer=null,this.domElement=null,this.timestampQueryPool={[St.RENDER]:null,[St.COMPUTE]:null},this.trackTimestamp=!0===e.trackTimestamp}async init(e){this.renderer=e}get coordinateSystem(){}beginRender(){}finishRender(){}beginCompute(){}finishCompute(){}draw(){}compute(){}createProgram(){}destroyProgram(){}createBindings(){}updateBindings(){}updateBinding(){}createRenderPipeline(){}createComputePipeline(){}needsRenderUpdate(){}getRenderCacheKey(){}createNodeBuilder(){}updateSampler(){}createDefaultTexture(){}createTexture(){}updateTexture(){}generateMipmaps(){}destroyTexture(){}async copyTextureToBuffer(){}copyTextureToTexture(){}copyFramebufferToTexture(){}createAttribute(){}createIndexAttribute(){}createStorageAttribute(){}updateAttribute(){}destroyAttribute(){}getContext(){}updateSize(){}updateViewport(){}updateTimeStampUID(e){const t=this.get(e),r=this.renderer.info.frame;let s;s=!0===e.isComputeNode?"c:"+this.renderer.info.compute.frameCalls:"r:"+this.renderer.info.render.frameCalls,t.timestampUID=s+":"+e.id+":f"+r}getTimestampUID(e){return this.get(e).timestampUID}getTimestampFrames(e){const t=this.timestampQueryPool[e];return t?t.getTimestampFrames():[]}_getQueryPool(e){const t=e.startsWith("c:")?St.COMPUTE:St.RENDER;return this.timestampQueryPool[t]}getTimestamp(e){return this._getQueryPool(e).getTimestamp(e)}hasTimestamp(e){return this._getQueryPool(e).hasTimestamp(e)}isOccluded(){}async resolveTimestampsAsync(e="render"){if(!this.trackTimestamp)return void v("WebGPURenderer: Timestamp tracking is disabled.");const t=this.timestampQueryPool[e];if(!t)return;const r=await t.resolveQueriesAsync();return this.renderer.info[e].timestamp=r,r}async getArrayBufferAsync(){}async hasFeatureAsync(){}hasFeature(){}getMaxAnisotropy(){}getDrawingBufferSize(){return eR=eR||new t,this.renderer.getDrawingBufferSize(eR)}setScissorTest(){}getClearColor(){const e=this.renderer;return tR=tR||new Fy,e.getClearColor(tR),tR.getRGB(tR),tR}getDomElement(){let e=this.domElement;return null===e&&(e=void 0!==this.parameters.canvas?this.parameters.canvas:Rt(),"setAttribute"in e&&e.setAttribute("data-engine",`three.js r${tt} webgpu`),this.domElement=e),e}set(e,t){this.data.set(e,t)}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}has(e){return this.data.has(e)}delete(e){this.data.delete(e)}deleteBindGroupData(){}dispose(){}}let sR,iR,nR=0;class aR{constructor(e,t){this.buffers=[e.bufferGPU,t],this.type=e.type,this.bufferType=e.bufferType,this.pbo=e.pbo,this.byteLength=e.byteLength,this.bytesPerElement=e.BYTES_PER_ELEMENT,this.version=e.version,this.isInteger=e.isInteger,this.activeBufferIndex=0,this.baseId=e.id}get id(){return`${this.baseId}|${this.activeBufferIndex}`}get bufferGPU(){return this.buffers[this.activeBufferIndex]}get transformBuffer(){return this.buffers[1^this.activeBufferIndex]}switchBuffers(){this.activeBufferIndex^=1}}class oR{constructor(e){this.backend=e}createAttribute(e,t){const r=this.backend,{gl:s}=r,i=e.array,n=e.usage||s.STATIC_DRAW,a=e.isInterleavedBufferAttribute?e.data:e,o=r.get(a);let u,l=o.bufferGPU;if(void 0===l&&(l=this._createBuffer(s,t,i,n),o.bufferGPU=l,o.bufferType=t,o.version=a.version),i instanceof Float32Array)u=s.FLOAT;else if("undefined"!=typeof Float16Array&&i instanceof Float16Array)u=s.HALF_FLOAT;else if(i instanceof Uint16Array)u=e.isFloat16BufferAttribute?s.HALF_FLOAT:s.UNSIGNED_SHORT;else if(i instanceof Int16Array)u=s.SHORT;else if(i instanceof Uint32Array)u=s.UNSIGNED_INT;else if(i instanceof Int32Array)u=s.INT;else if(i instanceof Int8Array)u=s.BYTE;else if(i instanceof Uint8Array)u=s.UNSIGNED_BYTE;else{if(!(i instanceof Uint8ClampedArray))throw new Error("THREE.WebGLBackend: Unsupported buffer data format: "+i);u=s.UNSIGNED_BYTE}let d={bufferGPU:l,bufferType:t,type:u,byteLength:i.byteLength,bytesPerElement:i.BYTES_PER_ELEMENT,version:e.version,pbo:e.pbo,isInteger:u===s.INT||u===s.UNSIGNED_INT||e.gpuType===R,id:nR++};if(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute){const e=this._createBuffer(s,t,i,n);d=new aR(d,e)}r.set(e,d)}updateAttribute(e){const t=this.backend,{gl:r}=t,s=e.array,i=e.isInterleavedBufferAttribute?e.data:e,n=t.get(i),a=n.bufferType,o=e.isInterleavedBufferAttribute?e.data.updateRanges:e.updateRanges;if(r.bindBuffer(a,n.bufferGPU),0===o.length)r.bufferSubData(a,0,s);else{for(let e=0,t=o.length;e0?this.enable(s.SAMPLE_ALPHA_TO_COVERAGE):this.disable(s.SAMPLE_ALPHA_TO_COVERAGE),r>0&&this.currentClippingPlanes!==r){const e=12288;for(let t=0;t<8;t++)t{!function i(){const n=e.clientWaitSync(t,e.SYNC_FLUSH_COMMANDS_BIT,0);if(n===e.WAIT_FAILED)return e.deleteSync(t),void s();n!==e.TIMEOUT_EXPIRED?(e.deleteSync(t),r()):requestAnimationFrame(i)}()})}}let dR,cR,hR,pR=!1;class gR{constructor(e){this.backend=e,this.gl=e.gl,this.extensions=e.extensions,this.defaultTextures={},this._srcFramebuffer=null,this._dstFramebuffer=null,!1===pR&&(this._init(),pR=!0)}_init(){const e=this.gl;dR={[Ur]:e.REPEAT,[ye]:e.CLAMP_TO_EDGE,[Dr]:e.MIRRORED_REPEAT},cR={[A]:e.NEAREST,[Ir]:e.NEAREST_MIPMAP_NEAREST,[Je]:e.NEAREST_MIPMAP_LINEAR,[ne]:e.LINEAR,[Ze]:e.LINEAR_MIPMAP_NEAREST,[q]:e.LINEAR_MIPMAP_LINEAR},hR={[Wr]:e.NEVER,[$r]:e.ALWAYS,[qe]:e.LESS,[zr]:e.LEQUAL,[Gr]:e.EQUAL,[kr]:e.GEQUAL,[Vr]:e.GREATER,[Or]:e.NOTEQUAL}}getGLTextureType(e){const{gl:t}=this;let r;return r=!0===e.isCubeTexture?t.TEXTURE_CUBE_MAP:!0===e.isArrayTexture||!0===e.isDataArrayTexture||!0===e.isCompressedArrayTexture?t.TEXTURE_2D_ARRAY:!0===e.isData3DTexture?t.TEXTURE_3D:t.TEXTURE_2D,r}getInternalFormat(e,t,r,s,i=!1){const{gl:n,extensions:a}=this;if(null!==e){if(void 0!==n[e])return n[e];d("WebGLBackend: Attempt to use non-existing WebGL internal format '"+e+"'")}let o=t;if(t===n.RED&&(r===n.FLOAT&&(o=n.R32F),r===n.HALF_FLOAT&&(o=n.R16F),r===n.UNSIGNED_BYTE&&(o=n.R8),r===n.UNSIGNED_SHORT&&(o=n.R16),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RED_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.R8UI),r===n.UNSIGNED_SHORT&&(o=n.R16UI),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RG&&(r===n.FLOAT&&(o=n.RG32F),r===n.HALF_FLOAT&&(o=n.RG16F),r===n.UNSIGNED_BYTE&&(o=n.RG8),r===n.UNSIGNED_SHORT&&(o=n.RG16),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RG_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RG8UI),r===n.UNSIGNED_SHORT&&(o=n.RG16UI),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RGB){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGB32F),r===n.HALF_FLOAT&&(o=n.RGB16F),r===n.UNSIGNED_BYTE&&(o=n.RGB8),r===n.UNSIGNED_SHORT&&(o=n.RGB16),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8:n.RGB8),r===n.UNSIGNED_SHORT_5_6_5&&(o=n.RGB565),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGB4),r===n.UNSIGNED_INT_5_9_9_9_REV&&(o=n.RGB9_E5),r===n.UNSIGNED_INT_10F_11F_11F_REV&&(o=n.R11F_G11F_B10F)}if(t===n.RGB_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGB8UI),r===n.UNSIGNED_SHORT&&(o=n.RGB16UI),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I)),t===n.RGBA){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGBA32F),r===n.HALF_FLOAT&&(o=n.RGBA16F),r===n.UNSIGNED_BYTE&&(o=n.RGBA8),r===n.UNSIGNED_SHORT&&(o=n.RGBA16),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8_ALPHA8:n.RGBA8),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGBA4),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1)}return t===n.RGBA_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGBA8UI),r===n.UNSIGNED_SHORT&&(o=n.RGBA16UI),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I)),t===n.DEPTH_COMPONENT&&(r===n.UNSIGNED_SHORT&&(o=n.DEPTH_COMPONENT16),r===n.UNSIGNED_INT&&(o=n.DEPTH_COMPONENT24),r===n.FLOAT&&(o=n.DEPTH_COMPONENT32F)),t===n.DEPTH_STENCIL&&r===n.UNSIGNED_INT_24_8&&(o=n.DEPTH24_STENCIL8),o!==n.R16F&&o!==n.R32F&&o!==n.RG16F&&o!==n.RG32F&&o!==n.RGBA16F&&o!==n.RGBA32F||a.get("EXT_color_buffer_float"),o}setTextureParameters(e,t){const{gl:r,extensions:s,backend:i}=this,n=p.getPrimaries(p.workingColorSpace),a=t.colorSpace===T?null:p.getPrimaries(t.colorSpace),o=t.colorSpace===T||n===a?r.NONE:r.BROWSER_DEFAULT_WEBGL;r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,t.flipY),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,t.premultiplyAlpha),r.pixelStorei(r.UNPACK_ALIGNMENT,t.unpackAlignment),r.pixelStorei(r.UNPACK_COLORSPACE_CONVERSION_WEBGL,o),r.texParameteri(e,r.TEXTURE_WRAP_S,dR[t.wrapS]),r.texParameteri(e,r.TEXTURE_WRAP_T,dR[t.wrapT]),e!==r.TEXTURE_3D&&e!==r.TEXTURE_2D_ARRAY||t.isArrayTexture||r.texParameteri(e,r.TEXTURE_WRAP_R,dR[t.wrapR]),r.texParameteri(e,r.TEXTURE_MAG_FILTER,cR[t.magFilter]);const u=void 0!==t.mipmaps&&t.mipmaps.length>0,l=t.minFilter===ne&&u?q:t.minFilter;if(r.texParameteri(e,r.TEXTURE_MIN_FILTER,cR[l]),t.compareFunction&&(r.texParameteri(e,r.TEXTURE_COMPARE_MODE,r.COMPARE_REF_TO_TEXTURE),r.texParameteri(e,r.TEXTURE_COMPARE_FUNC,hR[t.compareFunction])),!0===s.has("EXT_texture_filter_anisotropic")){if(t.magFilter===A)return;if(t.minFilter!==Je&&t.minFilter!==q)return;if(t.type===H&&!1===s.has("OES_texture_float_linear"))return;if(t.anisotropy>1){const n=s.get("EXT_texture_filter_anisotropic");r.texParameterf(e,n.TEXTURE_MAX_ANISOTROPY_EXT,Math.min(t.anisotropy,i.getMaxAnisotropy()))}}}createDefaultTexture(e){const{gl:t,backend:r,defaultTextures:s}=this,i=this.getGLTextureType(e);let n=s[i];void 0===n&&(n=t.createTexture(),r.state.bindTexture(i,n),t.texParameteri(i,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(i,t.TEXTURE_MAG_FILTER,t.NEAREST),s[i]=n),r.set(e,{textureGPU:n,glTextureType:i})}createTexture(e,t){const{gl:r,backend:s}=this,{levels:i,width:n,height:a,depth:o}=t,u=s.utils.convert(e.format,e.colorSpace),l=s.utils.convert(e.type),d=this.getInternalFormat(e.internalFormat,u,l,e.colorSpace,e.isVideoTexture),c=r.createTexture(),h=this.getGLTextureType(e);s.state.bindTexture(h,c),this.setTextureParameters(h,e),e.isArrayTexture||e.isDataArrayTexture||e.isCompressedArrayTexture?r.texStorage3D(r.TEXTURE_2D_ARRAY,i,d,n,a,o):e.isData3DTexture?r.texStorage3D(r.TEXTURE_3D,i,d,n,a,o):e.isVideoTexture||r.texStorage2D(h,i,d,n,a),s.set(e,{textureGPU:c,glTextureType:h,glFormat:u,glType:l,glInternalFormat:d})}copyBufferToTexture(e,t){const{gl:r,backend:s}=this,{textureGPU:i,glTextureType:n,glFormat:a,glType:o}=s.get(t),{width:u,height:l}=t.source.data;r.bindBuffer(r.PIXEL_UNPACK_BUFFER,e),s.state.bindTexture(n,i),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.texSubImage2D(n,0,0,0,u,l,a,o,0),r.bindBuffer(r.PIXEL_UNPACK_BUFFER,null),s.state.unbindTexture()}updateTexture(e,t){const{gl:r}=this,{width:s,height:i}=t,{textureGPU:n,glTextureType:a,glFormat:o,glType:u,glInternalFormat:l}=this.backend.get(e);if(!e.isRenderTargetTexture&&void 0!==n)if(this.backend.state.bindTexture(a,n),this.setTextureParameters(a,e),e.isCompressedTexture){const s=e.mipmaps,i=t.image;for(let t=0;t0){const t=jr(s.width,s.height,e.format,e.type);for(const i of e.layerUpdates){const e=s.data.subarray(i*t/s.data.BYTES_PER_ELEMENT,(i+1)*t/s.data.BYTES_PER_ELEMENT);r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,i,s.width,s.height,1,o,u,e)}e.clearLayerUpdates()}else r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,0,s.width,s.height,s.depth,o,u,s.data)}else if(e.isData3DTexture){const e=t.image;r.texSubImage3D(r.TEXTURE_3D,0,0,0,0,e.width,e.height,e.depth,o,u,e.data)}else if(e.isVideoTexture)e.update(),r.texImage2D(a,0,l,o,u,t.image);else{const n=e.mipmaps;if(n.length>0)for(let e=0,t=n.length;e0,c=t.renderTarget?t.renderTarget.height:this.backend.getDrawingBufferSize().y;if(d){const r=0!==a||0!==o;let d,h;if(!0===e.isDepthTexture?(d=s.DEPTH_BUFFER_BIT,h=s.DEPTH_ATTACHMENT,t.stencil&&(d|=s.STENCIL_BUFFER_BIT)):(d=s.COLOR_BUFFER_BIT,h=s.COLOR_ATTACHMENT0),r){const e=this.backend.get(t.renderTarget),r=e.framebuffers[t.getCacheKey()],h=e.msaaFrameBuffer;i.bindFramebuffer(s.DRAW_FRAMEBUFFER,r),i.bindFramebuffer(s.READ_FRAMEBUFFER,h);const p=c-o-l;s.blitFramebuffer(a,p,a+u,p+l,a,p,a+u,p+l,d,s.NEAREST),i.bindFramebuffer(s.READ_FRAMEBUFFER,r),i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,p,u,l),i.unbindTexture()}else{const e=s.createFramebuffer();i.bindFramebuffer(s.DRAW_FRAMEBUFFER,e),s.framebufferTexture2D(s.DRAW_FRAMEBUFFER,h,s.TEXTURE_2D,n,0),s.blitFramebuffer(0,0,u,l,0,0,u,l,d,s.NEAREST),s.deleteFramebuffer(e)}}else i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,c-l-o,u,l),i.unbindTexture();e.generateMipmaps&&this.generateMipmaps(e),this.backend._setFramebuffer(t)}setupRenderBufferStorage(e,t,r,s=!1){const{gl:i}=this,n=t.renderTarget,{depthTexture:a,depthBuffer:o,stencilBuffer:u,width:l,height:d}=n;if(i.bindRenderbuffer(i.RENDERBUFFER,e),o&&!u){let t=i.DEPTH_COMPONENT24;if(!0===s){this.extensions.get("WEBGL_multisampled_render_to_texture").renderbufferStorageMultisampleEXT(i.RENDERBUFFER,n.samples,t,l,d)}else r>0?(a&&a.isDepthTexture&&a.type===i.FLOAT&&(t=i.DEPTH_COMPONENT32F),i.renderbufferStorageMultisample(i.RENDERBUFFER,r,t,l,d)):i.renderbufferStorage(i.RENDERBUFFER,t,l,d);i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_ATTACHMENT,i.RENDERBUFFER,e)}else o&&u&&(r>0?i.renderbufferStorageMultisample(i.RENDERBUFFER,r,i.DEPTH24_STENCIL8,l,d):i.renderbufferStorage(i.RENDERBUFFER,i.DEPTH_STENCIL,l,d),i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_STENCIL_ATTACHMENT,i.RENDERBUFFER,e));i.bindRenderbuffer(i.RENDERBUFFER,null)}async copyTextureToBuffer(e,t,r,s,i,n){const{backend:a,gl:o}=this,{textureGPU:u,glFormat:l,glType:d}=this.backend.get(e),c=o.createFramebuffer();a.state.bindFramebuffer(o.READ_FRAMEBUFFER,c);const h=e.isCubeTexture?o.TEXTURE_CUBE_MAP_POSITIVE_X+n:o.TEXTURE_2D;o.framebufferTexture2D(o.READ_FRAMEBUFFER,o.COLOR_ATTACHMENT0,h,u,0);const p=this._getTypedArrayType(d),g=s*i*this._getBytesPerTexel(d,l),m=o.createBuffer();o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.bufferData(o.PIXEL_PACK_BUFFER,g,o.STREAM_READ),o.readPixels(t,r,s,i,l,d,0),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),await a.utils._clientWaitAsync();const f=new p(g/p.BYTES_PER_ELEMENT);return o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.getBufferSubData(o.PIXEL_PACK_BUFFER,0,f),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),a.state.bindFramebuffer(o.READ_FRAMEBUFFER,null),o.deleteFramebuffer(c),f}_getTypedArrayType(e){const{gl:t}=this;if(e===t.UNSIGNED_BYTE)return Uint8Array;if(e===t.UNSIGNED_SHORT_4_4_4_4)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_5_5_1)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_6_5)return Uint16Array;if(e===t.UNSIGNED_SHORT)return Uint16Array;if(e===t.UNSIGNED_INT)return Uint32Array;if(e===t.HALF_FLOAT)return Uint16Array;if(e===t.FLOAT)return Float32Array;throw new Error(`Unsupported WebGL type: ${e}`)}_getBytesPerTexel(e,t){const{gl:r}=this;let s=0;return e===r.UNSIGNED_BYTE&&(s=1),e!==r.UNSIGNED_SHORT_4_4_4_4&&e!==r.UNSIGNED_SHORT_5_5_5_1&&e!==r.UNSIGNED_SHORT_5_6_5&&e!==r.UNSIGNED_SHORT&&e!==r.HALF_FLOAT||(s=2),e!==r.UNSIGNED_INT&&e!==r.FLOAT||(s=4),t===r.RGBA?4*s:t===r.RGB?3*s:t===r.ALPHA?s:void 0}dispose(){const{gl:e}=this;null!==this._srcFramebuffer&&e.deleteFramebuffer(this._srcFramebuffer),null!==this._dstFramebuffer&&e.deleteFramebuffer(this._dstFramebuffer)}}function mR(e){return e.isDataTexture?e.image.data:"undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&e instanceof ImageBitmap||"undefined"!=typeof OffscreenCanvas&&e instanceof OffscreenCanvas?e:e.data}class fR{constructor(e){this.backend=e,this.gl=this.backend.gl,this.availableExtensions=this.gl.getSupportedExtensions(),this.extensions={}}get(e){let t=this.extensions[e];return void 0===t&&(t=this.gl.getExtension(e),this.extensions[e]=t),t}has(e){return this.availableExtensions.includes(e)}}class yR{constructor(e){this.backend=e,this.maxAnisotropy=null}getMaxAnisotropy(){if(null!==this.maxAnisotropy)return this.maxAnisotropy;const e=this.backend.gl,t=this.backend.extensions;if(!0===t.has("EXT_texture_filter_anisotropic")){const r=t.get("EXT_texture_filter_anisotropic");this.maxAnisotropy=e.getParameter(r.MAX_TEXTURE_MAX_ANISOTROPY_EXT)}else this.maxAnisotropy=0;return this.maxAnisotropy}}const bR={WEBGL_multi_draw:"WEBGL_multi_draw",WEBGL_compressed_texture_astc:"texture-compression-astc",WEBGL_compressed_texture_etc:"texture-compression-etc2",WEBGL_compressed_texture_etc1:"texture-compression-etc1",WEBGL_compressed_texture_pvrtc:"texture-compression-pvrtc",WEBGL_compressed_texture_s3tc:"texture-compression-s3tc",EXT_texture_compression_bptc:"texture-compression-bc",EXT_disjoint_timer_query_webgl2:"timestamp-query",OVR_multiview2:"OVR_multiview2"};class xR{constructor(e){this.gl=e.gl,this.extensions=e.extensions,this.info=e.renderer.info,this.mode=null,this.index=0,this.type=null,this.object=null}render(e,t){const{gl:r,mode:s,object:i,type:n,info:a,index:o}=this;0!==o?r.drawElements(s,t,n,e):r.drawArrays(s,e,t),a.update(i,t,1)}renderInstances(e,t,r){const{gl:s,mode:i,type:n,index:a,object:o,info:u}=this;0!==r&&(0!==a?s.drawElementsInstanced(i,t,n,e,r):s.drawArraysInstanced(i,e,t,r),u.update(o,t,r))}renderMultiDraw(e,t,r){const{extensions:s,mode:i,object:n,info:a}=this;if(0===r)return;const o=s.get("WEBGL_multi_draw");if(null===o)for(let s=0;sthis.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryStates.set(t,"inactive"),this.queryOffsets.set(e,t),t}beginQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null==t)return;if(null!==this.activeQuery)return;const r=this.queries[t];if(r)try{"inactive"===this.queryStates.get(t)&&(this.gl.beginQuery(this.ext.TIME_ELAPSED_EXT,r),this.activeQuery=t,this.queryStates.set(t,"started"))}catch(e){o("Error in beginQuery:",e),this.activeQuery=null,this.queryStates.set(t,"inactive")}}endQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null!=t&&this.activeQuery===t)try{this.gl.endQuery(this.ext.TIME_ELAPSED_EXT),this.queryStates.set(t,"ended"),this.activeQuery=null}catch(e){o("Error in endQuery:",e),this.queryStates.set(t,"inactive"),this.activeQuery=null}}async resolveQueriesAsync(){if(!this.trackTimestamp||this.pendingResolve)return this.lastValue;this.pendingResolve=!0;try{const e=new Map;for(const[t,r]of this.queryOffsets){if("ended"===this.queryStates.get(r)){const s=this.queries[r];e.set(t,this.resolveQuery(s))}}if(0===e.size)return this.lastValue;const t={},r=[];for(const[s,i]of e){const e=s.match(/^(.*):f(\d+)$/),n=parseInt(e[2]);!1===r.includes(n)&&r.push(n),void 0===t[n]&&(t[n]=0);const a=await i;this.timestamps.set(s,a),t[n]+=a}const s=t[r[r.length-1]];return this.lastValue=s,this.frames=r,this.currentQueryIndex=0,this.queryOffsets.clear(),this.queryStates.clear(),this.activeQuery=null,s}catch(e){return o("Error resolving queries:",e),this.lastValue}finally{this.pendingResolve=!1}}async resolveQuery(e){return new Promise(t=>{if(this.isDisposed)return void t(this.lastValue);let r,s=!1;const i=e=>{s||(s=!0,r&&(clearTimeout(r),r=null),t(e))},n=()=>{if(this.isDisposed)i(this.lastValue);else try{if(this.gl.getParameter(this.ext.GPU_DISJOINT_EXT))return void i(this.lastValue);if(!this.gl.getQueryParameter(e,this.gl.QUERY_RESULT_AVAILABLE))return void(r=setTimeout(n,1));const s=this.gl.getQueryParameter(e,this.gl.QUERY_RESULT);t(Number(s)/1e6)}catch(e){o("Error checking query:",e),t(this.lastValue)}};n()})}dispose(){if(!this.isDisposed&&(this.isDisposed=!0,this.trackTimestamp)){for(const e of this.queries)this.gl.deleteQuery(e);this.queries=[],this.queryStates.clear(),this.queryOffsets.clear(),this.lastValue=0,this.activeQuery=null}}}class vR extends rR{constructor(e={}){super(e),this.isWebGLBackend=!0,this.attributeUtils=null,this.extensions=null,this.capabilities=null,this.textureUtils=null,this.bufferRenderer=null,this.gl=null,this.state=null,this.utils=null,this.vaoCache={},this.transformFeedbackCache={},this.discard=!1,this.disjoint=null,this.parallel=null,this._currentContext=null,this._knownBindings=new WeakSet,this._supportsInvalidateFramebuffer="undefined"!=typeof navigator&&/OculusBrowser/g.test(navigator.userAgent),this._xrFramebuffer=null}init(e){super.init(e);const t=this.parameters,r={antialias:e.currentSamples>0,alpha:!0,depth:e.depth,stencil:e.stencil},s=void 0!==t.context?t.context:e.domElement.getContext("webgl2",r);function i(t){t.preventDefault();const r={api:"WebGL",message:t.statusMessage||"Unknown reason",reason:null,originalEvent:t};e.onDeviceLost(r)}this._onContextLost=i,e.domElement.addEventListener("webglcontextlost",i,!1),this.gl=s,this.extensions=new fR(this),this.capabilities=new yR(this),this.attributeUtils=new oR(this),this.textureUtils=new gR(this),this.bufferRenderer=new xR(this),this.state=new uR(this),this.utils=new lR(this),this.extensions.get("EXT_color_buffer_float"),this.extensions.get("WEBGL_clip_cull_distance"),this.extensions.get("OES_texture_float_linear"),this.extensions.get("EXT_color_buffer_half_float"),this.extensions.get("WEBGL_multisampled_render_to_texture"),this.extensions.get("WEBGL_render_shared_exponent"),this.extensions.get("WEBGL_multi_draw"),this.extensions.get("OVR_multiview2"),this.disjoint=this.extensions.get("EXT_disjoint_timer_query_webgl2"),this.parallel=this.extensions.get("KHR_parallel_shader_compile"),this.drawBuffersIndexedExt=this.extensions.get("OES_draw_buffers_indexed")}get coordinateSystem(){return c}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}async makeXRCompatible(){!0!==this.gl.getContextAttributes().xrCompatible&&await this.gl.makeXRCompatible()}setXRTarget(e){this._xrFramebuffer=e}setXRRenderTargetTextures(e,t,r=null){const s=this.gl;if(this.set(e.texture,{textureGPU:t,glInternalFormat:s.RGBA8}),null!==r){const t=e.stencilBuffer?s.DEPTH24_STENCIL8:s.DEPTH_COMPONENT24;this.set(e.depthTexture,{textureGPU:r,glInternalFormat:t}),!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!0===e._autoAllocateDepthBuffer&&!1===e.multiview&&d("WebGLBackend: Render-to-texture extension was disabled because an external texture was provided"),e._autoAllocateDepthBuffer=!1}}initTimestampQuery(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e]||(this.timestampQueryPool[e]=new _R(this.gl,e,2048));const r=this.timestampQueryPool[e];null!==r.allocateQueriesForContext(t)&&r.beginQuery(t)}prepareTimestampBuffer(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e].endQuery(t)}getContext(){return this.gl}beginRender(e){const{state:t}=this,r=this.get(e);if(e.viewport)this.updateViewport(e);else{const{width:e,height:r}=this.getDrawingBufferSize();t.viewport(0,0,e,r)}if(e.scissor){const{x:r,y:s,width:i,height:n}=e.scissorValue;t.scissor(r,e.height-n-s,i,n)}this.initTimestampQuery(St.RENDER,this.getTimestampUID(e)),r.previousContext=this._currentContext,this._currentContext=e,this._setFramebuffer(e),this.clear(e.clearColor,e.clearDepth,e.clearStencil,e,!1);const s=e.occlusionQueryCount;s>0&&(r.currentOcclusionQueries=r.occlusionQueries,r.currentOcclusionQueryObjects=r.occlusionQueryObjects,r.lastOcclusionObject=null,r.occlusionQueries=new Array(s),r.occlusionQueryObjects=new Array(s),r.occlusionQueryIndex=0)}finishRender(e){const{gl:t,state:r}=this,s=this.get(e),i=s.previousContext;r.resetVertexState();const n=e.occlusionQueryCount;n>0&&(n>s.occlusionQueryIndex&&t.endQuery(t.ANY_SAMPLES_PASSED),this.resolveOccludedAsync(e));const a=e.textures;if(null!==a)for(let e=0;e{let a=0;for(let t=0;t1&&u.setMRTBlending(i.textures),u.useProgram(a);const h=e.getAttributes(),p=this.get(h);let g=p.vaoGPU;if(void 0===g){const e=this._getVaoKey(h);g=this.vaoCache[e],void 0===g&&(g=this._createVao(h),this.vaoCache[e]=g,p.vaoGPU=g)}const m=e.getIndex(),f=null!==m?this.get(m).bufferGPU:null;u.setVertexState(g,f);const y=l.lastOcclusionObject;if(y!==t&&void 0!==y){if(null!==y&&!0===y.occlusionTest&&(o.endQuery(o.ANY_SAMPLES_PASSED),l.occlusionQueryIndex++),!0===t.occlusionTest){const e=o.createQuery();o.beginQuery(o.ANY_SAMPLES_PASSED,e),l.occlusionQueries[l.occlusionQueryIndex]=e,l.occlusionQueryObjects[l.occlusionQueryIndex]=t}l.lastOcclusionObject=t}const b=this.bufferRenderer;t.isPoints?b.mode=o.POINTS:t.isLineSegments?b.mode=o.LINES:t.isLine?b.mode=o.LINE_STRIP:t.isLineLoop?b.mode=o.LINE_LOOP:!0===s.wireframe?(u.setLineWidth(s.wireframeLinewidth*this.renderer.getPixelRatio()),b.mode=o.LINES):b.mode=o.TRIANGLES;const{vertexCount:x,instanceCount:T}=d;let{firstVertex:_}=d;if(b.object=t,null!==m){_*=m.array.BYTES_PER_ELEMENT;const e=this.get(m);b.index=m.count,b.type=e.type}else b.index=0;const N=()=>{t.isBatchedMesh?null!==t._multiDrawInstances?(v("WebGLBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection."),b.renderMultiDrawInstances(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount,t._multiDrawInstances)):this.hasFeature("WEBGL_multi_draw")?b.renderMultiDraw(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount):v("WebGLBackend: WEBGL_multi_draw not supported."):T>1?b.renderInstances(_,x,T):b.render(_,x)};if(!0===e.camera.isArrayCamera&&e.camera.cameras.length>0&&!1===e.camera.isMultiViewCamera){const r=this.get(e.camera),s=e.camera.cameras,i=e.getBindingGroup("cameraIndex").bindings[0];if(void 0===r.indexesGPU||r.indexesGPU.length!==s.length){const e=new Uint32Array([0,0,0,0]),t=[];for(let r=0,i=s.length;r{const i=this.parallel,n=()=>{r.getProgramParameter(a,i.COMPLETION_STATUS_KHR)?(this._completeCompile(e,s),t()):requestAnimationFrame(n)};n()});return void t.push(i)}this._completeCompile(e,s)}_handleSource(e,t){const r=e.split("\n"),s=[],i=Math.max(t-6,0),n=Math.min(t+6,r.length);for(let e=i;e":" "} ${i}: ${r[e]}`)}return s.join("\n")}_getShaderErrors(e,t,r){const s=e.getShaderParameter(t,e.COMPILE_STATUS),i=(e.getShaderInfoLog(t)||"").trim();if(s&&""===i)return"";const n=/ERROR: 0:(\d+)/.exec(i);if(n){const s=parseInt(n[1]);return r.toUpperCase()+"\n\n"+i+"\n\n"+this._handleSource(e.getShaderSource(t),s)}return i}_logProgramError(e,t,r){if(this.renderer.debug.checkShaderErrors){const s=this.gl,i=(s.getProgramInfoLog(e)||"").trim();if(!1===s.getProgramParameter(e,s.LINK_STATUS))if("function"==typeof this.renderer.debug.onShaderError)this.renderer.debug.onShaderError(s,e,r,t);else{const n=this._getShaderErrors(s,r,"vertex"),a=this._getShaderErrors(s,t,"fragment");o("THREE.WebGLProgram: Shader Error "+s.getError()+" - VALIDATE_STATUS "+s.getProgramParameter(e,s.VALIDATE_STATUS)+"\n\nProgram Info Log: "+i+"\n"+n+"\n"+a)}else""!==i&&d("WebGLProgram: Program Info Log:",i)}}_completeCompile(e,t){const{state:r,gl:s}=this,i=this.get(t),{programGPU:n,fragmentShader:a,vertexShader:o}=i;!1===s.getProgramParameter(n,s.LINK_STATUS)&&this._logProgramError(n,a,o),r.useProgram(n);const u=e.getBindings();this._setupBindings(u,n),this.set(t,{programGPU:n})}createComputePipeline(e,t){const{state:r,gl:s}=this,i={stage:"fragment",code:"#version 300 es\nprecision highp float;\nvoid main() {}"};this.createProgram(i);const{computeProgram:n}=e,a=s.createProgram(),o=this.get(i).shaderGPU,u=this.get(n).shaderGPU,l=n.transforms,d=[],c=[];for(let e=0;ebR[t]===e),r=this.extensions;for(let e=0;e1,h=!0===i.isXRRenderTarget,p=!0===h&&!0===i._hasExternalTextures;let g=n.msaaFrameBuffer,m=n.depthRenderbuffer;const f=this.extensions.get("WEBGL_multisampled_render_to_texture"),y=this.extensions.get("OVR_multiview2"),b=this._useMultisampledExtension(i),x=Ey(e);let T;if(l?(n.cubeFramebuffers||(n.cubeFramebuffers={}),T=n.cubeFramebuffers[x]):h&&!1===p?T=this._xrFramebuffer:(n.framebuffers||(n.framebuffers={}),T=n.framebuffers[x]),void 0===T){T=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,T);const s=e.textures,o=[];if(l){n.cubeFramebuffers[x]=T;const{textureGPU:e}=this.get(s[0]),r=this.renderer._activeCubeFace,i=this.renderer._activeMipmapLevel;t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_CUBE_MAP_POSITIVE_X+r,e,i)}else{n.framebuffers[x]=T;for(let r=0;r0&&!1===b&&!i.multiview){if(void 0===g){const s=[];g=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,g);const i=[],l=e.textures;for(let r=0;r0&&!1===this._useMultisampledExtension(s)){const n=i.framebuffers[e.getCacheKey()];let a=t.COLOR_BUFFER_BIT;s.resolveDepthBuffer&&(s.depthBuffer&&(a|=t.DEPTH_BUFFER_BIT),s.stencilBuffer&&s.resolveStencilBuffer&&(a|=t.STENCIL_BUFFER_BIT));const o=i.msaaFrameBuffer,u=i.msaaRenderbuffers,l=e.textures,d=l.length>1;if(r.bindFramebuffer(t.READ_FRAMEBUFFER,o),r.bindFramebuffer(t.DRAW_FRAMEBUFFER,n),d)for(let e=0;e0&&!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!1!==e._autoAllocateDepthBuffer}dispose(){null!==this.textureUtils&&this.textureUtils.dispose();const e=this.extensions.get("WEBGL_lose_context");e&&e.loseContext(),this.renderer.domElement.removeEventListener("webglcontextlost",this._onContextLost)}}const NR="point-list",SR="line-list",RR="line-strip",AR="triangle-list",ER="triangle-strip",wR="undefined"!=typeof self?self.GPUShaderStage:{VERTEX:1,FRAGMENT:2,COMPUTE:4},CR="never",MR="less",BR="equal",LR="less-equal",PR="greater",FR="not-equal",DR="greater-equal",UR="always",IR="store",OR="load",VR="clear",kR="ccw",GR="cw",zR="none",$R="back",WR="uint16",HR="uint32",jR="r8unorm",qR="r8snorm",XR="r8uint",KR="r8sint",YR="r16uint",QR="r16sint",ZR="r16float",JR="rg8unorm",eA="rg8snorm",tA="rg8uint",rA="rg8sint",sA="r32uint",iA="r32sint",nA="r32float",aA="rg16uint",oA="rg16sint",uA="rg16float",lA="rgba8unorm",dA="rgba8unorm-srgb",cA="rgba8snorm",hA="rgba8uint",pA="rgba8sint",gA="bgra8unorm",mA="bgra8unorm-srgb",fA="rgb9e5ufloat",yA="rgb10a2unorm",bA="rg11b10ufloat",xA="rg32uint",TA="rg32sint",_A="rg32float",vA="rgba16uint",NA="rgba16sint",SA="rgba16float",RA="rgba32uint",AA="rgba32sint",EA="rgba32float",wA="depth16unorm",CA="depth24plus",MA="depth24plus-stencil8",BA="depth32float",LA="depth32float-stencil8",PA="bc1-rgba-unorm",FA="bc1-rgba-unorm-srgb",DA="bc2-rgba-unorm",UA="bc2-rgba-unorm-srgb",IA="bc3-rgba-unorm",OA="bc3-rgba-unorm-srgb",VA="bc4-r-unorm",kA="bc4-r-snorm",GA="bc5-rg-unorm",zA="bc5-rg-snorm",$A="bc6h-rgb-ufloat",WA="bc6h-rgb-float",HA="bc7-rgba-unorm",jA="bc7-rgba-unorm-srgb",qA="etc2-rgb8unorm",XA="etc2-rgb8unorm-srgb",KA="etc2-rgb8a1unorm",YA="etc2-rgb8a1unorm-srgb",QA="etc2-rgba8unorm",ZA="etc2-rgba8unorm-srgb",JA="eac-r11unorm",eE="eac-r11snorm",tE="eac-rg11unorm",rE="eac-rg11snorm",sE="astc-4x4-unorm",iE="astc-4x4-unorm-srgb",nE="astc-5x4-unorm",aE="astc-5x4-unorm-srgb",oE="astc-5x5-unorm",uE="astc-5x5-unorm-srgb",lE="astc-6x5-unorm",dE="astc-6x5-unorm-srgb",cE="astc-6x6-unorm",hE="astc-6x6-unorm-srgb",pE="astc-8x5-unorm",gE="astc-8x5-unorm-srgb",mE="astc-8x6-unorm",fE="astc-8x6-unorm-srgb",yE="astc-8x8-unorm",bE="astc-8x8-unorm-srgb",xE="astc-10x5-unorm",TE="astc-10x5-unorm-srgb",_E="astc-10x6-unorm",vE="astc-10x6-unorm-srgb",NE="astc-10x8-unorm",SE="astc-10x8-unorm-srgb",RE="astc-10x10-unorm",AE="astc-10x10-unorm-srgb",EE="astc-12x10-unorm",wE="astc-12x10-unorm-srgb",CE="astc-12x12-unorm",ME="astc-12x12-unorm-srgb",BE="clamp-to-edge",LE="repeat",PE="mirror-repeat",FE="linear",DE="nearest",UE="zero",IE="one",OE="src",VE="one-minus-src",kE="src-alpha",GE="one-minus-src-alpha",zE="dst",$E="one-minus-dst",WE="dst-alpha",HE="one-minus-dst-alpha",jE="src-alpha-saturated",qE="constant",XE="one-minus-constant",KE="add",YE="subtract",QE="reverse-subtract",ZE="min",JE="max",ew=0,tw=15,rw="keep",sw="zero",iw="replace",nw="invert",aw="increment-clamp",ow="decrement-clamp",uw="increment-wrap",lw="decrement-wrap",dw="storage",cw="read-only-storage",hw="write-only",pw="read-only",gw="read-write",mw="non-filtering",fw="comparison",yw="float",bw="unfilterable-float",xw="depth",Tw="sint",_w="uint",vw="2d",Nw="3d",Sw="2d",Rw="2d-array",Aw="cube",Ew="3d",ww="all",Cw="vertex",Mw="instance",Bw={CoreFeaturesAndLimits:"core-features-and-limits",DepthClipControl:"depth-clip-control",Depth32FloatStencil8:"depth32float-stencil8",TextureCompressionBC:"texture-compression-bc",TextureCompressionBCSliced3D:"texture-compression-bc-sliced-3d",TextureCompressionETC2:"texture-compression-etc2",TextureCompressionASTC:"texture-compression-astc",TextureCompressionASTCSliced3D:"texture-compression-astc-sliced-3d",TimestampQuery:"timestamp-query",IndirectFirstInstance:"indirect-first-instance",ShaderF16:"shader-f16",RG11B10UFloat:"rg11b10ufloat-renderable",BGRA8UNormStorage:"bgra8unorm-storage",Float32Filterable:"float32-filterable",Float32Blendable:"float32-blendable",ClipDistances:"clip-distances",DualSourceBlending:"dual-source-blending",Subgroups:"subgroups",TextureFormatsTier1:"texture-formats-tier1",TextureFormatsTier2:"texture-formats-tier2"},Lw={"texture-compression-s3tc":"texture-compression-bc","texture-compression-etc1":"texture-compression-etc2"};class Pw extends kS{constructor(e,t,r){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class Fw extends PS{constructor(e,t){super(e,t?t.array:null),this.attribute=t,this.isStorageBuffer=!0}}let Dw=0;class Uw extends Fw{constructor(e,t){super("StorageBuffer_"+Dw++,e?e.value:null),this.nodeUniform=e,this.access=e?e.access:Js.READ_WRITE,this.groupNode=t}get buffer(){return this.nodeUniform.value}}class Iw extends ty{constructor(e){super(),this.device=e;this.mipmapSampler=e.createSampler({minFilter:FE}),this.flipYSampler=e.createSampler({minFilter:DE}),this.transferPipelines={},this.flipYPipelines={},this.mipmapVertexShaderModule=e.createShaderModule({label:"mipmapVertex",code:"\nstruct VarysStruct {\n\t@builtin( position ) Position: vec4,\n\t@location( 0 ) vTex : vec2\n};\n\n@vertex\nfn main( @builtin( vertex_index ) vertexIndex : u32 ) -> VarysStruct {\n\n\tvar Varys : VarysStruct;\n\n\tvar pos = array< vec2, 4 >(\n\t\tvec2( -1.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 ),\n\t\tvec2( -1.0, -1.0 ),\n\t\tvec2( 1.0, -1.0 )\n\t);\n\n\tvar tex = array< vec2, 4 >(\n\t\tvec2( 0.0, 0.0 ),\n\t\tvec2( 1.0, 0.0 ),\n\t\tvec2( 0.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 )\n\t);\n\n\tVarys.vTex = tex[ vertexIndex ];\n\tVarys.Position = vec4( pos[ vertexIndex ], 0.0, 1.0 );\n\n\treturn Varys;\n\n}\n"}),this.mipmapFragmentShaderModule=e.createShaderModule({label:"mipmapFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vTex );\n\n}\n"}),this.flipYFragmentShaderModule=e.createShaderModule({label:"flipYFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vec2( vTex.x, 1.0 - vTex.y ) );\n\n}\n"})}getTransferPipeline(e){let t=this.transferPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`mipmap-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.mipmapFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.transferPipelines[e]=t),t}getFlipYPipeline(e){let t=this.flipYPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`flipY-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.flipYFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.flipYPipelines[e]=t),t}flipY(e,t,r=0){const s=t.format,{width:i,height:n}=t.size,a=this.getTransferPipeline(s),o=this.getFlipYPipeline(s),u=this.device.createTexture({size:{width:i,height:n,depthOrArrayLayers:1},format:s,usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.TEXTURE_BINDING}),l=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r}),d=u.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:0}),c=this.device.createCommandEncoder({}),h=(e,t,r)=>{const s=e.getBindGroupLayout(0),i=this.device.createBindGroup({layout:s,entries:[{binding:0,resource:this.flipYSampler},{binding:1,resource:t}]}),n=c.beginRenderPass({colorAttachments:[{view:r,loadOp:VR,storeOp:IR,clearValue:[0,0,0,0]}]});n.setPipeline(e),n.setBindGroup(0,i),n.draw(4,1,0,0),n.end()};h(a,l,d),h(o,d,l),this.device.queue.submit([c.finish()]),u.destroy()}generateMipmaps(e,t,r=0,s=null){const i=this.get(e);void 0===i.layers&&(i.layers=[]);const n=i.layers[r]||this._mipmapCreateBundles(e,t,r),a=s||this.device.createCommandEncoder({label:"mipmapEncoder"});this._mipmapRunBundles(a,n),null===s&&this.device.queue.submit([a.finish()]),i.layers[r]=n}_mipmapCreateBundles(e,t,r){const s=this.getTransferPipeline(t.format),i=s.getBindGroupLayout(0);let n=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r});const a=[];for(let o=1;o0)for(let t=0,n=s.length;t0)for(let t=0,n=s.length;t0?e.width:r.size.width,l=a>0?e.height:r.size.height;try{o.queue.copyExternalImageToTexture({source:e,flipY:i},{texture:t,mipLevel:a,origin:{x:0,y:0,z:s},premultipliedAlpha:n},{width:u,height:l,depthOrArrayLayers:1})}catch(e){}}_getPassUtils(){let e=this._passUtils;return null===e&&(this._passUtils=e=new Iw(this.backend.device)),e}_generateMipmaps(e,t,r=0,s=null){this._getPassUtils().generateMipmaps(e,t,r,s)}_flipY(e,t,r=0){this._getPassUtils().flipY(e,t,r)}_copyBufferToTexture(e,t,r,s,i,n=0,a=0){const o=this.backend.device,u=e.data,l=this._getBytesPerTexel(r.format),d=e.width*l;o.queue.writeTexture({texture:t,mipLevel:a,origin:{x:0,y:0,z:s}},u,{offset:e.width*e.height*l*n,bytesPerRow:d},{width:e.width,height:e.height,depthOrArrayLayers:1}),!0===i&&this._flipY(t,r,s)}_copyCompressedBufferToTexture(e,t,r){const s=this.backend.device,i=this._getBlockData(r.format),n=r.size.depthOrArrayLayers>1;for(let a=0;a]*\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/i,$w=/([a-z_0-9]+)\s*:\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/gi,Ww={f32:"float",i32:"int",u32:"uint",bool:"bool","vec2":"vec2","vec2":"ivec2","vec2":"uvec2","vec2":"bvec2",vec2f:"vec2",vec2i:"ivec2",vec2u:"uvec2",vec2b:"bvec2","vec3":"vec3","vec3":"ivec3","vec3":"uvec3","vec3":"bvec3",vec3f:"vec3",vec3i:"ivec3",vec3u:"uvec3",vec3b:"bvec3","vec4":"vec4","vec4":"ivec4","vec4":"uvec4","vec4":"bvec4",vec4f:"vec4",vec4i:"ivec4",vec4u:"uvec4",vec4b:"bvec4","mat2x2":"mat2",mat2x2f:"mat2","mat3x3":"mat3",mat3x3f:"mat3","mat4x4":"mat4",mat4x4f:"mat4",sampler:"sampler",texture_1d:"texture",texture_2d:"texture",texture_2d_array:"texture",texture_multisampled_2d:"cubeTexture",texture_depth_2d:"depthTexture",texture_depth_2d_array:"depthTexture",texture_depth_multisampled_2d:"depthTexture",texture_depth_cube:"depthTexture",texture_depth_cube_array:"depthTexture",texture_3d:"texture3D",texture_cube:"cubeTexture",texture_cube_array:"cubeTexture",texture_storage_1d:"storageTexture",texture_storage_2d:"storageTexture",texture_storage_2d_array:"storageTexture",texture_storage_3d:"storageTexture"};class Hw extends XN{constructor(e){const{type:t,inputs:r,name:s,inputsCode:i,blockCode:n,outputType:a}=(e=>{const t=(e=e.trim()).match(zw);if(null!==t&&4===t.length){const r=t[2],s=[];let i=null;for(;null!==(i=$w.exec(r));)s.push({name:i[1],type:i[2]});const n=[];for(let e=0;e "+this.outputType:"";return`fn ${e} ( ${this.inputsCode.trim()} ) ${t}`+this.blockCode}}class jw extends qN{parseFunction(e){return new Hw(e)}}const qw={[Js.READ_ONLY]:"read",[Js.WRITE_ONLY]:"write",[Js.READ_WRITE]:"read_write"},Xw={[Ur]:"repeat",[ye]:"clamp",[Dr]:"mirror"},Kw={vertex:wR.VERTEX,fragment:wR.FRAGMENT,compute:wR.COMPUTE},Yw={instance:!0,swizzleAssign:!1,storageBuffer:!0},Qw={"^^":"tsl_xor"},Zw={float:"f32",int:"i32",uint:"u32",bool:"bool",color:"vec3",vec2:"vec2",ivec2:"vec2",uvec2:"vec2",bvec2:"vec2",vec3:"vec3",ivec3:"vec3",uvec3:"vec3",bvec3:"vec3",vec4:"vec4",ivec4:"vec4",uvec4:"vec4",bvec4:"vec4",mat2:"mat2x2",mat3:"mat3x3",mat4:"mat4x4"},Jw={},eC={tsl_xor:new jx("fn tsl_xor( a : bool, b : bool ) -> bool { return ( a || b ) && !( a && b ); }"),mod_float:new jx("fn tsl_mod_float( x : f32, y : f32 ) -> f32 { return x - y * floor( x / y ); }"),mod_vec2:new jx("fn tsl_mod_vec2( x : vec2f, y : vec2f ) -> vec2f { return x - y * floor( x / y ); }"),mod_vec3:new jx("fn tsl_mod_vec3( x : vec3f, y : vec3f ) -> vec3f { return x - y * floor( x / y ); }"),mod_vec4:new jx("fn tsl_mod_vec4( x : vec4f, y : vec4f ) -> vec4f { return x - y * floor( x / y ); }"),equals_bool:new jx("fn tsl_equals_bool( a : bool, b : bool ) -> bool { return a == b; }"),equals_bvec2:new jx("fn tsl_equals_bvec2( a : vec2f, b : vec2f ) -> vec2 { return vec2( a.x == b.x, a.y == b.y ); }"),equals_bvec3:new jx("fn tsl_equals_bvec3( a : vec3f, b : vec3f ) -> vec3 { return vec3( a.x == b.x, a.y == b.y, a.z == b.z ); }"),equals_bvec4:new jx("fn tsl_equals_bvec4( a : vec4f, b : vec4f ) -> vec4 { return vec4( a.x == b.x, a.y == b.y, a.z == b.z, a.w == b.w ); }"),repeatWrapping_float:new jx("fn tsl_repeatWrapping_float( coord: f32 ) -> f32 { return fract( coord ); }"),mirrorWrapping_float:new jx("fn tsl_mirrorWrapping_float( coord: f32 ) -> f32 { let mirrored = fract( coord * 0.5 ) * 2.0; return 1.0 - abs( 1.0 - mirrored ); }"),clampWrapping_float:new jx("fn tsl_clampWrapping_float( coord: f32 ) -> f32 { return clamp( coord, 0.0, 1.0 ); }"),biquadraticTexture:new jx("\nfn tsl_biquadraticTexture( map : texture_2d, coord : vec2f, iRes : vec2u, level : u32 ) -> vec4f {\n\n\tlet res = vec2f( iRes );\n\n\tlet uvScaled = coord * res;\n\tlet uvWrapping = ( ( uvScaled % res ) + res ) % res;\n\n\t// https://www.shadertoy.com/view/WtyXRy\n\n\tlet uv = uvWrapping - 0.5;\n\tlet iuv = floor( uv );\n\tlet f = fract( uv );\n\n\tlet rg1 = textureLoad( map, vec2u( iuv + vec2( 0.5, 0.5 ) ) % iRes, level );\n\tlet rg2 = textureLoad( map, vec2u( iuv + vec2( 1.5, 0.5 ) ) % iRes, level );\n\tlet rg3 = textureLoad( map, vec2u( iuv + vec2( 0.5, 1.5 ) ) % iRes, level );\n\tlet rg4 = textureLoad( map, vec2u( iuv + vec2( 1.5, 1.5 ) ) % iRes, level );\n\n\treturn mix( mix( rg1, rg2, f.x ), mix( rg3, rg4, f.x ), f.y );\n\n}\n")},tC={dFdx:"dpdx",dFdy:"- dpdy",mod_float:"tsl_mod_float",mod_vec2:"tsl_mod_vec2",mod_vec3:"tsl_mod_vec3",mod_vec4:"tsl_mod_vec4",equals_bool:"tsl_equals_bool",equals_bvec2:"tsl_equals_bvec2",equals_bvec3:"tsl_equals_bvec3",equals_bvec4:"tsl_equals_bvec4",inversesqrt:"inverseSqrt",bitcast:"bitcast",floatpack_snorm_2x16:"pack2x16snorm",floatpack_unorm_2x16:"pack2x16unorm",floatpack_float16_2x16:"pack2x16float",floatunpack_snorm_2x16:"unpack2x16snorm",floatunpack_unorm_2x16:"unpack2x16unorm",floatunpack_float16_2x16:"unpack2x16float"};let rC="";!0!==("undefined"!=typeof navigator&&/Firefox|Deno/g.test(navigator.userAgent))&&(rC+="diagnostic( off, derivative_uniformity );\n");class sC extends LN{constructor(e,t){super(e,t,new jw),this.uniformGroups={},this.builtins={},this.directives={},this.scopedArrays=new Map}_generateTextureSample(e,t,r,s,i,n=this.shaderStage){return"fragment"===n?s?i?`textureSample( ${t}, ${t}_sampler, ${r}, ${s}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r}, ${s} )`:i?`textureSample( ${t}, ${t}_sampler, ${r}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r} )`:this.generateTextureSampleLevel(e,t,r,"0",s)}generateTextureSampleLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateWrapFunction(e){const t=`tsl_coord_${Xw[e.wrapS]}S_${Xw[e.wrapT]}_${e.is3DTexture||e.isData3DTexture?"3d":"2d"}T`;let r=Jw[t];if(void 0===r){const s=[],i=e.is3DTexture||e.isData3DTexture?"vec3f":"vec2f";let n=`fn ${t}( coord : ${i} ) -> ${i} {\n\n\treturn ${i}(\n`;const a=(e,t)=>{e===Ur?(s.push(eC.repeatWrapping_float),n+=`\t\ttsl_repeatWrapping_float( coord.${t} )`):e===ye?(s.push(eC.clampWrapping_float),n+=`\t\ttsl_clampWrapping_float( coord.${t} )`):e===Dr?(s.push(eC.mirrorWrapping_float),n+=`\t\ttsl_mirrorWrapping_float( coord.${t} )`):(n+=`\t\tcoord.${t}`,d(`WebGPURenderer: Unsupported texture wrap type "${e}" for vertex shader.`))};a(e.wrapS,"x"),n+=",\n",a(e.wrapT,"y"),(e.is3DTexture||e.isData3DTexture)&&(n+=",\n",a(e.wrapR,"z")),n+="\n\t);\n\n}\n",Jw[t]=r=new jx(n,s)}return r.build(this),t}generateArrayDeclaration(e,t){return`array< ${this.getType(e)}, ${t} >`}generateTextureDimension(e,t,r){const s=this.getDataFromNode(e,this.shaderStage,this.globalCache);void 0===s.dimensionsSnippet&&(s.dimensionsSnippet={});let i=s.dimensionsSnippet[r];if(void 0===s.dimensionsSnippet[r]){let n,a;const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(e),u=o>1;a=e.is3DTexture||e.isData3DTexture?"vec3":"vec2",n=u||e.isStorageTexture?t:`${t}${r?`, u32( ${r} )`:""}`,i=new Au(new pl(`textureDimensions( ${n} )`,a)),s.dimensionsSnippet[r]=i,(e.isArrayTexture||e.isDataArrayTexture||e.is3DTexture||e.isData3DTexture)&&(s.arrayLayerCount=new Au(new pl(`textureNumLayers(${t})`,"u32"))),e.isTextureCube&&(s.cubeFaceCount=new Au(new pl("6u","u32")))}return i.build(this)}generateFilteredTexture(e,t,r,s,i="0u"){this._include("biquadraticTexture");const n=this.generateWrapFunction(e),a=this.generateTextureDimension(e,t,i);return s&&(r=`${r} + vec2(${s}) / ${a}`),`tsl_biquadraticTexture( ${t}, ${n}( ${r} ), ${a}, u32( ${i} ) )`}generateTextureLod(e,t,r,s,i,n="0u"){const a=this.generateWrapFunction(e),o=this.generateTextureDimension(e,t,n),u=e.is3DTexture||e.isData3DTexture?"vec3":"vec2";i&&(r=`${r} + ${u}(${i}) / ${u}( ${o} )`);const l=`${u}( ${a}( ${r} ) * ${u}( ${o} ) )`;return this.generateTextureLoad(e,t,l,n,s,null)}generateTextureLoad(e,t,r,s,i,n){let a;return null===s&&(s="0u"),n&&(r=`${r} + ${n}`),i?a=`textureLoad( ${t}, ${r}, ${i}, u32( ${s} ) )`:(a=`textureLoad( ${t}, ${r}, u32( ${s} ) )`,this.renderer.backend.compatibilityMode&&e.isDepthTexture&&(a+=".x")),a}generateTextureStore(e,t,r,s,i){let n;return n=s?`textureStore( ${t}, ${r}, ${s}, ${i} )`:`textureStore( ${t}, ${r}, ${i} )`,n}isSampleCompare(e){return!0===e.isDepthTexture&&null!==e.compareFunction}isUnfilterable(e){return"float"!==this.getComponentTypeFromTexture(e)||!this.isAvailable("float32Filterable")&&!0===e.isDataTexture&&e.type===H||!1===this.isSampleCompare(e)&&e.minFilter===A&&e.magFilter===A||this.renderer.backend.utils.getTextureSampleData(e).primarySamples>1}generateTexture(e,t,r,s,i,n=this.shaderStage){let a=null;return a=this.isUnfilterable(e)?this.generateTextureLod(e,t,r,s,i,"0",n):this._generateTextureSample(e,t,r,s,i,n),a}generateTextureGrad(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]}, ${n} )`:`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]} )`;o(`WebGPURenderer: THREE.TextureNode.gradient() does not support ${a} shader.`)}generateTextureCompare(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return!0===e.isDepthTexture&&!0===e.isArrayTexture?n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s} )`:n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.DepthTexture.compareFunction() does not support ${a} shader.`)}generateTextureLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateTextureBias(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.TextureNode.biasNode does not support ${a} shader.`)}getPropertyName(e,t=this.shaderStage){if(!0===e.isNodeVarying&&!0===e.needsInterpolation){if("vertex"===t)return`varyings.${e.name}`}else if(!0===e.isNodeUniform){const t=e.name,r=e.type;return"texture"===r||"cubeTexture"===r||"cubeDepthTexture"===r||"storageTexture"===r||"texture3D"===r?t:"buffer"===r||"storageBuffer"===r||"indirectStorageBuffer"===r?this.isCustomStruct(e)?t:t+".value":e.groupNode.name+"."+t}return super.getPropertyName(e)}getOutputStructName(){return"output"}getFunctionOperator(e){const t=Qw[e];return void 0!==t?(this._include(t),t):null}getNodeAccess(e,t){return"compute"!==t?!0===e.isAtomic?(d("WebGPURenderer: Atomic operations are only supported in compute shaders."),Js.READ_WRITE):Js.READ_ONLY:e.access}getStorageAccess(e,t){return qw[this.getNodeAccess(e,t)]}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);if(void 0===n.uniformGPU){let a;const o=e.groupNode,u=o.name,l=this.getBindGroupArray(u,r);if("texture"===t||"cubeTexture"===t||"cubeDepthTexture"===t||"storageTexture"===t||"texture3D"===t){let s=null;const n=this.getNodeAccess(e,r);if("texture"===t||"storageTexture"===t?s=!0===e.value.is3DTexture?new HS(i.name,i.node,o,n):new $S(i.name,i.node,o,n):"cubeTexture"===t||"cubeDepthTexture"===t?s=new WS(i.name,i.node,o,n):"texture3D"===t&&(s=new HS(i.name,i.node,o,n)),s.store=!0===e.isStorageTextureNode,s.mipLevel=s.store?e.mipLevel:0,s.setVisibility(Kw[r]),!1===this.isUnfilterable(e.value)&&!1===s.store){const e=new Pw(`${i.name}_sampler`,i.node,o);e.setVisibility(Kw[r]),l.push(e,s),a=[e,s]}else l.push(s),a=[s]}else if("buffer"===t||"storageBuffer"===t||"indirectStorageBuffer"===t){const n=this.getSharedDataFromNode(e);let u=n.buffer;if(void 0===u){u=new("buffer"===t?US:Uw)(e,o),n.buffer=u}u.setVisibility(u.getVisibility()|Kw[r]),l.push(u),a=u,i.name=s||"NodeBuffer_"+i.id}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let s=e[u];void 0===s&&(s=new VS(u,o),s.setVisibility(Kw[r]),e[u]=s,l.push(s)),a=this.getNodeUniform(i,t),s.addUniform(a)}n.uniformGPU=a}return i}getBuiltin(e,t,r,s=this.shaderStage){const i=this.builtins[s]||(this.builtins[s]=new Map);return!1===i.has(e)&&i.set(e,{name:e,property:t,type:r}),t}hasBuiltin(e,t=this.shaderStage){return void 0!==this.builtins[t]&&this.builtins[t].has(e)}getVertexIndex(){return"vertex"===this.shaderStage?this.getBuiltin("vertex_index","vertexIndex","u32","attribute"):"vertexIndex"}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(e.name+" : "+this.getType(e.type));let i=`fn ${t.name}( ${s.join(", ")} ) -> ${this.getType(t.type)} {\n${r.vars}\n${r.code}\n`;return r.result&&(i+=`\treturn ${r.result};\n`),i+="\n}\n",i}getInstanceIndex(){return"vertex"===this.shaderStage?this.getBuiltin("instance_index","instanceIndex","u32","attribute"):"instanceIndex"}getInvocationLocalIndex(){return this.getBuiltin("local_invocation_index","invocationLocalIndex","u32","attribute")}getSubgroupSize(){return this.enableSubGroups(),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute")}getInvocationSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_invocation_id","invocationSubgroupIndex","u32","attribute")}getSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_id","subgroupIndex","u32","attribute")}getDrawIndex(){return null}getFrontFacing(){return this.getBuiltin("front_facing","isFront","bool")}getFragCoord(){return this.getBuiltin("position","fragCoord","vec4")+".xy"}getFragDepth(){return"output."+this.getBuiltin("frag_depth","depth","f32","output")}getClipDistance(){return"varyings.hw_clip_distances"}isFlipY(){return!1}enableDirective(e,t=this.shaderStage){(this.directives[t]||(this.directives[t]=new Set)).add(e)}getDirectives(e){const t=[],r=this.directives[e];if(void 0!==r)for(const e of r)t.push(`enable ${e};`);return t.join("\n")}enableSubGroups(){this.enableDirective("subgroups")}enableSubgroupsF16(){this.enableDirective("subgroups-f16")}enableClipDistances(){this.enableDirective("clip_distances")}enableShaderF16(){this.enableDirective("f16")}enableDualSourceBlending(){this.enableDirective("dual_source_blending")}enableHardwareClipping(e){this.enableClipDistances(),this.getBuiltin("clip_distances","hw_clip_distances",`array`,"vertex")}getBuiltins(e){const t=[],r=this.builtins[e];if(void 0!==r)for(const{name:e,property:s,type:i}of r.values())t.push(`@builtin( ${e} ) ${s} : ${i}`);return t.join(",\n\t")}getScopedArray(e,t,r,s){return!1===this.scopedArrays.has(e)&&this.scopedArrays.set(e,{name:e,scope:t,bufferType:r,bufferCount:s}),e}getScopedArrays(e){if("compute"!==e)return;const t=[];for(const{name:e,scope:r,bufferType:s,bufferCount:i}of this.scopedArrays.values()){const n=this.getType(s);t.push(`var<${r}> ${e}: array< ${n}, ${i} >;`)}return t.join("\n")}getAttributes(e){const t=[];if("compute"===e&&(this.getBuiltin("global_invocation_id","globalId","vec3","attribute"),this.getBuiltin("workgroup_id","workgroupId","vec3","attribute"),this.getBuiltin("local_invocation_id","localId","vec3","attribute"),this.getBuiltin("num_workgroups","numWorkgroups","vec3","attribute"),this.renderer.hasFeature("subgroups")&&(this.enableDirective("subgroups",e),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute"))),"vertex"===e||"compute"===e){const e=this.getBuiltins("attribute");e&&t.push(e);const r=this.getAttributesArray();for(let e=0,s=r.length;e"),t.push(`\t${s+r.name} : ${i}`)}return e.output&&t.push(`\t${this.getBuiltins("output")}`),t.join(",\n")}getStructs(e){let t="";const r=this.structs[e];if(r.length>0){const e=[];for(const t of r){let r=`struct ${t.name} {\n`;r+=this.getStructMembers(t),r+="\n};",e.push(r)}t="\n"+e.join("\n\n")+"\n"}return t}getVar(e,t,r=null){let s=`var ${t} : `;return s+=null!==r?this.generateArrayDeclaration(e,r):this.getType(e),s}getVars(e){const t=[],r=this.vars[e];if(void 0!==r)for(const e of r)t.push(`\t${this.getVar(e.type,e.name,e.count)};`);return`\n${t.join("\n")}\n`}getVaryings(e){const t=[];if("vertex"===e&&this.getBuiltin("position","Vertex","vec4","vertex"),"vertex"===e||"fragment"===e){const r=this.varyings,s=this.vars[e];for(let i=0;ir.value.itemSize;return s&&!i}getUniforms(e){const t=this.uniforms[e],r=[],s=[],i=[],n={};for(const i of t){const t=i.groupNode.name,a=this.bindingsIndexes[t];if("texture"===i.type||"cubeTexture"===i.type||"cubeDepthTexture"===i.type||"storageTexture"===i.type||"texture3D"===i.type){const t=i.node.value;let s;!1===this.isUnfilterable(t)&&!0!==i.node.isStorageTextureNode&&(this.isSampleCompare(t)?r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler_comparison;`):r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler;`));let n="";const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(t);if(o>1&&(n="_multisampled"),!0===t.isCubeTexture&&!0===t.isDepthTexture)s="texture_depth_cube";else if(!0===t.isCubeTexture)s="texture_cube";else if(!0===t.isDepthTexture)s=this.renderer.backend.compatibilityMode&&null===t.compareFunction?`texture${n}_2d`:`texture_depth${n}_2d${!0===t.isArrayTexture?"_array":""}`;else if(!0===i.node.isStorageTextureNode){const r=Gw(t),n=this.getStorageAccess(i.node,e),a=i.node.value.is3DTexture,o=i.node.value.isArrayTexture;s=`texture_storage_${a?"3d":"2d"+(o?"_array":"")}<${r}, ${n}>`}else if(!0===t.isArrayTexture||!0===t.isDataArrayTexture||!0===t.isCompressedArrayTexture)s="texture_2d_array";else if(!0===t.is3DTexture||!0===t.isData3DTexture)s="texture_3d";else{s=`texture${n}_2d<${this.getComponentTypeFromTexture(t).charAt(0)}32>`}r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name} : ${s};`)}else if("buffer"===i.type||"storageBuffer"===i.type||"indirectStorageBuffer"===i.type){const t=i.node,r=this.getType(t.getNodeType(this)),n=t.bufferCount,o=n>0&&"buffer"===i.type?", "+n:"",u=t.isStorageBufferNode?`storage, ${this.getStorageAccess(t,e)}`:"uniform";if(this.isCustomStruct(i))s.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var<${u}> ${i.name} : ${r};`);else{const e=`\tvalue : array< ${t.isAtomic?`atomic<${r}>`:`${r}`}${o} >`;s.push(this._getWGSLStructBinding(i.name,e,u,a.binding++,a.group))}}else{const e=this.getType(this.getVectorType(i.type)),t=i.groupNode.name;(n[t]||(n[t]={index:a.binding++,id:a.group,snippets:[]})).snippets.push(`\t${i.name} : ${e}`)}}for(const e in n){const t=n[e];i.push(this._getWGSLStructBinding(e,t.snippets.join(",\n"),"uniform",t.index,t.id))}let a=r.join("\n");return a+=s.join("\n"),a+=i.join("\n"),a}buildCode(){const e=null!==this.material?{fragment:{},vertex:{}}:{compute:{}};this.sortBindingGroups();for(const t in e){this.shaderStage=t;const r=e[t];r.uniforms=this.getUniforms(t),r.attributes=this.getAttributes(t),r.varyings=this.getVaryings(t),r.structs=this.getStructs(t),r.vars=this.getVars(t),r.codes=this.getCodes(t),r.directives=this.getDirectives(t),r.scopedArrays=this.getScopedArrays(t);let s="// code\n\n";s+=this.flowCode[t];const i=this.flowNodes[t],n=i[i.length-1],a=n.outputNode,o=void 0!==a&&!0===a.isOutputStructNode;for(const e of i){const i=this.getFlowData(e),u=e.name;if(u&&(s.length>0&&(s+="\n"),s+=`\t// flow -> ${u}\n`),s+=`${i.code}\n\t`,e===n&&"compute"!==t)if(s+="// result\n\n\t","vertex"===t)s+=`varyings.Vertex = ${i.result};`;else if("fragment"===t)if(o)r.returnType=a.getNodeType(this),r.structs+="var output : "+r.returnType+";",s+=`return ${i.result};`;else{let e="\t@location(0) color: vec4";const t=this.getBuiltins("output");t&&(e+=",\n\t"+t),r.returnType="OutputStruct",r.structs+=this._getWGSLStruct("OutputStruct",e),r.structs+="\nvar output : OutputStruct;",s+=`output.color = ${i.result};\n\n\treturn output;`}}r.flow=s}if(this.shaderStage=null,null!==this.material)this.vertexShader=this._getWGSLVertexCode(e.vertex),this.fragmentShader=this._getWGSLFragmentCode(e.fragment);else{const t=this.object.workgroupSize;this.computeShader=this._getWGSLComputeCode(e.compute,t)}}getMethod(e,t=null){let r;return null!==t&&(r=this._getWGSLMethod(e+"_"+t)),void 0===r&&(r=this._getWGSLMethod(e)),r||e}getBitcastMethod(e){return`bitcast<${this.getType(e)}>`}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`select( ${r}, ${t}, ${e} )`}getType(e){return Zw[e]||e}isAvailable(e){let t=Yw[e];return void 0===t&&("float32Filterable"===e?t=this.renderer.hasFeature("float32-filterable"):"clipDistance"===e&&(t=this.renderer.hasFeature("clip-distances")),Yw[e]=t),t}_getWGSLMethod(e){return void 0!==eC[e]&&this._include(e),tC[e]}_include(e){const t=eC[e];return t.build(this),this.addInclude(t),t}_getWGSLVertexCode(e){return`${this.getSignature()}\n// directives\n${e.directives}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// varyings\n${e.varyings}\nvar varyings : VaryingsStruct;\n\n// codes\n${e.codes}\n\n@vertex\nfn main( ${e.attributes} ) -> VaryingsStruct {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n\treturn varyings;\n\n}\n`}_getWGSLFragmentCode(e){return`${this.getSignature()}\n// global\n${rC}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@fragment\nfn main( ${e.varyings} ) -> ${e.returnType} {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLComputeCode(e,t){const[r,s,i]=t;return`${this.getSignature()}\n// directives\n${e.directives}\n\n// system\nvar instanceIndex : u32;\n\n// locals\n${e.scopedArrays}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@compute @workgroup_size( ${r}, ${s}, ${i} )\nfn main( ${e.attributes} ) {\n\n\t// system\n\tinstanceIndex = globalId.x\n\t\t+ globalId.y * ( ${r} * numWorkgroups.x )\n\t\t+ globalId.z * ( ${r} * numWorkgroups.x ) * ( ${s} * numWorkgroups.y );\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLStruct(e,t){return`\nstruct ${e} {\n${t}\n};`}_getWGSLStructBinding(e,t,r,s=0,i=0){const n=e+"Struct";return`${this._getWGSLStruct(n,t)}\n@binding( ${s} ) @group( ${i} )\nvar<${r}> ${e} : ${n};`}}class iC{constructor(e){this.backend=e}getCurrentDepthStencilFormat(e){let t;return null!==e.depthTexture?t=this.getTextureFormatGPU(e.depthTexture):e.depth&&e.stencil?t=MA:e.depth&&(t=CA),t}getTextureFormatGPU(e){return this.backend.get(e).format}getTextureSampleData(e){let t;if(e.isFramebufferTexture)t=1;else if(e.isDepthTexture&&!e.renderTarget){const e=this.backend.renderer,r=e.getRenderTarget();t=r?r.samples:e.currentSamples}else e.renderTarget&&(t=e.renderTarget.samples);t=t||1;const r=t>1&&null!==e.renderTarget&&!0!==e.isDepthTexture&&!0!==e.isFramebufferTexture;return{samples:t,primarySamples:r?1:t,isMSAA:r}}getCurrentColorFormat(e){let t;return t=null!==e.textures?this.getTextureFormatGPU(e.textures[0]):this.getPreferredCanvasFormat(),t}getCurrentColorFormats(e){return null!==e.textures?e.textures.map(e=>this.getTextureFormatGPU(e)):[this.getPreferredCanvasFormat()]}getCurrentColorSpace(e){return null!==e.textures?e.textures[0].colorSpace:this.backend.renderer.outputColorSpace}getPrimitiveTopology(e,t){return e.isPoints?NR:e.isLineSegments||e.isMesh&&!0===t.wireframe?SR:e.isLine?RR:e.isMesh?AR:void 0}getSampleCount(e){return e>=4?4:1}getSampleCountRenderContext(e){return null!==e.textures?this.getSampleCount(e.sampleCount):this.getSampleCount(this.backend.renderer.currentSamples)}getPreferredCanvasFormat(){const e=this.backend.parameters.outputType;if(void 0===e)return navigator.gpu.getPreferredCanvasFormat();if(e===ke)return gA;if(e===fe)return SA;throw new Error("Unsupported output buffer type.")}}const nC=new Map([[Int8Array,["sint8","snorm8"]],[Uint8Array,["uint8","unorm8"]],[Int16Array,["sint16","snorm16"]],[Uint16Array,["uint16","unorm16"]],[Int32Array,["sint32","snorm32"]],[Uint32Array,["uint32","unorm32"]],[Float32Array,["float32"]]]);"undefined"!=typeof Float16Array&&nC.set(Float16Array,["float16"]);const aC=new Map([[et,["float16"]]]),oC=new Map([[Int32Array,"sint32"],[Int16Array,"sint32"],[Uint32Array,"uint32"],[Uint16Array,"uint32"],[Float32Array,"float32"]]);class uC{constructor(e){this.backend=e}createAttribute(e,t){const r=this._getBufferAttribute(e),s=this.backend,i=s.get(r);let n=i.buffer;if(void 0===n){const a=s.device;let o=r.array;if(!1===e.normalized)if(o.constructor===Int16Array||o.constructor===Int8Array)o=new Int32Array(o);else if((o.constructor===Uint16Array||o.constructor===Uint8Array)&&(o=new Uint32Array(o),t&GPUBufferUsage.INDEX))for(let e=0;e0&&(void 0===n.groups&&(n.groups=[],n.versions=[]),n.versions[r]===s&&(o=n.groups[r])),void 0===o&&(o=this.createBindGroup(e,a),r>0&&(n.groups[r]=o,n.versions[r]=s)),n.group=o}updateBinding(e){const t=this.backend,r=t.device,s=e.buffer,i=t.get(e).buffer,n=e.updateRanges;if(0===n.length)r.queue.writeBuffer(i,0,s,0);else{const t=qr(s),a=t?1:s.BYTES_PER_ELEMENT;for(let e=0,o=n.length;e1&&(i+=`-${e.texture.depthOrArrayLayers}`),i+=`-${r}-${s}`,a=e[i],void 0===a){const n=ww;let o;o=t.isSampledCubeTexture?Aw:t.isSampledTexture3D?Ew:t.texture.isArrayTexture||t.texture.isDataArrayTexture||t.texture.isCompressedArrayTexture?Rw:Sw,a=e[i]=e.texture.createView({aspect:n,dimension:o,mipLevelCount:r,baseMipLevel:s})}}n.push({binding:i,resource:a})}else if(t.isSampler){const e=r.get(t.texture);n.push({binding:i,resource:e.sampler})}i++}return s.createBindGroup({label:"bindGroup_"+e.name,layout:t,entries:n})}_createLayoutEntries(e){const t=[];let r=0;for(const s of e.bindings){const e=this.backend,i={binding:r,visibility:s.visibility};if(s.isUniformBuffer||s.isStorageBuffer){const e={};s.isStorageBuffer&&(s.visibility&wR.COMPUTE&&(s.access===Js.READ_WRITE||s.access===Js.WRITE_ONLY)?e.type=dw:e.type=cw),i.buffer=e}else if(s.isSampledTexture&&s.store){const e={};e.format=this.backend.get(s.texture).texture.format;const t=s.access;e.access=t===Js.READ_WRITE?gw:t===Js.WRITE_ONLY?hw:pw,s.texture.isArrayTexture?e.viewDimension=Rw:s.texture.is3DTexture&&(e.viewDimension=Ew),i.storageTexture=e}else if(s.isSampledTexture){const t={},{primarySamples:r}=e.utils.getTextureSampleData(s.texture);if(r>1&&(t.multisampled=!0,s.texture.isDepthTexture||(t.sampleType=bw)),s.texture.isDepthTexture)e.compatibilityMode&&null===s.texture.compareFunction?t.sampleType=bw:t.sampleType=xw;else if(s.texture.isDataTexture||s.texture.isDataArrayTexture||s.texture.isData3DTexture){const e=s.texture.type;e===R?t.sampleType=Tw:e===S?t.sampleType=_w:e===H&&(this.backend.hasFeature("float32-filterable")?t.sampleType=yw:t.sampleType=bw)}s.isSampledCubeTexture?t.viewDimension=Aw:s.texture.isArrayTexture||s.texture.isDataArrayTexture||s.texture.isCompressedArrayTexture?t.viewDimension=Rw:s.isSampledTexture3D&&(t.viewDimension=Ew),i.texture=t}else if(s.isSampler){const t={};s.texture.isDepthTexture&&(null!==s.texture.compareFunction?t.type=fw:e.compatibilityMode&&(t.type=mw)),i.sampler=t}else o(`WebGPUBindingUtils: Unsupported binding "${s}".`);t.push(i),r++}return t}deleteBindGroupData(e){const{backend:t}=this,r=t.get(e);r.layout&&(r.layout.usedTimes--,0===r.layout.usedTimes&&this._bindGroupLayoutCache.delete(r.layoutKey),r.layout=void 0,r.layoutKey=void 0)}dispose(){this._bindGroupLayoutCache.clear()}}class cC{constructor(e){this.backend=e,this._activePipelines=new WeakMap}setPipeline(e,t){this._activePipelines.get(e)!==t&&(e.setPipeline(t),this._activePipelines.set(e,t))}_getSampleCount(e){return this.backend.utils.getSampleCountRenderContext(e)}createRenderPipeline(e,t){const{object:r,material:s,geometry:i,pipeline:n}=e,{vertexProgram:a,fragmentProgram:u}=n,l=this.backend,d=l.device,c=l.utils,h=l.get(n),p=[];for(const t of e.getBindings()){const e=l.get(t),{layoutGPU:r}=e.layout;p.push(r)}const g=l.attributeUtils.createShaderVertexBuffers(e);let m;s.blending===Z||s.blending===Qe&&!1===s.transparent||(m=this._getBlending(s));let f={};!0===s.stencilWrite&&(f={compare:this._getStencilCompare(s),failOp:this._getStencilOperation(s.stencilFail),depthFailOp:this._getStencilOperation(s.stencilZFail),passOp:this._getStencilOperation(s.stencilZPass)});const y=this._getColorWriteMask(s),b=[];if(null!==e.context.textures){const t=e.context.textures;for(let e=0;e1},layout:d.createPipelineLayout({bindGroupLayouts:p})},A={},E=e.context.depth,w=e.context.stencil;if(!0!==E&&!0!==w||(!0===E&&(A.format=N,A.depthWriteEnabled=s.depthWrite,A.depthCompare=v),!0===w&&(A.stencilFront=f,A.stencilBack={},A.stencilReadMask=s.stencilFuncMask,A.stencilWriteMask=s.stencilWriteMask),!0===s.polygonOffset&&(A.depthBias=s.polygonOffsetUnits,A.depthBiasSlopeScale=s.polygonOffsetFactor,A.depthBiasClamp=0),R.depthStencil=A),d.pushErrorScope("validation"),null===t)h.pipeline=d.createRenderPipeline(R),d.popErrorScope().then(e=>{null!==e&&(h.error=!0,o(e.message))});else{const e=new Promise(async e=>{try{h.pipeline=await d.createRenderPipelineAsync(R)}catch(e){}const t=await d.popErrorScope();null!==t&&(h.error=!0,o(t.message)),e()});t.push(e)}}createBundleEncoder(e,t="renderBundleEncoder"){const r=this.backend,{utils:s,device:i}=r,n=s.getCurrentDepthStencilFormat(e),a={label:t,colorFormats:s.getCurrentColorFormats(e),depthStencilFormat:n,sampleCount:this._getSampleCount(e)};return i.createRenderBundleEncoder(a)}createComputePipeline(e,t){const r=this.backend,s=r.device,i=r.get(e.computeProgram).module,n=r.get(e),a=[];for(const e of t){const t=r.get(e),{layoutGPU:s}=t.layout;a.push(s)}n.pipeline=s.createComputePipeline({compute:i,layout:s.createPipelineLayout({bindGroupLayouts:a})})}_getBlending(e){let t,r;const s=e.blending,i=e.blendSrc,n=e.blendDst,a=e.blendEquation;if(s===nt){const s=null!==e.blendSrcAlpha?e.blendSrcAlpha:i,o=null!==e.blendDstAlpha?e.blendDstAlpha:n,u=null!==e.blendEquationAlpha?e.blendEquationAlpha:a;t={srcFactor:this._getBlendFactor(i),dstFactor:this._getBlendFactor(n),operation:this._getBlendOperation(a)},r={srcFactor:this._getBlendFactor(s),dstFactor:this._getBlendFactor(o),operation:this._getBlendOperation(u)}}else{const i=(e,s,i,n)=>{t={srcFactor:e,dstFactor:s,operation:KE},r={srcFactor:i,dstFactor:n,operation:KE}};if(e.premultipliedAlpha)switch(s){case Qe:i(IE,GE,IE,GE);break;case $t:i(IE,IE,IE,IE);break;case zt:i(UE,VE,UE,IE);break;case Gt:i(zE,GE,UE,IE)}else switch(s){case Qe:i(kE,GE,IE,GE);break;case $t:i(kE,IE,IE,IE);break;case zt:o("WebGPURenderer: SubtractiveBlending requires material.premultipliedAlpha = true");break;case Gt:o("WebGPURenderer: MultiplyBlending requires material.premultipliedAlpha = true")}}if(void 0!==t&&void 0!==r)return{color:t,alpha:r};o("WebGPURenderer: Invalid blending: ",s)}_getBlendFactor(e){let t;switch(e){case ot:t=UE;break;case It:t=IE;break;case Ut:t=OE;break;case Bt:t=VE;break;case Dt:t=kE;break;case Mt:t=GE;break;case Pt:t=zE;break;case Ct:t=$E;break;case Lt:t=WE;break;case wt:t=HE;break;case Ft:t=jE;break;case 211:t=qE;break;case 212:t=XE;break;default:o("WebGPURenderer: Blend factor not supported.",e)}return t}_getStencilCompare(e){let t;const r=e.stencilFunc;switch(r){case ts:t=CR;break;case es:t=UR;break;case Jr:t=MR;break;case Zr:t=LR;break;case Qr:t=BR;break;case Yr:t=DR;break;case Kr:t=PR;break;case Xr:t=FR;break;default:o("WebGPURenderer: Invalid stencil function.",r)}return t}_getStencilOperation(e){let t;switch(e){case ls:t=rw;break;case us:t=sw;break;case os:t=iw;break;case as:t=nw;break;case ns:t=aw;break;case is:t=ow;break;case ss:t=uw;break;case rs:t=lw;break;default:o("WebGPURenderer: Invalid stencil operation.",t)}return t}_getBlendOperation(e){let t;switch(e){case at:t=KE;break;case Et:t=YE;break;case At:t=QE;break;case cs:t=ZE;break;case ds:t=JE;break;default:o("WebGPUPipelineUtils: Blend equation not supported.",e)}return t}_getPrimitiveState(e,t,r){const s={},i=this.backend.utils;s.topology=i.getPrimitiveTopology(e,r),null!==t.index&&!0===e.isLine&&!0!==e.isLineSegments&&(s.stripIndexFormat=t.index.array instanceof Uint16Array?WR:HR);let n=r.side===w;return e.isMesh&&e.matrixWorld.determinant()<0&&(n=!n),s.frontFace=!0===n?GR:kR,s.cullMode=r.side===C?zR:$R,s}_getColorWriteMask(e){return!0===e.colorWrite?tw:ew}_getDepthCompare(e){let t;if(!1===e.depthTest)t=UR;else{const r=e.depthFunc;switch(r){case Qt:t=CR;break;case Yt:t=UR;break;case Kt:t=MR;break;case Xt:t=LR;break;case qt:t=BR;break;case jt:t=DR;break;case Ht:t=PR;break;case Wt:t=FR;break;default:o("WebGPUPipelineUtils: Invalid depth function.",r)}}return t}}class hC extends TR{constructor(e,t,r=2048){super(r),this.device=e,this.type=t,this.querySet=this.device.createQuerySet({type:"timestamp",count:this.maxQueries,label:`queryset_global_timestamp_${t}`});const s=8*this.maxQueries;this.resolveBuffer=this.device.createBuffer({label:`buffer_timestamp_resolve_${t}`,size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.resultBuffer=this.device.createBuffer({label:`buffer_timestamp_result_${t}`,size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ})}allocateQueriesForContext(e){if(!this.trackTimestamp||this.isDisposed)return null;if(this.currentQueryIndex+2>this.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryOffsets.set(e,t),t}async resolveQueriesAsync(){if(!this.trackTimestamp||0===this.currentQueryIndex||this.isDisposed)return this.lastValue;if(this.pendingResolve)return this.pendingResolve;this.pendingResolve=this._resolveQueries();try{return await this.pendingResolve}finally{this.pendingResolve=null}}async _resolveQueries(){if(this.isDisposed)return this.lastValue;try{if("unmapped"!==this.resultBuffer.mapState)return this.lastValue;const e=new Map(this.queryOffsets),t=this.currentQueryIndex,r=8*t;this.currentQueryIndex=0,this.queryOffsets.clear();const s=this.device.createCommandEncoder();s.resolveQuerySet(this.querySet,0,t,this.resolveBuffer,0),s.copyBufferToBuffer(this.resolveBuffer,0,this.resultBuffer,0,r);const i=s.finish();if(this.device.queue.submit([i]),"unmapped"!==this.resultBuffer.mapState)return this.lastValue;if(await this.resultBuffer.mapAsync(GPUMapMode.READ,0,r),this.isDisposed)return"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue;const n=new BigUint64Array(this.resultBuffer.getMappedRange(0,r)),a={},o=[];for(const[t,r]of e){const e=t.match(/^(.*):f(\d+)$/),s=parseInt(e[2]);!1===o.includes(s)&&o.push(s),void 0===a[s]&&(a[s]=0);const i=n[r],u=n[r+1],l=Number(u-i)/1e6;this.timestamps.set(t,l),a[s]+=l}const u=a[o[o.length-1]];return this.resultBuffer.unmap(),this.lastValue=u,this.frames=o,u}catch(e){return o("Error resolving queries:",e),"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue}}async dispose(){if(!this.isDisposed){if(this.isDisposed=!0,this.pendingResolve)try{await this.pendingResolve}catch(e){o("Error waiting for pending resolve:",e)}if(this.resultBuffer&&"mapped"===this.resultBuffer.mapState)try{this.resultBuffer.unmap()}catch(e){o("Error unmapping buffer:",e)}this.querySet&&(this.querySet.destroy(),this.querySet=null),this.resolveBuffer&&(this.resolveBuffer.destroy(),this.resolveBuffer=null),this.resultBuffer&&(this.resultBuffer.destroy(),this.resultBuffer=null),this.queryOffsets.clear(),this.pendingResolve=null}}}class pC extends rR{constructor(e={}){super(e),this.isWebGPUBackend=!0,this.parameters.alpha=void 0===e.alpha||e.alpha,this.parameters.compatibilityMode=void 0!==e.compatibilityMode&&e.compatibilityMode,this.parameters.requiredLimits=void 0===e.requiredLimits?{}:e.requiredLimits,this.compatibilityMode=this.parameters.compatibilityMode,this.device=null,this.defaultRenderPassdescriptor=null,this.utils=new iC(this),this.attributeUtils=new uC(this),this.bindingUtils=new dC(this),this.pipelineUtils=new cC(this),this.textureUtils=new kw(this),this.occludedResolveCache=new Map}async init(e){await super.init(e);const t=this.parameters;let r;if(void 0===t.device){const e={powerPreference:t.powerPreference,featureLevel:t.compatibilityMode?"compatibility":void 0},s="undefined"!=typeof navigator?await navigator.gpu.requestAdapter(e):null;if(null===s)throw new Error("WebGPUBackend: Unable to create WebGPU adapter.");const i=Object.values(Bw),n=[];for(const e of i)s.features.has(e)&&n.push(e);const a={requiredFeatures:n,requiredLimits:t.requiredLimits};r=await s.requestDevice(a)}else r=t.device;r.lost.then(t=>{if("destroyed"===t.reason)return;const r={api:"WebGPU",message:t.message||"Unknown reason",reason:t.reason||null,originalEvent:t};e.onDeviceLost(r)}),this.device=r,this.trackTimestamp=this.trackTimestamp&&this.hasFeature(Bw.TimestampQuery),this.updateSize()}get context(){const e=this.renderer.getCanvasTarget(),t=this.get(e);let r=t.context;if(void 0===r){const s=this.parameters;r=!0===e.isDefaultCanvasTarget&&void 0!==s.context?s.context:e.domElement.getContext("webgpu"),"setAttribute"in e.domElement&&e.domElement.setAttribute("data-engine",`three.js r${tt} webgpu`);const i=s.alpha?"premultiplied":"opaque",n=s.outputType===fe?"extended":"standard";r.configure({device:this.device,format:this.utils.getPreferredCanvasFormat(),usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.COPY_SRC,alphaMode:i,toneMapping:{mode:n}}),t.context=r}return r}get coordinateSystem(){return h}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}getContext(){return this.context}_getDefaultRenderPassDescriptor(){const e=this.renderer,t=e.getCanvasTarget(),r=this.get(t),s=e.currentSamples;let i=r.descriptor;if(void 0===i||r.samples!==s){i={colorAttachments:[{view:null}]},!0!==e.depth&&!0!==e.stencil||(i.depthStencilAttachment={view:this.textureUtils.getDepthBuffer(e.depth,e.stencil).createView()});const t=i.colorAttachments[0];s>0?t.view=this.textureUtils.getColorBuffer().createView():t.resolveTarget=void 0,r.descriptor=i,r.samples=s}const n=i.colorAttachments[0];return s>0?n.resolveTarget=this.context.getCurrentTexture().createView():n.view=this.context.getCurrentTexture().createView(),i}_isRenderCameraDepthArray(e){return e.depthTexture&&e.depthTexture.image.depth>1&&e.camera.isArrayCamera}_getRenderPassDescriptor(e,t={}){const r=e.renderTarget,s=this.get(r);let i=s.descriptors;void 0!==i&&s.width===r.width&&s.height===r.height&&s.samples===r.samples||(i={},s.descriptors=i);const n=e.getCacheKey();let a=i[n];if(void 0===a){const t=e.textures,o=[];let u;const l=this._isRenderCameraDepthArray(e);for(let s=0;s1)if(!0===l){const t=e.camera.cameras;for(let e=0;e0&&(t.currentOcclusionQuerySet&&t.currentOcclusionQuerySet.destroy(),t.currentOcclusionQueryBuffer&&t.currentOcclusionQueryBuffer.destroy(),t.currentOcclusionQuerySet=t.occlusionQuerySet,t.currentOcclusionQueryBuffer=t.occlusionQueryBuffer,t.currentOcclusionQueryObjects=t.occlusionQueryObjects,i=r.createQuerySet({type:"occlusion",count:s,label:`occlusionQuerySet_${e.id}`}),t.occlusionQuerySet=i,t.occlusionQueryIndex=0,t.occlusionQueryObjects=new Array(s),t.lastOcclusionObject=null),n=null===e.textures?this._getDefaultRenderPassDescriptor():this._getRenderPassDescriptor(e,{loadOp:OR}),this.initTimestampQuery(St.RENDER,this.getTimestampUID(e),n),n.occlusionQuerySet=i;const a=n.depthStencilAttachment;if(null!==e.textures){const t=n.colorAttachments;for(let r=0;r0&&t.currentPass.executeBundles(t.renderBundles),r>t.occlusionQueryIndex&&t.currentPass.endOcclusionQuery();const s=t.encoder;if(!0===this._isRenderCameraDepthArray(e)){const r=[];for(let e=0;e0){const s=8*r;let i=this.occludedResolveCache.get(s);void 0===i&&(i=this.device.createBuffer({size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.occludedResolveCache.set(s,i));const n=this.device.createBuffer({size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ});t.encoder.resolveQuerySet(t.occlusionQuerySet,0,r,i,0),t.encoder.copyBufferToBuffer(i,0,n,0,s),t.occlusionQueryBuffer=n,this.resolveOccludedAsync(e)}if(this.device.queue.submit([t.encoder.finish()]),null!==e.textures){const t=e.textures;for(let e=0;eo&&(i[0]=Math.min(a,o),i[1]=Math.ceil(a/o)),n.dispatchSize=i}i=n.dispatchSize}a.dispatchWorkgroups(i[0],i[1]||1,i[2]||1)}finishCompute(e){const t=this.get(e);t.passEncoderGPU.end(),this.device.queue.submit([t.cmdEncoderGPU.finish()])}draw(e,t){const{object:r,material:s,context:i,pipeline:n}=e,a=e.getBindings(),o=this.get(i),u=this.get(n),l=u.pipeline;if(!0===u.error)return;const d=e.getIndex(),c=null!==d,h=e.getDrawParameters();if(null===h)return;const p=(t,r)=>{this.pipelineUtils.setPipeline(t,l),r.pipeline=l;const n=r.bindingGroups;for(let e=0,r=a.length;e{if(p(s,i),!0===r.isBatchedMesh){const e=r._multiDrawStarts,i=r._multiDrawCounts,n=r._multiDrawCount,a=r._multiDrawInstances;null!==a&&v("WebGPUBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.");for(let o=0;o1?0:o;!0===c?s.drawIndexed(i[o],n,e[o]/d.array.BYTES_PER_ELEMENT,0,u):s.draw(i[o],n,e[o],u),t.update(r,i[o],n)}}else if(!0===c){const{vertexCount:i,instanceCount:n,firstVertex:a}=h,o=e.getIndirect();if(null!==o){const t=this.get(o).buffer,r=e.getIndirectOffset(),i=Array.isArray(r)?r:[r];for(let e=0;e0){const t=this.get(e.camera),s=e.camera.cameras,n=e.getBindingGroup("cameraIndex");if(void 0===t.indexesGPU||t.indexesGPU.length!==s.length){const e=this.get(n),r=[],i=new Uint32Array([0,0,0,0]);for(let t=0,n=s.length;t(d("WebGPURenderer: WebGPU is not available, running under WebGL2 backend."),new vR(e)));super(new t(e),e),this.library=new fC,this.isWebGPURenderer=!0}}class bC extends Rs{constructor(){super(),this.isBundleGroup=!0,this.type="BundleGroup",this.static=!0,this.version=0}set needsUpdate(e){!0===e&&this.version++}}class xC{constructor(e,t=Sn(0,0,1,1)){this.renderer=e,this.outputNode=t,this.outputColorTransform=!0,this.needsUpdate=!0;const r=new Xp;r.name="PostProcessing",this._quadMesh=new Wb(r),this._quadMesh.name="Post-Processing",this._context=null}render(){const e=this.renderer;this._update(),null!==this._context.onBeforePostProcessing&&this._context.onBeforePostProcessing();const t=e.toneMapping,r=e.outputColorSpace;e.toneMapping=m,e.outputColorSpace=p.workingColorSpace;const s=e.xr.enabled;e.xr.enabled=!1,this._quadMesh.render(e),e.xr.enabled=s,e.toneMapping=t,e.outputColorSpace=r,null!==this._context.onAfterPostProcessing&&this._context.onAfterPostProcessing()}get context(){return this._context}dispose(){this._quadMesh.material.dispose()}_update(){if(!0===this.needsUpdate){const e=this.renderer,t=e.toneMapping,r=e.outputColorSpace,s={postProcessing:this,onBeforePostProcessing:null,onAfterPostProcessing:null};let i=this.outputNode;!0===this.outputColorTransform?(i=i.context(s),i=yl(i,t,r)):(s.toneMapping=t,s.outputColorSpace=r,i=i.context(s)),this._context=s,this._quadMesh.material.fragmentNode=i,this._quadMesh.material.needsUpdate=!0,this.needsUpdate=!1}}async renderAsync(){v('PostProcessing: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.renderer.init(),this.render()}}class TC extends N{constructor(e=1,t=1){super(),this.image={width:e,height:t},this.magFilter=ne,this.minFilter=ne,this.isStorageTexture=!0,this.mipmapsAutoUpdate=!0}setSize(e,t){this.image.width===e&&this.image.height===t||(this.image.width=e,this.image.height=t,this.dispose())}}class _C extends sx{constructor(e,t){super(e,t,Uint32Array),this.isIndirectStorageBufferAttribute=!0}}class vC extends As{constructor(e){super(e),this.textures={},this.nodes={}}load(e,t,r,s){const i=new Es(this.manager);i.setPath(this.path),i.setRequestHeader(this.requestHeader),i.setWithCredentials(this.withCredentials),i.load(e,r=>{try{t(this.parse(JSON.parse(r)))}catch(t){s?s(t):o(t),this.manager.itemError(e)}},r,s)}parseNodes(e){const t={};if(void 0!==e){for(const r of e){const{uuid:e,type:s}=r;t[e]=this.createNodeFromType(s),t[e].uuid=e}const r={nodes:t,textures:this.textures};for(const s of e){s.meta=r;t[s.uuid].deserialize(s),delete s.meta}}return t}parse(e){const t=this.createNodeFromType(e.type);t.uuid=e.uuid;const r={nodes:this.parseNodes(e.nodes),textures:this.textures};return e.meta=r,t.deserialize(e),delete e.meta,t}setTextures(e){return this.textures=e,this}setNodes(e){return this.nodes=e,this}createNodeFromType(e){return void 0===this.nodes[e]?(o("NodeLoader: Node type not found:",e),hn()):Yi(new this.nodes[e])}}class NC extends ws{constructor(e){super(e),this.nodes={},this.nodeMaterials={}}parse(e){const t=super.parse(e),r=this.nodes,s=e.inputNodes;for(const e in s){const i=s[e];t[e]=r[i]}return t}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}createMaterialFromType(e){const t=this.nodeMaterials[e];return void 0!==t?new t:super.createMaterialFromType(e)}}class SC extends Cs{constructor(e){super(e),this.nodes={},this.nodeMaterials={},this._nodesJSON=null}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}parse(e,t){this._nodesJSON=e.nodes;const r=super.parse(e,t);return this._nodesJSON=null,r}parseNodes(e,t){if(void 0!==e){const r=new vC;return r.setNodes(this.nodes),r.setTextures(t),r.parseNodes(e)}return{}}parseMaterials(e,t){const r={};if(void 0!==e){const s=this.parseNodes(this._nodesJSON,t),i=new NC;i.setTextures(t),i.setNodes(s),i.setNodeMaterials(this.nodeMaterials);for(let t=0,s=e.length;t0){const{width:r,height:s}=e.context;t.bufferWidth=r,t.bufferHeight=s}t.lights=this.getLightsData(e.lightsNode.getLights()),this.renderObjects.set(e,t)}return t}getAttributesData(e){const t={};for(const r in e){const s=e[r];t[r]={version:s.version}}return t}containsNode(e){const t=e.material;for(const e in t)if(t[e]&&t[e].isNode)return!0;return!!(e.context.modelViewMatrix||e.context.modelNormalViewMatrix||e.context.getAO||e.context.getShadow)}getMaterialData(e){const t={};for(const r of this.refreshUniforms){const s=e[r];null!=s&&("object"==typeof s&&void 0!==s.clone?!0===s.isTexture?t[r]={id:s.id,version:s.version}:t[r]=s.clone():t[r]=s)}return t}equals(e,t){const{object:r,material:s,geometry:i}=e,n=this.getRenderObjectData(e);if(!0!==n.worldMatrix.equals(r.matrixWorld))return n.worldMatrix.copy(r.matrixWorld),!1;const a=n.material;for(const e in a){const t=a[e],r=s[e];if(void 0!==t.equals){if(!1===t.equals(r))return t.copy(r),!1}else if(!0===r.isTexture){if(t.id!==r.id||t.version!==r.version)return t.id=r.id,t.version=r.version,!1}else if(t!==r)return a[e]=r,!1}if(a.transmission>0){const{width:t,height:r}=e.context;if(n.bufferWidth!==t||n.bufferHeight!==r)return n.bufferWidth=t,n.bufferHeight=r,!1}const o=n.geometry,u=i.attributes,l=o.attributes,d=Object.keys(l),c=Object.keys(u);if(o.id!==i.id)return o.id=i.id,!1;if(d.length!==c.length)return n.geometry.attributes=this.getAttributesData(u),!1;for(const e of d){const t=l[e],r=u[e];if(void 0===r)return delete l[e],!1;if(t.version!==r.version)return t.version=r.version,!1}const h=i.index,p=o.indexVersion,g=h?h.version:null;if(p!==g)return o.indexVersion=g,!1;if(o.drawRange.start!==i.drawRange.start||o.drawRange.count!==i.drawRange.count)return o.drawRange.start=i.drawRange.start,o.drawRange.count=i.drawRange.count,!1;if(n.morphTargetInfluences){let e=!1;for(let t=0;t>>16,2246822507),r^=Math.imul(s^s>>>13,3266489909),s=Math.imul(s^s>>>16,2246822507),s^=Math.imul(r^r>>>13,3266489909),4294967296*(2097151&s)+(r>>>0)}const Fs=e=>Ps(e),Ds=e=>Ps(e),Us=(...e)=>Ps(e),Is=new Map([[1,"float"],[2,"vec2"],[3,"vec3"],[4,"vec4"],[9,"mat3"],[16,"mat4"]]),Os=new WeakMap;function Vs(e){return Is.get(e)}function ks(e){if(/[iu]?vec\d/.test(e))return e.startsWith("ivec")?Int32Array:e.startsWith("uvec")?Uint32Array:Float32Array;if(/mat\d/.test(e))return Float32Array;if(/float/.test(e))return Float32Array;if(/uint/.test(e))return Uint32Array;if(/int/.test(e))return Int32Array;throw new Error(`THREE.NodeUtils: Unsupported type: ${e}`)}function Gs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?9:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function zs(e){return/float|int|uint/.test(e)?1:/vec2/.test(e)?2:/vec3/.test(e)?3:/vec4/.test(e)||/mat2/.test(e)?4:/mat3/.test(e)?12:/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function $s(e){return/float|int|uint/.test(e)?4:/vec2/.test(e)?8:/vec3/.test(e)||/vec4/.test(e)?16:/mat2/.test(e)?8:/mat3/.test(e)||/mat4/.test(e)?16:void o("TSL: Unsupported type:",e)}function Ws(e){if(null==e)return null;const t=typeof e;return!0===e.isNode?"node":"number"===t?"float":"boolean"===t?"bool":"string"===t?"string":"function"===t?"shader":!0===e.isVector2?"vec2":!0===e.isVector3?"vec3":!0===e.isVector4?"vec4":!0===e.isMatrix2?"mat2":!0===e.isMatrix3?"mat3":!0===e.isMatrix4?"mat4":!0===e.isColor?"color":e instanceof ArrayBuffer?"ArrayBuffer":null}function Hs(o,...u){const l=o?o.slice(-4):void 0;return 1===u.length&&("vec2"===l?u=[u[0],u[0]]:"vec3"===l?u=[u[0],u[0],u[0]]:"vec4"===l&&(u=[u[0],u[0],u[0],u[0]])),"color"===o?new e(...u):"vec2"===l?new t(...u):"vec3"===l?new r(...u):"vec4"===l?new s(...u):"mat2"===l?new i(...u):"mat3"===l?new n(...u):"mat4"===l?new a(...u):"bool"===o?u[0]||!1:"float"===o||"int"===o||"uint"===o?u[0]||0:"string"===o?u[0]||"":"ArrayBuffer"===o?Xs(u[0]):null}function qs(e){let t=Os.get(e);return void 0===t&&(t={},Os.set(e,t)),t}function js(e){let t="";const r=new Uint8Array(e);for(let e=0;ee.charCodeAt(0)).buffer}var Ks=Object.freeze({__proto__:null,arrayBufferToBase64:js,base64ToArrayBuffer:Xs,getAlignmentFromType:$s,getDataFromObject:qs,getLengthFromType:Gs,getMemoryLengthFromType:zs,getTypeFromLength:Vs,getTypedArrayFromType:ks,getValueFromType:Hs,getValueType:Ws,hash:Us,hashArray:Ds,hashString:Fs});const Ys={VERTEX:"vertex",FRAGMENT:"fragment"},Qs={NONE:"none",FRAME:"frame",RENDER:"render",OBJECT:"object"},Zs={BOOLEAN:"bool",INTEGER:"int",FLOAT:"float",VECTOR2:"vec2",VECTOR3:"vec3",VECTOR4:"vec4",MATRIX2:"mat2",MATRIX3:"mat3",MATRIX4:"mat4"},Js={READ_ONLY:"readOnly",WRITE_ONLY:"writeOnly",READ_WRITE:"readWrite"},ei=["fragment","vertex"],ti=["setup","analyze","generate"],ri=[...ei,"compute"],si=["x","y","z","w"],ii={analyze:"setup",generate:"analyze"};let ni=0;class ai extends u{static get type(){return"Node"}constructor(e=null){super(),this.nodeType=e,this.updateType=Qs.NONE,this.updateBeforeType=Qs.NONE,this.updateAfterType=Qs.NONE,this.uuid=l.generateUUID(),this.version=0,this.name="",this.global=!1,this.parents=!1,this.isNode=!0,this._beforeNodes=null,this._cacheKey=null,this._cacheKeyVersion=0,Object.defineProperty(this,"id",{value:ni++})}set needsUpdate(e){!0===e&&this.version++}get type(){return this.constructor.type}onUpdate(e,t){return this.updateType=t,this.update=e.bind(this),this}onFrameUpdate(e){return this.onUpdate(e,Qs.FRAME)}onRenderUpdate(e){return this.onUpdate(e,Qs.RENDER)}onObjectUpdate(e){return this.onUpdate(e,Qs.OBJECT)}onReference(e){return this.updateReference=e.bind(this),this}updateReference(){return this}isGlobal(){return this.global}*getChildren(){for(const{childNode:e}of this._getChildren())yield e}dispose(){this.dispatchEvent({type:"dispose"})}traverse(e){e(this);for(const t of this.getChildren())t.traverse(e)}_getChildren(e=new Set){const t=[];e.add(this);for(const r of Object.getOwnPropertyNames(this)){const s=this[r];if(!0!==r.startsWith("_")&&!e.has(s))if(!0===Array.isArray(s))for(let e=0;e0&&(e.inputNodes=r)}deserialize(e){if(void 0!==e.inputNodes){const t=e.meta.nodes;for(const r in e.inputNodes)if(Array.isArray(e.inputNodes[r])){const s=[];for(const i of e.inputNodes[r])s.push(t[i]);this[r]=s}else if("object"==typeof e.inputNodes[r]){const s={};for(const i in e.inputNodes[r]){const n=e.inputNodes[r][i];s[i]=t[n]}this[r]=s}else{const s=e.inputNodes[r];this[r]=t[s]}}}toJSON(e){const{uuid:t,type:r}=this,s=void 0===e||"string"==typeof e;s&&(e={textures:{},images:{},nodes:{}});let i=e.nodes[t];function n(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(void 0===i&&(i={uuid:t,type:r,meta:e,metadata:{version:4.7,type:"Node",generator:"Node.toJSON"}},!0!==s&&(e.nodes[i.uuid]=i),this.serialize(i),delete i.meta),s){const t=n(e.textures),r=n(e.images),s=n(e.nodes);t.length>0&&(i.textures=t),r.length>0&&(i.images=r),s.length>0&&(i.nodes=s)}return i}}class oi extends ai{static get type(){return"ArrayElementNode"}constructor(e,t){super(),this.node=e,this.indexNode=t,this.isArrayElementNode=!0}getNodeType(e){return this.node.getElementType(e)}getMemberType(e,t){return this.node.getMemberType(e,t)}generate(e){const t=this.indexNode.getNodeType(e);return`${this.node.build(e)}[ ${this.indexNode.build(e,!e.isVector(t)&&e.isInteger(t)?t:"uint")} ]`}}class ui extends ai{static get type(){return"ConvertNode"}constructor(e,t){super(),this.node=e,this.convertTo=t}getNodeType(e){const t=this.node.getNodeType(e);let r=null;for(const s of this.convertTo.split("|"))null!==r&&e.getTypeLength(t)!==e.getTypeLength(s)||(r=s);return r}serialize(e){super.serialize(e),e.convertTo=this.convertTo}deserialize(e){super.deserialize(e),this.convertTo=e.convertTo}generate(e,t){const r=this.node,s=this.getNodeType(e),i=r.build(e,s);return e.format(i,s,t)}}class li extends ai{static get type(){return"TempNode"}constructor(e=null){super(e),this.isTempNode=!0}hasDependencies(e){return e.getDataFromNode(this).usageCount>1}build(e,t){if("generate"===e.getBuildStage()){const r=e.getVectorType(this.getNodeType(e,t)),s=e.getDataFromNode(this);if(void 0!==s.propertyName)return e.format(s.propertyName,r,t);if("void"!==r&&"void"!==t&&this.hasDependencies(e)){const i=super.build(e,r),n=e.getVarFromNode(this,null,r),a=e.getPropertyName(n);return e.addLineFlowCode(`${a} = ${i}`,this),s.snippet=i,s.propertyName=a,e.format(s.propertyName,r,t)}}return super.build(e,t)}}class di extends li{static get type(){return"JoinNode"}constructor(e=[],t=null){super(t),this.nodes=e}getNodeType(e){return null!==this.nodeType?e.getVectorType(this.nodeType):e.getTypeFromLength(this.nodes.reduce((t,r)=>t+e.getTypeLength(r.getNodeType(e)),0))}generate(e,t){const r=this.getNodeType(e),s=e.getTypeLength(r),i=this.nodes,n=e.getComponentType(r),a=[];let u=0;for(const t of i){if(u>=s){o(`TSL: Length of parameters exceeds maximum length of function '${r}()' type.`);break}let i,l=t.getNodeType(e),d=e.getTypeLength(l);u+d>s&&(o(`TSL: Length of '${r}()' data exceeds maximum length of output type.`),d=s-u,l=e.getTypeFromLength(d)),u+=d,i=t.build(e,l);if(e.getComponentType(l)!==n){const t=e.getTypeFromLength(d,n);i=e.format(i,l,t)}a.push(i)}const l=`${e.getType(r)}( ${a.join(", ")} )`;return e.format(l,r,t)}}const ci=si.join("");class hi extends ai{static get type(){return"SplitNode"}constructor(e,t="x"){super(),this.node=e,this.components=t,this.isSplitNode=!0}getVectorLength(){let e=this.components.length;for(const t of this.components)e=Math.max(si.indexOf(t)+1,e);return e}getComponentType(e){return e.getComponentType(this.node.getNodeType(e))}getNodeType(e){return e.getTypeFromLength(this.components.length,this.getComponentType(e))}getScope(){return this.node.getScope()}generate(e,t){const r=this.node,s=e.getTypeLength(r.getNodeType(e));let i=null;if(s>1){let n=null;this.getVectorLength()>=s&&(n=e.getTypeFromLength(this.getVectorLength(),this.getComponentType(e)));const a=r.build(e,n);i=this.components.length===s&&this.components===ci.slice(0,this.components.length)?e.format(a,n,t):e.format(`${a}.${this.components}`,this.getNodeType(e),t)}else i=r.build(e,t);return i}serialize(e){super.serialize(e),e.components=this.components}deserialize(e){super.deserialize(e),this.components=e.components}}class pi extends li{static get type(){return"SetNode"}constructor(e,t,r){super(),this.sourceNode=e,this.components=t,this.targetNode=r}getNodeType(e){return this.sourceNode.getNodeType(e)}generate(e){const{sourceNode:t,components:r,targetNode:s}=this,i=this.getNodeType(e),n=e.getComponentType(s.getNodeType(e)),a=e.getTypeFromLength(r.length,n),o=s.build(e,a),u=t.build(e,i),l=e.getTypeLength(i),d=[];for(let e=0;e(e=>e.replace(/r|s/g,"x").replace(/g|t/g,"y").replace(/b|p/g,"z").replace(/a|q/g,"w"))(e).split("").sort().join("");ai.prototype.assign=function(...e){if(!0!==this.isStackNode)return null!==xi?xi.assign(this,...e):o("TSL: No stack defined for assign operation. Make sure the assign is inside a Fn()."),this;{const t=Ti.get("assign");return this.addToStack(t(...e))}},ai.prototype.toVarIntent=function(){return this},ai.prototype.get=function(e){return new bi(this,e)};const Ni={};function Si(e,t,r){Ni[e]=Ni[t]=Ni[r]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new hi(this,e),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};const s=e.toUpperCase(),i=t.toUpperCase(),n=r.toUpperCase();ai.prototype["set"+s]=ai.prototype["set"+i]=ai.prototype["set"+n]=function(t){const r=vi(e);return new pi(this,r,Yi(t))},ai.prototype["flip"+s]=ai.prototype["flip"+i]=ai.prototype["flip"+n]=function(){const t=vi(e);return new gi(this,t)}}const Ri=["x","y","z","w"],Ai=["r","g","b","a"],Ei=["s","t","p","q"];for(let e=0;e<4;e++){let t=Ri[e],r=Ai[e],s=Ei[e];Si(t,r,s);for(let i=0;i<4;i++){t=Ri[e]+Ri[i],r=Ai[e]+Ai[i],s=Ei[e]+Ei[i],Si(t,r,s);for(let n=0;n<4;n++){t=Ri[e]+Ri[i]+Ri[n],r=Ai[e]+Ai[i]+Ai[n],s=Ei[e]+Ei[i]+Ei[n],Si(t,r,s);for(let a=0;a<4;a++)t=Ri[e]+Ri[i]+Ri[n]+Ri[a],r=Ai[e]+Ai[i]+Ai[n]+Ai[a],s=Ei[e]+Ei[i]+Ei[n]+Ei[a],Si(t,r,s)}}}for(let e=0;e<32;e++)Ni[e]={get(){this._cache=this._cache||{};let t=this._cache[e];return void 0===t&&(t=new oi(this,new yi(e,"uint")),this._cache[e]=t),t},set(t){this[e].assign(Yi(t))}};Object.defineProperties(ai.prototype,Ni);const wi=new WeakMap,Ci=function(e,t=null){for(const r in e)e[r]=Yi(e[r],t);return e},Mi=function(e,t=null){const r=e.length;for(let s=0;su?(o(`TSL: "${r}" parameter length exceeds limit.`),t.slice(0,u)):t}return null===t?n=(...t)=>i(new e(...Ji(d(t)))):null!==r?(r=Yi(r),n=(...s)=>i(new e(t,...Ji(d(s)),r))):n=(...r)=>i(new e(t,...Ji(d(r)))),n.setParameterLength=(...e)=>(1===e.length?a=u=e[0]:2===e.length&&([a,u]=e),n),n.setName=e=>(l=e,n),n},Li=function(e,...t){return new e(...Ji(t))};class Pi extends ai{constructor(e,t){super(),this.shaderNode=e,this.rawInputs=t,this.isShaderCallNodeInternal=!0}getNodeType(e){return this.shaderNode.nodeType||this.getOutputNode(e).getNodeType(e)}getElementType(e){return this.getOutputNode(e).getElementType(e)}getMemberType(e,t){return this.getOutputNode(e).getMemberType(e,t)}call(e){const{shaderNode:t,rawInputs:r}=this,s=e.getNodeProperties(t),i=e.getClosestSubBuild(t.subBuilds)||"",n=i||"default";if(s[n])return s[n];const a=e.subBuildFn,o=e.fnCall;e.subBuildFn=i,e.fnCall=this;let u=null;if(t.layout){let s=wi.get(e.constructor);void 0===s&&(s=new WeakMap,wi.set(e.constructor,s));let i=s.get(t);void 0===i&&(i=Yi(e.buildFunctionNode(t)),s.set(t,i)),e.addInclude(i);const n=r?function(e){let t;Zi(e);t=e[0]&&(e[0].isNode||Object.getPrototypeOf(e[0])!==Object.prototype)?[...e]:e[0];return t}(r):null;u=Yi(i.call(n))}else{const s=new Proxy(e,{get:(e,t,r)=>{let s;return s=Symbol.iterator===t?function*(){yield}:Reflect.get(e,t,r),s}}),i=r?function(e){let t=0;return Zi(e),new Proxy(e,{get:(r,s,i)=>{let n;if("length"===s)return n=e.length,n;if(Symbol.iterator===s)n=function*(){for(const t of e)yield Yi(t)};else{if(e.length>0)if(Object.getPrototypeOf(e[0])===Object.prototype){const r=e[0];n=void 0===r[s]?r[t++]:Reflect.get(r,s,i)}else e[0]instanceof ai&&(n=void 0===e[s]?e[t++]:Reflect.get(e,s,i));else n=Reflect.get(r,s,i);n=Yi(n)}return n}})}(r):null,n=Array.isArray(r)?r.length>0:null!==r,a=t.jsFunc,o=n||a.length>1?a(i,s):a(s);u=Yi(o)}return e.subBuildFn=a,e.fnCall=o,t.once&&(s[n]=u),u}setupOutput(e){return e.addStack(),e.stack.outputNode=this.call(e),e.removeStack()}getOutputNode(e){const t=e.getNodeProperties(this),r=e.getSubBuildOutput(this);return t[r]=t[r]||this.setupOutput(e),t[r].subBuild=e.getClosestSubBuild(this),t[r]}build(e,t=null){let r=null;const s=e.getBuildStage(),i=e.getNodeProperties(this),n=e.getSubBuildOutput(this),a=this.getOutputNode(e),o=e.fnCall;if(e.fnCall=this,"setup"===s){const t=e.getSubBuildProperty("initialized",this);if(!0!==i[t]&&(i[t]=!0,i[n]=this.getOutputNode(e),i[n].build(e),this.shaderNode.subBuilds))for(const t of e.chaining){const r=e.getDataFromNode(t,"any");r.subBuilds=r.subBuilds||new Set;for(const e of this.shaderNode.subBuilds)r.subBuilds.add(e)}r=i[n]}else"analyze"===s?a.build(e,t):"generate"===s&&(r=a.build(e,t)||"");return e.fnCall=o,r}}class Fi extends ai{constructor(e,t){super(t),this.jsFunc=e,this.layout=null,this.global=!0,this.once=!1}setLayout(e){return this.layout=e,this}getLayout(){return this.layout}call(e=null){return new Pi(this,e)}setup(){return this.call()}}const Di=[!1,!0],Ui=[0,1,2,3],Ii=[-1,-2],Oi=[.5,1.5,1/3,1e-6,1e6,Math.PI,2*Math.PI,1/Math.PI,2/Math.PI,1/(2*Math.PI),Math.PI/2],Vi=new Map;for(const e of Di)Vi.set(e,new yi(e));const ki=new Map;for(const e of Ui)ki.set(e,new yi(e,"uint"));const Gi=new Map([...ki].map(e=>new yi(e.value,"int")));for(const e of Ii)Gi.set(e,new yi(e,"int"));const zi=new Map([...Gi].map(e=>new yi(e.value)));for(const e of Oi)zi.set(e,new yi(e));for(const e of Oi)zi.set(-e,new yi(-e));const $i={bool:Vi,uint:ki,ints:Gi,float:zi},Wi=new Map([...Vi,...zi]),Hi=(e,t)=>Wi.has(e)?Wi.get(e):!0===e.isNode?e:new yi(e,t),qi=function(e,t=null){return(...r)=>{for(const t of r)if(void 0===t)return o(`TSL: Invalid parameter for the type "${e}".`),new yi(0,e);if((0===r.length||!["bool","float","int","uint"].includes(e)&&r.every(e=>{const t=typeof e;return"object"!==t&&"function"!==t}))&&(r=[Hs(e,...r)]),1===r.length&&null!==t&&t.has(r[0]))return Qi(t.get(r[0]));if(1===r.length){const t=Hi(r[0],e);return t.nodeType===e?Qi(t):Qi(new ui(t,e))}const s=r.map(e=>Hi(e));return Qi(new di(s,e))}},ji=e=>"object"==typeof e&&null!==e?e.value:e,Xi=e=>null!=e?e.nodeType||e.convertTo||("string"==typeof e?e:null):null;function Ki(e,t){return new Fi(e,t)}const Yi=(e,t=null)=>function(e,t=null){const r=Ws(e);return"node"===r?e:null===t&&("float"===r||"boolean"===r)||r&&"shader"!==r&&"string"!==r?Yi(Hi(e,t)):"shader"===r?e.isFn?e:an(e):e}(e,t),Qi=(e,t=null)=>Yi(e,t).toVarIntent(),Zi=(e,t=null)=>new Ci(e,t),Ji=(e,t=null)=>new Mi(e,t),en=(e,t=null,r=null,s=null)=>new Bi(e,t,r,s),tn=(e,...t)=>new Li(e,...t),rn=(e,t=null,r=null,s={})=>new Bi(e,t,r,{...s,intent:!0});let sn=0;class nn extends ai{constructor(e,t=null){super();let r=null;null!==t&&("object"==typeof t?r=t.return:("string"==typeof t?r=t:o("TSL: Invalid layout type."),t=null)),this.shaderNode=new Ki(e,r),null!==t&&this.setLayout(t),this.isFn=!0}setLayout(e){const t=this.shaderNode.nodeType;if("object"!=typeof e.inputs){const r={name:"fn"+sn++,type:t,inputs:[]};for(const t in e)"return"!==t&&r.inputs.push({name:t,type:e[t]});e=r}return this.shaderNode.setLayout(e),this}getNodeType(e){return this.shaderNode.getNodeType(e)||"float"}call(...e){const t=this.shaderNode.call(e);return"void"===this.shaderNode.nodeType&&t.toStack(),t.toVarIntent()}once(e=null){return this.shaderNode.once=!0,this.shaderNode.subBuilds=e,this}generate(e){const t=this.getNodeType(e);return o('TSL: "Fn()" was declared but not invoked. Try calling it like "Fn()( ...params )".'),e.generateConst(t)}}function an(e,t=null){const r=new nn(e,t);return new Proxy(()=>{},{apply:(e,t,s)=>r.call(...s),get:(e,t,s)=>Reflect.get(r,t,s),set:(e,t,s,i)=>Reflect.set(r,t,s,i)})}const on=e=>{xi=e},un=()=>xi,ln=(...e)=>xi.If(...e);function dn(e){return xi&&xi.addToStack(e),e}_i("toStack",dn);const cn=new qi("color"),hn=new qi("float",$i.float),pn=new qi("int",$i.ints),gn=new qi("uint",$i.uint),mn=new qi("bool",$i.bool),fn=new qi("vec2"),yn=new qi("ivec2"),bn=new qi("uvec2"),xn=new qi("bvec2"),Tn=new qi("vec3"),_n=new qi("ivec3"),vn=new qi("uvec3"),Nn=new qi("bvec3"),Sn=new qi("vec4"),Rn=new qi("ivec4"),An=new qi("uvec4"),En=new qi("bvec4"),wn=new qi("mat2"),Cn=new qi("mat3"),Mn=new qi("mat4");_i("toColor",cn),_i("toFloat",hn),_i("toInt",pn),_i("toUint",gn),_i("toBool",mn),_i("toVec2",fn),_i("toIVec2",yn),_i("toUVec2",bn),_i("toBVec2",xn),_i("toVec3",Tn),_i("toIVec3",_n),_i("toUVec3",vn),_i("toBVec3",Nn),_i("toVec4",Sn),_i("toIVec4",Rn),_i("toUVec4",An),_i("toBVec4",En),_i("toMat2",wn),_i("toMat3",Cn),_i("toMat4",Mn);const Bn=en(oi).setParameterLength(2),Ln=(e,t)=>Yi(new ui(Yi(e),t));_i("element",Bn),_i("convert",Ln);_i("append",e=>(d("TSL: .append() has been renamed to .toStack()."),dn(e)));class Pn extends ai{static get type(){return"PropertyNode"}constructor(e,t=null,r=!1){super(e),this.name=t,this.varying=r,this.isPropertyNode=!0,this.global=!0}customCacheKey(){return Fs(this.type+":"+(this.name||"")+":"+(this.varying?"1":"0"))}getHash(e){return this.name||super.getHash(e)}generate(e){let t;return!0===this.varying?(t=e.getVaryingFromNode(this,this.name),t.needsInterpolation=!0):t=e.getVarFromNode(this,this.name),e.getPropertyName(t)}}const Fn=(e,t)=>new Pn(e,t),Dn=(e,t)=>new Pn(e,t,!0),Un=tn(Pn,"vec4","DiffuseColor"),In=tn(Pn,"vec3","DiffuseContribution"),On=tn(Pn,"vec3","EmissiveColor"),Vn=tn(Pn,"float","Roughness"),kn=tn(Pn,"float","Metalness"),Gn=tn(Pn,"float","Clearcoat"),zn=tn(Pn,"float","ClearcoatRoughness"),$n=tn(Pn,"vec3","Sheen"),Wn=tn(Pn,"float","SheenRoughness"),Hn=tn(Pn,"float","Iridescence"),qn=tn(Pn,"float","IridescenceIOR"),jn=tn(Pn,"float","IridescenceThickness"),Xn=tn(Pn,"float","AlphaT"),Kn=tn(Pn,"float","Anisotropy"),Yn=tn(Pn,"vec3","AnisotropyT"),Qn=tn(Pn,"vec3","AnisotropyB"),Zn=tn(Pn,"color","SpecularColor"),Jn=tn(Pn,"color","SpecularColorBlended"),ea=tn(Pn,"float","SpecularF90"),ta=tn(Pn,"float","Shininess"),ra=tn(Pn,"vec4","Output"),sa=tn(Pn,"float","dashSize"),ia=tn(Pn,"float","gapSize"),na=tn(Pn,"float","pointWidth"),aa=tn(Pn,"float","IOR"),oa=tn(Pn,"float","Transmission"),ua=tn(Pn,"float","Thickness"),la=tn(Pn,"float","AttenuationDistance"),da=tn(Pn,"color","AttenuationColor"),ca=tn(Pn,"float","Dispersion");class ha extends ai{static get type(){return"UniformGroupNode"}constructor(e,t=!1,r=1){super("string"),this.name=e,this.shared=t,this.order=r,this.isUniformGroup=!0}serialize(e){super.serialize(e),e.name=this.name,e.version=this.version,e.shared=this.shared}deserialize(e){super.deserialize(e),this.name=e.name,this.version=e.version,this.shared=e.shared}}const pa=e=>new ha(e),ga=(e,t=0)=>new ha(e,!0,t),ma=ga("frame"),fa=ga("render"),ya=pa("object");class ba extends mi{static get type(){return"UniformNode"}constructor(e,t=null){super(e,t),this.isUniformNode=!0,this.name="",this.groupNode=ya}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setGroup(e){return this.groupNode=e,this}getGroup(){return this.groupNode}getUniformHash(e){return this.getHash(e)}onUpdate(e,t){return e=e.bind(this),super.onUpdate(t=>{const r=e(t,this);void 0!==r&&(this.value=r)},t)}getInputType(e){let t=super.getInputType(e);return"bool"===t&&(t="uint"),t}generate(e,t){const r=this.getNodeType(e),s=this.getUniformHash(e);let i=e.getNodeFromHash(s);void 0===i&&(e.setHashNode(this,s),i=this);const n=i.getInputType(e),a=e.getUniformFromNode(i,n,e.shaderStage,this.name||e.context.nodeName),o=e.getPropertyName(a);void 0!==e.context.nodeName&&delete e.context.nodeName;let u=o;if("bool"===r){const t=e.getDataFromNode(this);let s=t.propertyName;if(void 0===s){const i=e.getVarFromNode(this,null,"bool");s=e.getPropertyName(i),t.propertyName=s,u=e.format(o,n,r),e.addLineFlowCode(`${s} = ${u}`,this)}u=s}return e.format(u,r,t)}}const xa=(e,t)=>{const r=Xi(t||e);if(r===e&&(e=Hs(r)),e&&!0===e.isNode){let t=e.value;e.traverse(e=>{!0===e.isConstNode&&(t=e.value)}),e=t}return new ba(e,r)};class Ta extends li{static get type(){return"ArrayNode"}constructor(e,t,r=null){super(e),this.count=t,this.values=r,this.isArrayNode=!0}getArrayCount(){return this.count}getNodeType(e){return null===this.nodeType?this.values[0].getNodeType(e):this.nodeType}getElementType(e){return this.getNodeType(e)}getMemberType(e,t){return null===this.nodeType?this.values[0].getMemberType(e,t):super.getMemberType(e,t)}generate(e){const t=this.getNodeType(e);return e.generateArray(t,this.count,this.values)}}const _a=(...e)=>{let t;if(1===e.length){const r=e[0];t=new Ta(null,r.length,r)}else{const r=e[0],s=e[1];t=new Ta(r,s)}return Yi(t)};_i("toArray",(e,t)=>_a(Array(t).fill(e)));class va extends li{static get type(){return"AssignNode"}constructor(e,t){super(),this.targetNode=e,this.sourceNode=t,this.isAssignNode=!0}hasDependencies(){return!1}getNodeType(e,t){return"void"!==t?this.targetNode.getNodeType(e):"void"}needsSplitAssign(e){const{targetNode:t}=this;if(!1===e.isAvailable("swizzleAssign")&&t.isSplitNode&&t.components.length>1){const r=e.getTypeLength(t.node.getNodeType(e));return si.join("").slice(0,r)!==t.components}return!1}setup(e){const{targetNode:t,sourceNode:r}=this,s=t.getScope();e.getDataFromNode(s).assign=!0;const i=e.getNodeProperties(this);i.sourceNode=r,i.targetNode=t.context({assign:!0})}generate(e,t){const{targetNode:r,sourceNode:s}=e.getNodeProperties(this),i=this.needsSplitAssign(e),n=r.build(e),a=r.getNodeType(e),o=s.build(e,a),u=s.getNodeType(e),l=e.getDataFromNode(this);let d;if(!0===l.initialized)"void"!==t&&(d=n);else if(i){const s=e.getVarFromNode(this,null,a),i=e.getPropertyName(s);e.addLineFlowCode(`${i} = ${o}`,this);const u=r.node,l=u.node.context({assign:!0}).build(e);for(let t=0;t{const s=r.type;let i;return i="pointer"===s?"&"+t.build(e):t.build(e,s),i};if(Array.isArray(i)){if(i.length>s.length)o("TSL: The number of provided parameters exceeds the expected number of inputs in 'Fn()'."),i.length=s.length;else if(i.length(t=t.length>1||t[0]&&!0===t[0].isNode?Ji(t):Zi(t[0]),new Sa(Yi(e),t));_i("call",Ra);const Aa={"==":"equal","!=":"notEqual","<":"lessThan",">":"greaterThan","<=":"lessThanEqual",">=":"greaterThanEqual","%":"mod"};class Ea extends li{static get type(){return"OperatorNode"}constructor(e,t,r,...s){if(super(),s.length>0){let i=new Ea(e,t,r);for(let t=0;t>"===r||"<<"===r)return e.getIntegerType(n);if("!"===r||"&&"===r||"||"===r||"^^"===r)return"bool";if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r){const t=Math.max(e.getTypeLength(n),e.getTypeLength(a));return t>1?`bvec${t}`:"bool"}if(e.isMatrix(n)){if("float"===a)return n;if(e.isVector(a))return e.getVectorFromMatrix(n);if(e.isMatrix(a))return n}else if(e.isMatrix(a)){if("float"===n)return a;if(e.isVector(n))return e.getVectorFromMatrix(a)}return e.getTypeLength(a)>e.getTypeLength(n)?a:n}generate(e,t){const r=this.op,{aNode:s,bNode:i}=this,n=this.getNodeType(e,t);let a=null,o=null;"void"!==n?(a=s.getNodeType(e),o=i?i.getNodeType(e):null,"<"===r||">"===r||"<="===r||">="===r||"=="===r||"!="===r?e.isVector(a)?o=a:e.isVector(o)?a=o:a!==o&&(a=o="float"):">>"===r||"<<"===r?(a=n,o=e.changeComponentType(o,"uint")):"%"===r?(a=n,o=e.isInteger(a)&&e.isInteger(o)?o:a):e.isMatrix(a)?"float"===o?o="float":e.isVector(o)?o=e.getVectorFromMatrix(a):e.isMatrix(o)||(a=o=n):a=e.isMatrix(o)?"float"===a?"float":e.isVector(a)?e.getVectorFromMatrix(o):o=n:o=n):a=o=n;const u=s.build(e,a),l=i?i.build(e,o):null,d=e.getFunctionOperator(r);if("void"!==t){const s=e.renderer.coordinateSystem===c;if("=="===r||"!="===r||"<"===r||">"===r||"<="===r||">="===r)return s&&e.isVector(a)?e.format(`${this.getOperatorMethod(e,t)}( ${u}, ${l} )`,n,t):e.format(`( ${u} ${r} ${l} )`,n,t);if("%"===r)return e.isInteger(o)?e.format(`( ${u} % ${l} )`,n,t):e.format(`${this.getOperatorMethod(e,n)}( ${u}, ${l} )`,n,t);if("!"===r||"~"===r)return e.format(`(${r}${u})`,a,t);if(d)return e.format(`${d}( ${u}, ${l} )`,n,t);if(e.isMatrix(a)&&"float"===o)return e.format(`( ${l} ${r} ${u} )`,n,t);if("float"===a&&e.isMatrix(o))return e.format(`${u} ${r} ${l}`,n,t);{let i=`( ${u} ${r} ${l} )`;return!s&&"bool"===n&&e.isVector(a)&&e.isVector(o)&&(i=`all${i}`),e.format(i,n,t)}}if("void"!==a)return d?e.format(`${d}( ${u}, ${l} )`,n,t):e.isMatrix(a)&&"float"===o?e.format(`${l} ${r} ${u}`,n,t):e.format(`${u} ${r} ${l}`,n,t)}serialize(e){super.serialize(e),e.op=this.op}deserialize(e){super.deserialize(e),this.op=e.op}}const wa=rn(Ea,"+").setParameterLength(2,1/0).setName("add"),Ca=rn(Ea,"-").setParameterLength(2,1/0).setName("sub"),Ma=rn(Ea,"*").setParameterLength(2,1/0).setName("mul"),Ba=rn(Ea,"/").setParameterLength(2,1/0).setName("div"),La=rn(Ea,"%").setParameterLength(2).setName("mod"),Pa=rn(Ea,"==").setParameterLength(2).setName("equal"),Fa=rn(Ea,"!=").setParameterLength(2).setName("notEqual"),Da=rn(Ea,"<").setParameterLength(2).setName("lessThan"),Ua=rn(Ea,">").setParameterLength(2).setName("greaterThan"),Ia=rn(Ea,"<=").setParameterLength(2).setName("lessThanEqual"),Oa=rn(Ea,">=").setParameterLength(2).setName("greaterThanEqual"),Va=rn(Ea,"&&").setParameterLength(2,1/0).setName("and"),ka=rn(Ea,"||").setParameterLength(2,1/0).setName("or"),Ga=rn(Ea,"!").setParameterLength(1).setName("not"),za=rn(Ea,"^^").setParameterLength(2).setName("xor"),$a=rn(Ea,"&").setParameterLength(2).setName("bitAnd"),Wa=rn(Ea,"~").setParameterLength(1).setName("bitNot"),Ha=rn(Ea,"|").setParameterLength(2).setName("bitOr"),qa=rn(Ea,"^").setParameterLength(2).setName("bitXor"),ja=rn(Ea,"<<").setParameterLength(2).setName("shiftLeft"),Xa=rn(Ea,">>").setParameterLength(2).setName("shiftRight"),Ka=an(([e])=>(e.addAssign(1),e)),Ya=an(([e])=>(e.subAssign(1),e)),Qa=an(([e])=>{const t=pn(e).toConst();return e.addAssign(1),t}),Za=an(([e])=>{const t=pn(e).toConst();return e.subAssign(1),t});_i("add",wa),_i("sub",Ca),_i("mul",Ma),_i("div",Ba),_i("mod",La),_i("equal",Pa),_i("notEqual",Fa),_i("lessThan",Da),_i("greaterThan",Ua),_i("lessThanEqual",Ia),_i("greaterThanEqual",Oa),_i("and",Va),_i("or",ka),_i("not",Ga),_i("xor",za),_i("bitAnd",$a),_i("bitNot",Wa),_i("bitOr",Ha),_i("bitXor",qa),_i("shiftLeft",ja),_i("shiftRight",Xa),_i("incrementBefore",Ka),_i("decrementBefore",Ya),_i("increment",Qa),_i("decrement",Za);const Ja=(e,t)=>(d('TSL: "modInt()" is deprecated. Use "mod( int( ... ) )" instead.'),La(pn(e),pn(t)));_i("modInt",Ja);class eo extends li{static get type(){return"MathNode"}constructor(e,t,r=null,s=null){if(super(),(e===eo.MAX||e===eo.MIN)&&arguments.length>3){let i=new eo(e,t,r);for(let t=2;tn&&i>a?t:n>a?r:a>i?s:t}getNodeType(e){const t=this.method;return t===eo.LENGTH||t===eo.DISTANCE||t===eo.DOT?"float":t===eo.CROSS?"vec3":t===eo.ALL||t===eo.ANY?"bool":t===eo.EQUALS?e.changeComponentType(this.aNode.getNodeType(e),"bool"):this.getInputType(e)}setup(e){const{aNode:t,bNode:r,method:s}=this;let i=null;if(s===eo.ONE_MINUS)i=Ca(1,t);else if(s===eo.RECIPROCAL)i=Ba(1,t);else if(s===eo.DIFFERENCE)i=wo(Ca(t,r));else if(s===eo.TRANSFORM_DIRECTION){let s=t,n=r;e.isMatrix(s.getNodeType(e))?n=Sn(Tn(n),0):s=Sn(Tn(s),0);const a=Ma(s,n).xyz;i=To(a)}return null!==i?i:super.setup(e)}generate(e,t){if(e.getNodeProperties(this).outputNode)return super.generate(e,t);let r=this.method;const s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=this.cNode,u=e.renderer.coordinateSystem;if(r===eo.NEGATE)return e.format("( - "+n.build(e,i)+" )",s,t);{const l=[];return r===eo.CROSS?l.push(n.build(e,s),a.build(e,s)):u===c&&r===eo.STEP?l.push(n.build(e,1===e.getTypeLength(n.getNodeType(e))?"float":i),a.build(e,i)):u!==c||r!==eo.MIN&&r!==eo.MAX?r===eo.REFRACT?l.push(n.build(e,i),a.build(e,i),o.build(e,"float")):r===eo.MIX?l.push(n.build(e,i),a.build(e,i),o.build(e,1===e.getTypeLength(o.getNodeType(e))?"float":i)):(u===h&&r===eo.ATAN&&null!==a&&(r="atan2"),"fragment"===e.shaderStage||r!==eo.DFDX&&r!==eo.DFDY||(d(`TSL: '${r}' is not supported in the ${e.shaderStage} stage.`),r="/*"+r+"*/"),l.push(n.build(e,i)),null!==a&&l.push(a.build(e,i)),null!==o&&l.push(o.build(e,i))):l.push(n.build(e,i),a.build(e,1===e.getTypeLength(a.getNodeType(e))?"float":i)),e.format(`${e.getMethod(r,s)}( ${l.join(", ")} )`,s,t)}}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}eo.ALL="all",eo.ANY="any",eo.RADIANS="radians",eo.DEGREES="degrees",eo.EXP="exp",eo.EXP2="exp2",eo.LOG="log",eo.LOG2="log2",eo.SQRT="sqrt",eo.INVERSE_SQRT="inversesqrt",eo.FLOOR="floor",eo.CEIL="ceil",eo.NORMALIZE="normalize",eo.FRACT="fract",eo.SIN="sin",eo.COS="cos",eo.TAN="tan",eo.ASIN="asin",eo.ACOS="acos",eo.ATAN="atan",eo.ABS="abs",eo.SIGN="sign",eo.LENGTH="length",eo.NEGATE="negate",eo.ONE_MINUS="oneMinus",eo.DFDX="dFdx",eo.DFDY="dFdy",eo.ROUND="round",eo.RECIPROCAL="reciprocal",eo.TRUNC="trunc",eo.FWIDTH="fwidth",eo.TRANSPOSE="transpose",eo.DETERMINANT="determinant",eo.INVERSE="inverse",eo.EQUALS="equals",eo.MIN="min",eo.MAX="max",eo.STEP="step",eo.REFLECT="reflect",eo.DISTANCE="distance",eo.DIFFERENCE="difference",eo.DOT="dot",eo.CROSS="cross",eo.POW="pow",eo.TRANSFORM_DIRECTION="transformDirection",eo.MIX="mix",eo.CLAMP="clamp",eo.REFRACT="refract",eo.SMOOTHSTEP="smoothstep",eo.FACEFORWARD="faceforward";const to=hn(1e-6),ro=hn(1e6),so=hn(Math.PI),io=hn(2*Math.PI),no=hn(2*Math.PI),ao=hn(.5*Math.PI),oo=rn(eo,eo.ALL).setParameterLength(1),uo=rn(eo,eo.ANY).setParameterLength(1),lo=rn(eo,eo.RADIANS).setParameterLength(1),co=rn(eo,eo.DEGREES).setParameterLength(1),ho=rn(eo,eo.EXP).setParameterLength(1),po=rn(eo,eo.EXP2).setParameterLength(1),go=rn(eo,eo.LOG).setParameterLength(1),mo=rn(eo,eo.LOG2).setParameterLength(1),fo=rn(eo,eo.SQRT).setParameterLength(1),yo=rn(eo,eo.INVERSE_SQRT).setParameterLength(1),bo=rn(eo,eo.FLOOR).setParameterLength(1),xo=rn(eo,eo.CEIL).setParameterLength(1),To=rn(eo,eo.NORMALIZE).setParameterLength(1),_o=rn(eo,eo.FRACT).setParameterLength(1),vo=rn(eo,eo.SIN).setParameterLength(1),No=rn(eo,eo.COS).setParameterLength(1),So=rn(eo,eo.TAN).setParameterLength(1),Ro=rn(eo,eo.ASIN).setParameterLength(1),Ao=rn(eo,eo.ACOS).setParameterLength(1),Eo=rn(eo,eo.ATAN).setParameterLength(1,2),wo=rn(eo,eo.ABS).setParameterLength(1),Co=rn(eo,eo.SIGN).setParameterLength(1),Mo=rn(eo,eo.LENGTH).setParameterLength(1),Bo=rn(eo,eo.NEGATE).setParameterLength(1),Lo=rn(eo,eo.ONE_MINUS).setParameterLength(1),Po=rn(eo,eo.DFDX).setParameterLength(1),Fo=rn(eo,eo.DFDY).setParameterLength(1),Do=rn(eo,eo.ROUND).setParameterLength(1),Uo=rn(eo,eo.RECIPROCAL).setParameterLength(1),Io=rn(eo,eo.TRUNC).setParameterLength(1),Oo=rn(eo,eo.FWIDTH).setParameterLength(1),Vo=rn(eo,eo.TRANSPOSE).setParameterLength(1),ko=rn(eo,eo.DETERMINANT).setParameterLength(1),Go=rn(eo,eo.INVERSE).setParameterLength(1),zo=(e,t)=>(d('TSL: "equals" is deprecated. Use "equal" inside a vector instead, like: "bvec*( equal( ... ) )"'),Pa(e,t)),$o=rn(eo,eo.MIN).setParameterLength(2,1/0),Wo=rn(eo,eo.MAX).setParameterLength(2,1/0),Ho=rn(eo,eo.STEP).setParameterLength(2),qo=rn(eo,eo.REFLECT).setParameterLength(2),jo=rn(eo,eo.DISTANCE).setParameterLength(2),Xo=rn(eo,eo.DIFFERENCE).setParameterLength(2),Ko=rn(eo,eo.DOT).setParameterLength(2),Yo=rn(eo,eo.CROSS).setParameterLength(2),Qo=rn(eo,eo.POW).setParameterLength(2),Zo=e=>Ma(e,e),Jo=e=>Ma(e,e,e),eu=e=>Ma(e,e,e,e),tu=rn(eo,eo.TRANSFORM_DIRECTION).setParameterLength(2),ru=e=>Ma(Co(e),Qo(wo(e),1/3)),su=e=>Ko(e,e),iu=rn(eo,eo.MIX).setParameterLength(3),nu=(e,t=0,r=1)=>Yi(new eo(eo.CLAMP,Yi(e),Yi(t),Yi(r))),au=e=>nu(e),ou=rn(eo,eo.REFRACT).setParameterLength(3),uu=rn(eo,eo.SMOOTHSTEP).setParameterLength(3),lu=rn(eo,eo.FACEFORWARD).setParameterLength(3),du=an(([e])=>{const t=Ko(e.xy,fn(12.9898,78.233)),r=La(t,so);return _o(vo(r).mul(43758.5453))}),cu=(e,t,r)=>iu(t,r,e),hu=(e,t,r)=>uu(t,r,e),pu=(e,t)=>Ho(t,e),gu=(e,t)=>(d('TSL: "atan2" is overloaded. Use "atan" instead.'),Eo(e,t)),mu=lu,fu=yo;_i("all",oo),_i("any",uo),_i("equals",zo),_i("radians",lo),_i("degrees",co),_i("exp",ho),_i("exp2",po),_i("log",go),_i("log2",mo),_i("sqrt",fo),_i("inverseSqrt",yo),_i("floor",bo),_i("ceil",xo),_i("normalize",To),_i("fract",_o),_i("sin",vo),_i("cos",No),_i("tan",So),_i("asin",Ro),_i("acos",Ao),_i("atan",Eo),_i("abs",wo),_i("sign",Co),_i("length",Mo),_i("lengthSq",su),_i("negate",Bo),_i("oneMinus",Lo),_i("dFdx",Po),_i("dFdy",Fo),_i("round",Do),_i("reciprocal",Uo),_i("trunc",Io),_i("fwidth",Oo),_i("atan2",gu),_i("min",$o),_i("max",Wo),_i("step",pu),_i("reflect",qo),_i("distance",jo),_i("dot",Ko),_i("cross",Yo),_i("pow",Qo),_i("pow2",Zo),_i("pow3",Jo),_i("pow4",eu),_i("transformDirection",tu),_i("mix",cu),_i("clamp",nu),_i("refract",ou),_i("smoothstep",hu),_i("faceForward",lu),_i("difference",Xo),_i("saturate",au),_i("cbrt",ru),_i("transpose",Vo),_i("determinant",ko),_i("inverse",Go),_i("rand",du);class yu extends ai{static get type(){return"ConditionalNode"}constructor(e,t,r=null){super(),this.condNode=e,this.ifNode=t,this.elseNode=r}getNodeType(e){const{ifNode:t,elseNode:r}=e.getNodeProperties(this);if(void 0===t)return e.flowBuildStage(this,"setup"),this.getNodeType(e);const s=t.getNodeType(e);if(null!==r){const t=r.getNodeType(e);if(e.getTypeLength(t)>e.getTypeLength(s))return t}return s}setup(e){const t=this.condNode,r=this.ifNode.isolate(),s=this.elseNode?this.elseNode.isolate():null,i=e.context.nodeBlock;e.getDataFromNode(r).parentNodeBlock=i,null!==s&&(e.getDataFromNode(s).parentNodeBlock=i);const n=e.context.uniformFlow,a=e.getNodeProperties(this);a.condNode=t,a.ifNode=n?r:r.context({nodeBlock:r}),a.elseNode=s?n?s:s.context({nodeBlock:s}):null}generate(e,t){const r=this.getNodeType(e),s=e.getDataFromNode(this);if(void 0!==s.nodeProperty)return s.nodeProperty;const{condNode:i,ifNode:n,elseNode:a}=e.getNodeProperties(this),o=e.currentFunctionNode,u="void"!==t,l=u?Fn(r).build(e):"";s.nodeProperty=l;const c=i.build(e,"bool");if(e.context.uniformFlow&&null!==a){const s=n.build(e,r),i=a.build(e,r),o=e.getTernary(c,s,i);return e.format(o,r,t)}e.addFlowCode(`\n${e.tab}if ( ${c} ) {\n\n`).addFlowTab();let h=n.build(e,r);if(h&&(u?h=l+" = "+h+";":(h="return "+h+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),h="// "+h))),e.removeFlowTab().addFlowCode(e.tab+"\t"+h+"\n\n"+e.tab+"}"),null!==a){e.addFlowCode(" else {\n\n").addFlowTab();let t=a.build(e,r);t&&(u?t=l+" = "+t+";":(t="return "+t+";",null===o&&(d("TSL: Return statement used in an inline 'Fn()'. Define a layout struct to allow return values."),t="// "+t))),e.removeFlowTab().addFlowCode(e.tab+"\t"+t+"\n\n"+e.tab+"}\n\n")}else e.addFlowCode("\n\n");return e.format(l,r,t)}}const bu=en(yu).setParameterLength(2,3);_i("select",bu);class xu extends ai{static get type(){return"ContextNode"}constructor(e=null,t={}){super(),this.isContextNode=!0,this.node=e,this.value=t}getScope(){return this.node.getScope()}getNodeType(e){return this.node.getNodeType(e)}getFlowContextData(){const e=[];return this.traverse(t=>{!0===t.isContextNode&&e.push(t.value)}),Object.assign({},...e)}getMemberType(e,t){return this.node.getMemberType(e,t)}analyze(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}setup(e){const t=e.addContext(this.value);this.node.build(e),e.setContext(t)}generate(e,t){const r=e.addContext(this.value),s=this.node.build(e,t);return e.setContext(r),s}}const Tu=(e=null,t={})=>{let r=e;return null!==r&&!0===r.isNode||(t=r||t,r=null),new xu(r,t)},_u=e=>Tu(e,{uniformFlow:!0}),vu=(e,t)=>Tu(e,{nodeName:t});function Nu(e,t,r=null){return Tu(r,{getShadow:({light:r,shadowColorNode:s})=>t===r?s.mul(e):s})}function Su(e,t=null){return Tu(t,{getAO:(t,{material:r})=>!0===r.transparent?t:null!==t?t.mul(e):e})}function Ru(e,t){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),vu(e,t)}_i("context",Tu),_i("label",Ru),_i("uniformFlow",_u),_i("setName",vu),_i("builtinShadowContext",(e,t,r)=>Nu(t,r,e)),_i("builtinAOContext",(e,t)=>Su(t,e));class Au extends ai{static get type(){return"VarNode"}constructor(e,t=null,r=!1){super(),this.node=e,this.name=t,this.global=!0,this.isVarNode=!0,this.readOnly=r,this.parents=!0,this.intent=!1}setIntent(e){return this.intent=e,this}isIntent(e){return!0!==e.getDataFromNode(this).forceDeclaration&&this.intent}getIntent(){return this.intent}getMemberType(e,t){return this.node.getMemberType(e,t)}getElementType(e){return this.node.getElementType(e)}getNodeType(e){return this.node.getNodeType(e)}getArrayCount(e){return this.node.getArrayCount(e)}isAssign(e){return e.getDataFromNode(this).assign}build(...e){const t=e[0];if(!1===this._hasStack(t)&&"setup"===t.buildStage&&(t.context.nodeLoop||t.context.nodeBlock)){let e=!1;if(this.node.isShaderCallNodeInternal&&null===this.node.shaderNode.getLayout()&&t.fnCall&&t.fnCall.shaderNode){if(t.getDataFromNode(this.node.shaderNode).hasLoop){t.getDataFromNode(this).forceDeclaration=!0,e=!0}}const r=t.getBaseStack();e?r.addToStackBefore(this):r.addToStack(this)}return this.isIntent(t)&&!0!==this.isAssign(t)?this.node.build(...e):super.build(...e)}generate(e){const{node:t,name:r,readOnly:s}=this,{renderer:i}=e,n=!0===i.backend.isWebGPUBackend;let a=!1,u=!1;s&&(a=e.isDeterministic(t),u=n?s:a);const l=this.getNodeType(e);if("void"==l){!0!==this.isIntent(e)&&o('TSL: ".toVar()" can not be used with void type.');return t.build(e)}const d=e.getVectorType(l),c=t.build(e,d),h=e.getVarFromNode(this,r,d,void 0,u),p=e.getPropertyName(h);let g=p;if(u)if(n)g=a?`const ${p}`:`let ${p}`;else{const r=t.getArrayCount(e);g=`const ${e.getVar(h.type,p,r)}`}return e.addLineFlowCode(`${g} = ${c}`,this),p}_hasStack(e){return void 0!==e.getDataFromNode(this).stack}}const Eu=en(Au),wu=(e,t=null)=>Eu(e,t).toStack(),Cu=(e,t=null)=>Eu(e,t,!0).toStack(),Mu=e=>Eu(e).setIntent(!0).toStack();_i("toVar",wu),_i("toConst",Cu),_i("toVarIntent",Mu);class Bu extends ai{static get type(){return"SubBuild"}constructor(e,t,r=null){super(r),this.node=e,this.name=t,this.isSubBuildNode=!0}getNodeType(e){if(null!==this.nodeType)return this.nodeType;e.addSubBuild(this.name);const t=this.node.getNodeType(e);return e.removeSubBuild(),t}build(e,...t){e.addSubBuild(this.name);const r=this.node.build(e,...t);return e.removeSubBuild(),r}}const Lu=(e,t,r=null)=>Yi(new Bu(Yi(e),t,r));class Pu extends ai{static get type(){return"VaryingNode"}constructor(e,t=null){super(),this.node=e,this.name=t,this.isVaryingNode=!0,this.interpolationType=null,this.interpolationSampling=null,this.global=!0}setInterpolation(e,t=null){return this.interpolationType=e,this.interpolationSampling=t,this}getHash(e){return this.name||super.getHash(e)}getNodeType(e){return this.node.getNodeType(e)}setupVarying(e){const t=e.getNodeProperties(this);let r=t.varying;if(void 0===r){const s=this.name,i=this.getNodeType(e),n=this.interpolationType,a=this.interpolationSampling;t.varying=r=e.getVaryingFromNode(this,s,i,n,a),t.node=Lu(this.node,"VERTEX")}return r.needsInterpolation||(r.needsInterpolation="fragment"===e.shaderStage),r}setup(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}analyze(e){this.setupVarying(e),e.flowNodeFromShaderStage(Ys.VERTEX,this.node)}generate(e){const t=e.getSubBuildProperty("property",e.currentStack),r=e.getNodeProperties(this),s=this.setupVarying(e);if(void 0===r[t]){const i=this.getNodeType(e),n=e.getPropertyName(s,Ys.VERTEX);e.flowNodeFromShaderStage(Ys.VERTEX,r.node,i,n),r[t]=n}return e.getPropertyName(s)}}const Fu=en(Pu).setParameterLength(1,2),Du=e=>Fu(e);_i("toVarying",Fu),_i("toVertexStage",Du),_i("varying",(...e)=>(d("TSL: .varying() has been renamed to .toVarying()."),Fu(...e))),_i("vertexStage",(...e)=>(d("TSL: .vertexStage() has been renamed to .toVertexStage()."),Fu(...e)));const Uu=an(([e])=>{const t=e.mul(.9478672986).add(.0521327014).pow(2.4),r=e.mul(.0773993808),s=e.lessThanEqual(.04045);return iu(t,r,s)}).setLayout({name:"sRGBTransferEOTF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Iu=an(([e])=>{const t=e.pow(.41666).mul(1.055).sub(.055),r=e.mul(12.92),s=e.lessThanEqual(.0031308);return iu(t,r,s)}).setLayout({name:"sRGBTransferOETF",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Ou="WorkingColorSpace";class Vu extends li{static get type(){return"ColorSpaceNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this.source=t,this.target=r}resolveColorSpace(e,t){return t===Ou?p.workingColorSpace:"OutputColorSpace"===t?e.context.outputColorSpace||e.renderer.outputColorSpace:t}setup(e){const{colorNode:t}=this,r=this.resolveColorSpace(e,this.source),s=this.resolveColorSpace(e,this.target);let i=t;return!1!==p.enabled&&r!==s&&r&&s?(p.getTransfer(r)===g&&(i=Sn(Uu(i.rgb),i.a)),p.getPrimaries(r)!==p.getPrimaries(s)&&(i=Sn(Cn(p._getMatrix(new n,r,s)).mul(i.rgb),i.a)),p.getTransfer(s)===g&&(i=Sn(Iu(i.rgb),i.a)),i):i}}const ku=(e,t)=>Yi(new Vu(Yi(e),Ou,t)),Gu=(e,t)=>Yi(new Vu(Yi(e),t,Ou));_i("workingToColorSpace",ku),_i("colorSpaceToWorking",Gu);let zu=class extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}};class $u extends ai{static get type(){return"ReferenceBaseNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.updateType=Qs.OBJECT}setGroup(e){return this.group=e,this}element(e){return new zu(this,Yi(e))}setNodeType(e){const t=xa(null,e);null!==this.group&&t.setGroup(this.group),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;enew Wu(e,t,r);class qu extends li{static get type(){return"ToneMappingNode"}constructor(e,t=Xu,r=null){super("vec3"),this._toneMapping=e,this.exposureNode=t,this.colorNode=r}customCacheKey(){return Us(this._toneMapping)}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup(e){const t=this.colorNode||e.context.color,r=this._toneMapping;if(r===m)return t;let s=null;const i=e.renderer.library.getToneMappingFunction(r);return null!==i?s=Sn(i(t.rgb,this.exposureNode),t.a):(o("ToneMappingNode: Unsupported Tone Mapping configuration.",r),s=t),s}}const ju=(e,t,r)=>Yi(new qu(e,Yi(t),Yi(r))),Xu=Hu("toneMappingExposure","float");_i("toneMapping",(e,t,r)=>ju(t,r,e));const Ku=new WeakMap;function Yu(e,t){let r=Ku.get(e);return void 0===r&&(r=new b(e,t),Ku.set(e,r)),r}class Qu extends mi{static get type(){return"BufferAttributeNode"}constructor(e,t=null,r=0,s=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferStride=r,this.bufferOffset=s,this.usage=f,this.instanced=!1,this.attribute=null,this.global=!0,e&&!0===e.isBufferAttribute&&e.itemSize<=4&&(this.attribute=e,this.usage=e.usage,this.instanced=e.isInstancedBufferAttribute)}getHash(e){if(0===this.bufferStride&&0===this.bufferOffset){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getNodeType(e){return null===this.bufferType&&(this.bufferType=e.getTypeFromAttribute(this.attribute)),this.bufferType}setup(e){if(null!==this.attribute)return;const t=this.getNodeType(e),r=e.getTypeLength(t),s=this.value,i=this.bufferStride||r,n=this.bufferOffset;let a;a=!0===s.isInterleavedBuffer?s:!0===s.isBufferAttribute?Yu(s.array,i):Yu(s,i);const o=new y(a,r,n);a.setUsage(this.usage),this.attribute=o,this.attribute.isInstancedBufferAttribute=this.instanced}generate(e){const t=this.getNodeType(e),r=e.getBufferAttributeFromNode(this,t),s=e.getPropertyName(r);let i=null;if("vertex"===e.shaderStage||"compute"===e.shaderStage)this.name=s,i=s;else{i=Fu(this).build(e,t)}return i}getInputType(){return"bufferAttribute"}setUsage(e){return this.usage=e,this.attribute&&!0===this.attribute.isBufferAttribute&&(this.attribute.usage=e),this}setInstanced(e){return this.instanced=e,this}}function Zu(e,t=null,r=0,s=0,i=f,n=!1){return"mat3"===t||null===t&&9===e.itemSize?Cn(new Qu(e,"vec3",9,0).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,3).setUsage(i).setInstanced(n),new Qu(e,"vec3",9,6).setUsage(i).setInstanced(n)):"mat4"===t||null===t&&16===e.itemSize?Mn(new Qu(e,"vec4",16,0).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,4).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,8).setUsage(i).setInstanced(n),new Qu(e,"vec4",16,12).setUsage(i).setInstanced(n)):new Qu(e,t,r,s)}const Ju=(e,t=null,r=0,s=0)=>Zu(e,t,r,s),el=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,f,!0),tl=(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x,!0);_i("toAttribute",e=>Ju(e.value));class rl extends ai{static get type(){return"ComputeNode"}constructor(e,t){super("void"),this.isComputeNode=!0,this.computeNode=e,this.workgroupSize=t,this.count=null,this.version=1,this.name="",this.updateBeforeType=Qs.OBJECT,this.onInitFunction=null}setCount(e){return this.count=e,this}getCount(){return this.count}dispose(){this.dispatchEvent({type:"dispose"})}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}onInit(e){return this.onInitFunction=e,this}updateBefore({renderer:e}){e.compute(this)}setup(e){const t=this.computeNode.build(e);if(t){e.getNodeProperties(this).outputComputeNode=t.outputNode,t.outputNode=null}return t}generate(e,t){const{shaderStage:r}=e;if("compute"===r){const t=this.computeNode.build(e,"void");""!==t&&e.addLineFlowCode(t,this)}else{const r=e.getNodeProperties(this).outputComputeNode;if(r)return r.build(e,t)}}}const sl=(e,t=[64])=>{(0===t.length||t.length>3)&&o("TSL: compute() workgroupSize must have 1, 2, or 3 elements");for(let e=0;esl(e,r).setCount(t);_i("compute",il),_i("computeKernel",sl);class nl extends ai{static get type(){return"IsolateNode"}constructor(e,t=!0){super(),this.node=e,this.parent=t,this.isIsolateNode=!0}getNodeType(e){const t=e.getCache(),r=e.getCacheFromNode(this,this.parent);e.setCache(r);const s=this.node.getNodeType(e);return e.setCache(t),s}build(e,...t){const r=e.getCache(),s=e.getCacheFromNode(this,this.parent);e.setCache(s);const i=this.node.build(e,...t);return e.setCache(r),i}setParent(e){return this.parent=e,this}getParent(){return this.parent}}const al=e=>new nl(Yi(e));function ol(e,t=!0){return d('TSL: "cache()" has been deprecated. Use "isolate()" instead.'),al(e).setParent(t)}_i("cache",ol),_i("isolate",al);class ul extends ai{static get type(){return"BypassNode"}constructor(e,t){super(),this.isBypassNode=!0,this.outputNode=e,this.callNode=t}getNodeType(e){return this.outputNode.getNodeType(e)}generate(e){const t=this.callNode.build(e,"void");return""!==t&&e.addLineFlowCode(t,this),this.outputNode.build(e)}}const ll=en(ul).setParameterLength(2);_i("bypass",ll);class dl extends ai{static get type(){return"RemapNode"}constructor(e,t,r,s=hn(0),i=hn(1)){super(),this.node=e,this.inLowNode=t,this.inHighNode=r,this.outLowNode=s,this.outHighNode=i,this.doClamp=!0}setup(){const{node:e,inLowNode:t,inHighNode:r,outLowNode:s,outHighNode:i,doClamp:n}=this;let a=e.sub(t).div(r.sub(t));return!0===n&&(a=a.clamp()),a.mul(i.sub(s)).add(s)}}const cl=en(dl,null,null,{doClamp:!1}).setParameterLength(3,5),hl=en(dl).setParameterLength(3,5);_i("remap",cl),_i("remapClamp",hl);class pl extends ai{static get type(){return"ExpressionNode"}constructor(e="",t="void"){super(t),this.snippet=e}generate(e,t){const r=this.getNodeType(e),s=this.snippet;if("void"!==r)return e.format(s,r,t);e.addLineFlowCode(s,this)}}const gl=en(pl).setParameterLength(1,2),ml=e=>(e?bu(e,gl("discard")):gl("discard")).toStack();_i("discard",ml);class fl extends li{static get type(){return"RenderOutputNode"}constructor(e,t,r){super("vec4"),this.colorNode=e,this._toneMapping=t,this.outputColorSpace=r,this.isRenderOutputNode=!0}setToneMapping(e){return this._toneMapping=e,this}getToneMapping(){return this._toneMapping}setup({context:e}){let t=this.colorNode||e.color;const r=(null!==this._toneMapping?this._toneMapping:e.toneMapping)||m,s=(null!==this.outputColorSpace?this.outputColorSpace:e.outputColorSpace)||T;return r!==m&&(t=t.toneMapping(r)),s!==T&&s!==p.workingColorSpace&&(t=t.workingToColorSpace(s)),t}}const yl=(e,t=null,r=null)=>Yi(new fl(Yi(e),t,r));_i("renderOutput",yl);class bl extends li{static get type(){return"DebugNode"}constructor(e,t=null){super(),this.node=e,this.callback=t}getNodeType(e){return this.node.getNodeType(e)}setup(e){return this.node.build(e)}analyze(e){return this.node.build(e)}generate(e){const t=this.callback,r=this.node.build(e),s="--- TSL debug - "+e.shaderStage+" shader ---",i="-".repeat(s.length);let n="";return n+="// #"+s+"#\n",n+=e.flow.code.replace(/^\t/gm,"")+"\n",n+="/* ... */ "+r+" /* ... */\n",n+="// #"+i+"#\n",null!==t?t(e,n):_(n),r}}const xl=(e,t=null)=>Yi(new bl(Yi(e),t)).toStack();_i("debug",xl);class Tl{constructor(){this._renderer=null,this.currentFrame=null}get nodeFrame(){return this._renderer._nodes.nodeFrame}setRenderer(e){return this._renderer=e,this}getRenderer(){return this._renderer}init(){}begin(){}finish(){}inspect(){}computeAsync(){}beginCompute(){}finishCompute(){}beginRender(){}finishRender(){}copyTextureToTexture(){}copyFramebufferToTexture(){}}class _l extends ai{static get type(){return"InspectorNode"}constructor(e,t="",r=null){super(),this.node=e,this.name=t,this.callback=r,this.updateType=Qs.FRAME,this.isInspectorNode=!0}getName(){return this.name||this.node.name}update(e){e.renderer.inspector.inspect(this)}getNodeType(e){return this.node.getNodeType(e)}setup(e){let t=this.node;return!0===e.context.inspector&&null!==this.callback&&(t=this.callback(t)),!0!==e.renderer.backend.isWebGPUBackend&&e.renderer.inspector.constructor!==Tl&&v('TSL: ".toInspector()" is only available with WebGPU.'),t}}function vl(e,t="",r=null){return(e=Yi(e)).before(new _l(e,t,r))}_i("toInspector",vl);class Nl extends ai{static get type(){return"AttributeNode"}constructor(e,t=null){super(t),this.global=!0,this._attributeName=e}getHash(e){return this.getAttributeName(e)}getNodeType(e){let t=this.nodeType;if(null===t){const r=this.getAttributeName(e);if(e.hasGeometryAttribute(r)){const s=e.geometry.getAttribute(r);t=e.getTypeFromAttribute(s)}else t="float"}return t}setAttributeName(e){return this._attributeName=e,this}getAttributeName(){return this._attributeName}generate(e){const t=this.getAttributeName(e),r=this.getNodeType(e);if(!0===e.hasGeometryAttribute(t)){const s=e.geometry.getAttribute(t),i=e.getTypeFromAttribute(s),n=e.getAttribute(t,i);if("vertex"===e.shaderStage)return e.format(n.name,i,r);return Fu(this).build(e,r)}return d(`AttributeNode: Vertex attribute "${t}" not found on geometry.`),e.generateConst(r)}serialize(e){super.serialize(e),e.global=this.global,e._attributeName=this._attributeName}deserialize(e){super.deserialize(e),this.global=e.global,this._attributeName=e._attributeName}}const Sl=(e,t=null)=>new Nl(e,t),Rl=(e=0)=>Sl("uv"+(e>0?e:""),"vec2");class Al extends ai{static get type(){return"TextureSizeNode"}constructor(e,t=null){super("uvec2"),this.isTextureSizeNode=!0,this.textureNode=e,this.levelNode=t}generate(e,t){const r=this.textureNode.build(e,"property"),s=null===this.levelNode?"0":this.levelNode.build(e,"int");return e.format(`${e.getMethod("textureDimensions")}( ${r}, ${s} )`,this.getNodeType(e),t)}}const El=en(Al).setParameterLength(1,2);class wl extends ba{static get type(){return"MaxMipLevelNode"}constructor(e){super(0),this._textureNode=e,this.updateType=Qs.FRAME}get textureNode(){return this._textureNode}get texture(){return this._textureNode.value}update(){const e=this.texture,t=e.images,r=t&&t.length>0?t[0]&&t[0].image||t[0]:e.image;if(r&&void 0!==r.width){const{width:e,height:t}=r;this.value=Math.log2(Math.max(e,t))}}}const Cl=en(wl).setParameterLength(1),Ml=new N;class Bl extends ba{static get type(){return"TextureNode"}constructor(e=Ml,t=null,r=null,s=null){super(e),this.isTextureNode=!0,this.uvNode=t,this.levelNode=r,this.biasNode=s,this.compareNode=null,this.depthNode=null,this.gradNode=null,this.offsetNode=null,this.sampler=!0,this.updateMatrix=!1,this.updateType=Qs.NONE,this.referenceNode=null,this._value=e,this._matrixUniform=null,this._flipYUniform=null,this.setUpdateMatrix(null===t)}set value(e){this.referenceNode?this.referenceNode.value=e:this._value=e}get value(){return this.referenceNode?this.referenceNode.value:this._value}getUniformHash(){return this.value.uuid}getNodeType(){return!0===this.value.isDepthTexture?"float":this.value.type===S?"uvec4":this.value.type===R?"ivec4":"vec4"}getInputType(){return"texture"}getDefaultUV(){return Rl(this.value.channel)}updateReference(){return this.value}getTransformedUV(e){return null===this._matrixUniform&&(this._matrixUniform=xa(this.value.matrix)),this._matrixUniform.mul(Tn(e,1)).xy}setUpdateMatrix(e){return this.updateMatrix=e,this}setupUV(e,t){return e.isFlipY()&&(null===this._flipYUniform&&(this._flipYUniform=xa(!1)),t=t.toVar(),t=this.sampler?this._flipYUniform.select(t.flipY(),t):this._flipYUniform.select(t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1)),t)),t}setup(e){const t=e.getNodeProperties(this);t.referenceNode=this.referenceNode;const r=this.value;if(!r||!0!==r.isTexture)throw new Error("THREE.TSL: `texture( value )` function expects a valid instance of THREE.Texture().");const s=an(()=>{let t=this.uvNode;return null!==t&&!0!==e.context.forceUVContext||!e.context.getUV||(t=e.context.getUV(this,e)),t||(t=this.getDefaultUV()),!0===this.updateMatrix&&(t=this.getTransformedUV(t)),t=this.setupUV(e,t),this.updateType=null!==this._matrixUniform||null!==this._flipYUniform?Qs.OBJECT:Qs.NONE,t})();let i=this.levelNode;null===i&&e.context.getTextureLevel&&(i=e.context.getTextureLevel(this)),t.uvNode=s,t.levelNode=i,t.biasNode=this.biasNode,t.compareNode=this.compareNode,t.gradNode=this.gradNode,t.depthNode=this.depthNode,t.offsetNode=this.offsetNode}generateUV(e,t){return t.build(e,!0===this.sampler?"vec2":"ivec2")}generateOffset(e,t){return t.build(e,"ivec2")}generateSnippet(e,t,r,s,i,n,a,o,u){const l=this.value;let d;return d=i?e.generateTextureBias(l,t,r,i,n,u):o?e.generateTextureGrad(l,t,r,o,n,u):a?e.generateTextureCompare(l,t,r,a,n,u):!1===this.sampler?e.generateTextureLoad(l,t,r,s,n,u):s?e.generateTextureLevel(l,t,r,s,n,u):e.generateTexture(l,t,r,n,u),d}generate(e,t){const r=this.value,s=e.getNodeProperties(this),i=super.generate(e,"property");if(/^sampler/.test(t))return i+"_sampler";if(e.isReference(t))return i;{const n=e.getDataFromNode(this);let a=n.propertyName;if(void 0===a){const{uvNode:t,levelNode:r,biasNode:o,compareNode:u,depthNode:l,gradNode:d,offsetNode:c}=s,h=this.generateUV(e,t),p=r?r.build(e,"float"):null,g=o?o.build(e,"float"):null,m=l?l.build(e,"int"):null,f=u?u.build(e,"float"):null,y=d?[d[0].build(e,"vec2"),d[1].build(e,"vec2")]:null,b=c?this.generateOffset(e,c):null,x=e.getVarFromNode(this);a=e.getPropertyName(x);const T=this.generateSnippet(e,i,h,p,g,m,f,y,b);e.addLineFlowCode(`${a} = ${T}`,this),n.snippet=T,n.propertyName=a}let o=a;const u=this.getNodeType(e);return e.needsToWorkingColorSpace(r)&&(o=Gu(gl(o,u),r.colorSpace).setup(e).build(e,u)),e.format(o,u,t)}}setSampler(e){return this.sampler=e,this}getSampler(){return this.sampler}uv(e){return d("TextureNode: .uv() has been renamed. Use .sample() instead."),this.sample(e)}sample(e){const t=this.clone();return t.uvNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}load(e){return this.sample(e).setSampler(!1)}blur(e){const t=this.clone();t.biasNode=Yi(e).mul(Cl(t)),t.referenceNode=this.getBase();const r=t.value;return!1===t.generateMipmaps&&(r&&!1===r.generateMipmaps||r.minFilter===A||r.magFilter===A)&&(d("TSL: texture().blur() requires mipmaps and sampling. Use .generateMipmaps=true and .minFilter/.magFilter=THREE.LinearFilter in the Texture."),t.biasNode=null),Yi(t)}level(e){const t=this.clone();return t.levelNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}size(e){return El(this,e)}bias(e){const t=this.clone();return t.biasNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}getBase(){return this.referenceNode?this.referenceNode.getBase():this}compare(e){const t=this.clone();return t.compareNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}grad(e,t){const r=this.clone();return r.gradNode=[Yi(e),Yi(t)],r.referenceNode=this.getBase(),Yi(r)}depth(e){const t=this.clone();return t.depthNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}offset(e){const t=this.clone();return t.offsetNode=Yi(e),t.referenceNode=this.getBase(),Yi(t)}serialize(e){super.serialize(e),e.value=this.value.toJSON(e.meta).uuid,e.sampler=this.sampler,e.updateMatrix=this.updateMatrix,e.updateType=this.updateType}deserialize(e){super.deserialize(e),this.value=e.meta.textures[e.value],this.sampler=e.sampler,this.updateMatrix=e.updateMatrix,this.updateType=e.updateType}update(){const e=this.value,t=this._matrixUniform;null!==t&&(t.value=e.matrix),!0===e.matrixAutoUpdate&&e.updateMatrix();const r=this._flipYUniform;null!==r&&(r.value=e.image instanceof ImageBitmap&&!0===e.flipY||!0===e.isRenderTargetTexture||!0===e.isFramebufferTexture||!0===e.isDepthTexture)}clone(){const e=new this.constructor(this.value,this.uvNode,this.levelNode,this.biasNode);return e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}const Ll=en(Bl).setParameterLength(1,4).setName("texture"),Pl=(e=Ml,t=null,r=null,s=null)=>{let i;return e&&!0===e.isTextureNode?(i=Yi(e.clone()),i.referenceNode=e.getBase(),null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=Ll(e,t,r,s),i},Fl=(...e)=>Pl(...e).setSampler(!1);class Dl extends ba{static get type(){return"BufferNode"}constructor(e,t,r=0){super(e,t),this.isBufferNode=!0,this.bufferType=t,this.bufferCount=r,this.updateRanges=[]}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}getElementType(e){return this.getNodeType(e)}getInputType(){return"buffer"}}const Ul=(e,t,r)=>new Dl(e,t,r);class Il extends oi{static get type(){return"UniformArrayElementNode"}constructor(e,t){super(e,t),this.isArrayBufferElementNode=!0}generate(e){const t=super.generate(e),r=this.getNodeType(),s=this.node.getPaddedType();return e.format(t,s,r)}}class Ol extends Dl{static get type(){return"UniformArrayNode"}constructor(e,t=null){super(null),this.array=e,this.elementType=null===t?Ws(e[0]):t,this.paddedType=this.getPaddedType(),this.updateType=Qs.RENDER,this.isArrayBufferNode=!0}getNodeType(){return this.paddedType}getElementType(){return this.elementType}getPaddedType(){const e=this.elementType;let t="vec4";return"mat2"===e?t="mat2":!0===/mat/.test(e)?t="mat4":"i"===e.charAt(0)?t="ivec4":"u"===e.charAt(0)&&(t="uvec4"),t}update(){const{array:e,value:t}=this,r=this.elementType;if("float"===r||"int"===r||"uint"===r)for(let r=0;rnew Ol(e,t);const kl=en(class extends ai{constructor(e){super("float"),this.name=e,this.isBuiltinNode=!0}generate(){return this.name}}).setParameterLength(1);let Gl,zl;class $l extends ai{static get type(){return"ScreenNode"}constructor(e){super(),this.scope=e,this._output=null,this.isViewportNode=!0}getNodeType(){return this.scope===$l.DPR?"float":this.scope===$l.VIEWPORT?"vec4":"vec2"}getUpdateType(){let e=Qs.NONE;return this.scope!==$l.SIZE&&this.scope!==$l.VIEWPORT&&this.scope!==$l.DPR||(e=Qs.RENDER),this.updateType=e,e}update({renderer:e}){const t=e.getRenderTarget();this.scope===$l.VIEWPORT?null!==t?zl.copy(t.viewport):(e.getViewport(zl),zl.multiplyScalar(e.getPixelRatio())):this.scope===$l.DPR?this._output.value=e.getPixelRatio():null!==t?(Gl.width=t.width,Gl.height=t.height):e.getDrawingBufferSize(Gl)}setup(){const e=this.scope;let r=null;return r=e===$l.SIZE?xa(Gl||(Gl=new t)):e===$l.VIEWPORT?xa(zl||(zl=new s)):e===$l.DPR?xa(1):fn(jl.div(ql)),this._output=r,r}generate(e){if(this.scope===$l.COORDINATE){let t=e.getFragCoord();if(e.isFlipY()){const r=e.getNodeProperties(ql).outputNode.build(e);t=`${e.getType("vec2")}( ${t}.x, ${r}.y - ${t}.y )`}return t}return super.generate(e)}}$l.COORDINATE="coordinate",$l.VIEWPORT="viewport",$l.SIZE="size",$l.UV="uv",$l.DPR="dpr";const Wl=tn($l,$l.DPR),Hl=tn($l,$l.UV),ql=tn($l,$l.SIZE),jl=tn($l,$l.COORDINATE),Xl=tn($l,$l.VIEWPORT),Kl=Xl.zw,Yl=jl.sub(Xl.xy),Ql=Yl.div(Kl),Zl=an(()=>(d('TSL: "viewportResolution" is deprecated. Use "screenSize" instead.'),ql),"vec2").once()(),Jl=xa(0,"uint").setName("u_cameraIndex").setGroup(ga("cameraIndex")).toVarying("v_cameraIndex"),ed=xa("float").setName("cameraNear").setGroup(fa).onRenderUpdate(({camera:e})=>e.near),td=xa("float").setName("cameraFar").setGroup(fa).onRenderUpdate(({camera:e})=>e.far),rd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrix);t=Vl(r).setGroup(fa).setName("cameraProjectionMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrix")}else t=xa("mat4").setName("cameraProjectionMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrix);return t}).once()(),sd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.projectionMatrixInverse);t=Vl(r).setGroup(fa).setName("cameraProjectionMatricesInverse").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraProjectionMatrixInverse")}else t=xa("mat4").setName("cameraProjectionMatrixInverse").setGroup(fa).onRenderUpdate(({camera:e})=>e.projectionMatrixInverse);return t}).once()(),id=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorldInverse);t=Vl(r).setGroup(fa).setName("cameraViewMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraViewMatrix")}else t=xa("mat4").setName("cameraViewMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorldInverse);return t}).once()(),nd=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.matrixWorld);t=Vl(r).setGroup(fa).setName("cameraWorldMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraWorldMatrix")}else t=xa("mat4").setName("cameraWorldMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.matrixWorld);return t}).once()(),ad=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.normalMatrix);t=Vl(r).setGroup(fa).setName("cameraNormalMatrices").element(e.isMultiViewCamera?kl("gl_ViewID_OVR"):Jl).toConst("cameraNormalMatrix")}else t=xa("mat3").setName("cameraNormalMatrix").setGroup(fa).onRenderUpdate(({camera:e})=>e.normalMatrix);return t}).once()(),od=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const s=[];for(let t=0,i=e.cameras.length;t{const r=e.cameras,s=t.array;for(let e=0,t=r.length;et.value.setFromMatrixPosition(e.matrixWorld));return t}).once()(),ud=an(({camera:e})=>{let t;if(e.isArrayCamera&&e.cameras.length>0){const r=[];for(const t of e.cameras)r.push(t.viewport);t=Vl(r,"vec4").setGroup(fa).setName("cameraViewports").element(Jl).toConst("cameraViewport")}else t=Sn(0,0,ql.x,ql.y).toConst("cameraViewport");return t}).once()(),ld=new E;class dd extends ai{static get type(){return"Object3DNode"}constructor(e,t=null){super(),this.scope=e,this.object3d=t,this.updateType=Qs.OBJECT,this.uniformNode=new ba(null)}getNodeType(){const e=this.scope;return e===dd.WORLD_MATRIX?"mat4":e===dd.POSITION||e===dd.VIEW_POSITION||e===dd.DIRECTION||e===dd.SCALE?"vec3":e===dd.RADIUS?"float":void 0}update(e){const t=this.object3d,s=this.uniformNode,i=this.scope;if(i===dd.WORLD_MATRIX)s.value=t.matrixWorld;else if(i===dd.POSITION)s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld);else if(i===dd.SCALE)s.value=s.value||new r,s.value.setFromMatrixScale(t.matrixWorld);else if(i===dd.DIRECTION)s.value=s.value||new r,t.getWorldDirection(s.value);else if(i===dd.VIEW_POSITION){const i=e.camera;s.value=s.value||new r,s.value.setFromMatrixPosition(t.matrixWorld),s.value.applyMatrix4(i.matrixWorldInverse)}else if(i===dd.RADIUS){const r=e.object.geometry;null===r.boundingSphere&&r.computeBoundingSphere(),ld.copy(r.boundingSphere).applyMatrix4(t.matrixWorld),s.value=ld.radius}}generate(e){const t=this.scope;return t===dd.WORLD_MATRIX?this.uniformNode.nodeType="mat4":t===dd.POSITION||t===dd.VIEW_POSITION||t===dd.DIRECTION||t===dd.SCALE?this.uniformNode.nodeType="vec3":t===dd.RADIUS&&(this.uniformNode.nodeType="float"),this.uniformNode.build(e)}serialize(e){super.serialize(e),e.scope=this.scope}deserialize(e){super.deserialize(e),this.scope=e.scope}}dd.WORLD_MATRIX="worldMatrix",dd.POSITION="position",dd.SCALE="scale",dd.VIEW_POSITION="viewPosition",dd.DIRECTION="direction",dd.RADIUS="radius";const cd=en(dd,dd.DIRECTION).setParameterLength(1),hd=en(dd,dd.WORLD_MATRIX).setParameterLength(1),pd=en(dd,dd.POSITION).setParameterLength(1),gd=en(dd,dd.SCALE).setParameterLength(1),md=en(dd,dd.VIEW_POSITION).setParameterLength(1),fd=en(dd,dd.RADIUS).setParameterLength(1);class yd extends dd{static get type(){return"ModelNode"}constructor(e){super(e)}update(e){this.object3d=e.object,super.update(e)}}const bd=tn(yd,yd.DIRECTION),xd=tn(yd,yd.WORLD_MATRIX),Td=tn(yd,yd.POSITION),_d=tn(yd,yd.SCALE),vd=tn(yd,yd.VIEW_POSITION),Nd=tn(yd,yd.RADIUS),Sd=xa(new n).onObjectUpdate(({object:e},t)=>t.value.getNormalMatrix(e.matrixWorld)),Rd=xa(new a).onObjectUpdate(({object:e},t)=>t.value.copy(e.matrixWorld).invert()),Ad=an(e=>e.context.modelViewMatrix||Ed).once()().toVar("modelViewMatrix"),Ed=id.mul(xd),wd=an(e=>(e.context.isHighPrecisionModelViewMatrix=!0,xa("mat4").onObjectUpdate(({object:e,camera:t})=>e.modelViewMatrix.multiplyMatrices(t.matrixWorldInverse,e.matrixWorld)))).once()().toVar("highpModelViewMatrix"),Cd=an(e=>{const t=e.context.isHighPrecisionModelViewMatrix;return xa("mat3").onObjectUpdate(({object:e,camera:r})=>(!0!==t&&e.modelViewMatrix.multiplyMatrices(r.matrixWorldInverse,e.matrixWorld),e.normalMatrix.getNormalMatrix(e.modelViewMatrix)))}).once()().toVar("highpModelNormalViewMatrix"),Md=Sl("position","vec3"),Bd=Md.toVarying("positionLocal"),Ld=Md.toVarying("positionPrevious"),Pd=an(e=>xd.mul(Bd).xyz.toVarying(e.getSubBuildProperty("v_positionWorld")),"vec3").once(["POSITION"])(),Fd=an(()=>Bd.transformDirection(xd).toVarying("v_positionWorldDirection").normalize().toVar("positionWorldDirection"),"vec3").once(["POSITION"])(),Dd=an(e=>e.context.setupPositionView().toVarying("v_positionView"),"vec3").once(["POSITION"])(),Ud=an(e=>{let t;return t=e.camera.isOrthographicCamera?Tn(0,0,1):Dd.negate().toVarying("v_positionViewDirection").normalize(),t.toVar("positionViewDirection")},"vec3").once(["POSITION"])();class Id extends ai{static get type(){return"FrontFacingNode"}constructor(){super("bool"),this.isFrontFacingNode=!0}generate(e){if("fragment"!==e.shaderStage)return"true";const{material:t}=e;return t.side===w?"false":e.getFrontFacing()}}const Od=tn(Id),Vd=hn(Od).mul(2).sub(1),kd=an(([e],{material:t})=>{const r=t.side;return r===w?e=e.mul(-1):r===C&&(e=e.mul(Vd)),e}),Gd=Sl("normal","vec3"),zd=an(e=>!1===e.geometry.hasAttribute("normal")?(d('TSL: Vertex attribute "normal" not found on geometry.'),Tn(0,1,0)):Gd,"vec3").once()().toVar("normalLocal"),$d=Dd.dFdx().cross(Dd.dFdy()).normalize().toVar("normalFlat"),Wd=an(e=>{let t;return t=!0===e.material.flatShading?$d:Yd(zd).toVarying("v_normalViewGeometry").normalize(),t},"vec3").once()().toVar("normalViewGeometry"),Hd=an(e=>{let t=Wd.transformDirection(id);return!0!==e.material.flatShading&&(t=t.toVarying("v_normalWorldGeometry")),t.normalize().toVar("normalWorldGeometry")},"vec3").once()(),qd=an(({subBuildFn:e,material:t,context:r})=>{let s;return"NORMAL"===e||"VERTEX"===e?(s=Wd,!0!==t.flatShading&&(s=kd(s))):s=r.setupNormal().context({getUV:null}),s},"vec3").once(["NORMAL","VERTEX"])().toVar("normalView"),jd=qd.transformDirection(id).toVar("normalWorld"),Xd=an(({subBuildFn:e,context:t})=>{let r;return r="NORMAL"===e||"VERTEX"===e?qd:t.setupClearcoatNormal().context({getUV:null}),r},"vec3").once(["NORMAL","VERTEX"])().toVar("clearcoatNormalView"),Kd=an(([e,t=xd])=>{const r=Cn(t),s=e.div(Tn(r[0].dot(r[0]),r[1].dot(r[1]),r[2].dot(r[2])));return r.mul(s).xyz}),Yd=an(([e],t)=>{const r=t.context.modelNormalViewMatrix;if(r)return r.transformDirection(e);const s=Sd.mul(e);return id.transformDirection(s)}),Qd=an(()=>(d('TSL: "transformedNormalView" is deprecated. Use "normalView" instead.'),qd)).once(["NORMAL","VERTEX"])(),Zd=an(()=>(d('TSL: "transformedNormalWorld" is deprecated. Use "normalWorld" instead.'),jd)).once(["NORMAL","VERTEX"])(),Jd=an(()=>(d('TSL: "transformedClearcoatNormalView" is deprecated. Use "clearcoatNormalView" instead.'),Xd)).once(["NORMAL","VERTEX"])(),ec=new M,tc=new a,rc=xa(0).onReference(({material:e})=>e).onObjectUpdate(({material:e})=>e.refractionRatio),sc=xa(1).onReference(({material:e})=>e).onObjectUpdate(function({material:e,scene:t}){return e.envMap?e.envMapIntensity:t.environmentIntensity}),ic=xa(new a).onReference(function(e){return e.material}).onObjectUpdate(function({material:e,scene:t}){const r=null!==t.environment&&null===e.envMap?t.environmentRotation:e.envMapRotation;return r?(ec.copy(r),tc.makeRotationFromEuler(ec)):tc.identity(),tc}),nc=Ud.negate().reflect(qd),ac=Ud.negate().refract(qd,rc),oc=nc.transformDirection(id).toVar("reflectVector"),uc=ac.transformDirection(id).toVar("reflectVector"),lc=new B;class dc extends Bl{static get type(){return"CubeTextureNode"}constructor(e,t=null,r=null,s=null){super(e,t,r,s),this.isCubeTextureNode=!0}getInputType(){return!0===this.value.isDepthTexture?"cubeDepthTexture":"cubeTexture"}getDefaultUV(){const e=this.value;return e.mapping===L?oc:e.mapping===P?uc:(o('CubeTextureNode: Mapping "%s" not supported.',e.mapping),Tn(0,0,0))}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!0===r.isDepthTexture?e.renderer.coordinateSystem===h?Tn(t.x,t.y.negate(),t.z):t:(e.renderer.coordinateSystem!==h&&r.isRenderTargetTexture||(t=Tn(t.x.negate(),t.yz)),ic.mul(t))}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}}const cc=en(dc).setParameterLength(1,4).setName("cubeTexture"),hc=(e=lc,t=null,r=null,s=null)=>{let i;return e&&!0===e.isCubeTextureNode?(i=Yi(e.clone()),i.referenceNode=e,null!==t&&(i.uvNode=Yi(t)),null!==r&&(i.levelNode=Yi(r)),null!==s&&(i.biasNode=Yi(s))):i=cc(e,t,r,s),i};class pc extends oi{static get type(){return"ReferenceElementNode"}constructor(e,t){super(e,t),this.referenceNode=e,this.isReferenceElementNode=!0}getNodeType(){return this.referenceNode.uniformType}generate(e){const t=super.generate(e),r=this.referenceNode.getNodeType(),s=this.getNodeType();return e.format(t,r,s)}}class gc extends ai{static get type(){return"ReferenceNode"}constructor(e,t,r=null,s=null){super(),this.property=e,this.uniformType=t,this.object=r,this.count=s,this.properties=e.split("."),this.reference=r,this.node=null,this.group=null,this.name=null,this.updateType=Qs.OBJECT}element(e){return new pc(this,Yi(e))}setGroup(e){return this.group=e,this}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setNodeType(e){let t=null;t=null!==this.count?Ul(null,e,this.count):Array.isArray(this.getValueFromReference())?Vl(null,e):"texture"===e?Pl(null):"cubeTexture"===e?hc(null):xa(null,e),null!==this.group&&t.setGroup(this.group),null!==this.name&&t.setName(this.name),this.node=t}getNodeType(e){return null===this.node&&(this.updateReference(e),this.updateValue()),this.node.getNodeType(e)}getValueFromReference(e=this.reference){const{properties:t}=this;let r=e[t[0]];for(let e=1;enew gc(e,t,r),fc=(e,t,r,s)=>new gc(e,t,s,r);class yc extends gc{static get type(){return"MaterialReferenceNode"}constructor(e,t,r=null){super(e,t,r),this.material=r,this.isMaterialReferenceNode=!0}updateReference(e){return this.reference=null!==this.material?this.material:e.material,this.reference}}const bc=(e,t,r=null)=>new yc(e,t,r),xc=Rl(),Tc=Dd.dFdx(),_c=Dd.dFdy(),vc=xc.dFdx(),Nc=xc.dFdy(),Sc=qd,Rc=_c.cross(Sc),Ac=Sc.cross(Tc),Ec=Rc.mul(vc.x).add(Ac.mul(Nc.x)),wc=Rc.mul(vc.y).add(Ac.mul(Nc.y)),Cc=Ec.dot(Ec).max(wc.dot(wc)),Mc=Cc.equal(0).select(0,Cc.inverseSqrt()),Bc=Ec.mul(Mc).toVar("tangentViewFrame"),Lc=wc.mul(Mc).toVar("bitangentViewFrame"),Pc=Sl("tangent","vec4"),Fc=Pc.xyz.toVar("tangentLocal"),Dc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ad.mul(Sn(Fc,0)).xyz.toVarying("v_tangentView").normalize():Bc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("tangentView"),Uc=Dc.transformDirection(id).toVarying("v_tangentWorld").normalize().toVar("tangentWorld"),Ic=an(([e,t],{subBuildFn:r,material:s})=>{let i=e.mul(Pc.w).xyz;return"NORMAL"===r&&!0!==s.flatShading&&(i=i.toVarying(t)),i}).once(["NORMAL"]),Oc=Ic(Gd.cross(Pc),"v_bitangentGeometry").normalize().toVar("bitangentGeometry"),Vc=Ic(zd.cross(Fc),"v_bitangentLocal").normalize().toVar("bitangentLocal"),kc=an(({subBuildFn:e,geometry:t,material:r})=>{let s;return s="VERTEX"===e||t.hasAttribute("tangent")?Ic(qd.cross(Dc),"v_bitangentView").normalize():Lc,!0!==r.flatShading&&(s=kd(s)),s},"vec3").once(["NORMAL","VERTEX"])().toVar("bitangentView"),Gc=Ic(jd.cross(Uc),"v_bitangentWorld").normalize().toVar("bitangentWorld"),zc=Cn(Dc,kc,qd).toVar("TBNViewMatrix"),$c=Ud.mul(zc),Wc=an(()=>{let e=Qn.cross(Ud);return e=e.cross(Qn).normalize(),e=iu(e,qd,Kn.mul(Vn.oneMinus()).oneMinus().pow2().pow2()).normalize(),e}).once()(),Hc=e=>Yi(e).mul(.5).add(.5),qc=e=>Tn(e,fo(au(hn(1).sub(Ko(e,e)))));class jc extends li{static get type(){return"NormalMapNode"}constructor(e,t=null){super("vec3"),this.node=e,this.scaleNode=t,this.normalMapType=F,this.unpackNormalMode=D}setup({material:e}){const{normalMapType:t,scaleNode:r,unpackNormalMode:s}=this;let i=this.node.mul(2).sub(1);if(t===F?s===U?i=qc(i.xy):s===I?i=qc(i.yw):s!==D&&console.error(`THREE.NodeMaterial: Unexpected unpack normal mode: ${s}`):s!==D&&console.error(`THREE.NodeMaterial: Normal map type '${t}' is not compatible with unpack normal mode '${s}'`),null!==r){let t=r;!0===e.flatShading&&(t=kd(t)),i=Tn(i.xy.mul(t),i.z)}let n=null;return t===O?n=Yd(i):t===F?n=zc.mul(i).normalize():(o(`NodeMaterial: Unsupported normal map type: ${t}`),n=qd),n}}const Xc=en(jc).setParameterLength(1,2),Kc=an(({textureNode:e,bumpScale:t})=>{const r=t=>e.isolate().context({getUV:e=>t(e.uvNode||Rl()),forceUVContext:!0}),s=hn(r(e=>e));return fn(hn(r(e=>e.add(e.dFdx()))).sub(s),hn(r(e=>e.add(e.dFdy()))).sub(s)).mul(t)}),Yc=an(e=>{const{surf_pos:t,surf_norm:r,dHdxy:s}=e,i=t.dFdx().normalize(),n=r,a=t.dFdy().normalize().cross(n),o=n.cross(i),u=i.dot(a).mul(Vd),l=u.sign().mul(s.x.mul(a).add(s.y.mul(o)));return u.abs().mul(r).sub(l).normalize()});class Qc extends li{static get type(){return"BumpMapNode"}constructor(e,t=null){super("vec3"),this.textureNode=e,this.scaleNode=t}setup(){const e=null!==this.scaleNode?this.scaleNode:1,t=Kc({textureNode:this.textureNode,bumpScale:e});return Yc({surf_pos:Dd,surf_norm:qd,dHdxy:t})}}const Zc=en(Qc).setParameterLength(1,2),Jc=new Map;class eh extends ai{static get type(){return"MaterialNode"}constructor(e){super(),this.scope=e}getCache(e,t){let r=Jc.get(e);return void 0===r&&(r=bc(e,t),Jc.set(e,r)),r}getFloat(e){return this.getCache(e,"float")}getColor(e){return this.getCache(e,"color")}getTexture(e){return this.getCache("map"===e?"map":e+"Map","texture")}setup(e){const t=e.context.material,r=this.scope;let s=null;if(r===eh.COLOR){const e=void 0!==t.color?this.getColor(r):Tn();s=t.map&&!0===t.map.isTexture?e.mul(this.getTexture("map")):e}else if(r===eh.OPACITY){const e=this.getFloat(r);s=t.alphaMap&&!0===t.alphaMap.isTexture?e.mul(this.getTexture("alpha")):e}else if(r===eh.SPECULAR_STRENGTH)s=t.specularMap&&!0===t.specularMap.isTexture?this.getTexture("specular").r:hn(1);else if(r===eh.SPECULAR_INTENSITY){const e=this.getFloat(r);s=t.specularIntensityMap&&!0===t.specularIntensityMap.isTexture?e.mul(this.getTexture(r).a):e}else if(r===eh.SPECULAR_COLOR){const e=this.getColor(r);s=t.specularColorMap&&!0===t.specularColorMap.isTexture?e.mul(this.getTexture(r).rgb):e}else if(r===eh.ROUGHNESS){const e=this.getFloat(r);s=t.roughnessMap&&!0===t.roughnessMap.isTexture?e.mul(this.getTexture(r).g):e}else if(r===eh.METALNESS){const e=this.getFloat(r);s=t.metalnessMap&&!0===t.metalnessMap.isTexture?e.mul(this.getTexture(r).b):e}else if(r===eh.EMISSIVE){const e=this.getFloat("emissiveIntensity"),i=this.getColor(r).mul(e);s=t.emissiveMap&&!0===t.emissiveMap.isTexture?i.mul(this.getTexture(r)):i}else if(r===eh.NORMAL)t.normalMap?(s=Xc(this.getTexture("normal"),this.getCache("normalScale","vec2")),s.normalMapType=t.normalMapType,t.normalMap.format!=V&&t.normalMap.format!=k&&t.normalMap.format!=G||(s.unpackNormalMode=U)):s=t.bumpMap?Zc(this.getTexture("bump").r,this.getFloat("bumpScale")):qd;else if(r===eh.CLEARCOAT){const e=this.getFloat(r);s=t.clearcoatMap&&!0===t.clearcoatMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_ROUGHNESS){const e=this.getFloat(r);s=t.clearcoatRoughnessMap&&!0===t.clearcoatRoughnessMap.isTexture?e.mul(this.getTexture(r).r):e}else if(r===eh.CLEARCOAT_NORMAL)s=t.clearcoatNormalMap?Xc(this.getTexture(r),this.getCache(r+"Scale","vec2")):qd;else if(r===eh.SHEEN){const e=this.getColor("sheenColor").mul(this.getFloat("sheen"));s=t.sheenColorMap&&!0===t.sheenColorMap.isTexture?e.mul(this.getTexture("sheenColor").rgb):e}else if(r===eh.SHEEN_ROUGHNESS){const e=this.getFloat(r);s=t.sheenRoughnessMap&&!0===t.sheenRoughnessMap.isTexture?e.mul(this.getTexture(r).a):e,s=s.clamp(1e-4,1)}else if(r===eh.ANISOTROPY)if(t.anisotropyMap&&!0===t.anisotropyMap.isTexture){const e=this.getTexture(r);s=wn(Oh.x,Oh.y,Oh.y.negate(),Oh.x).mul(e.rg.mul(2).sub(fn(1)).normalize().mul(e.b))}else s=Oh;else if(r===eh.IRIDESCENCE_THICKNESS){const e=mc("1","float",t.iridescenceThicknessRange);if(t.iridescenceThicknessMap){const i=mc("0","float",t.iridescenceThicknessRange);s=e.sub(i).mul(this.getTexture(r).g).add(i)}else s=e}else if(r===eh.TRANSMISSION){const e=this.getFloat(r);s=t.transmissionMap?e.mul(this.getTexture(r).r):e}else if(r===eh.THICKNESS){const e=this.getFloat(r);s=t.thicknessMap?e.mul(this.getTexture(r).g):e}else if(r===eh.IOR)s=this.getFloat(r);else if(r===eh.LIGHT_MAP)s=this.getTexture(r).rgb.mul(this.getFloat("lightMapIntensity"));else if(r===eh.AO)s=this.getTexture(r).r.sub(1).mul(this.getFloat("aoMapIntensity")).add(1);else if(r===eh.LINE_DASH_OFFSET)s=t.dashOffset?this.getFloat(r):hn(0);else{const t=this.getNodeType(e);s=this.getCache(r,t)}return s}}eh.ALPHA_TEST="alphaTest",eh.COLOR="color",eh.OPACITY="opacity",eh.SHININESS="shininess",eh.SPECULAR="specular",eh.SPECULAR_STRENGTH="specularStrength",eh.SPECULAR_INTENSITY="specularIntensity",eh.SPECULAR_COLOR="specularColor",eh.REFLECTIVITY="reflectivity",eh.ROUGHNESS="roughness",eh.METALNESS="metalness",eh.NORMAL="normal",eh.CLEARCOAT="clearcoat",eh.CLEARCOAT_ROUGHNESS="clearcoatRoughness",eh.CLEARCOAT_NORMAL="clearcoatNormal",eh.EMISSIVE="emissive",eh.ROTATION="rotation",eh.SHEEN="sheen",eh.SHEEN_ROUGHNESS="sheenRoughness",eh.ANISOTROPY="anisotropy",eh.IRIDESCENCE="iridescence",eh.IRIDESCENCE_IOR="iridescenceIOR",eh.IRIDESCENCE_THICKNESS="iridescenceThickness",eh.IOR="ior",eh.TRANSMISSION="transmission",eh.THICKNESS="thickness",eh.ATTENUATION_DISTANCE="attenuationDistance",eh.ATTENUATION_COLOR="attenuationColor",eh.LINE_SCALE="scale",eh.LINE_DASH_SIZE="dashSize",eh.LINE_GAP_SIZE="gapSize",eh.LINE_WIDTH="linewidth",eh.LINE_DASH_OFFSET="dashOffset",eh.POINT_SIZE="size",eh.DISPERSION="dispersion",eh.LIGHT_MAP="light",eh.AO="ao";const th=tn(eh,eh.ALPHA_TEST),rh=tn(eh,eh.COLOR),sh=tn(eh,eh.SHININESS),ih=tn(eh,eh.EMISSIVE),nh=tn(eh,eh.OPACITY),ah=tn(eh,eh.SPECULAR),oh=tn(eh,eh.SPECULAR_INTENSITY),uh=tn(eh,eh.SPECULAR_COLOR),lh=tn(eh,eh.SPECULAR_STRENGTH),dh=tn(eh,eh.REFLECTIVITY),ch=tn(eh,eh.ROUGHNESS),hh=tn(eh,eh.METALNESS),ph=tn(eh,eh.NORMAL),gh=tn(eh,eh.CLEARCOAT),mh=tn(eh,eh.CLEARCOAT_ROUGHNESS),fh=tn(eh,eh.CLEARCOAT_NORMAL),yh=tn(eh,eh.ROTATION),bh=tn(eh,eh.SHEEN),xh=tn(eh,eh.SHEEN_ROUGHNESS),Th=tn(eh,eh.ANISOTROPY),_h=tn(eh,eh.IRIDESCENCE),vh=tn(eh,eh.IRIDESCENCE_IOR),Nh=tn(eh,eh.IRIDESCENCE_THICKNESS),Sh=tn(eh,eh.TRANSMISSION),Rh=tn(eh,eh.THICKNESS),Ah=tn(eh,eh.IOR),Eh=tn(eh,eh.ATTENUATION_DISTANCE),wh=tn(eh,eh.ATTENUATION_COLOR),Ch=tn(eh,eh.LINE_SCALE),Mh=tn(eh,eh.LINE_DASH_SIZE),Bh=tn(eh,eh.LINE_GAP_SIZE),Lh=tn(eh,eh.LINE_WIDTH),Ph=tn(eh,eh.LINE_DASH_OFFSET),Fh=tn(eh,eh.POINT_SIZE),Dh=tn(eh,eh.DISPERSION),Uh=tn(eh,eh.LIGHT_MAP),Ih=tn(eh,eh.AO),Oh=xa(new t).onReference(function(e){return e.material}).onRenderUpdate(function({material:e}){this.value.set(e.anisotropy*Math.cos(e.anisotropyRotation),e.anisotropy*Math.sin(e.anisotropyRotation))}),Vh=an(e=>e.context.setupModelViewProjection(),"vec4").once()().toVarying("v_modelViewProjection");class kh extends oi{static get type(){return"StorageArrayElementNode"}constructor(e,t){super(e,t),this.isStorageArrayElementNode=!0}set storageBufferNode(e){this.node=e}get storageBufferNode(){return this.node}getMemberType(e,t){const r=this.storageBufferNode.structTypeNode;return r?r.getMemberType(e,t):"void"}setup(e){return!1===e.isAvailable("storageBuffer")&&!0===this.node.isPBO&&e.setupPBO(this.node),super.setup(e)}generate(e,t){let r;const s=e.context.assign;if(r=!1===e.isAvailable("storageBuffer")?!0!==this.node.isPBO||!0===s||!this.node.value.isInstancedBufferAttribute&&"compute"===e.shaderStage?this.node.build(e):e.generatePBO(this):super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}const Gh=en(kh).setParameterLength(2);class zh extends Dl{static get type(){return"StorageBufferNode"}constructor(e,t=null,r=0){let s,i=null;t&&t.isStruct?(s="struct",i=t.layout,(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)&&(r=e.count)):null===t&&(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute)?(s=Vs(e.itemSize),r=e.count):s=t,super(e,s,r),this.isStorageBufferNode=!0,this.structTypeNode=i,this.access=Js.READ_WRITE,this.isAtomic=!1,this.isPBO=!1,this._attribute=null,this._varying=null,this.global=!0,!0!==e.isStorageBufferAttribute&&!0!==e.isStorageInstancedBufferAttribute&&(e.isInstancedBufferAttribute?e.isStorageInstancedBufferAttribute=!0:e.isStorageBufferAttribute=!0)}getHash(e){if(0===this.bufferCount){let t=e.globalCache.getData(this.value);return void 0===t&&(t={node:this},e.globalCache.setData(this.value,t)),t.node.uuid}return this.uuid}getInputType(){return this.value.isIndirectStorageBufferAttribute?"indirectStorageBuffer":"storageBuffer"}element(e){return Gh(this,e)}setPBO(e){return this.isPBO=e,this}getPBO(){return this.isPBO}setAccess(e){return this.access=e,this}toReadOnly(){return this.setAccess(Js.READ_ONLY)}setAtomic(e){return this.isAtomic=e,this}toAtomic(){return this.setAtomic(!0)}getAttributeData(){return null===this._attribute&&(this._attribute=Ju(this.value),this._varying=Fu(this._attribute)),{attribute:this._attribute,varying:this._varying}}getNodeType(e){if(null!==this.structTypeNode)return this.structTypeNode.getNodeType(e);if(e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.getNodeType(e);const{attribute:t}=this.getAttributeData();return t.getNodeType(e)}getMemberType(e,t){return null!==this.structTypeNode?this.structTypeNode.getMemberType(e,t):"void"}generate(e){if(null!==this.structTypeNode&&this.structTypeNode.build(e),e.isAvailable("storageBuffer")||e.isAvailable("indirectStorageBuffer"))return super.generate(e);const{attribute:t,varying:r}=this.getAttributeData(),s=r.build(e);return e.registerTransform(s,t),s}}const $h=(e,t=null,r=0)=>new zh(e,t,r);class Wh extends ai{static get type(){return"IndexNode"}constructor(e){super("uint"),this.scope=e,this.isIndexNode=!0}generate(e){const t=this.getNodeType(e),r=this.scope;let s,i;if(r===Wh.VERTEX)s=e.getVertexIndex();else if(r===Wh.INSTANCE)s=e.getInstanceIndex();else if(r===Wh.DRAW)s=e.getDrawIndex();else if(r===Wh.INVOCATION_LOCAL)s=e.getInvocationLocalIndex();else if(r===Wh.INVOCATION_SUBGROUP)s=e.getInvocationSubgroupIndex();else{if(r!==Wh.SUBGROUP)throw new Error("THREE.IndexNode: Unknown scope: "+r);s=e.getSubgroupIndex()}if("vertex"===e.shaderStage||"compute"===e.shaderStage)i=s;else{i=Fu(this).build(e,t)}return i}}Wh.VERTEX="vertex",Wh.INSTANCE="instance",Wh.SUBGROUP="subgroup",Wh.INVOCATION_LOCAL="invocationLocal",Wh.INVOCATION_SUBGROUP="invocationSubgroup",Wh.DRAW="draw";const Hh=tn(Wh,Wh.VERTEX),qh=tn(Wh,Wh.INSTANCE),jh=tn(Wh,Wh.SUBGROUP),Xh=tn(Wh,Wh.INVOCATION_SUBGROUP),Kh=tn(Wh,Wh.INVOCATION_LOCAL),Yh=tn(Wh,Wh.DRAW);class Qh extends ai{static get type(){return"InstanceNode"}constructor(e,t,r=null){super("void"),this.count=e,this.instanceMatrix=t,this.instanceColor=r,this.instanceMatrixNode=null,this.instanceColorNode=null,this.updateType=Qs.FRAME,this.buffer=null,this.bufferColor=null}get isStorageMatrix(){const{instanceMatrix:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}get isStorageColor(){const{instanceColor:e}=this;return e&&!0===e.isStorageInstancedBufferAttribute}setup(e){const{instanceMatrix:t,instanceColor:r,isStorageMatrix:s,isStorageColor:i}=this,{count:n}=t;let{instanceMatrixNode:a,instanceColorNode:o}=this;if(null===a){if(s)a=$h(t,"mat4",Math.max(n,1)).element(qh);else if(n<=1e3)a=Ul(t.array,"mat4",Math.max(n,1)).element(qh);else{const e=new z(t.array,16,1);this.buffer=e;const r=t.usage===x?tl:el,s=[r(e,"vec4",16,0),r(e,"vec4",16,4),r(e,"vec4",16,8),r(e,"vec4",16,12)];a=Mn(...s)}this.instanceMatrixNode=a}if(r&&null===o){if(i)o=$h(r,"vec3",Math.max(r.count,1)).element(qh);else{const e=new $(r.array,3),t=r.usage===x?tl:el;this.bufferColor=e,o=Tn(t(e,"vec3",3,0))}this.instanceColorNode=o}const u=a.mul(Bd).xyz;if(Bd.assign(u),e.hasGeometryAttribute("normal")){const e=Kd(zd,a);zd.assign(e)}null!==this.instanceColorNode&&Dn("vec3","vInstanceColor").assign(this.instanceColorNode)}update(){null!==this.buffer&&!0!==this.isStorageMatrix&&(this.buffer.clearUpdateRanges(),this.buffer.updateRanges.push(...this.instanceMatrix.updateRanges),this.instanceMatrix.usage!==x&&this.instanceMatrix.version!==this.buffer.version&&(this.buffer.version=this.instanceMatrix.version)),this.instanceColor&&null!==this.bufferColor&&!0!==this.isStorageColor&&(this.bufferColor.clearUpdateRanges(),this.bufferColor.updateRanges.push(...this.instanceColor.updateRanges),this.instanceColor.usage!==x&&this.instanceColor.version!==this.bufferColor.version&&(this.bufferColor.version=this.instanceColor.version))}}const Zh=en(Qh).setParameterLength(2,3);class Jh extends Qh{static get type(){return"InstancedMeshNode"}constructor(e){const{count:t,instanceMatrix:r,instanceColor:s}=e;super(t,r,s),this.instancedMesh=e}}const ep=en(Jh).setParameterLength(1);class tp extends ai{static get type(){return"BatchNode"}constructor(e){super("void"),this.batchMesh=e,this.batchingIdNode=null}setup(e){null===this.batchingIdNode&&(null===e.getDrawIndex()?this.batchingIdNode=qh:this.batchingIdNode=Yh);const t=an(([e])=>{const t=pn(El(Fl(this.batchMesh._indirectTexture),0).x).toConst(),r=pn(e).mod(t).toConst(),s=pn(e).div(t).toConst();return Fl(this.batchMesh._indirectTexture,yn(r,s)).x}).setLayout({name:"getIndirectIndex",type:"uint",inputs:[{name:"id",type:"int"}]}),r=t(pn(this.batchingIdNode)),s=this.batchMesh._matricesTexture,i=pn(El(Fl(s),0).x).toConst(),n=hn(r).mul(4).toInt().toConst(),a=n.mod(i).toConst(),o=n.div(i).toConst(),u=Mn(Fl(s,yn(a,o)),Fl(s,yn(a.add(1),o)),Fl(s,yn(a.add(2),o)),Fl(s,yn(a.add(3),o))),l=this.batchMesh._colorsTexture;if(null!==l){const e=an(([e])=>{const t=pn(El(Fl(l),0).x).toConst(),r=e,s=r.mod(t).toConst(),i=r.div(t).toConst();return Fl(l,yn(s,i)).rgb}).setLayout({name:"getBatchingColor",type:"vec3",inputs:[{name:"id",type:"int"}]}),t=e(r);Dn("vec3","vBatchColor").assign(t)}const d=Cn(u);Bd.assign(u.mul(Bd));const c=zd.div(Tn(d[0].dot(d[0]),d[1].dot(d[1]),d[2].dot(d[2]))),h=d.mul(c).xyz;zd.assign(h),e.hasGeometryAttribute("tangent")&&Fc.mulAssign(d)}}const rp=en(tp).setParameterLength(1),sp=new WeakMap;class ip extends ai{static get type(){return"SkinningNode"}constructor(e){super("void"),this.skinnedMesh=e,this.updateType=Qs.OBJECT,this.skinIndexNode=Sl("skinIndex","uvec4"),this.skinWeightNode=Sl("skinWeight","vec4"),this.bindMatrixNode=mc("bindMatrix","mat4"),this.bindMatrixInverseNode=mc("bindMatrixInverse","mat4"),this.boneMatricesNode=fc("skeleton.boneMatrices","mat4",e.skeleton.bones.length),this.positionNode=Bd,this.toPositionNode=Bd,this.previousBoneMatricesNode=null}getSkinnedPosition(e=this.boneMatricesNode,t=this.positionNode){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w),d=i.mul(t),c=wa(a.mul(s.x).mul(d),o.mul(s.y).mul(d),u.mul(s.z).mul(d),l.mul(s.w).mul(d));return n.mul(c).xyz}getSkinnedNormal(e=this.boneMatricesNode,t=zd){const{skinIndexNode:r,skinWeightNode:s,bindMatrixNode:i,bindMatrixInverseNode:n}=this,a=e.element(r.x),o=e.element(r.y),u=e.element(r.z),l=e.element(r.w);let d=wa(s.x.mul(a),s.y.mul(o),s.z.mul(u),s.w.mul(l));return d=n.mul(d).mul(i),d.transformDirection(t).xyz}getPreviousSkinnedPosition(e){const t=e.object;return null===this.previousBoneMatricesNode&&(t.skeleton.previousBoneMatrices=new Float32Array(t.skeleton.boneMatrices),this.previousBoneMatricesNode=fc("skeleton.previousBoneMatrices","mat4",t.skeleton.bones.length)),this.getSkinnedPosition(this.previousBoneMatricesNode,Ld)}needsPreviousBoneMatrices(e){const t=e.renderer.getMRT();return t&&t.has("velocity")||!0===qs(e.object).useVelocity}setup(e){this.needsPreviousBoneMatrices(e)&&Ld.assign(this.getPreviousSkinnedPosition(e));const t=this.getSkinnedPosition();if(this.toPositionNode&&this.toPositionNode.assign(t),e.hasGeometryAttribute("normal")){const t=this.getSkinnedNormal();zd.assign(t),e.hasGeometryAttribute("tangent")&&Fc.assign(t)}return t}generate(e,t){if("void"!==t)return super.generate(e,t)}update(e){const t=e.object&&e.object.skeleton?e.object.skeleton:this.skinnedMesh.skeleton;sp.get(t)!==e.frameId&&(sp.set(t,e.frameId),null!==this.previousBoneMatricesNode&&(null===t.previousBoneMatrices&&(t.previousBoneMatrices=new Float32Array(t.boneMatrices)),t.previousBoneMatrices.set(t.boneMatrices)),t.update())}}const np=e=>new ip(e);class ap extends ai{static get type(){return"LoopNode"}constructor(e=[]){super("void"),this.params=e}getVarName(e){return String.fromCharCode("i".charCodeAt(0)+e)}getProperties(e){const t=e.getNodeProperties(this);if(void 0!==t.stackNode)return t;const r={};for(let e=0,t=this.params.length-1;eNumber(l)?">=":"<")),a)n=`while ( ${l} )`;else{const r={start:u,end:l},s=r.start,i=r.end;let a;const g=()=>h.includes("<")?"+=":"-=";if(null!=p)switch(typeof p){case"function":a=e.flowStagesNode(t.updateNode,"void").code.replace(/\t|;/g,"");break;case"number":a=d+" "+g()+" "+e.generateConst(c,p);break;case"string":a=d+" "+p;break;default:p.isNode?a=d+" "+g()+" "+p.build(e):(o("TSL: 'Loop( { update: ... } )' is not a function, string or number."),a="break /* invalid update */")}else p="int"===c||"uint"===c?h.includes("<")?"++":"--":g()+" 1.",a=d+" "+p;n=`for ( ${e.getVar(c,d)+" = "+s}; ${d+" "+h+" "+i}; ${a} )`}e.addFlowCode((0===s?"\n":"")+e.tab+n+" {\n\n").addFlowTab()}const i=s.build(e,"void");t.returnsNode.build(e,"void"),e.removeFlowTab().addFlowCode("\n"+e.tab+i);for(let t=0,r=this.params.length-1;tnew ap(Ji(e,"int")).toStack(),up=()=>gl("break").toStack(),lp=new WeakMap,dp=new s,cp=an(({bufferMap:e,influence:t,stride:r,width:s,depth:i,offset:n})=>{const a=pn(Hh).mul(r).add(n),o=a.div(s),u=a.sub(o.mul(s));return Fl(e,yn(u,o)).depth(i).xyz.mul(t)});class hp extends ai{static get type(){return"MorphNode"}constructor(e){super("void"),this.mesh=e,this.morphBaseInfluence=xa(1),this.updateType=Qs.OBJECT}setup(e){const{geometry:r}=e,s=void 0!==r.morphAttributes.position,i=r.hasAttribute("normal")&&void 0!==r.morphAttributes.normal,n=r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color,a=void 0!==n?n.length:0,{texture:o,stride:u,size:l}=function(e){const r=void 0!==e.morphAttributes.position,s=void 0!==e.morphAttributes.normal,i=void 0!==e.morphAttributes.color,n=e.morphAttributes.position||e.morphAttributes.normal||e.morphAttributes.color,a=void 0!==n?n.length:0;let o=lp.get(e);if(void 0===o||o.count!==a){void 0!==o&&o.texture.dispose();const u=e.morphAttributes.position||[],l=e.morphAttributes.normal||[],d=e.morphAttributes.color||[];let c=0;!0===r&&(c=1),!0===s&&(c=2),!0===i&&(c=3);let h=e.attributes.position.count*c,p=1;const g=4096;h>g&&(p=Math.ceil(h/g),h=g);const m=new Float32Array(h*p*4*a),f=new W(m,h,p,a);f.type=H,f.needsUpdate=!0;const y=4*c;for(let x=0;x{const t=hn(0).toVar();this.mesh.count>1&&null!==this.mesh.morphTexture&&void 0!==this.mesh.morphTexture?t.assign(Fl(this.mesh.morphTexture,yn(pn(e).add(1),pn(qh))).r):t.assign(mc("morphTargetInfluences","float").element(e).toVar()),ln(t.notEqual(0),()=>{!0===s&&Bd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(0)})),!0===i&&zd.addAssign(cp({bufferMap:o,influence:t,stride:u,width:d,depth:e,offset:pn(1)}))})})}update(){const e=this.morphBaseInfluence;this.mesh.geometry.morphTargetsRelative?e.value=1:e.value=1-this.mesh.morphTargetInfluences.reduce((e,t)=>e+t,0)}}const pp=en(hp).setParameterLength(1);class gp extends ai{static get type(){return"LightingNode"}constructor(){super("vec3"),this.isLightingNode=!0}}class mp extends gp{static get type(){return"AONode"}constructor(e=null){super(),this.aoNode=e}setup(e){e.context.ambientOcclusion.mulAssign(this.aoNode)}}class fp extends xu{static get type(){return"LightingContextNode"}constructor(e,t=null,r=null,s=null){super(e),this.lightingModel=t,this.backdropNode=r,this.backdropAlphaNode=s,this._value=null}getContext(){const{backdropNode:e,backdropAlphaNode:t}=this,r={directDiffuse:Tn().toVar("directDiffuse"),directSpecular:Tn().toVar("directSpecular"),indirectDiffuse:Tn().toVar("indirectDiffuse"),indirectSpecular:Tn().toVar("indirectSpecular")};return{radiance:Tn().toVar("radiance"),irradiance:Tn().toVar("irradiance"),iblIrradiance:Tn().toVar("iblIrradiance"),ambientOcclusion:hn(1).toVar("ambientOcclusion"),reflectedLight:r,backdrop:e,backdropAlpha:t}}setup(e){return this.value=this._value||(this._value=this.getContext()),this.value.lightingModel=this.lightingModel||e.context.lightingModel,super.setup(e)}}const yp=en(fp);class bp extends gp{static get type(){return"IrradianceNode"}constructor(e){super(),this.node=e}setup(e){e.context.irradiance.addAssign(this.node)}}const xp=new t;class Tp extends Bl{static get type(){return"ViewportTextureNode"}constructor(e=Hl,t=null,r=null){let s=null;null===r?(s=new q,s.minFilter=j,r=s):s=r,super(r,e,t),this.generateMipmaps=!1,this.defaultFramebuffer=s,this.isOutputTextureNode=!0,this.updateBeforeType=Qs.FRAME,this._cacheTextures=new WeakMap}getTextureForReference(e=null){let t,r;if(this.referenceNode?(t=this.referenceNode.defaultFramebuffer,r=this.referenceNode._cacheTextures):(t=this.defaultFramebuffer,r=this._cacheTextures),null===e)return t;if(!1===r.has(e)){const s=t.clone();r.set(e,s)}return r.get(e)}updateReference(e){const t=e.renderer.getRenderTarget();return this.value=this.getTextureForReference(t),this.value}updateBefore(e){const t=e.renderer,r=t.getRenderTarget();null===r?t.getDrawingBufferSize(xp):xp.set(r.width,r.height);const s=this.getTextureForReference(r);s.image.width===xp.width&&s.image.height===xp.height||(s.image.width=xp.width,s.image.height=xp.height,s.needsUpdate=!0);const i=s.generateMipmaps;s.generateMipmaps=this.generateMipmaps,t.copyFramebufferToTexture(s),s.generateMipmaps=i}clone(){const e=new this.constructor(this.uvNode,this.levelNode,this.value);return e.generateMipmaps=this.generateMipmaps,e}}const _p=en(Tp).setParameterLength(0,3),vp=en(Tp,null,null,{generateMipmaps:!0}).setParameterLength(0,3);let Np=null;class Sp extends Tp{static get type(){return"ViewportDepthTextureNode"}constructor(e=Hl,t=null){null===Np&&(Np=new X),super(e,t,Np)}getTextureForReference(){return Np}}const Rp=en(Sp).setParameterLength(0,2);class Ap extends ai{static get type(){return"ViewportDepthNode"}constructor(e,t=null){super("float"),this.scope=e,this.valueNode=t,this.isViewportDepthNode=!0}generate(e){const{scope:t}=this;return t===Ap.DEPTH_BASE?e.getFragDepth():super.generate(e)}setup({camera:e}){const{scope:t}=this,r=this.valueNode;let s=null;if(t===Ap.DEPTH_BASE)null!==r&&(s=Bp().assign(r));else if(t===Ap.DEPTH)s=e.isPerspectiveCamera?wp(Dd.z,ed,td):Ep(Dd.z,ed,td);else if(t===Ap.LINEAR_DEPTH)if(null!==r)if(e.isPerspectiveCamera){const e=Cp(r,ed,td);s=Ep(e,ed,td)}else s=r;else s=Ep(Dd.z,ed,td);return s}}Ap.DEPTH_BASE="depthBase",Ap.DEPTH="depth",Ap.LINEAR_DEPTH="linearDepth";const Ep=(e,t,r)=>e.add(t).div(t.sub(r)),wp=(e,t,r)=>t.add(e).mul(r).div(r.sub(t).mul(e)),Cp=(e,t,r)=>t.mul(r).div(r.sub(t).mul(e).sub(r)),Mp=(e,t,r)=>{t=t.max(1e-6).toVar();const s=mo(e.negate().div(t)),i=mo(r.div(t));return s.div(i)},Bp=en(Ap,Ap.DEPTH_BASE),Lp=tn(Ap,Ap.DEPTH),Pp=en(Ap,Ap.LINEAR_DEPTH).setParameterLength(0,1),Fp=Pp(Rp());Lp.assign=e=>Bp(e);class Dp extends ai{static get type(){return"ClippingNode"}constructor(e=Dp.DEFAULT){super(),this.scope=e}setup(e){super.setup(e);const t=e.clippingContext,{intersectionPlanes:r,unionPlanes:s}=t;return this.hardwareClipping=e.material.hardwareClipping,this.scope===Dp.ALPHA_TO_COVERAGE?this.setupAlphaToCoverage(r,s):this.scope===Dp.HARDWARE?this.setupHardwareClipping(s,e):this.setupDefault(r,s)}setupAlphaToCoverage(e,t){return an(()=>{const r=hn().toVar("distanceToPlane"),s=hn().toVar("distanceToGradient"),i=hn(1).toVar("clipOpacity"),n=t.length;if(!1===this.hardwareClipping&&n>0){const e=Vl(t).setGroup(fa);op(n,({i:t})=>{const n=e.element(t);r.assign(Dd.dot(n.xyz).negate().add(n.w)),s.assign(r.fwidth().div(2)),i.mulAssign(uu(s.negate(),s,r))})}const a=e.length;if(a>0){const t=Vl(e).setGroup(fa),n=hn(1).toVar("intersectionClipOpacity");op(a,({i:e})=>{const i=t.element(e);r.assign(Dd.dot(i.xyz).negate().add(i.w)),s.assign(r.fwidth().div(2)),n.mulAssign(uu(s.negate(),s,r).oneMinus())}),i.mulAssign(n.oneMinus())}Un.a.mulAssign(i),Un.a.equal(0).discard()})()}setupDefault(e,t){return an(()=>{const r=t.length;if(!1===this.hardwareClipping&&r>0){const e=Vl(t).setGroup(fa);op(r,({i:t})=>{const r=e.element(t);Dd.dot(r.xyz).greaterThan(r.w).discard()})}const s=e.length;if(s>0){const t=Vl(e).setGroup(fa),r=mn(!0).toVar("clipped");op(s,({i:e})=>{const s=t.element(e);r.assign(Dd.dot(s.xyz).greaterThan(s.w).and(r))}),r.discard()}})()}setupHardwareClipping(e,t){const r=e.length;return t.enableHardwareClipping(r),an(()=>{const s=Vl(e).setGroup(fa),i=kl(t.getClipDistance());op(r,({i:e})=>{const t=s.element(e),r=Dd.dot(t.xyz).sub(t.w).negate();i.element(e).assign(r)})})()}}Dp.ALPHA_TO_COVERAGE="alphaToCoverage",Dp.DEFAULT="default",Dp.HARDWARE="hardware";const Up=an(([e])=>_o(Ma(1e4,vo(Ma(17,e.x).add(Ma(.1,e.y)))).mul(wa(.1,wo(vo(Ma(13,e.y).add(e.x))))))),Ip=an(([e])=>Up(fn(Up(e.xy),e.z))),Op=an(([e])=>{const t=Wo(Mo(Po(e.xyz)),Mo(Fo(e.xyz))),r=hn(1).div(hn(.05).mul(t)).toVar("pixScale"),s=fn(po(bo(mo(r))),po(xo(mo(r)))),i=fn(Ip(bo(s.x.mul(e.xyz))),Ip(bo(s.y.mul(e.xyz)))),n=_o(mo(r)),a=wa(Ma(n.oneMinus(),i.x),Ma(n,i.y)),o=$o(n,n.oneMinus()),u=Tn(a.mul(a).div(Ma(2,o).mul(Ca(1,o))),a.sub(Ma(.5,o)).div(Ca(1,o)),Ca(1,Ca(1,a).mul(Ca(1,a)).div(Ma(2,o).mul(Ca(1,o))))),l=a.lessThan(o.oneMinus()).select(a.lessThan(o).select(u.x,u.y),u.z);return nu(l,1e-6,1)}).setLayout({name:"getAlphaHashThreshold",type:"float",inputs:[{name:"position",type:"vec3"}]});class Vp extends Nl{static get type(){return"VertexColorNode"}constructor(e){super(null,"vec4"),this.isVertexColorNode=!0,this.index=e}getAttributeName(){const e=this.index;return"color"+(e>0?e:"")}generate(e){const t=this.getAttributeName(e);let r;return r=!0===e.hasGeometryAttribute(t)?super.generate(e):e.generateConst(this.nodeType,new s(1,1,1,1)),r}serialize(e){super.serialize(e),e.index=this.index}deserialize(e){super.deserialize(e),this.index=e.index}}const kp=(e=0)=>new Vp(e),Gp=an(([e,t])=>$o(1,e.oneMinus().div(t)).oneMinus()).setLayout({name:"blendBurn",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),zp=an(([e,t])=>$o(e.div(t.oneMinus()),1)).setLayout({name:"blendDodge",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),$p=an(([e,t])=>e.oneMinus().mul(t.oneMinus()).oneMinus()).setLayout({name:"blendScreen",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Wp=an(([e,t])=>iu(e.mul(2).mul(t),e.oneMinus().mul(2).mul(t.oneMinus()).oneMinus(),Ho(.5,e))).setLayout({name:"blendOverlay",type:"vec3",inputs:[{name:"base",type:"vec3"},{name:"blend",type:"vec3"}]}),Hp=an(([e,t])=>{const r=t.a.add(e.a.mul(t.a.oneMinus()));return Sn(t.rgb.mul(t.a).add(e.rgb.mul(e.a).mul(t.a.oneMinus())).div(r),r)}).setLayout({name:"blendColor",type:"vec4",inputs:[{name:"base",type:"vec4"},{name:"blend",type:"vec4"}]}),qp=an(([e])=>Sn(e.rgb.mul(e.a),e.a),{color:"vec4",return:"vec4"}),jp=an(([e])=>(ln(e.a.equal(0),()=>Sn(0)),Sn(e.rgb.div(e.a),e.a)),{color:"vec4",return:"vec4"});class Xp extends K{static get type(){return"NodeMaterial"}get type(){return this.constructor.type}set type(e){}constructor(){super(),this.isNodeMaterial=!0,this.fog=!0,this.lights=!1,this.hardwareClipping=!1,this.lightsNode=null,this.envNode=null,this.aoNode=null,this.colorNode=null,this.normalNode=null,this.opacityNode=null,this.backdropNode=null,this.backdropAlphaNode=null,this.alphaTestNode=null,this.maskNode=null,this.positionNode=null,this.geometryNode=null,this.depthNode=null,this.receivedShadowPositionNode=null,this.castShadowPositionNode=null,this.receivedShadowNode=null,this.castShadowNode=null,this.outputNode=null,this.mrtNode=null,this.fragmentNode=null,this.vertexNode=null,this.contextNode=null,Object.defineProperty(this,"shadowPositionNode",{get:()=>this.receivedShadowPositionNode,set:e=>{d('NodeMaterial: ".shadowPositionNode" was renamed to ".receivedShadowPositionNode".'),this.receivedShadowPositionNode=e}})}_getNodeChildren(){const e=[];for(const t of Object.getOwnPropertyNames(this)){if(!0===t.startsWith("_"))continue;const r=this[t];r&&!0===r.isNode&&e.push({property:t,childNode:r})}return e}customProgramCacheKey(){const e=[];for(const{property:t,childNode:r}of this._getNodeChildren())e.push(Fs(t.slice(0,-4)),r.getCacheKey());return this.type+Ds(e)}build(e){this.setup(e)}setupObserver(e){return new Ls(e)}setup(e){e.context.setupNormal=()=>Lu(this.setupNormal(e),"NORMAL","vec3"),e.context.setupPositionView=()=>this.setupPositionView(e),e.context.setupModelViewProjection=()=>this.setupModelViewProjection(e);const t=e.renderer,r=t.getRenderTarget();!0===t.contextNode.isContextNode?e.context={...e.context,...t.contextNode.getFlowContextData()}:o('NodeMaterial: "renderer.contextNode" must be an instance of `context()`.'),null!==this.contextNode&&(!0===this.contextNode.isContextNode?e.context={...e.context,...this.contextNode.getFlowContextData()}:o('NodeMaterial: "material.contextNode" must be an instance of `context()`.')),e.addStack();const s=Lu(this.setupVertex(e),"VERTEX"),i=this.vertexNode||s;let n;e.stack.outputNode=i,this.setupHardwareClipping(e),null!==this.geometryNode&&(e.stack.outputNode=e.stack.outputNode.bypass(this.geometryNode)),e.addFlow("vertex",e.removeStack()),e.addStack();const a=this.setupClipping(e);if(!0!==this.depthWrite&&!0!==this.depthTest||(null!==r?!0===r.depthBuffer&&this.setupDepth(e):!0===t.depth&&this.setupDepth(e)),null===this.fragmentNode){this.setupDiffuseColor(e),this.setupVariants(e);const s=this.setupLighting(e);null!==a&&e.stack.addToStack(a);const i=Sn(s,Un.a).max(0);n=this.setupOutput(e,i),ra.assign(n);const o=null!==this.outputNode;if(o&&(n=this.outputNode),e.context.getOutput&&(n=e.context.getOutput(n,e)),null!==r){const e=t.getMRT(),r=this.mrtNode;null!==e?(o&&ra.assign(n),n=e,null!==r&&(n=e.merge(r))):null!==r&&(n=r)}}else{let t=this.fragmentNode;!0!==t.isOutputStructNode&&(t=Sn(t)),n=this.setupOutput(e,t)}e.stack.outputNode=n,e.addFlow("fragment",e.removeStack()),e.observer=this.setupObserver(e)}setupClipping(e){if(null===e.clippingContext)return null;const{unionPlanes:t,intersectionPlanes:r}=e.clippingContext;let s=null;if(t.length>0||r.length>0){const t=e.renderer.currentSamples;this.alphaToCoverage&&t>1?s=new Dp(Dp.ALPHA_TO_COVERAGE):e.stack.addToStack(new Dp)}return s}setupHardwareClipping(e){if(this.hardwareClipping=!1,null===e.clippingContext)return;const t=e.clippingContext.unionPlanes.length;t>0&&t<=8&&e.isAvailable("clipDistance")&&(e.stack.addToStack(new Dp(Dp.HARDWARE)),this.hardwareClipping=!0)}setupDepth(e){const{renderer:t,camera:r}=e;let s=this.depthNode;if(null===s){const e=t.getMRT();e&&e.has("depth")?s=e.get("depth"):!0===t.logarithmicDepthBuffer&&(s=r.isPerspectiveCamera?Mp(Dd.z,ed,td):Ep(Dd.z,ed,td))}null!==s&&Lp.assign(s).toStack()}setupPositionView(){return Ad.mul(Bd).xyz}setupModelViewProjection(){return rd.mul(Dd)}setupVertex(e){return e.addStack(),this.setupPosition(e),e.context.vertex=e.removeStack(),Vh}setupPosition(e){const{object:t,geometry:r}=e;if((r.morphAttributes.position||r.morphAttributes.normal||r.morphAttributes.color)&&pp(t).toStack(),!0===t.isSkinnedMesh&&np(t).toStack(),this.displacementMap){const e=bc("displacementMap","texture"),t=bc("displacementScale","float"),r=bc("displacementBias","float");Bd.addAssign(zd.normalize().mul(e.x.mul(t).add(r)))}return t.isBatchedMesh&&rp(t).toStack(),t.isInstancedMesh&&t.instanceMatrix&&!0===t.instanceMatrix.isInstancedBufferAttribute&&ep(t).toStack(),null!==this.positionNode&&Bd.assign(Lu(this.positionNode,"POSITION","vec3")),Bd}setupDiffuseColor(e){const{object:t,geometry:r}=e;null!==this.maskNode&&mn(this.maskNode).not().discard();let s=this.colorNode?Sn(this.colorNode):rh;if(!0===this.vertexColors&&r.hasAttribute("color")&&(s=s.mul(kp())),t.instanceColor){s=Dn("vec3","vInstanceColor").mul(s)}if(t.isBatchedMesh&&t._colorsTexture){s=Dn("vec3","vBatchColor").mul(s)}Un.assign(s);const i=this.opacityNode?hn(this.opacityNode):nh;Un.a.assign(Un.a.mul(i));let n=null;(null!==this.alphaTestNode||this.alphaTest>0)&&(n=null!==this.alphaTestNode?hn(this.alphaTestNode):th,!0===this.alphaToCoverage?(Un.a=uu(n,n.add(Oo(Un.a)),Un.a),Un.a.lessThanEqual(0).discard()):Un.a.lessThanEqual(n).discard()),!0===this.alphaHash&&Un.a.lessThan(Op(Bd)).discard(),e.isOpaque()&&Un.a.assign(1)}setupVariants(){}setupOutgoingLight(){return!0===this.lights?Tn(0):Un.rgb}setupNormal(){return this.normalNode?Tn(this.normalNode):ph}setupEnvironment(){let e=null;return this.envNode?e=this.envNode:this.envMap&&(e=this.envMap.isCubeTexture?bc("envMap","cubeTexture"):bc("envMap","texture")),e}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new bp(Uh)),t}setupLights(e){const t=[],r=this.setupEnvironment(e);r&&r.isLightingNode&&t.push(r);const s=this.setupLightMap(e);s&&s.isLightingNode&&t.push(s);let i=this.aoNode;null===i&&e.material.aoMap&&(i=Ih),e.context.getAO&&(i=e.context.getAO(i,e)),i&&t.push(new mp(i));let n=this.lightsNode||e.lightsNode;return t.length>0&&(n=e.renderer.lighting.createNode([...n.getLights(),...t])),n}setupLightingModel(){}setupLighting(e){const{material:t}=e,{backdropNode:r,backdropAlphaNode:s,emissiveNode:i}=this,n=!0===this.lights||null!==this.lightsNode?this.setupLights(e):null;let a=this.setupOutgoingLight(e);if(n&&n.getScope().hasLights){const t=this.setupLightingModel(e)||null;a=yp(n,t,r,s)}else null!==r&&(a=Tn(null!==s?iu(a,r,s):r));return(i&&!0===i.isNode||t.emissive&&!0===t.emissive.isColor)&&(On.assign(Tn(i||ih)),a=a.add(On)),a}setupFog(e,t){const r=e.fogNode;return r&&(ra.assign(t),t=Sn(r.toVar())),t}setupPremultipliedAlpha(e,t){return qp(t)}setupOutput(e,t){return!0===this.fog&&(t=this.setupFog(e,t)),!0===this.premultipliedAlpha&&(t=this.setupPremultipliedAlpha(e,t)),t}setDefaultValues(e){for(const t in e){const r=e[t];void 0===this[t]&&(this[t]=r,r&&r.clone&&(this[t]=r.clone()))}const t=Object.getOwnPropertyDescriptors(e.constructor.prototype);for(const e in t)void 0===Object.getOwnPropertyDescriptor(this.constructor.prototype,e)&&void 0!==t[e].get&&Object.defineProperty(this.constructor.prototype,e,t[e])}toJSON(e){const t=void 0===e||"string"==typeof e;t&&(e={textures:{},images:{},nodes:{}});const r=K.prototype.toJSON.call(this,e);r.inputNodes={};for(const{property:t,childNode:s}of this._getNodeChildren())r.inputNodes[t]=s.toJSON(e).uuid;function s(e){const t=[];for(const r in e){const s=e[r];delete s.metadata,t.push(s)}return t}if(t){const t=s(e.textures),i=s(e.images),n=s(e.nodes);t.length>0&&(r.textures=t),i.length>0&&(r.images=i),n.length>0&&(r.nodes=n)}return r}copy(e){return this.lightsNode=e.lightsNode,this.envNode=e.envNode,this.aoNode=e.aoNode,this.colorNode=e.colorNode,this.normalNode=e.normalNode,this.opacityNode=e.opacityNode,this.backdropNode=e.backdropNode,this.backdropAlphaNode=e.backdropAlphaNode,this.alphaTestNode=e.alphaTestNode,this.maskNode=e.maskNode,this.positionNode=e.positionNode,this.geometryNode=e.geometryNode,this.depthNode=e.depthNode,this.receivedShadowPositionNode=e.receivedShadowPositionNode,this.castShadowPositionNode=e.castShadowPositionNode,this.receivedShadowNode=e.receivedShadowNode,this.castShadowNode=e.castShadowNode,this.outputNode=e.outputNode,this.mrtNode=e.mrtNode,this.fragmentNode=e.fragmentNode,this.vertexNode=e.vertexNode,this.contextNode=e.contextNode,super.copy(e)}}const Kp=new Y;class Yp extends Xp{static get type(){return"LineBasicNodeMaterial"}constructor(e){super(),this.isLineBasicNodeMaterial=!0,this.setDefaultValues(Kp),this.setValues(e)}}const Qp=new Q;class Zp extends Xp{static get type(){return"LineDashedNodeMaterial"}constructor(e){super(),this.isLineDashedNodeMaterial=!0,this.setDefaultValues(Qp),this.dashOffset=0,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.setValues(e)}setupVariants(){const e=this.offsetNode?hn(this.offsetNode):Ph,t=this.dashScaleNode?hn(this.dashScaleNode):Ch,r=this.dashSizeNode?hn(this.dashSizeNode):Mh,s=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(r),ia.assign(s);const i=Fu(Sl("lineDistance").mul(t));(e?i.add(e):i).mod(sa.add(ia)).greaterThan(sa).discard()}}let Jp=null;class eg extends Tp{static get type(){return"ViewportSharedTextureNode"}constructor(e=Hl,t=null){null===Jp&&(Jp=new q),super(e,t,Jp)}getTextureForReference(){return Jp}updateReference(){return this}}const tg=en(eg).setParameterLength(0,2),rg=new Q;class sg extends Xp{static get type(){return"Line2NodeMaterial"}constructor(e={}){super(),this.isLine2NodeMaterial=!0,this.setDefaultValues(rg),this.useColor=e.vertexColors,this.dashOffset=0,this.lineColorNode=null,this.offsetNode=null,this.dashScaleNode=null,this.dashSizeNode=null,this.gapSizeNode=null,this.blending=Z,this._useDash=e.dashed,this._useAlphaToCoverage=!0,this._useWorldUnits=!1,this.setValues(e)}setup(e){const{renderer:t}=e,r=this._useAlphaToCoverage,s=this.useColor,i=this._useDash,n=this._useWorldUnits,a=an(({start:e,end:t})=>{const r=rd.element(2).element(2),s=rd.element(3).element(2).mul(-.5).div(r).sub(e.z).div(t.z.sub(e.z));return Sn(iu(e.xyz,t.xyz,s),t.w)}).setLayout({name:"trimSegment",type:"vec4",inputs:[{name:"start",type:"vec4"},{name:"end",type:"vec4"}]});this.vertexNode=an(()=>{const e=Sl("instanceStart"),t=Sl("instanceEnd"),r=Sn(Ad.mul(Sn(e,1))).toVar("start"),s=Sn(Ad.mul(Sn(t,1))).toVar("end");if(i){const e=this.dashScaleNode?hn(this.dashScaleNode):Ch,t=this.offsetNode?hn(this.offsetNode):Ph,r=Sl("instanceDistanceStart"),s=Sl("instanceDistanceEnd");let i=Md.y.lessThan(.5).select(e.mul(r),e.mul(s));i=i.add(t),Dn("float","lineDistance").assign(i)}n&&(Dn("vec3","worldStart").assign(r.xyz),Dn("vec3","worldEnd").assign(s.xyz));const o=Xl.z.div(Xl.w),u=rd.element(2).element(3).equal(-1);ln(u,()=>{ln(r.z.lessThan(0).and(s.z.greaterThan(0)),()=>{s.assign(a({start:r,end:s}))}).ElseIf(s.z.lessThan(0).and(r.z.greaterThanEqual(0)),()=>{r.assign(a({start:s,end:r}))})});const l=rd.mul(r),d=rd.mul(s),c=l.xyz.div(l.w),h=d.xyz.div(d.w),p=h.xy.sub(c.xy).toVar();p.x.assign(p.x.mul(o)),p.assign(p.normalize());const g=Sn().toVar();if(n){const e=s.xyz.sub(r.xyz).normalize(),t=iu(r.xyz,s.xyz,.5).normalize(),n=e.cross(t).normalize(),a=e.cross(n),o=Dn("vec4","worldPos");o.assign(Md.y.lessThan(.5).select(r,s));const u=Lh.mul(.5);o.addAssign(Sn(Md.x.lessThan(0).select(n.mul(u),n.mul(u).negate()),0)),i||(o.addAssign(Sn(Md.y.lessThan(.5).select(e.mul(u).negate(),e.mul(u)),0)),o.addAssign(Sn(a.mul(u),0)),ln(Md.y.greaterThan(1).or(Md.y.lessThan(0)),()=>{o.subAssign(Sn(a.mul(2).mul(u),0))})),g.assign(rd.mul(o));const l=Tn().toVar();l.assign(Md.y.lessThan(.5).select(c,h)),g.z.assign(l.z.mul(g.w))}else{const e=fn(p.y,p.x.negate()).toVar("offset");p.x.assign(p.x.div(o)),e.x.assign(e.x.div(o)),e.assign(Md.x.lessThan(0).select(e.negate(),e)),ln(Md.y.lessThan(0),()=>{e.assign(e.sub(p))}).ElseIf(Md.y.greaterThan(1),()=>{e.assign(e.add(p))}),e.assign(e.mul(Lh)),e.assign(e.div(Xl.w.div(Wl))),g.assign(Md.y.lessThan(.5).select(l,d)),e.assign(e.mul(g.w)),g.assign(g.add(Sn(e,0,0)))}return g})();const o=an(({p1:e,p2:t,p3:r,p4:s})=>{const i=e.sub(r),n=s.sub(r),a=t.sub(e),o=i.dot(n),u=n.dot(a),l=i.dot(a),d=n.dot(n),c=a.dot(a).mul(d).sub(u.mul(u)),h=o.mul(u).sub(l.mul(d)).div(c).clamp(),p=o.add(u.mul(h)).div(d).clamp();return fn(h,p)});if(this.colorNode=an(()=>{const e=Rl();if(i){const t=this.dashSizeNode?hn(this.dashSizeNode):Mh,r=this.gapSizeNode?hn(this.gapSizeNode):Bh;sa.assign(t),ia.assign(r);const s=Dn("float","lineDistance");e.y.lessThan(-1).or(e.y.greaterThan(1)).discard(),s.mod(sa.add(ia)).greaterThan(sa).discard()}const a=hn(1).toVar("alpha");if(n){const e=Dn("vec3","worldStart"),s=Dn("vec3","worldEnd"),n=Dn("vec4","worldPos").xyz.normalize().mul(1e5),u=s.sub(e),l=o({p1:e,p2:s,p3:Tn(0,0,0),p4:n}),d=e.add(u.mul(l.x)),c=n.mul(l.y),h=d.sub(c).length().div(Lh);if(!i)if(r&&t.currentSamples>0){const e=h.fwidth();a.assign(uu(e.negate().add(.5),e.add(.5),h).oneMinus())}else h.greaterThan(.5).discard()}else if(r&&t.currentSamples>0){const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1)),s=t.mul(t).add(r.mul(r)),i=hn(s.fwidth()).toVar("dlen");ln(e.y.abs().greaterThan(1),()=>{a.assign(uu(i.oneMinus(),i.add(1),s).oneMinus())})}else ln(e.y.abs().greaterThan(1),()=>{const t=e.x,r=e.y.greaterThan(0).select(e.y.sub(1),e.y.add(1));t.mul(t).add(r.mul(r)).greaterThan(1).discard()});let u;if(this.lineColorNode)u=this.lineColorNode;else if(s){const e=Sl("instanceColorStart"),t=Sl("instanceColorEnd");u=Md.y.lessThan(.5).select(e,t).mul(rh)}else u=rh;return Sn(u,a)})(),this.transparent){const e=this.opacityNode?hn(this.opacityNode):nh;this.outputNode=Sn(this.colorNode.rgb.mul(e).add(tg().rgb.mul(e.oneMinus())),this.colorNode.a)}super.setup(e)}get worldUnits(){return this._useWorldUnits}set worldUnits(e){this._useWorldUnits!==e&&(this._useWorldUnits=e,this.needsUpdate=!0)}get dashed(){return this._useDash}set dashed(e){this._useDash!==e&&(this._useDash=e,this.needsUpdate=!0)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const ig=new J;class ng extends Xp{static get type(){return"MeshNormalNodeMaterial"}constructor(e){super(),this.isMeshNormalNodeMaterial=!0,this.setDefaultValues(ig),this.setValues(e)}setupDiffuseColor(){const e=this.opacityNode?hn(this.opacityNode):nh;Un.assign(Gu(Sn(Hc(qd),e),ee))}}const ag=an(([e=Fd])=>{const t=e.z.atan(e.x).mul(1/(2*Math.PI)).add(.5),r=e.y.clamp(-1,1).asin().mul(1/Math.PI).add(.5);return fn(t,r)});class og extends te{constructor(e=1,t={}){super(e,t),this.isCubeRenderTarget=!0}fromEquirectangularTexture(e,t){const r=t.minFilter,s=t.generateMipmaps;t.generateMipmaps=!0,this.texture.type=t.type,this.texture.colorSpace=t.colorSpace,this.texture.generateMipmaps=t.generateMipmaps,this.texture.minFilter=t.minFilter,this.texture.magFilter=t.magFilter;const i=new re(5,5,5),n=ag(Fd),a=new Xp;a.colorNode=Pl(t,n,0),a.side=w,a.blending=Z;const o=new se(i,a),u=new ie;u.add(o),t.minFilter===j&&(t.minFilter=ne);const l=new ae(1,10,this),d=e.getMRT();return e.setMRT(null),l.update(e,u),e.setMRT(d),t.minFilter=r,t.currentGenerateMipmaps=s,o.geometry.dispose(),o.material.dispose(),this}}const ug=new WeakMap;class lg extends li{static get type(){return"CubeMapNode"}constructor(e){super("vec3"),this.envNode=e,this._cubeTexture=null,this._cubeTextureNode=hc(null);const t=new B;t.isRenderTargetTexture=!0,this._defaultTexture=t,this.updateBeforeType=Qs.RENDER}updateBefore(e){const{renderer:t,material:r}=e,s=this.envNode;if(s.isTextureNode||s.isMaterialReferenceNode){const e=s.isTextureNode?s.value:r[s.property];if(e&&e.isTexture){const r=e.mapping;if(r===oe||r===ue){if(ug.has(e)){const t=ug.get(e);cg(t,e.mapping),this._cubeTexture=t}else{const r=e.image;if(function(e){return null!=e&&e.height>0}(r)){const s=new og(r.height);s.fromEquirectangularTexture(t,e),cg(s.texture,e.mapping),this._cubeTexture=s.texture,ug.set(e,s.texture),e.addEventListener("dispose",dg)}else this._cubeTexture=this._defaultTexture}this._cubeTextureNode.value=this._cubeTexture}else this._cubeTextureNode=this.envNode}}}setup(e){return this.updateBefore(e),this._cubeTextureNode}}function dg(e){const t=e.target;t.removeEventListener("dispose",dg);const r=ug.get(t);void 0!==r&&(ug.delete(t),r.dispose())}function cg(e,t){t===oe?e.mapping=L:t===ue&&(e.mapping=P)}const hg=en(lg).setParameterLength(1);class pg extends gp{static get type(){return"BasicEnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){e.context.environment=hg(this.envNode)}}class gg extends gp{static get type(){return"BasicLightMapNode"}constructor(e=null){super(),this.lightMapNode=e}setup(e){const t=hn(1/Math.PI);e.context.irradianceLightMap=this.lightMapNode.mul(t)}}class mg{start(e){e.lightsNode.setupLights(e,e.lightsNode.getLightNodes(e)),this.indirect(e)}finish(){}direct(){}directRectArea(){}indirect(){}ambientOcclusion(){}}class fg extends mg{constructor(){super()}indirect({context:e}){const t=e.ambientOcclusion,r=e.reflectedLight,s=e.irradianceLightMap;r.indirectDiffuse.assign(Sn(0)),s?r.indirectDiffuse.addAssign(s):r.indirectDiffuse.addAssign(Sn(1,1,1,0)),r.indirectDiffuse.mulAssign(t),r.indirectDiffuse.mulAssign(Un.rgb)}finish(e){const{material:t,context:r}=e,s=r.outgoingLight,i=e.context.environment;if(i)switch(t.combine){case ce:s.rgb.assign(iu(s.rgb,s.rgb.mul(i.rgb),lh.mul(dh)));break;case de:s.rgb.assign(iu(s.rgb,i.rgb,lh.mul(dh)));break;case le:s.rgb.addAssign(i.rgb.mul(lh.mul(dh)));break;default:d("BasicLightingModel: Unsupported .combine value:",t.combine)}}}const yg=new he;class bg extends Xp{static get type(){return"MeshBasicNodeMaterial"}constructor(e){super(),this.isMeshBasicNodeMaterial=!0,this.lights=!0,this.setDefaultValues(yg),this.setValues(e)}setupNormal(){return kd(Wd)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightMap(e){let t=null;return e.material.lightMap&&(t=new gg(Uh)),t}setupOutgoingLight(){return Un.rgb}setupLightingModel(){return new fg}}const xg=an(({f0:e,f90:t,dotVH:r})=>{const s=r.mul(-5.55473).sub(6.98316).mul(r).exp2();return e.mul(s.oneMinus()).add(t.mul(s))}),Tg=an(e=>e.diffuseColor.mul(1/Math.PI)),_g=an(({dotNH:e})=>ta.mul(hn(.5)).add(1).mul(hn(1/Math.PI)).mul(e.pow(ta))),vg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=qd.dot(t).clamp(),s=Ud.dot(t).clamp(),i=xg({f0:Zn,f90:1,dotVH:s}),n=hn(.25),a=_g({dotNH:r});return i.mul(n).mul(a)});class Ng extends fg{constructor(e=!0){super(),this.specular=e}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=qd.dot(e).clamp().mul(t);r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:Un.rgb}))),!0===this.specular&&r.directSpecular.addAssign(s.mul(vg({lightDirection:e})).mul(lh))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const Sg=new pe;class Rg extends Xp{static get type(){return"MeshLambertNodeMaterial"}constructor(e){super(),this.isMeshLambertNodeMaterial=!0,this.lights=!0,this.setDefaultValues(Sg),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng(!1)}}const Ag=new ge;class Eg extends Xp{static get type(){return"MeshPhongNodeMaterial"}constructor(e){super(),this.isMeshPhongNodeMaterial=!0,this.lights=!0,this.shininessNode=null,this.specularNode=null,this.setDefaultValues(Ag),this.setValues(e)}setupEnvironment(e){const t=super.setupEnvironment(e);return t?new pg(t):null}setupLightingModel(){return new Ng}setupVariants(){const e=(this.shininessNode?hn(this.shininessNode):sh).max(1e-4);ta.assign(e);const t=this.specularNode||ah;Zn.assign(t)}copy(e){return this.shininessNode=e.shininessNode,this.specularNode=e.specularNode,super.copy(e)}}const wg=an(e=>{if(!1===e.geometry.hasAttribute("normal"))return hn(0);const t=Wd.dFdx().abs().max(Wd.dFdy().abs());return t.x.max(t.y).max(t.z)}),Cg=an(e=>{const{roughness:t}=e,r=wg();let s=t.max(.0525);return s=s.add(r),s=s.min(1),s}),Mg=an(({alpha:e,dotNL:t,dotNV:r})=>{const s=e.pow2(),i=t.mul(s.add(s.oneMinus().mul(r.pow2())).sqrt()),n=r.mul(s.add(s.oneMinus().mul(t.pow2())).sqrt());return Ba(.5,i.add(n).max(to))}).setLayout({name:"V_GGX_SmithCorrelated",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNL",type:"float"},{name:"dotNV",type:"float"}]}),Bg=an(({alphaT:e,alphaB:t,dotTV:r,dotBV:s,dotTL:i,dotBL:n,dotNV:a,dotNL:o})=>{const u=o.mul(Tn(e.mul(r),t.mul(s),a).length()),l=a.mul(Tn(e.mul(i),t.mul(n),o).length());return Ba(.5,u.add(l))}).setLayout({name:"V_GGX_SmithCorrelated_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotTV",type:"float",qualifier:"in"},{name:"dotBV",type:"float",qualifier:"in"},{name:"dotTL",type:"float",qualifier:"in"},{name:"dotBL",type:"float",qualifier:"in"},{name:"dotNV",type:"float",qualifier:"in"},{name:"dotNL",type:"float",qualifier:"in"}]}),Lg=an(({alpha:e,dotNH:t})=>{const r=e.pow2(),s=t.pow2().mul(r.oneMinus()).oneMinus();return r.div(s.pow2()).mul(1/Math.PI)}).setLayout({name:"D_GGX",type:"float",inputs:[{name:"alpha",type:"float"},{name:"dotNH",type:"float"}]}),Pg=hn(1/Math.PI),Fg=an(({alphaT:e,alphaB:t,dotNH:r,dotTH:s,dotBH:i})=>{const n=e.mul(t),a=Tn(t.mul(s),e.mul(i),n.mul(r)),o=a.dot(a),u=n.div(o);return Pg.mul(n.mul(u.pow2()))}).setLayout({name:"D_GGX_Anisotropic",type:"float",inputs:[{name:"alphaT",type:"float",qualifier:"in"},{name:"alphaB",type:"float",qualifier:"in"},{name:"dotNH",type:"float",qualifier:"in"},{name:"dotTH",type:"float",qualifier:"in"},{name:"dotBH",type:"float",qualifier:"in"}]}),Dg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,normalView:n=qd,USE_IRIDESCENCE:a,USE_ANISOTROPY:o})=>{const u=s.pow2(),l=e.add(Ud).normalize(),d=n.dot(e).clamp(),c=n.dot(Ud).clamp(),h=n.dot(l).clamp(),p=Ud.dot(l).clamp();let g,m,f=xg({f0:t,f90:r,dotVH:p});if(ji(a)&&(f=Hn.mix(f,i)),ji(o)){const t=Yn.dot(e),r=Yn.dot(Ud),s=Yn.dot(l),i=Qn.dot(e),n=Qn.dot(Ud),a=Qn.dot(l);g=Bg({alphaT:Xn,alphaB:u,dotTV:r,dotBV:n,dotTL:t,dotBL:i,dotNV:c,dotNL:d}),m=Fg({alphaT:Xn,alphaB:u,dotNH:h,dotTH:s,dotBH:a})}else g=Mg({alpha:u,dotNL:d,dotNV:c}),m=Lg({alpha:u,dotNH:h});return f.mul(g).mul(m)}),Ug=new Uint16Array([12469,15057,12620,14925,13266,14620,13807,14376,14323,13990,14545,13625,14713,13328,14840,12882,14931,12528,14996,12233,15039,11829,15066,11525,15080,11295,15085,10976,15082,10705,15073,10495,13880,14564,13898,14542,13977,14430,14158,14124,14393,13732,14556,13410,14702,12996,14814,12596,14891,12291,14937,11834,14957,11489,14958,11194,14943,10803,14921,10506,14893,10278,14858,9960,14484,14039,14487,14025,14499,13941,14524,13740,14574,13468,14654,13106,14743,12678,14818,12344,14867,11893,14889,11509,14893,11180,14881,10751,14852,10428,14812,10128,14765,9754,14712,9466,14764,13480,14764,13475,14766,13440,14766,13347,14769,13070,14786,12713,14816,12387,14844,11957,14860,11549,14868,11215,14855,10751,14825,10403,14782,10044,14729,9651,14666,9352,14599,9029,14967,12835,14966,12831,14963,12804,14954,12723,14936,12564,14917,12347,14900,11958,14886,11569,14878,11247,14859,10765,14828,10401,14784,10011,14727,9600,14660,9289,14586,8893,14508,8533,15111,12234,15110,12234,15104,12216,15092,12156,15067,12010,15028,11776,14981,11500,14942,11205,14902,10752,14861,10393,14812,9991,14752,9570,14682,9252,14603,8808,14519,8445,14431,8145,15209,11449,15208,11451,15202,11451,15190,11438,15163,11384,15117,11274,15055,10979,14994,10648,14932,10343,14871,9936,14803,9532,14729,9218,14645,8742,14556,8381,14461,8020,14365,7603,15273,10603,15272,10607,15267,10619,15256,10631,15231,10614,15182,10535,15118,10389,15042,10167,14963,9787,14883,9447,14800,9115,14710,8665,14615,8318,14514,7911,14411,7507,14279,7198,15314,9675,15313,9683,15309,9712,15298,9759,15277,9797,15229,9773,15166,9668,15084,9487,14995,9274,14898,8910,14800,8539,14697,8234,14590,7790,14479,7409,14367,7067,14178,6621,15337,8619,15337,8631,15333,8677,15325,8769,15305,8871,15264,8940,15202,8909,15119,8775,15022,8565,14916,8328,14804,8009,14688,7614,14569,7287,14448,6888,14321,6483,14088,6171,15350,7402,15350,7419,15347,7480,15340,7613,15322,7804,15287,7973,15229,8057,15148,8012,15046,7846,14933,7611,14810,7357,14682,7069,14552,6656,14421,6316,14251,5948,14007,5528,15356,5942,15356,5977,15353,6119,15348,6294,15332,6551,15302,6824,15249,7044,15171,7122,15070,7050,14949,6861,14818,6611,14679,6349,14538,6067,14398,5651,14189,5311,13935,4958,15359,4123,15359,4153,15356,4296,15353,4646,15338,5160,15311,5508,15263,5829,15188,6042,15088,6094,14966,6001,14826,5796,14678,5543,14527,5287,14377,4985,14133,4586,13869,4257,15360,1563,15360,1642,15358,2076,15354,2636,15341,3350,15317,4019,15273,4429,15203,4732,15105,4911,14981,4932,14836,4818,14679,4621,14517,4386,14359,4156,14083,3795,13808,3437,15360,122,15360,137,15358,285,15355,636,15344,1274,15322,2177,15281,2765,15215,3223,15120,3451,14995,3569,14846,3567,14681,3466,14511,3305,14344,3121,14037,2800,13753,2467,15360,0,15360,1,15359,21,15355,89,15346,253,15325,479,15287,796,15225,1148,15133,1492,15008,1749,14856,1882,14685,1886,14506,1783,14324,1608,13996,1398,13702,1183]);let Ig=null;const Og=an(({roughness:e,dotNV:t})=>{null===Ig&&(Ig=new me(Ug,16,16,V,fe),Ig.name="DFG_LUT",Ig.minFilter=ne,Ig.magFilter=ne,Ig.wrapS=ye,Ig.wrapT=ye,Ig.generateMipmaps=!1,Ig.needsUpdate=!0);const r=fn(e,t);return Pl(Ig,r).rg}),Vg=an(({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a})=>{const o=Dg({lightDirection:e,f0:t,f90:r,roughness:s,f:i,USE_IRIDESCENCE:n,USE_ANISOTROPY:a}),u=qd.dot(e).clamp(),l=qd.dot(Ud).clamp(),d=Og({roughness:s,dotNV:l}),c=Og({roughness:s,dotNV:u}),h=t.mul(d.x).add(r.mul(d.y)),p=t.mul(c.x).add(r.mul(c.y)),g=d.x.add(d.y),m=c.x.add(c.y),f=hn(1).sub(g),y=hn(1).sub(m),b=t.add(t.oneMinus().mul(.047619)),x=h.mul(p).mul(b).div(hn(1).sub(f.mul(y).mul(b).mul(b)).add(to)),T=f.mul(y),_=x.mul(T);return o.add(_)}),kg=an(e=>{const{dotNV:t,specularColor:r,specularF90:s,roughness:i}=e,n=Og({dotNV:t,roughness:i});return r.mul(n.x).add(s.mul(n.y))}),Gg=an(({f:e,f90:t,dotVH:r})=>{const s=r.oneMinus().saturate(),i=s.mul(s),n=s.mul(i,i).clamp(0,.9999);return e.sub(Tn(t).mul(n)).div(n.oneMinus())}).setLayout({name:"Schlick_to_F0",type:"vec3",inputs:[{name:"f",type:"vec3"},{name:"f90",type:"float"},{name:"dotVH",type:"float"}]}),zg=an(({roughness:e,dotNH:t})=>{const r=e.pow2(),s=hn(1).div(r),i=t.pow2().oneMinus().max(.0078125);return hn(2).add(s).mul(i.pow(s.mul(.5))).div(2*Math.PI)}).setLayout({name:"D_Charlie",type:"float",inputs:[{name:"roughness",type:"float"},{name:"dotNH",type:"float"}]}),$g=an(({dotNV:e,dotNL:t})=>hn(1).div(hn(4).mul(t.add(e).sub(t.mul(e))))).setLayout({name:"V_Neubelt",type:"float",inputs:[{name:"dotNV",type:"float"},{name:"dotNL",type:"float"}]}),Wg=an(({lightDirection:e})=>{const t=e.add(Ud).normalize(),r=qd.dot(e).clamp(),s=qd.dot(Ud).clamp(),i=qd.dot(t).clamp(),n=zg({roughness:Wn,dotNH:i}),a=$g({dotNV:s,dotNL:r});return $n.mul(n).mul(a)}),Hg=an(({N:e,V:t,roughness:r})=>{const s=e.dot(t).saturate(),i=fn(r,s.oneMinus().sqrt());return i.assign(i.mul(.984375).add(.0078125)),i}).setLayout({name:"LTC_Uv",type:"vec2",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"roughness",type:"float"}]}),qg=an(({f:e})=>{const t=e.length();return Wo(t.mul(t).add(e.z).div(t.add(1)),0)}).setLayout({name:"LTC_ClippedSphereFormFactor",type:"float",inputs:[{name:"f",type:"vec3"}]}),jg=an(({v1:e,v2:t})=>{const r=e.dot(t),s=r.abs().toVar(),i=s.mul(.0145206).add(.4965155).mul(s).add(.8543985).toVar(),n=s.add(4.1616724).mul(s).add(3.417594).toVar(),a=i.div(n),o=r.greaterThan(0).select(a,Wo(r.mul(r).oneMinus(),1e-7).inverseSqrt().mul(.5).sub(a));return e.cross(t).mul(o)}).setLayout({name:"LTC_EdgeVectorFormFactor",type:"vec3",inputs:[{name:"v1",type:"vec3"},{name:"v2",type:"vec3"}]}),Xg=an(({N:e,V:t,P:r,mInv:s,p0:i,p1:n,p2:a,p3:o})=>{const u=n.sub(i).toVar(),l=o.sub(i).toVar(),d=u.cross(l),c=Tn().toVar();return ln(d.dot(r.sub(i)).greaterThanEqual(0),()=>{const u=t.sub(e.mul(t.dot(e))).normalize(),l=e.cross(u).negate(),d=s.mul(Cn(u,l,e).transpose()).toVar(),h=d.mul(i.sub(r)).normalize().toVar(),p=d.mul(n.sub(r)).normalize().toVar(),g=d.mul(a.sub(r)).normalize().toVar(),m=d.mul(o.sub(r)).normalize().toVar(),f=Tn(0).toVar();f.addAssign(jg({v1:h,v2:p})),f.addAssign(jg({v1:p,v2:g})),f.addAssign(jg({v1:g,v2:m})),f.addAssign(jg({v1:m,v2:h})),c.assign(Tn(qg({f:f})))}),c}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"N",type:"vec3"},{name:"V",type:"vec3"},{name:"P",type:"vec3"},{name:"mInv",type:"mat3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Kg=an(({P:e,p0:t,p1:r,p2:s,p3:i})=>{const n=r.sub(t).toVar(),a=i.sub(t).toVar(),o=n.cross(a),u=Tn().toVar();return ln(o.dot(e.sub(t)).greaterThanEqual(0),()=>{const n=t.sub(e).normalize().toVar(),a=r.sub(e).normalize().toVar(),o=s.sub(e).normalize().toVar(),l=i.sub(e).normalize().toVar(),d=Tn(0).toVar();d.addAssign(jg({v1:n,v2:a})),d.addAssign(jg({v1:a,v2:o})),d.addAssign(jg({v1:o,v2:l})),d.addAssign(jg({v1:l,v2:n})),u.assign(Tn(qg({f:d.abs()})))}),u}).setLayout({name:"LTC_Evaluate",type:"vec3",inputs:[{name:"P",type:"vec3"},{name:"p0",type:"vec3"},{name:"p1",type:"vec3"},{name:"p2",type:"vec3"},{name:"p3",type:"vec3"}]}),Yg=1/6,Qg=e=>Ma(Yg,Ma(e,Ma(e,e.negate().add(3)).sub(3)).add(1)),Zg=e=>Ma(Yg,Ma(e,Ma(e,Ma(3,e).sub(6))).add(4)),Jg=e=>Ma(Yg,Ma(e,Ma(e,Ma(-3,e).add(3)).add(3)).add(1)),em=e=>Ma(Yg,Qo(e,3)),tm=e=>Qg(e).add(Zg(e)),rm=e=>Jg(e).add(em(e)),sm=e=>wa(-1,Zg(e).div(Qg(e).add(Zg(e)))),im=e=>wa(1,em(e).div(Jg(e).add(em(e)))),nm=(e,t,r)=>{const s=e.uvNode,i=Ma(s,t.zw).add(.5),n=bo(i),a=_o(i),o=tm(a.x),u=rm(a.x),l=sm(a.x),d=im(a.x),c=sm(a.y),h=im(a.y),p=fn(n.x.add(l),n.y.add(c)).sub(.5).mul(t.xy),g=fn(n.x.add(d),n.y.add(c)).sub(.5).mul(t.xy),m=fn(n.x.add(l),n.y.add(h)).sub(.5).mul(t.xy),f=fn(n.x.add(d),n.y.add(h)).sub(.5).mul(t.xy),y=tm(a.y).mul(wa(o.mul(e.sample(p).level(r)),u.mul(e.sample(g).level(r)))),b=rm(a.y).mul(wa(o.mul(e.sample(m).level(r)),u.mul(e.sample(f).level(r))));return y.add(b)},am=an(([e,t])=>{const r=fn(e.size(pn(t))),s=fn(e.size(pn(t.add(1)))),i=Ba(1,r),n=Ba(1,s),a=nm(e,Sn(i,r),bo(t)),o=nm(e,Sn(n,s),xo(t));return _o(t).mix(a,o)}),om=an(([e,t])=>{const r=t.mul(Cl(e));return am(e,r)}),um=an(([e,t,r,s,i])=>{const n=Tn(ou(t.negate(),To(e),Ba(1,s))),a=Tn(Mo(i[0].xyz),Mo(i[1].xyz),Mo(i[2].xyz));return To(n).mul(r.mul(a))}).setLayout({name:"getVolumeTransmissionRay",type:"vec3",inputs:[{name:"n",type:"vec3"},{name:"v",type:"vec3"},{name:"thickness",type:"float"},{name:"ior",type:"float"},{name:"modelMatrix",type:"mat4"}]}),lm=an(([e,t])=>e.mul(nu(t.mul(2).sub(2),0,1))).setLayout({name:"applyIorToRoughness",type:"float",inputs:[{name:"roughness",type:"float"},{name:"ior",type:"float"}]}),dm=vp(),cm=vp(),hm=an(([e,t,r],{material:s})=>{const i=(s.side===w?dm:cm).sample(e),n=mo(ql.x).mul(lm(t,r));return am(i,n)}),pm=an(([e,t,r])=>(ln(r.notEqual(0),()=>{const s=go(t).negate().div(r);return ho(s.negate().mul(e))}),Tn(1))).setLayout({name:"volumeAttenuation",type:"vec3",inputs:[{name:"transmissionDistance",type:"float"},{name:"attenuationColor",type:"vec3"},{name:"attenuationDistance",type:"float"}]}),gm=an(([e,t,r,s,i,n,a,o,u,l,d,c,h,p,g])=>{let m,f;if(g){m=Sn().toVar(),f=Tn().toVar();const i=d.sub(1).mul(g.mul(.025)),n=Tn(d.sub(i),d,d.add(i));op({start:0,end:3},({i:i})=>{const d=n.element(i),g=um(e,t,c,d,o),y=a.add(g),b=l.mul(u.mul(Sn(y,1))),x=fn(b.xy.div(b.w)).toVar();x.addAssign(1),x.divAssign(2),x.assign(fn(x.x,x.y.oneMinus()));const T=hm(x,r,d);m.element(i).assign(T.element(i)),m.a.addAssign(T.a),f.element(i).assign(s.element(i).mul(pm(Mo(g),h,p).element(i)))}),m.a.divAssign(3)}else{const i=um(e,t,c,d,o),n=a.add(i),g=l.mul(u.mul(Sn(n,1))),y=fn(g.xy.div(g.w)).toVar();y.addAssign(1),y.divAssign(2),y.assign(fn(y.x,y.y.oneMinus())),m=hm(y,r,d),f=s.mul(pm(Mo(i),h,p))}const y=f.rgb.mul(m.rgb),b=e.dot(t).clamp(),x=Tn(kg({dotNV:b,specularColor:i,specularF90:n,roughness:r})),T=f.r.add(f.g,f.b).div(3);return Sn(x.oneMinus().mul(y),m.a.oneMinus().mul(T).oneMinus())}),mm=Cn(3.2404542,-.969266,.0556434,-1.5371385,1.8760108,-.2040259,-.4985314,.041556,1.0572252),fm=(e,t)=>e.sub(t).div(e.add(t)).pow2(),ym=an(({outsideIOR:e,eta2:t,cosTheta1:r,thinFilmThickness:s,baseF0:i})=>{const n=iu(e,t,uu(0,.03,s)),a=e.div(n).pow2().mul(r.pow2().oneMinus()).oneMinus();ln(a.lessThan(0),()=>Tn(1));const o=a.sqrt(),u=fm(n,e),l=xg({f0:u,f90:1,dotVH:r}),d=l.oneMinus(),c=n.lessThan(e).select(Math.PI,0),h=hn(Math.PI).sub(c),p=(e=>{const t=e.sqrt();return Tn(1).add(t).div(Tn(1).sub(t))})(i.clamp(0,.9999)),g=fm(p,n.toVec3()),m=xg({f0:g,f90:1,dotVH:o}),f=Tn(p.x.lessThan(n).select(Math.PI,0),p.y.lessThan(n).select(Math.PI,0),p.z.lessThan(n).select(Math.PI,0)),y=n.mul(s,o,2),b=Tn(h).add(f),x=l.mul(m).clamp(1e-5,.9999),T=x.sqrt(),_=d.pow2().mul(m).div(Tn(1).sub(x)),v=l.add(_).toVar(),N=_.sub(d).toVar();return op({start:1,end:2,condition:"<=",name:"m"},({m:e})=>{N.mulAssign(T);const t=((e,t)=>{const r=e.mul(2*Math.PI*1e-9),s=Tn(54856e-17,44201e-17,52481e-17),i=Tn(1681e3,1795300,2208400),n=Tn(43278e5,93046e5,66121e5),a=hn(9747e-17*Math.sqrt(2*Math.PI*45282e5)).mul(r.mul(2239900).add(t.x).cos()).mul(r.pow2().mul(-45282e5).exp());let o=s.mul(n.mul(2*Math.PI).sqrt()).mul(i.mul(r).add(t).cos()).mul(r.pow2().negate().mul(n).exp());return o=Tn(o.x.add(a),o.y,o.z).div(1.0685e-7),mm.mul(o)})(hn(e).mul(y),hn(e).mul(b)).mul(2);v.addAssign(N.mul(t))}),v.max(Tn(0))}).setLayout({name:"evalIridescence",type:"vec3",inputs:[{name:"outsideIOR",type:"float"},{name:"eta2",type:"float"},{name:"cosTheta1",type:"float"},{name:"thinFilmThickness",type:"float"},{name:"baseF0",type:"vec3"}]}),bm=an(({normal:e,viewDir:t,roughness:r})=>{const s=e.dot(t).saturate(),i=r.mul(r),n=r.add(.1).reciprocal(),a=hn(-1.9362).add(r.mul(1.0678)).add(i.mul(.4573)).sub(n.mul(.8469)),o=hn(-.6014).add(r.mul(.5538)).sub(i.mul(.467)).sub(n.mul(.1255));return a.mul(s).add(o).exp().saturate()}),xm=Tn(.04),Tm=hn(1);class _m extends mg{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1){super(),this.clearcoat=e,this.sheen=t,this.iridescence=r,this.anisotropy=s,this.transmission=i,this.dispersion=n,this.clearcoatRadiance=null,this.clearcoatSpecularDirect=null,this.clearcoatSpecularIndirect=null,this.sheenSpecularDirect=null,this.sheenSpecularIndirect=null,this.iridescenceFresnel=null,this.iridescenceF0=null,this.iridescenceF0Dielectric=null,this.iridescenceF0Metallic=null}start(e){if(!0===this.clearcoat&&(this.clearcoatRadiance=Tn().toVar("clearcoatRadiance"),this.clearcoatSpecularDirect=Tn().toVar("clearcoatSpecularDirect"),this.clearcoatSpecularIndirect=Tn().toVar("clearcoatSpecularIndirect")),!0===this.sheen&&(this.sheenSpecularDirect=Tn().toVar("sheenSpecularDirect"),this.sheenSpecularIndirect=Tn().toVar("sheenSpecularIndirect")),!0===this.iridescence){const e=qd.dot(Ud).clamp(),t=ym({outsideIOR:hn(1),eta2:qn,cosTheta1:e,thinFilmThickness:jn,baseF0:Zn}),r=ym({outsideIOR:hn(1),eta2:qn,cosTheta1:e,thinFilmThickness:jn,baseF0:Un.rgb});this.iridescenceFresnel=iu(t,r,kn),this.iridescenceF0Dielectric=Gg({f:t,f90:1,dotVH:e}),this.iridescenceF0Metallic=Gg({f:r,f90:1,dotVH:e}),this.iridescenceF0=iu(this.iridescenceF0Dielectric,this.iridescenceF0Metallic,kn)}if(!0===this.transmission){const t=Pd,r=od.sub(Pd).normalize(),s=jd,i=e.context;i.backdrop=gm(s,r,Vn,In,Jn,ea,t,xd,id,rd,aa,ua,da,la,this.dispersion?ca:null),i.backdropAlpha=oa,Un.a.mulAssign(iu(1,i.backdrop.a,oa))}super.start(e)}computeMultiscattering(e,t,r,s,i=null){const n=qd.dot(Ud).clamp(),a=Og({roughness:Vn,dotNV:n}),o=i?Hn.mix(s,i):s,u=o.mul(a.x).add(r.mul(a.y)),l=a.x.add(a.y).oneMinus(),d=o.add(o.oneMinus().mul(.047619)),c=u.mul(d).div(l.mul(d).oneMinus());e.addAssign(u),t.addAssign(c.mul(l))}direct({lightDirection:e,lightColor:t,reflectedLight:r}){const s=qd.dot(e).clamp().mul(t).toVar();if(!0===this.sheen){this.sheenSpecularDirect.addAssign(s.mul(Wg({lightDirection:e})));const t=bm({normal:qd,viewDir:Ud,roughness:Wn}),r=bm({normal:qd,viewDir:e,roughness:Wn}),i=$n.r.max($n.g).max($n.b).mul(t.max(r)).oneMinus();s.mulAssign(i)}if(!0===this.clearcoat){const r=Xd.dot(e).clamp().mul(t);this.clearcoatSpecularDirect.addAssign(r.mul(Dg({lightDirection:e,f0:xm,f90:Tm,roughness:zn,normalView:Xd})))}r.directDiffuse.addAssign(s.mul(Tg({diffuseColor:In}))),r.directSpecular.addAssign(s.mul(Vg({lightDirection:e,f0:Jn,f90:1,roughness:Vn,f:this.iridescenceFresnel,USE_IRIDESCENCE:this.iridescence,USE_ANISOTROPY:this.anisotropy})))}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s,reflectedLight:i,ltc_1:n,ltc_2:a}){const o=t.add(r).sub(s),u=t.sub(r).sub(s),l=t.sub(r).add(s),d=t.add(r).add(s),c=qd,h=Ud,p=Dd.toVar(),g=Hg({N:c,V:h,roughness:Vn}),m=n.sample(g).toVar(),f=a.sample(g).toVar(),y=Cn(Tn(m.x,0,m.y),Tn(0,1,0),Tn(m.z,0,m.w)).toVar(),b=Jn.mul(f.x).add(Jn.oneMinus().mul(f.y)).toVar();i.directSpecular.addAssign(e.mul(b).mul(Xg({N:c,V:h,P:p,mInv:y,p0:o,p1:u,p2:l,p3:d}))),i.directDiffuse.addAssign(e.mul(In).mul(Xg({N:c,V:h,P:p,mInv:Cn(1,0,0,0,1,0,0,0,1),p0:o,p1:u,p2:l,p3:d})))}indirect(e){this.indirectDiffuse(e),this.indirectSpecular(e),this.ambientOcclusion(e)}indirectDiffuse(e){const{irradiance:t,reflectedLight:r}=e.context,s=t.mul(Tg({diffuseColor:In})).toVar();if(!0===this.sheen){const e=bm({normal:qd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();s.mulAssign(t)}r.indirectDiffuse.addAssign(s)}indirectSpecular(e){const{radiance:t,iblIrradiance:r,reflectedLight:s}=e.context;if(!0===this.sheen&&this.sheenSpecularIndirect.addAssign(r.mul($n,bm({normal:qd,viewDir:Ud,roughness:Wn}))),!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),t=kg({dotNV:e,specularColor:xm,specularF90:Tm,roughness:zn});this.clearcoatSpecularIndirect.addAssign(this.clearcoatRadiance.mul(t))}const i=Tn().toVar("singleScatteringDielectric"),n=Tn().toVar("multiScatteringDielectric"),a=Tn().toVar("singleScatteringMetallic"),o=Tn().toVar("multiScatteringMetallic");this.computeMultiscattering(i,n,ea,Zn,this.iridescenceF0Dielectric),this.computeMultiscattering(a,o,ea,Un.rgb,this.iridescenceF0Metallic);const u=iu(i,a,kn),l=iu(n,o,kn),d=i.add(n),c=In.mul(d.oneMinus()),h=r.mul(1/Math.PI),p=t.mul(u).add(l.mul(h)).toVar(),g=c.mul(h).toVar();if(!0===this.sheen){const e=bm({normal:qd,viewDir:Ud,roughness:Wn}),t=$n.r.max($n.g).max($n.b).mul(e).oneMinus();p.mulAssign(t),g.mulAssign(t)}s.indirectSpecular.addAssign(p),s.indirectDiffuse.addAssign(g)}ambientOcclusion(e){const{ambientOcclusion:t,reflectedLight:r}=e.context,s=qd.dot(Ud).clamp().add(t),i=Vn.mul(-16).oneMinus().negate().exp2(),n=t.sub(s.pow(i).oneMinus()).clamp();!0===this.clearcoat&&this.clearcoatSpecularIndirect.mulAssign(t),!0===this.sheen&&this.sheenSpecularIndirect.mulAssign(t),r.indirectDiffuse.mulAssign(t),r.indirectSpecular.mulAssign(n)}finish({context:e}){const{outgoingLight:t}=e;if(!0===this.clearcoat){const e=Xd.dot(Ud).clamp(),r=xg({dotVH:e,f0:xm,f90:Tm}),s=t.mul(Gn.mul(r).oneMinus()).add(this.clearcoatSpecularDirect.add(this.clearcoatSpecularIndirect).mul(Gn));t.assign(s)}if(!0===this.sheen){const e=t.add(this.sheenSpecularDirect,this.sheenSpecularIndirect.mul(1/Math.PI));t.assign(e)}}}const vm=hn(1),Nm=hn(-2),Sm=hn(.8),Rm=hn(-1),Am=hn(.4),Em=hn(2),wm=hn(.305),Cm=hn(3),Mm=hn(.21),Bm=hn(4),Lm=hn(4),Pm=hn(16),Fm=an(([e])=>{const t=Tn(wo(e)).toVar(),r=hn(-1).toVar();return ln(t.x.greaterThan(t.z),()=>{ln(t.x.greaterThan(t.y),()=>{r.assign(bu(e.x.greaterThan(0),0,3))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}).Else(()=>{ln(t.z.greaterThan(t.y),()=>{r.assign(bu(e.z.greaterThan(0),2,5))}).Else(()=>{r.assign(bu(e.y.greaterThan(0),1,4))})}),r}).setLayout({name:"getFace",type:"float",inputs:[{name:"direction",type:"vec3"}]}),Dm=an(([e,t])=>{const r=fn().toVar();return ln(t.equal(0),()=>{r.assign(fn(e.z,e.y).div(wo(e.x)))}).ElseIf(t.equal(1),()=>{r.assign(fn(e.x.negate(),e.z.negate()).div(wo(e.y)))}).ElseIf(t.equal(2),()=>{r.assign(fn(e.x.negate(),e.y).div(wo(e.z)))}).ElseIf(t.equal(3),()=>{r.assign(fn(e.z.negate(),e.y).div(wo(e.x)))}).ElseIf(t.equal(4),()=>{r.assign(fn(e.x.negate(),e.z).div(wo(e.y)))}).Else(()=>{r.assign(fn(e.x,e.y).div(wo(e.z)))}),Ma(.5,r.add(1))}).setLayout({name:"getUV",type:"vec2",inputs:[{name:"direction",type:"vec3"},{name:"face",type:"float"}]}),Um=an(([e])=>{const t=hn(0).toVar();return ln(e.greaterThanEqual(Sm),()=>{t.assign(vm.sub(e).mul(Rm.sub(Nm)).div(vm.sub(Sm)).add(Nm))}).ElseIf(e.greaterThanEqual(Am),()=>{t.assign(Sm.sub(e).mul(Em.sub(Rm)).div(Sm.sub(Am)).add(Rm))}).ElseIf(e.greaterThanEqual(wm),()=>{t.assign(Am.sub(e).mul(Cm.sub(Em)).div(Am.sub(wm)).add(Em))}).ElseIf(e.greaterThanEqual(Mm),()=>{t.assign(wm.sub(e).mul(Bm.sub(Cm)).div(wm.sub(Mm)).add(Cm))}).Else(()=>{t.assign(hn(-2).mul(mo(Ma(1.16,e))))}),t}).setLayout({name:"roughnessToMip",type:"float",inputs:[{name:"roughness",type:"float"}]}),Im=an(([e,t])=>{const r=e.toVar();r.assign(Ma(2,r).sub(1));const s=Tn(r,1).toVar();return ln(t.equal(0),()=>{s.assign(s.zyx)}).ElseIf(t.equal(1),()=>{s.assign(s.xzy),s.xz.mulAssign(-1)}).ElseIf(t.equal(2),()=>{s.x.mulAssign(-1)}).ElseIf(t.equal(3),()=>{s.assign(s.zyx),s.xz.mulAssign(-1)}).ElseIf(t.equal(4),()=>{s.assign(s.xzy),s.xy.mulAssign(-1)}).ElseIf(t.equal(5),()=>{s.z.mulAssign(-1)}),s}).setLayout({name:"getDirection",type:"vec3",inputs:[{name:"uv",type:"vec2"},{name:"face",type:"float"}]}),Om=an(([e,t,r,s,i,n])=>{const a=hn(r),o=Tn(t),u=nu(Um(a),Nm,n),l=_o(u),d=bo(u),c=Tn(Vm(e,o,d,s,i,n)).toVar();return ln(l.notEqual(0),()=>{const t=Tn(Vm(e,o,d.add(1),s,i,n)).toVar();c.assign(iu(c,t,l))}),c}),Vm=an(([e,t,r,s,i,n])=>{const a=hn(r).toVar(),o=Tn(t),u=hn(Fm(o)).toVar(),l=hn(Wo(Lm.sub(a),0)).toVar();a.assign(Wo(a,Lm));const d=hn(po(a)).toVar(),c=fn(Dm(o,u).mul(d.sub(2)).add(1)).toVar();return ln(u.greaterThan(2),()=>{c.y.addAssign(d),u.subAssign(3)}),c.x.addAssign(u.mul(d)),c.x.addAssign(l.mul(Ma(3,Pm))),c.y.addAssign(Ma(4,po(n).sub(d))),c.x.mulAssign(s),c.y.mulAssign(i),e.sample(c).grad(fn(),fn())}),km=an(({envMap:e,mipInt:t,outputDirection:r,theta:s,axis:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=No(s),l=r.mul(u).add(i.cross(r).mul(vo(s))).add(i.mul(i.dot(r).mul(u.oneMinus())));return Vm(e,l,t,n,a,o)}),Gm=an(({n:e,latitudinal:t,poleAxis:r,outputDirection:s,weights:i,samples:n,dTheta:a,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})=>{const h=Tn(bu(t,r,Yo(r,s))).toVar();ln(h.equal(Tn(0)),()=>{h.assign(Tn(s.z,0,s.x.negate()))}),h.assign(To(h));const p=Tn().toVar();return p.addAssign(i.element(0).mul(km({theta:0,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),op({start:pn(1),end:e},({i:e})=>{ln(e.greaterThanEqual(n),()=>{up()});const t=hn(a.mul(hn(e))).toVar();p.addAssign(i.element(e).mul(km({theta:t.mul(-1),axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c}))),p.addAssign(i.element(e).mul(km({theta:t,axis:h,outputDirection:s,mipInt:o,envMap:u,CUBEUV_TEXEL_WIDTH:l,CUBEUV_TEXEL_HEIGHT:d,CUBEUV_MAX_MIP:c})))}),Sn(p,1)}),zm=an(([e])=>{const t=gn(e).toVar();return t.assign(t.shiftLeft(gn(16)).bitOr(t.shiftRight(gn(16)))),t.assign(t.bitAnd(gn(1431655765)).shiftLeft(gn(1)).bitOr(t.bitAnd(gn(2863311530)).shiftRight(gn(1)))),t.assign(t.bitAnd(gn(858993459)).shiftLeft(gn(2)).bitOr(t.bitAnd(gn(3435973836)).shiftRight(gn(2)))),t.assign(t.bitAnd(gn(252645135)).shiftLeft(gn(4)).bitOr(t.bitAnd(gn(4042322160)).shiftRight(gn(4)))),t.assign(t.bitAnd(gn(16711935)).shiftLeft(gn(8)).bitOr(t.bitAnd(gn(4278255360)).shiftRight(gn(8)))),hn(t).mul(2.3283064365386963e-10)}),$m=an(([e,t])=>fn(hn(e).div(hn(t)),zm(e))),Wm=an(([e,t,r])=>{const s=Tn(t).toVar(),i=hn(r),n=i.mul(i).toVar(),a=To(Tn(n.mul(s.x),n.mul(s.y),s.z)).toVar(),o=a.x.mul(a.x).add(a.y.mul(a.y)),u=bu(o.greaterThan(0),Tn(a.y.negate(),a.x,0).div(fo(o)),Tn(1,0,0)).toVar(),l=Yo(a,u).toVar(),d=fo(e.x),c=Ma(2,3.14159265359).mul(e.y),h=d.mul(No(c)).toVar(),p=d.mul(vo(c)).toVar(),g=Ma(.5,a.z.add(1));p.assign(g.oneMinus().mul(fo(h.mul(h).oneMinus())).add(g.mul(p)));const m=u.mul(h).add(l.mul(p)).add(a.mul(fo(Wo(0,h.mul(h).add(p.mul(p)).oneMinus()))));return To(Tn(n.mul(m.x),n.mul(m.y),Wo(0,m.z)))}),Hm=an(({roughness:e,mipInt:t,envMap:r,N_immutable:s,GGX_SAMPLES:i,CUBEUV_TEXEL_WIDTH:n,CUBEUV_TEXEL_HEIGHT:a,CUBEUV_MAX_MIP:o})=>{const u=Tn(s).toVar(),l=Tn(0).toVar(),d=hn(0).toVar();return ln(e.lessThan(.001),()=>{l.assign(Vm(r,u,t,n,a,o))}).Else(()=>{const s=bu(wo(u.z).lessThan(.999),Tn(0,0,1),Tn(1,0,0)),c=To(Yo(s,u)).toVar(),h=Yo(u,c).toVar();op({start:gn(0),end:i},({i:s})=>{const p=$m(s,i),g=Wm(p,Tn(0,0,1),e),m=To(c.mul(g.x).add(h.mul(g.y)).add(u.mul(g.z))),f=To(m.mul(Ko(u,m).mul(2)).sub(u)),y=Wo(Ko(u,f),0);ln(y.greaterThan(0),()=>{const e=Vm(r,f,t,n,a,o);l.addAssign(e.mul(y)),d.addAssign(y)})}),ln(d.greaterThan(0),()=>{l.assign(l.div(d))})}),Sn(l,1)}),qm=[.125,.215,.35,.446,.526,.582],jm=20,Xm=new xe(-1,1,1,-1,0,1),Km=new Te(90,1),Ym=new e;let Qm=null,Zm=0,Jm=0;const ef=new r,tf=new WeakMap,rf=[3,1,5,0,4,2],sf=Im(Rl(),Sl("faceIndex")).normalize(),nf=Tn(sf.x,sf.y,sf.z);class af{constructor(e){this._renderer=e,this._pingPongRenderTarget=null,this._lodMax=0,this._cubeSize=0,this._sizeLods=[],this._sigmas=[],this._lodMeshes=[],this._blurMaterial=null,this._ggxMaterial=null,this._cubemapMaterial=null,this._equirectMaterial=null,this._backgroundBox=null}get _hasInitialized(){return this._renderer.hasInitialized()}fromScene(e,t=0,r=.1,s=100,i={}){const{size:n=256,position:a=ef,renderTarget:o=null}=i;if(this._setSize(n),!1===this._hasInitialized){d('PMREMGenerator: ".fromScene()" called before the backend is initialized. Try using "await renderer.init()" instead.');const n=o||this._allocateTarget();return i.renderTarget=n,this.fromSceneAsync(e,t,r,s,i),n}Qm=this._renderer.getRenderTarget(),Zm=this._renderer.getActiveCubeFace(),Jm=this._renderer.getActiveMipmapLevel();const u=o||this._allocateTarget();return u.depthBuffer=!0,this._init(u),this._sceneToCubeUV(e,r,s,u,a),t>0&&this._blur(u,0,0,t),this._applyPMREM(u),this._cleanup(u),u}async fromSceneAsync(e,t=0,r=.1,s=100,i={}){return v('PMREMGenerator: ".fromSceneAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this.fromScene(e,t,r,s,i)}fromEquirectangular(e,t=null){if(!1===this._hasInitialized){d('PMREMGenerator: .fromEquirectangular() called before the backend is initialized. Try using "await renderer.init()" instead.'),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromEquirectangularAsync(e,r),r}return this._fromTexture(e,t)}async fromEquirectangularAsync(e,t=null){return v('PMREMGenerator: ".fromEquirectangularAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}fromCubemap(e,t=null){if(!1===this._hasInitialized){d("PMREMGenerator: .fromCubemap() called before the backend is initialized. Try using .fromCubemapAsync() instead."),this._setSizeFromTexture(e);const r=t||this._allocateTarget();return this.fromCubemapAsync(e,t),r}return this._fromTexture(e,t)}async fromCubemapAsync(e,t=null){return v('PMREMGenerator: ".fromCubemapAsync()" is deprecated. Use "await renderer.init()" instead.'),await this._renderer.init(),this._fromTexture(e,t)}async compileCubemapShader(){null===this._cubemapMaterial&&(this._cubemapMaterial=df(),await this._compileMaterial(this._cubemapMaterial))}async compileEquirectangularShader(){null===this._equirectMaterial&&(this._equirectMaterial=cf(),await this._compileMaterial(this._equirectMaterial))}dispose(){this._dispose(),null!==this._cubemapMaterial&&this._cubemapMaterial.dispose(),null!==this._equirectMaterial&&this._equirectMaterial.dispose(),null!==this._backgroundBox&&(this._backgroundBox.geometry.dispose(),this._backgroundBox.material.dispose())}_setSizeFromTexture(e){e.mapping===L||e.mapping===P?this._setSize(0===e.image.length?16:e.image[0].width||e.image[0].image.width):this._setSize(e.image.width/4)}_setSize(e){this._lodMax=Math.floor(Math.log2(e)),this._cubeSize=Math.pow(2,this._lodMax)}_dispose(){null!==this._blurMaterial&&this._blurMaterial.dispose(),null!==this._ggxMaterial&&this._ggxMaterial.dispose(),null!==this._pingPongRenderTarget&&this._pingPongRenderTarget.dispose();for(let e=0;ee-4?o=qm[a-e+4-1]:0===a&&(o=0),r.push(o);const u=1/(n-2),l=-u,d=1+u,c=[l,l,d,l,d,d,l,l,d,d,l,d],h=6,p=6,g=3,m=2,f=1,y=new Float32Array(g*p*h),b=new Float32Array(m*p*h),x=new Float32Array(f*p*h);for(let e=0;e2?0:-1,s=[t,r,0,t+2/3,r,0,t+2/3,r+1,0,t,r,0,t+2/3,r+1,0,t,r+1,0],i=rf[e];y.set(s,g*p*i),b.set(c,m*p*i);const n=[i,i,i,i,i,i];x.set(n,f*p*i)}const T=new be;T.setAttribute("position",new Re(y,g)),T.setAttribute("uv",new Re(b,m)),T.setAttribute("faceIndex",new Re(x,f)),s.push(new se(T,null)),i>4&&i--}return{lodMeshes:s,sizeLods:t,sigmas:r}}(t)),this._blurMaterial=function(e,t,s){const i=Vl(new Array(jm).fill(0)),n=xa(new r(0,1,0)),a=xa(0),o=hn(jm),u=xa(0),l=xa(1),d=Pl(),c=xa(0),h=hn(1/t),p=hn(1/s),g=hn(e),m={n:o,latitudinal:u,weights:i,poleAxis:n,outputDirection:nf,dTheta:a,samples:l,envMap:d,mipInt:c,CUBEUV_TEXEL_WIDTH:h,CUBEUV_TEXEL_HEIGHT:p,CUBEUV_MAX_MIP:g},f=lf("blur");return f.fragmentNode=Gm({...m,latitudinal:u.equal(1)}),tf.set(f,m),f}(t,e.width,e.height),this._ggxMaterial=function(e,t,r){const s=Pl(),i=xa(0),n=xa(0),a=hn(1/t),o=hn(1/r),u=hn(e),l={envMap:s,roughness:i,mipInt:n,CUBEUV_TEXEL_WIDTH:a,CUBEUV_TEXEL_HEIGHT:o,CUBEUV_MAX_MIP:u},d=lf("ggx");return d.fragmentNode=Hm({...l,N_immutable:nf,GGX_SAMPLES:gn(512)}),tf.set(d,l),d}(t,e.width,e.height)}}async _compileMaterial(e){const t=new se(new be,e);await this._renderer.compile(t,Xm)}_sceneToCubeUV(e,t,r,s,i){const n=Km;n.near=t,n.far=r;const a=[1,1,1,1,-1,1],o=[1,-1,1,-1,1,-1],u=this._renderer,l=u.autoClear;u.getClearColor(Ym),u.autoClear=!1,null===this._backgroundBox&&(this._backgroundBox=new se(new re,new he({name:"PMREM.Background",side:w,depthWrite:!1,depthTest:!1})));const d=this._backgroundBox,c=d.material;let h=!1;const p=e.background;p?p.isColor&&(c.color.copy(p),e.background=null,h=!0):(c.color.copy(Ym),h=!0),u.setRenderTarget(s),u.clear(),h&&u.render(d,n);for(let t=0;t<6;t++){const r=t%3;0===r?(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x+o[t],i.y,i.z)):1===r?(n.up.set(0,0,a[t]),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y+o[t],i.z)):(n.up.set(0,a[t],0),n.position.set(i.x,i.y,i.z),n.lookAt(i.x,i.y,i.z+o[t]));const l=this._cubeSize;uf(s,r*l,t>2?l:0,l,l),u.render(e,n)}u.autoClear=l,e.background=p}_textureToCubeUV(e,t){const r=this._renderer,s=e.mapping===L||e.mapping===P;s?null===this._cubemapMaterial&&(this._cubemapMaterial=df(e)):null===this._equirectMaterial&&(this._equirectMaterial=cf(e));const i=s?this._cubemapMaterial:this._equirectMaterial;i.fragmentNode.value=e;const n=this._lodMeshes[0];n.material=i;const a=this._cubeSize;uf(t,0,0,3*a,2*a),r.setRenderTarget(t),r.render(n,Xm)}_applyPMREM(e){const t=this._renderer,r=t.autoClear;t.autoClear=!1;const s=this._lodMeshes.length;for(let t=1;tc-4?r-c+4:0),g=4*(this._cubeSize-h);e.texture.frame=(e.texture.frame||0)+1,o.envMap.value=e.texture,o.roughness.value=d,o.mipInt.value=c-t,uf(i,p,g,3*h,2*h),s.setRenderTarget(i),s.render(a,Xm),i.texture.frame=(i.texture.frame||0)+1,o.envMap.value=i.texture,o.roughness.value=0,o.mipInt.value=c-r,uf(e,p,g,3*h,2*h),s.setRenderTarget(e),s.render(a,Xm)}_blur(e,t,r,s,i){const n=this._pingPongRenderTarget;this._halfBlur(e,n,t,r,s,"latitudinal",i),this._halfBlur(n,e,r,r,s,"longitudinal",i)}_halfBlur(e,t,r,s,i,n,a){const u=this._renderer,l=this._blurMaterial;"latitudinal"!==n&&"longitudinal"!==n&&o("blur direction must be either latitudinal or longitudinal!");const c=this._lodMeshes[s];c.material=l;const h=tf.get(l),p=this._sizeLods[r]-1,g=isFinite(i)?Math.PI/(2*p):2*Math.PI/39,m=i/g,f=isFinite(i)?1+Math.floor(3*m):jm;f>jm&&d(`sigmaRadians, ${i}, is too large and will clip, as it requested ${f} samples when the maximum is set to 20`);const y=[];let b=0;for(let e=0;ex-4?s-x+4:0),4*(this._cubeSize-T),3*T,2*T),u.setRenderTarget(t),u.render(c,Xm)}}function of(e,t){const r=new _e(e,t,{magFilter:ne,minFilter:ne,generateMipmaps:!1,type:fe,format:Ne,colorSpace:ve});return r.texture.mapping=Se,r.texture.name="PMREM.cubeUv",r.texture.isPMREMTexture=!0,r.scissorTest=!0,r}function uf(e,t,r,s,i){e.viewport.set(t,r,s,i),e.scissor.set(t,r,s,i)}function lf(e){const t=new Xp;return t.depthTest=!1,t.depthWrite=!1,t.blending=Z,t.name=`PMREM_${e}`,t}function df(e){const t=lf("cubemap");return t.fragmentNode=hc(e,nf),t}function cf(e){const t=lf("equirect");return t.fragmentNode=Pl(e,ag(nf),0),t}const hf=new WeakMap;function pf(e,t,r){const s=function(e){let t=hf.get(e);void 0===t&&(t=new WeakMap,hf.set(e,t));return t}(t);let i=s.get(e);if((void 0!==i?i.pmremVersion:-1)!==e.pmremVersion){const t=e.image;if(e.isCubeTexture){if(!function(e){if(null==e)return!1;let t=0;const r=6;for(let s=0;s0}(t))return null;i=r.fromEquirectangular(e,i)}i.pmremVersion=e.pmremVersion,s.set(e,i)}return i.texture}class gf extends li{static get type(){return"PMREMNode"}constructor(e,t=null,r=null){super("vec3"),this._value=e,this._pmrem=null,this.uvNode=t,this.levelNode=r,this._generator=null;const s=new N;s.isRenderTargetTexture=!0,this._texture=Pl(s),this._width=xa(0),this._height=xa(0),this._maxMip=xa(0),this.updateBeforeType=Qs.RENDER}set value(e){this._value=e,this._pmrem=null}get value(){return this._value}updateFromTexture(e){const t=function(e){const t=Math.log2(e)-2,r=1/e;return{texelWidth:1/(3*Math.max(Math.pow(2,t),112)),texelHeight:r,maxMip:t}}(e.image.height);this._texture.value=e,this._width.value=t.texelWidth,this._height.value=t.texelHeight,this._maxMip.value=t.maxMip}updateBefore(e){let t=this._pmrem;const r=t?t.pmremVersion:-1,s=this._value;r!==s.pmremVersion&&(t=!0===s.isPMREMTexture?s:pf(s,e.renderer,this._generator),null!==t&&(this._pmrem=t,this.updateFromTexture(t)))}setup(e){null===this._generator&&(this._generator=new af(e.renderer)),this.updateBefore(e);let t=this.uvNode;null===t&&e.context.getUV&&(t=e.context.getUV(this,e)),t=ic.mul(Tn(t.x,t.y.negate(),t.z));let r=this.levelNode;return null===r&&e.context.getTextureLevel&&(r=e.context.getTextureLevel(this)),Om(this._texture,t,r,this._width,this._height,this._maxMip)}dispose(){super.dispose(),null!==this._generator&&this._generator.dispose()}}const mf=en(gf).setParameterLength(1,3),ff=new WeakMap;class yf extends gp{static get type(){return"EnvironmentNode"}constructor(e=null){super(),this.envNode=e}setup(e){const{material:t}=e;let r=this.envNode;if(r.isTextureNode||r.isMaterialReferenceNode){const e=r.isTextureNode?r.value:t[r.property];let s=ff.get(e);void 0===s&&(s=mf(e),ff.set(e,s)),r=s}const s=!0===t.useAnisotropy||t.anisotropy>0?Wc:qd,i=r.context(bf(Vn,s)).mul(sc),n=r.context(xf(jd)).mul(Math.PI).mul(sc),a=al(i),o=al(n);e.context.radiance.addAssign(a),e.context.iblIrradiance.addAssign(o);const u=e.context.lightingModel.clearcoatRadiance;if(u){const e=r.context(bf(zn,Xd)).mul(sc),t=al(e);u.addAssign(t)}}}const bf=(e,t)=>{let r=null;return{getUV:()=>(null===r&&(r=Ud.negate().reflect(t),r=eu(e).mix(r,t).normalize(),r=r.transformDirection(id)),r),getTextureLevel:()=>e}},xf=e=>({getUV:()=>e,getTextureLevel:()=>hn(1)}),Tf=new Ae;class _f extends Xp{static get type(){return"MeshStandardNodeMaterial"}constructor(e){super(),this.isMeshStandardNodeMaterial=!0,this.lights=!0,this.emissiveNode=null,this.metalnessNode=null,this.roughnessNode=null,this.setDefaultValues(Tf),this.setValues(e)}setupEnvironment(e){let t=super.setupEnvironment(e);return null===t&&e.environmentNode&&(t=e.environmentNode),t?new yf(t):null}setupLightingModel(){return new _m}setupSpecular(){const e=iu(Tn(.04),Un.rgb,kn);Zn.assign(Tn(.04)),Jn.assign(e),ea.assign(1)}setupVariants(){const e=this.metalnessNode?hn(this.metalnessNode):hh;kn.assign(e);let t=this.roughnessNode?hn(this.roughnessNode):ch;t=Cg({roughness:t}),Vn.assign(t),this.setupSpecular(),In.assign(Un.rgb.mul(e.oneMinus()))}copy(e){return this.emissiveNode=e.emissiveNode,this.metalnessNode=e.metalnessNode,this.roughnessNode=e.roughnessNode,super.copy(e)}}const vf=new Ee;class Nf extends _f{static get type(){return"MeshPhysicalNodeMaterial"}constructor(e){super(),this.isMeshPhysicalNodeMaterial=!0,this.clearcoatNode=null,this.clearcoatRoughnessNode=null,this.clearcoatNormalNode=null,this.sheenNode=null,this.sheenRoughnessNode=null,this.iridescenceNode=null,this.iridescenceIORNode=null,this.iridescenceThicknessNode=null,this.specularIntensityNode=null,this.specularColorNode=null,this.iorNode=null,this.transmissionNode=null,this.thicknessNode=null,this.attenuationDistanceNode=null,this.attenuationColorNode=null,this.dispersionNode=null,this.anisotropyNode=null,this.setDefaultValues(vf),this.setValues(e)}get useClearcoat(){return this.clearcoat>0||null!==this.clearcoatNode}get useIridescence(){return this.iridescence>0||null!==this.iridescenceNode}get useSheen(){return this.sheen>0||null!==this.sheenNode}get useAnisotropy(){return this.anisotropy>0||null!==this.anisotropyNode}get useTransmission(){return this.transmission>0||null!==this.transmissionNode}get useDispersion(){return this.dispersion>0||null!==this.dispersionNode}setupSpecular(){const e=this.iorNode?hn(this.iorNode):Ah;aa.assign(e),Zn.assign($o(Zo(aa.sub(1).div(aa.add(1))).mul(uh),Tn(1)).mul(oh)),Jn.assign(iu(Zn,Un.rgb,kn)),ea.assign(iu(oh,1,kn))}setupLightingModel(){return new _m(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion)}setupVariants(e){if(super.setupVariants(e),this.useClearcoat){const e=this.clearcoatNode?hn(this.clearcoatNode):gh,t=this.clearcoatRoughnessNode?hn(this.clearcoatRoughnessNode):mh;Gn.assign(e),zn.assign(Cg({roughness:t}))}if(this.useSheen){const e=this.sheenNode?Tn(this.sheenNode):bh,t=this.sheenRoughnessNode?hn(this.sheenRoughnessNode):xh;$n.assign(e),Wn.assign(t)}if(this.useIridescence){const e=this.iridescenceNode?hn(this.iridescenceNode):_h,t=this.iridescenceIORNode?hn(this.iridescenceIORNode):vh,r=this.iridescenceThicknessNode?hn(this.iridescenceThicknessNode):Nh;Hn.assign(e),qn.assign(t),jn.assign(r)}if(this.useAnisotropy){const e=(this.anisotropyNode?fn(this.anisotropyNode):Th).toVar();Kn.assign(e.length()),ln(Kn.equal(0),()=>{e.assign(fn(1,0))}).Else(()=>{e.divAssign(fn(Kn)),Kn.assign(Kn.saturate())}),Xn.assign(Kn.pow2().mix(Vn.pow2(),1)),Yn.assign(zc[0].mul(e.x).add(zc[1].mul(e.y))),Qn.assign(zc[1].mul(e.x).sub(zc[0].mul(e.y)))}if(this.useTransmission){const e=this.transmissionNode?hn(this.transmissionNode):Sh,t=this.thicknessNode?hn(this.thicknessNode):Rh,r=this.attenuationDistanceNode?hn(this.attenuationDistanceNode):Eh,s=this.attenuationColorNode?Tn(this.attenuationColorNode):wh;if(oa.assign(e),ua.assign(t),la.assign(r),da.assign(s),this.useDispersion){const e=this.dispersionNode?hn(this.dispersionNode):Dh;ca.assign(e)}}}setupClearcoatNormal(){return this.clearcoatNormalNode?Tn(this.clearcoatNormalNode):fh}setup(e){e.context.setupClearcoatNormal=()=>Lu(this.setupClearcoatNormal(e),"NORMAL","vec3"),super.setup(e)}copy(e){return this.clearcoatNode=e.clearcoatNode,this.clearcoatRoughnessNode=e.clearcoatRoughnessNode,this.clearcoatNormalNode=e.clearcoatNormalNode,this.sheenNode=e.sheenNode,this.sheenRoughnessNode=e.sheenRoughnessNode,this.iridescenceNode=e.iridescenceNode,this.iridescenceIORNode=e.iridescenceIORNode,this.iridescenceThicknessNode=e.iridescenceThicknessNode,this.specularIntensityNode=e.specularIntensityNode,this.specularColorNode=e.specularColorNode,this.transmissionNode=e.transmissionNode,this.thicknessNode=e.thicknessNode,this.attenuationDistanceNode=e.attenuationDistanceNode,this.attenuationColorNode=e.attenuationColorNode,this.dispersionNode=e.dispersionNode,this.anisotropyNode=e.anisotropyNode,super.copy(e)}}class Sf extends _m{constructor(e=!1,t=!1,r=!1,s=!1,i=!1,n=!1,a=!1){super(e,t,r,s,i,n),this.useSSS=a}direct({lightDirection:e,lightColor:t,reflectedLight:r},s){if(!0===this.useSSS){const i=s.material,{thicknessColorNode:n,thicknessDistortionNode:a,thicknessAmbientNode:o,thicknessAttenuationNode:u,thicknessPowerNode:l,thicknessScaleNode:d}=i,c=e.add(qd.mul(a)).normalize(),h=hn(Ud.dot(c.negate()).saturate().pow(l).mul(d)),p=Tn(h.add(o).mul(n));r.directDiffuse.addAssign(p.mul(u.mul(t)))}super.direct({lightDirection:e,lightColor:t,reflectedLight:r},s)}}class Rf extends Nf{static get type(){return"MeshSSSNodeMaterial"}constructor(e){super(e),this.thicknessColorNode=null,this.thicknessDistortionNode=hn(.1),this.thicknessAmbientNode=hn(0),this.thicknessAttenuationNode=hn(.1),this.thicknessPowerNode=hn(2),this.thicknessScaleNode=hn(10)}get useSSS(){return null!==this.thicknessColorNode}setupLightingModel(){return new Sf(this.useClearcoat,this.useSheen,this.useIridescence,this.useAnisotropy,this.useTransmission,this.useDispersion,this.useSSS)}copy(e){return this.thicknessColorNode=e.thicknessColorNode,this.thicknessDistortionNode=e.thicknessDistortionNode,this.thicknessAmbientNode=e.thicknessAmbientNode,this.thicknessAttenuationNode=e.thicknessAttenuationNode,this.thicknessPowerNode=e.thicknessPowerNode,this.thicknessScaleNode=e.thicknessScaleNode,super.copy(e)}}const Af=an(({normal:e,lightDirection:t,builder:r})=>{const s=e.dot(t),i=fn(s.mul(.5).add(.5),0);if(r.material.gradientMap){const e=bc("gradientMap","texture").context({getUV:()=>i});return Tn(e.r)}{const e=i.fwidth().mul(.5);return iu(Tn(.7),Tn(1),uu(hn(.7).sub(e.x),hn(.7).add(e.x),i.x))}});class Ef extends mg{direct({lightDirection:e,lightColor:t,reflectedLight:r},s){const i=Af({normal:Gd,lightDirection:e,builder:s}).mul(t);r.directDiffuse.addAssign(i.mul(Tg({diffuseColor:Un.rgb})))}indirect(e){const{ambientOcclusion:t,irradiance:r,reflectedLight:s}=e.context;s.indirectDiffuse.addAssign(r.mul(Tg({diffuseColor:Un}))),s.indirectDiffuse.mulAssign(t)}}const wf=new we;class Cf extends Xp{static get type(){return"MeshToonNodeMaterial"}constructor(e){super(),this.isMeshToonNodeMaterial=!0,this.lights=!0,this.setDefaultValues(wf),this.setValues(e)}setupLightingModel(){return new Ef}}const Mf=an(()=>{const e=Tn(Ud.z,0,Ud.x.negate()).normalize(),t=Ud.cross(e);return fn(e.dot(qd),t.dot(qd)).mul(.495).add(.5)}).once(["NORMAL","VERTEX"])().toVar("matcapUV"),Bf=new Ce;class Lf extends Xp{static get type(){return"MeshMatcapNodeMaterial"}constructor(e){super(),this.isMeshMatcapNodeMaterial=!0,this.setDefaultValues(Bf),this.setValues(e)}setupVariants(e){const t=Mf;let r;r=e.material.matcap?bc("matcap","texture").context({getUV:()=>t}):Tn(iu(.2,.8,t.y)),Un.rgb.mulAssign(r.rgb)}}class Pf extends li{static get type(){return"RotateNode"}constructor(e,t){super(),this.positionNode=e,this.rotationNode=t}getNodeType(e){return this.positionNode.getNodeType(e)}setup(e){const{rotationNode:t,positionNode:r}=this;if("vec2"===this.getNodeType(e)){const e=t.cos(),s=t.sin();return wn(e,s,s.negate(),e).mul(r)}{const e=t,s=Mn(Sn(1,0,0,0),Sn(0,No(e.x),vo(e.x).negate(),0),Sn(0,vo(e.x),No(e.x),0),Sn(0,0,0,1)),i=Mn(Sn(No(e.y),0,vo(e.y),0),Sn(0,1,0,0),Sn(vo(e.y).negate(),0,No(e.y),0),Sn(0,0,0,1)),n=Mn(Sn(No(e.z),vo(e.z).negate(),0,0),Sn(vo(e.z),No(e.z),0,0),Sn(0,0,1,0),Sn(0,0,0,1));return s.mul(i).mul(n).mul(Sn(r,1)).xyz}}}const Ff=en(Pf).setParameterLength(2),Df=new Me;class Uf extends Xp{static get type(){return"SpriteNodeMaterial"}constructor(e){super(),this.isSpriteNodeMaterial=!0,this._useSizeAttenuation=!0,this.positionNode=null,this.rotationNode=null,this.scaleNode=null,this.transparent=!0,this.setDefaultValues(Df),this.setValues(e)}setupPositionView(e){const{object:t,camera:r}=e,{positionNode:s,rotationNode:i,scaleNode:n,sizeAttenuation:a}=this,o=Ad.mul(Tn(s||0));let u=fn(xd[0].xyz.length(),xd[1].xyz.length());null!==n&&(u=u.mul(fn(n))),r.isPerspectiveCamera&&!1===a&&(u=u.mul(o.z.negate()));let l=Md.xy;if(t.center&&!0===t.center.isVector2){const e=((e,t,r)=>new $u(e,t,r))("center","vec2",t);l=l.sub(e.sub(.5))}l=l.mul(u);const d=hn(i||yh),c=Ff(l,d);return Sn(o.xy.add(c),o.zw)}copy(e){return this.positionNode=e.positionNode,this.rotationNode=e.rotationNode,this.scaleNode=e.scaleNode,super.copy(e)}get sizeAttenuation(){return this._useSizeAttenuation}set sizeAttenuation(e){this._useSizeAttenuation!==e&&(this._useSizeAttenuation=e,this.needsUpdate=!0)}}const If=new Be,Of=new t;class Vf extends Uf{static get type(){return"PointsNodeMaterial"}constructor(e){super(),this.sizeNode=null,this.isPointsNodeMaterial=!0,this.setDefaultValues(If),this.setValues(e)}setupPositionView(){const{positionNode:e}=this;return Ad.mul(Tn(e||Bd)).xyz}setupVertexSprite(e){const{material:t,camera:r}=e,{rotationNode:s,scaleNode:i,sizeNode:n,sizeAttenuation:a}=this;let o=super.setupVertex(e);if(!0!==t.isNodeMaterial)return o;let u=null!==n?fn(n):Fh;u=u.mul(Wl),r.isPerspectiveCamera&&!0===a&&(u=u.mul(kf.div(Dd.z.negate()))),i&&i.isNode&&(u=u.mul(fn(i)));let l=Md.xy;if(s&&s.isNode){const e=hn(s);l=Ff(l,e)}return l=l.mul(u),l=l.div(Kl.div(2)),l=l.mul(o.w),o=o.add(Sn(l,0,0)),o}setupVertex(e){return e.object.isPoints?super.setupVertex(e):this.setupVertexSprite(e)}get alphaToCoverage(){return this._useAlphaToCoverage}set alphaToCoverage(e){this._useAlphaToCoverage!==e&&(this._useAlphaToCoverage=e,this.needsUpdate=!0)}}const kf=xa(1).onFrameUpdate(function({renderer:e}){const t=e.getSize(Of);this.value=.5*t.y});class Gf extends mg{constructor(){super(),this.shadowNode=hn(1).toVar("shadowMask")}direct({lightNode:e}){null!==e.shadowNode&&this.shadowNode.mulAssign(e.shadowNode)}finish({context:e}){Un.a.mulAssign(this.shadowNode.oneMinus()),e.outgoingLight.rgb.assign(Un.rgb)}}const zf=new Le;class $f extends Xp{static get type(){return"ShadowNodeMaterial"}constructor(e){super(),this.isShadowNodeMaterial=!0,this.lights=!0,this.transparent=!0,this.setDefaultValues(zf),this.setValues(e)}setupLightingModel(){return new Gf}}const Wf=Fn("vec3"),Hf=Fn("vec3"),qf=Fn("vec3");class jf extends mg{constructor(){super()}start(e){const{material:t}=e,r=Fn("vec3"),s=Fn("vec3");ln(od.sub(Pd).length().greaterThan(Nd.mul(2)),()=>{r.assign(od),s.assign(Pd)}).Else(()=>{r.assign(Pd),s.assign(od)});const i=s.sub(r),n=xa("int").onRenderUpdate(({material:e})=>e.steps),a=i.length().div(n).toVar(),o=i.normalize().toVar(),u=hn(0).toVar(),l=Tn(1).toVar();t.offsetNode&&u.addAssign(t.offsetNode.mul(a)),op(n,()=>{const s=r.add(o.mul(u)),i=id.mul(Sn(s,1)).xyz;let n;null!==t.depthNode&&(Hf.assign(Pp(wp(i.z,ed,td))),e.context.sceneDepthNode=Pp(t.depthNode).toVar()),e.context.positionWorld=s,e.context.shadowPositionWorld=s,e.context.positionView=i,Wf.assign(0),t.scatteringNode&&(n=t.scatteringNode({positionRay:s})),super.start(e),n&&Wf.mulAssign(n);const d=Wf.mul(.01).negate().mul(a).exp();l.mulAssign(d),u.addAssign(a)}),qf.addAssign(l.saturate().oneMinus())}scatteringLight(e,t){const r=t.context.sceneDepthNode;r?ln(r.greaterThanEqual(Hf),()=>{Wf.addAssign(e)}):Wf.addAssign(e)}direct({lightNode:e,lightColor:t},r){if(void 0===e.light.distance)return;const s=t.xyz.toVar();s.mulAssign(e.shadowNode),this.scatteringLight(s,r)}directRectArea({lightColor:e,lightPosition:t,halfWidth:r,halfHeight:s},i){const n=t.add(r).sub(s),a=t.sub(r).sub(s),o=t.sub(r).add(s),u=t.add(r).add(s),l=i.context.positionView,d=e.xyz.mul(Kg({P:l,p0:n,p1:a,p2:o,p3:u})).pow(1.5);this.scatteringLight(d,i)}finish(e){e.context.outgoingLight.assign(qf)}}class Xf extends Xp{static get type(){return"VolumeNodeMaterial"}constructor(e){super(),this.isVolumeNodeMaterial=!0,this.steps=25,this.offsetNode=null,this.scatteringNode=null,this.lights=!0,this.transparent=!0,this.side=w,this.depthTest=!1,this.depthWrite=!1,this.setValues(e)}setupLightingModel(){return new jf}}class Kf{constructor(e,t,r){this.renderer=e,this.nodes=t,this.info=r,this._context="undefined"!=typeof self?self:null,this._animationLoop=null,this._requestId=null}start(){const e=(t,r)=>{this._requestId=this._context.requestAnimationFrame(e),!0===this.info.autoReset&&this.info.reset(),this.nodes.nodeFrame.update(),this.info.frame=this.nodes.nodeFrame.frameId,this.renderer._inspector.begin(),null!==this._animationLoop&&this._animationLoop(t,r),this.renderer._inspector.finish()};e()}stop(){this._context.cancelAnimationFrame(this._requestId),this._requestId=null}getAnimationLoop(){return this._animationLoop}setAnimationLoop(e){this._animationLoop=e}getContext(){return this._context}setContext(e){this._context=e}dispose(){this.stop()}}class Yf{constructor(){this.weakMaps={}}_getWeakMap(e){const t=e.length;let r=this.weakMaps[t];return void 0===r&&(r=new WeakMap,this.weakMaps[t]=r),r}get(e){let t=this._getWeakMap(e);for(let r=0;r{this.dispose()},this.onGeometryDispose=()=>{this.attributes=null,this.attributesId=null},this.material.addEventListener("dispose",this.onMaterialDispose),this.geometry.addEventListener("dispose",this.onGeometryDispose)}updateClipping(e){this.clippingContext=e}get clippingNeedsUpdate(){return null!==this.clippingContext&&this.clippingContext.cacheKey!==this.clippingContextCacheKey&&(this.clippingContextCacheKey=this.clippingContext.cacheKey,!0)}get hardwareClippingPlanes(){return!0===this.material.hardwareClipping?this.clippingContext.unionClippingCount:0}getNodeBuilderState(){return this._nodeBuilderState||(this._nodeBuilderState=this._nodes.getForRender(this))}getMonitor(){return this._monitor||(this._monitor=this.getNodeBuilderState().observer)}getBindings(){return this._bindings||(this._bindings=this.getNodeBuilderState().createBindings())}getBindingGroup(e){for(const t of this.getBindings())if(t.name===e)return t}getIndex(){return this._geometries.getIndex(this)}getIndirect(){return this._geometries.getIndirect(this)}getIndirectOffset(){return this._geometries.getIndirectOffset(this)}getChainArray(){return[this.object,this.material,this.context,this.lightsNode]}setGeometry(e){this.geometry=e,this.attributes=null,this.attributesId=null}getAttributes(){if(null!==this.attributes)return this.attributes;const e=this.getNodeBuilderState().nodeAttributes,t=this.geometry,r=[],s=new Set,i={};for(const n of e){let e;if(n.node&&n.node.attribute?e=n.node.attribute:(e=t.getAttribute(n.name),i[n.name]=e.version),void 0===e)continue;r.push(e);const a=e.isInterleavedBufferAttribute?e.data:e;s.add(a)}return this.attributes=r,this.attributesId=i,this.vertexBuffers=Array.from(s.values()),r}getVertexBuffers(){return null===this.vertexBuffers&&this.getAttributes(),this.vertexBuffers}getDrawParameters(){const{object:e,material:t,geometry:r,group:s,drawRange:i}=this,n=this.drawParams||(this.drawParams={vertexCount:0,firstVertex:0,instanceCount:0,firstInstance:0}),a=this.getIndex(),o=null!==a;let u=1;if(!0===r.isInstancedBufferGeometry?u=r.instanceCount:void 0!==e.count&&(u=Math.max(0,e.count)),0===u)return null;if(n.instanceCount=u,!0===e.isBatchedMesh)return n;let l=1;!0!==t.wireframe||e.isPoints||e.isLineSegments||e.isLine||e.isLineLoop||(l=2);let d=i.start*l,c=(i.start+i.count)*l;null!==s&&(d=Math.max(d,s.start*l),c=Math.min(c,(s.start+s.count)*l));const h=r.attributes.position;let p=1/0;o?p=a.count:null!=h&&(p=h.count),d=Math.max(d,0),c=Math.min(c,p);const g=c-d;return g<0||g===1/0?null:(n.vertexCount=g,n.firstVertex=d,n)}getGeometryCacheKey(){const{geometry:e}=this;let t="";for(const r of Object.keys(e.attributes).sort()){const s=e.attributes[r];t+=r+",",s.data&&(t+=s.data.stride+","),s.offset&&(t+=s.offset+","),s.itemSize&&(t+=s.itemSize+","),s.normalized&&(t+="n,")}for(const r of Object.keys(e.morphAttributes).sort()){const s=e.morphAttributes[r];t+="morph-"+r+",";for(let e=0,r=s.length;e1||Array.isArray(e.morphTargetInfluences))&&(s+=e.uuid+","),s+=this.context.id+",",s+=e.receiveShadow+",",Fs(s)}get needsGeometryUpdate(){if(this.geometry.id!==this.object.geometry.id)return!0;if(null!==this.attributes){const e=this.attributesId;for(const t in e){const r=this.geometry.getAttribute(t);if(void 0===r||e[t]!==r.id)return!0}}return!1}get needsUpdate(){return this.initialNodesCacheKey!==this.getDynamicCacheKey()||this.clippingNeedsUpdate}getDynamicCacheKey(){let e=0;return!0!==this.material.isShadowPassMaterial&&(e=this._nodes.getCacheKey(this.scene,this.lightsNode)),this.camera.isArrayCamera&&(e=Us(e,this.camera.cameras.length)),this.object.receiveShadow&&(e=Us(e,1)),e=Us(e,this.camera.id,this.renderer.contextNode.id,this.renderer.contextNode.version),e}getCacheKey(){return this.getMaterialCacheKey()+this.getDynamicCacheKey()}dispose(){this.material.removeEventListener("dispose",this.onMaterialDispose),this.geometry.removeEventListener("dispose",this.onGeometryDispose),this.onDispose()}}const Jf=[];class ey{constructor(e,t,r,s,i,n){this.renderer=e,this.nodes=t,this.geometries=r,this.pipelines=s,this.bindings=i,this.info=n,this.chainMaps={}}get(e,t,r,s,i,n,a,o){const u=this.getChainMap(o);Jf[0]=e,Jf[1]=t,Jf[2]=n,Jf[3]=i;let l=u.get(Jf);return void 0===l?(l=this.createRenderObject(this.nodes,this.geometries,this.renderer,e,t,r,s,i,n,a,o),u.set(Jf,l)):(l.updateClipping(a),l.needsGeometryUpdate&&l.setGeometry(e.geometry),(l.version!==t.version||l.needsUpdate)&&(l.initialCacheKey!==l.getCacheKey()?(l.dispose(),l=this.get(e,t,r,s,i,n,a,o)):l.version=t.version)),Jf.length=0,l}getChainMap(e="default"){return this.chainMaps[e]||(this.chainMaps[e]=new Yf)}dispose(){this.chainMaps={}}createRenderObject(e,t,r,s,i,n,a,o,u,l,d){const c=this.getChainMap(d),h=new Zf(e,t,r,s,i,n,a,o,u,l);return h.onDispose=()=>{this.pipelines.delete(h),this.bindings.deleteForRender(h),this.nodes.delete(h),c.delete(h.getChainArray())},h}}class ty{constructor(){this.data=new WeakMap}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}delete(e){let t=null;return this.data.has(e)&&(t=this.data.get(e),this.data.delete(e)),t}has(e){return this.data.has(e)}dispose(){this.data=new WeakMap}}const ry=1,sy=2,iy=3,ny=4,ay=16;class oy extends ty{constructor(e){super(),this.backend=e}delete(e){const t=super.delete(e);return null!==t&&this.backend.destroyAttribute(e),t}update(e,t){const r=this.get(e);if(void 0===r.version)t===ry?this.backend.createAttribute(e):t===sy?this.backend.createIndexAttribute(e):t===iy?this.backend.createStorageAttribute(e):t===ny&&this.backend.createIndirectStorageAttribute(e),r.version=this._getBufferAttribute(e).version;else{const t=this._getBufferAttribute(e);(r.version{this.info.memory.geometries--;const s=t.index,i=e.getAttributes();null!==s&&this.attributes.delete(s);for(const e of i)this.attributes.delete(e);const n=this.wireframes.get(t);void 0!==n&&this.attributes.delete(n),t.removeEventListener("dispose",r),this._geometryDisposeListeners.delete(t)};t.addEventListener("dispose",r),this._geometryDisposeListeners.set(t,r)}updateAttributes(e){const t=e.getAttributes();for(const e of t)e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute?this.updateAttribute(e,iy):this.updateAttribute(e,ry);const r=this.getIndex(e);null!==r&&this.updateAttribute(r,sy);const s=e.geometry.indirect;null!==s&&this.updateAttribute(s,ny)}updateAttribute(e,t){const r=this.info.render.calls;e.isInterleavedBufferAttribute?void 0===this.attributeCall.get(e)?(this.attributes.update(e,t),this.attributeCall.set(e,r)):this.attributeCall.get(e.data)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e.data,r),this.attributeCall.set(e,r)):this.attributeCall.get(e)!==r&&(this.attributes.update(e,t),this.attributeCall.set(e,r))}getIndirect(e){return e.geometry.indirect}getIndirectOffset(e){return e.geometry.indirectOffset}getIndex(e){const{geometry:t,material:r}=e;let s=t.index;if(!0===r.wireframe){const e=this.wireframes;let r=e.get(t);void 0===r?(r=ly(t),e.set(t,r)):r.version!==uy(t)&&(this.attributes.delete(r),r=ly(t),e.set(t,r)),s=r}return s}dispose(){for(const[e,t]of this._geometryDisposeListeners.entries())e.removeEventListener("dispose",t);this._geometryDisposeListeners.clear()}}class cy{constructor(){this.autoReset=!0,this.frame=0,this.calls=0,this.render={calls:0,frameCalls:0,drawCalls:0,triangles:0,points:0,lines:0,timestamp:0},this.compute={calls:0,frameCalls:0,timestamp:0},this.memory={geometries:0,textures:0}}update(e,t,r){this.render.drawCalls++,e.isMesh||e.isSprite?this.render.triangles+=r*(t/3):e.isPoints?this.render.points+=r*t:e.isLineSegments?this.render.lines+=r*(t/2):e.isLine?this.render.lines+=r*(t-1):o("WebGPUInfo: Unknown object type.")}reset(){this.render.drawCalls=0,this.render.frameCalls=0,this.compute.frameCalls=0,this.render.triangles=0,this.render.points=0,this.render.lines=0}dispose(){this.reset(),this.calls=0,this.render.calls=0,this.compute.calls=0,this.render.timestamp=0,this.compute.timestamp=0,this.memory.geometries=0,this.memory.textures=0}}class hy{constructor(e){this.cacheKey=e,this.usedTimes=0}}class py extends hy{constructor(e,t,r){super(e),this.vertexProgram=t,this.fragmentProgram=r}}class gy extends hy{constructor(e,t){super(e),this.computeProgram=t,this.isComputePipeline=!0}}let my=0;class fy{constructor(e,t,r,s=null,i=null){this.id=my++,this.code=e,this.stage=t,this.name=r,this.transforms=s,this.attributes=i,this.usedTimes=0}}class yy extends ty{constructor(e,t){super(),this.backend=e,this.nodes=t,this.bindings=null,this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}getForCompute(e,t){const{backend:r}=this,s=this.get(e);if(this._needsComputeUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.computeProgram.usedTimes--);const n=this.nodes.getForCompute(e);let a=this.programs.compute.get(n.computeShader);void 0===a&&(i&&0===i.computeProgram.usedTimes&&this._releaseProgram(i.computeProgram),a=new fy(n.computeShader,"compute",e.name,n.transforms,n.nodeAttributes),this.programs.compute.set(n.computeShader,a),r.createProgram(a));const o=this._getComputeCacheKey(e,a);let u=this.caches.get(o);void 0===u&&(i&&0===i.usedTimes&&this._releasePipeline(i),u=this._getComputePipeline(e,a,o,t)),u.usedTimes++,a.usedTimes++,s.version=e.version,s.pipeline=u}return s.pipeline}getForRender(e,t=null){const{backend:r}=this,s=this.get(e);if(this._needsRenderUpdate(e)){const i=s.pipeline;i&&(i.usedTimes--,i.vertexProgram.usedTimes--,i.fragmentProgram.usedTimes--);const n=e.getNodeBuilderState(),a=e.material?e.material.name:"";let o=this.programs.vertex.get(n.vertexShader);void 0===o&&(i&&0===i.vertexProgram.usedTimes&&this._releaseProgram(i.vertexProgram),o=new fy(n.vertexShader,"vertex",a),this.programs.vertex.set(n.vertexShader,o),r.createProgram(o));let u=this.programs.fragment.get(n.fragmentShader);void 0===u&&(i&&0===i.fragmentProgram.usedTimes&&this._releaseProgram(i.fragmentProgram),u=new fy(n.fragmentShader,"fragment",a),this.programs.fragment.set(n.fragmentShader,u),r.createProgram(u));const l=this._getRenderCacheKey(e,o,u);let d=this.caches.get(l);void 0===d?(i&&0===i.usedTimes&&this._releasePipeline(i),d=this._getRenderPipeline(e,o,u,l,t)):e.pipeline=d,d.usedTimes++,o.usedTimes++,u.usedTimes++,s.pipeline=d}return s.pipeline}delete(e){const t=this.get(e).pipeline;return t&&(t.usedTimes--,0===t.usedTimes&&this._releasePipeline(t),t.isComputePipeline?(t.computeProgram.usedTimes--,0===t.computeProgram.usedTimes&&this._releaseProgram(t.computeProgram)):(t.fragmentProgram.usedTimes--,t.vertexProgram.usedTimes--,0===t.vertexProgram.usedTimes&&this._releaseProgram(t.vertexProgram),0===t.fragmentProgram.usedTimes&&this._releaseProgram(t.fragmentProgram))),super.delete(e)}dispose(){super.dispose(),this.caches=new Map,this.programs={vertex:new Map,fragment:new Map,compute:new Map}}updateForRender(e){this.getForRender(e)}_getComputePipeline(e,t,r,s){r=r||this._getComputeCacheKey(e,t);let i=this.caches.get(r);return void 0===i&&(i=new gy(r,t),this.caches.set(r,i),this.backend.createComputePipeline(i,s)),i}_getRenderPipeline(e,t,r,s,i){s=s||this._getRenderCacheKey(e,t,r);let n=this.caches.get(s);return void 0===n&&(n=new py(s,t,r),this.caches.set(s,n),e.pipeline=n,this.backend.createRenderPipeline(e,i)),n}_getComputeCacheKey(e,t){return e.id+","+t.id}_getRenderCacheKey(e,t,r){return t.id+","+r.id+","+this.backend.getRenderCacheKey(e)}_releasePipeline(e){this.caches.delete(e.cacheKey)}_releaseProgram(e){const t=e.code,r=e.stage;this.programs[r].delete(t)}_needsComputeUpdate(e){const t=this.get(e);return void 0===t.pipeline||t.version!==e.version}_needsRenderUpdate(e){return void 0===this.get(e).pipeline||this.backend.needsRenderUpdate(e)}}class by extends ty{constructor(e,t,r,s,i,n){super(),this.backend=e,this.textures=r,this.pipelines=i,this.attributes=s,this.nodes=t,this.info=n,this.pipelines.bindings=this}getForRender(e){const t=e.getBindings();for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}getForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t){const r=this.get(e);void 0===r.bindGroup&&(this._init(e),this.backend.createBindings(e,t,0),r.bindGroup=e)}return t}updateForCompute(e){this._updateBindings(this.getForCompute(e))}updateForRender(e){this._updateBindings(this.getForRender(e))}deleteForCompute(e){const t=this.nodes.getForCompute(e).bindings;for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}deleteForRender(e){const t=e.getBindings();for(const e of t)this.backend.deleteBindGroupData(e),this.delete(e)}_updateBindings(e){for(const t of e)this._update(t,e)}_init(e){for(const t of e.bindings)if(t.isSampledTexture)this.textures.updateTexture(t.texture);else if(t.isSampler)this.textures.updateSampler(t.texture);else if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}}_update(e,t){const{backend:r}=this;let s=!1,i=!0,n=0,a=0;for(const t of e.bindings){if(!1!==this.nodes.updateGroup(t)){if(t.isStorageBuffer){const e=t.attribute,r=e.isIndirectStorageBufferAttribute?ny:iy;this.attributes.update(e,r)}if(t.isUniformBuffer){t.update()&&r.updateBinding(t)}else if(t.isSampledTexture){const e=t.update(),o=t.texture,u=this.textures.get(o);e&&(this.textures.updateTexture(o),t.generation!==u.generation&&(t.generation=u.generation,s=!0,i=!1));if(void 0!==r.get(o).externalTexture||u.isDefaultTexture?i=!1:(n=10*n+o.id,a+=o.version),!0===o.isStorageTexture&&!0===o.mipmapsAutoUpdate){const e=this.get(o);!0===t.store?e.needsMipmap=!0:this.textures.needsMipmaps(o)&&!0===e.needsMipmap&&(this.backend.generateMipmaps(o),e.needsMipmap=!1)}}else if(t.isSampler){if(t.update()){const e=this.textures.updateSampler(t.texture);t.samplerKey!==e&&(t.samplerKey=e,s=!0,i=!1)}}}}!0===s&&this.backend.updateBindings(e,t,i?n:0,a)}}function xy(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?e.z-t.z:e.id-t.id}function Ty(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?t.z-e.z:e.id-t.id}function _y(e){return(e.transmission>0||e.transmissionNode&&e.transmissionNode.isNode)&&e.side===C&&!1===e.forceSinglePass}class vy{constructor(e,t,r){this.renderItems=[],this.renderItemsIndex=0,this.opaque=[],this.transparentDoublePass=[],this.transparent=[],this.bundles=[],this.lightsNode=e.getNode(t,r),this.lightsArray=[],this.scene=t,this.camera=r,this.occlusionQueryCount=0}begin(){return this.renderItemsIndex=0,this.opaque.length=0,this.transparentDoublePass.length=0,this.transparent.length=0,this.bundles.length=0,this.lightsArray.length=0,this.occlusionQueryCount=0,this}getNextRenderItem(e,t,r,s,i,n,a){let o=this.renderItems[this.renderItemsIndex];return void 0===o?(o={id:e.id,object:e,geometry:t,material:r,groupOrder:s,renderOrder:e.renderOrder,z:i,group:n,clippingContext:a},this.renderItems[this.renderItemsIndex]=o):(o.id=e.id,o.object=e,o.geometry=t,o.material=r,o.groupOrder=s,o.renderOrder=e.renderOrder,o.z=i,o.group=n,o.clippingContext=a),this.renderItemsIndex++,o}push(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===e.occlusionTest&&this.occlusionQueryCount++,!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.push(o),this.transparent.push(o)):this.opaque.push(o)}unshift(e,t,r,s,i,n,a){const o=this.getNextRenderItem(e,t,r,s,i,n,a);!0===r.transparent||r.transmission>0||r.transmissionNode&&r.transmissionNode.isNode||r.backdropNode&&r.backdropNode.isNode?(_y(r)&&this.transparentDoublePass.unshift(o),this.transparent.unshift(o)):this.opaque.unshift(o)}pushBundle(e){this.bundles.push(e)}pushLight(e){this.lightsArray.push(e)}sort(e,t){this.opaque.length>1&&this.opaque.sort(e||xy),this.transparentDoublePass.length>1&&this.transparentDoublePass.sort(t||Ty),this.transparent.length>1&&this.transparent.sort(t||Ty)}finish(){this.lightsNode.setLights(this.lightsArray);for(let e=this.renderItemsIndex,t=this.renderItems.length;e>t,u=a.height>>t;let l=e.depthTexture||i[t];const d=!0===e.depthBuffer||!0===e.stencilBuffer;let c=!1;void 0===l&&d&&(l=new X,l.format=e.stencilBuffer?Ie:Oe,l.type=e.stencilBuffer?Ve:S,l.image.width=o,l.image.height=u,l.image.depth=a.depth,l.renderTarget=e,l.isArrayTexture=!0===e.multiview&&a.depth>1,i[t]=l),r.width===a.width&&a.height===r.height||(c=!0,l&&(l.needsUpdate=!0,l.image.width=o,l.image.height=u,l.image.depth=l.isArrayTexture?l.image.depth:1)),r.width=a.width,r.height=a.height,r.textures=n,r.depthTexture=l||null,r.depth=e.depthBuffer,r.stencil=e.stencilBuffer,r.renderTarget=e,r.sampleCount!==s&&(c=!0,l&&(l.needsUpdate=!0),r.sampleCount=s);const h={sampleCount:s};if(!0!==e.isXRRenderTarget){for(let e=0;e{this._destroyRenderTarget(e)},e.addEventListener("dispose",r.onDispose))}updateTexture(e,t={}){const r=this.get(e);if(!0===r.initialized&&r.version===e.version)return;const s=e.isRenderTargetTexture||e.isDepthTexture||e.isFramebufferTexture,i=this.backend;if(s&&!0===r.initialized&&i.destroyTexture(e),e.isFramebufferTexture){const t=this.renderer.getRenderTarget();e.type=t?t.texture.type:ke}const{width:n,height:a,depth:o}=this.getSize(e);if(t.width=n,t.height=a,t.depth=o,t.needsMipmaps=this.needsMipmaps(e),t.levels=t.needsMipmaps?this.getMipLevels(e,n,a):1,e.isCubeTexture&&e.mipmaps.length>0&&t.levels++,s||!0===e.isStorageTexture||!0===e.isExternalTexture)i.createTexture(e,t),r.generation=e.version;else if(e.version>0){const s=e.image;if(void 0===s)d("Renderer: Texture marked for update but image is undefined.");else if(!1===s.complete)d("Renderer: Texture marked for update but image is incomplete.");else{if(e.images){const r=[];for(const t of e.images)r.push(t);t.images=r}else t.image=s;void 0!==r.isDefaultTexture&&!0!==r.isDefaultTexture||(i.createTexture(e,t),r.isDefaultTexture=!1,r.generation=e.version),!0===e.source.dataReady&&i.updateTexture(e,t);const n=!0===e.isStorageTexture&&!1===e.mipmapsAutoUpdate;t.needsMipmaps&&0===e.mipmaps.length&&!n&&i.generateMipmaps(e),e.onUpdate&&e.onUpdate(e)}}else i.createDefaultTexture(e),r.isDefaultTexture=!0,r.generation=e.version;!0!==r.initialized&&(r.initialized=!0,r.generation=e.version,this.info.memory.textures++,e.isVideoTexture&&!0===p.enabled&&p.getTransfer(e.colorSpace)!==g&&d("WebGPURenderer: Video textures must use a color space with a sRGB transfer function, e.g. SRGBColorSpace."),r.onDispose=()=>{this._destroyTexture(e)},e.addEventListener("dispose",r.onDispose)),r.version=e.version}updateSampler(e){return this.backend.updateSampler(e)}getSize(e,t=Ly){let r=e.images?e.images[0]:e.image;return r?(void 0!==r.image&&(r=r.image),"undefined"!=typeof HTMLVideoElement&&r instanceof HTMLVideoElement?(t.width=r.videoWidth||1,t.height=r.videoHeight||1,t.depth=1):"undefined"!=typeof VideoFrame&&r instanceof VideoFrame?(t.width=r.displayWidth||1,t.height=r.displayHeight||1,t.depth=1):(t.width=r.width||1,t.height=r.height||1,t.depth=e.isCubeTexture?6:r.depth||1)):t.width=t.height=t.depth=1,t}getMipLevels(e,t,r){let s;return s=e.mipmaps.length>0?e.mipmaps.length:!0===e.isCompressedTexture?1:Math.floor(Math.log2(Math.max(t,r)))+1,s}needsMipmaps(e){return!0===e.generateMipmaps||e.mipmaps.length>0}_destroyRenderTarget(e){if(!0===this.has(e)){const t=this.get(e),r=t.textures,s=t.depthTexture;e.removeEventListener("dispose",t.onDispose);for(let e=0;e=2)for(let r=0;r{if(this._currentNode=t,!t.isVarNode||!t.isIntent(e)||!0===t.isAssign(e))if("setup"===s)t.build(e);else if("analyze"===s)t.build(e,this);else if("generate"===s){const r=e.getDataFromNode(t,"any").stages,s=r&&r[e.shaderStage];if(t.isVarNode&&s&&1===s.length&&s[0]&&s[0].isStackNode)return;t.build(e,"void")}},n=[...this.nodes];for(const e of n)i(e);this._currentNode=null;const a=this.nodes.filter(e=>-1===n.indexOf(e));for(const e of a)i(e);let o;return o=this.hasOutput?this.outputNode.build(e,...t):super.build(e,...t),on(r),e.removeActiveStack(this),o}}const Iy=en(Uy).setParameterLength(0,1);class Oy extends ai{static get type(){return"StructTypeNode"}constructor(e,t=null){var r;super("struct"),this.membersLayout=(r=e,Object.entries(r).map(([e,t])=>"string"==typeof t?{name:e,type:t,atomic:!1}:{name:e,type:t.type,atomic:t.atomic||!1})),this.name=t,this.isStructLayoutNode=!0}getLength(){const e=Float32Array.BYTES_PER_ELEMENT;let t=1,r=0;for(const s of this.membersLayout){const i=s.type,n=zs(i),a=$s(i)/e;t=Math.max(t,a);const o=r%t%a;0!==o&&(r+=a-o),r+=n}return Math.ceil(r/t)*t}getMemberType(e,t){const r=this.membersLayout.find(e=>e.name===t);return r?r.type:"void"}getNodeType(e){return e.getStructTypeFromNode(this,this.membersLayout,this.name).name}setup(e){e.getStructTypeFromNode(this,this.membersLayout,this.name),e.addInclude(this)}generate(e){return this.getNodeType(e)}}class Vy extends ai{static get type(){return"StructNode"}constructor(e,t){super("vec3"),this.structTypeNode=e,this.values=t,this.isStructNode=!0}getNodeType(e){return this.structTypeNode.getNodeType(e)}getMemberType(e,t){return this.structTypeNode.getMemberType(e,t)}generate(e){const t=e.getVarFromNode(this),r=t.type,s=e.getPropertyName(t);return e.addLineFlowCode(`${s} = ${e.generateStruct(r,this.structTypeNode.membersLayout,this.values)}`,this),t.name}}class ky extends ai{static get type(){return"OutputStructNode"}constructor(...e){super(),this.members=e,this.isOutputStructNode=!0}getNodeType(e){const t=e.getNodeProperties(this);if(void 0===t.membersLayout){const r=this.members,s=[];for(let t=0;tnew Hy(e,"uint","float"),Xy={};class Ky extends eo{static get type(){return"BitcountNode"}constructor(e,t){super(e,t),this.isBitcountNode=!0}_resolveElementType(e,t,r){"int"===r?t.assign(qy(e,"uint")):t.assign(e)}_returnDataNode(e){switch(e){case"uint":return gn;case"int":return pn;case"uvec2":return bn;case"uvec3":return vn;case"uvec4":return An;case"ivec2":return yn;case"ivec3":return _n;case"ivec4":return Rn}}_createTrailingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t);const i=hn(s.bitAnd(Bo(s))),n=jy(i).shiftRight(23).sub(127);return r(n)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createLeadingZerosBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{ln(e.equal(gn(0)),()=>gn(32));const s=gn(0),i=gn(0);return this._resolveElementType(e,s,t),ln(s.shiftRight(16).equal(0),()=>{i.addAssign(16),s.shiftLeftAssign(16)}),ln(s.shiftRight(24).equal(0),()=>{i.addAssign(8),s.shiftLeftAssign(8)}),ln(s.shiftRight(28).equal(0),()=>{i.addAssign(4),s.shiftLeftAssign(4)}),ln(s.shiftRight(30).equal(0),()=>{i.addAssign(2),s.shiftLeftAssign(2)}),ln(s.shiftRight(31).equal(0),()=>{i.addAssign(1)}),r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createOneBitsBaseLayout(e,t){const r=this._returnDataNode(t);return an(([e])=>{const s=gn(0);this._resolveElementType(e,s,t),s.assign(s.sub(s.shiftRight(gn(1)).bitAnd(gn(1431655765)))),s.assign(s.bitAnd(gn(858993459)).add(s.shiftRight(gn(2)).bitAnd(gn(858993459))));const i=s.add(s.shiftRight(gn(4))).bitAnd(gn(252645135)).mul(gn(16843009)).shiftRight(gn(24));return r(i)}).setLayout({name:e,type:t,inputs:[{name:"value",type:t}]})}_createMainLayout(e,t,r,s){const i=this._returnDataNode(t);return an(([e])=>{if(1===r)return i(s(e));{const t=i(0),n=["x","y","z","w"];for(let i=0;id(r))()}}Ky.COUNT_TRAILING_ZEROS="countTrailingZeros",Ky.COUNT_LEADING_ZEROS="countLeadingZeros",Ky.COUNT_ONE_BITS="countOneBits";const Yy=rn(Ky,Ky.COUNT_TRAILING_ZEROS).setParameterLength(1),Qy=rn(Ky,Ky.COUNT_LEADING_ZEROS).setParameterLength(1),Zy=rn(Ky,Ky.COUNT_ONE_BITS).setParameterLength(1),Jy=an(([e])=>{const t=e.toUint().mul(747796405).add(2891336453),r=t.shiftRight(t.shiftRight(28).add(4)).bitXor(t).mul(277803737);return r.shiftRight(22).bitXor(r).toFloat().mul(1/2**32)}),eb=(e,t)=>Qo(Ma(4,e.mul(Ca(1,e))),t);class tb extends li{static get type(){return"PackFloatNode"}constructor(e,t){super(),this.vectorNode=t,this.encoding=e,this.isPackFloatNode=!0}getNodeType(){return"uint"}generate(e){const t=this.vectorNode.getNodeType(e);return`${e.getFloatPackingMethod(this.encoding)}(${this.vectorNode.build(e,t)})`}}const rb=rn(tb,"snorm").setParameterLength(1),sb=rn(tb,"unorm").setParameterLength(1),ib=rn(tb,"float16").setParameterLength(1);class nb extends li{static get type(){return"UnpackFloatNode"}constructor(e,t){super(),this.uintNode=t,this.encoding=e,this.isUnpackFloatNode=!0}getNodeType(){return"vec2"}generate(e){const t=this.uintNode.getNodeType(e);return`${e.getFloatUnpackingMethod(this.encoding)}(${this.uintNode.build(e,t)})`}}const ab=rn(nb,"snorm").setParameterLength(1),ob=rn(nb,"unorm").setParameterLength(1),ub=rn(nb,"float16").setParameterLength(1),lb=an(([e])=>e.fract().sub(.5).abs()).setLayout({name:"tri",type:"float",inputs:[{name:"x",type:"float"}]}),db=an(([e])=>Tn(lb(e.z.add(lb(e.y.mul(1)))),lb(e.z.add(lb(e.x.mul(1)))),lb(e.y.add(lb(e.x.mul(1)))))).setLayout({name:"tri3",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),cb=an(([e,t,r])=>{const s=Tn(e).toVar(),i=hn(1.4).toVar(),n=hn(0).toVar(),a=Tn(s).toVar();return op({start:hn(0),end:hn(3),type:"float",condition:"<="},()=>{const e=Tn(db(a.mul(2))).toVar();s.addAssign(e.add(r.mul(hn(.1).mul(t)))),a.mulAssign(1.8),i.mulAssign(1.5),s.mulAssign(1.2);const o=hn(lb(s.z.add(lb(s.x.add(lb(s.y)))))).toVar();n.addAssign(o.div(i)),a.addAssign(.14)}),n}).setLayout({name:"triNoise3D",type:"float",inputs:[{name:"position",type:"vec3"},{name:"speed",type:"float"},{name:"time",type:"float"}]});class hb extends ai{static get type(){return"FunctionOverloadingNode"}constructor(e=[],...t){super(),this.functionNodes=e,this.parametersNodes=t,this._candidateFn=null,this.global=!0}getNodeType(e){return this.getCandidateFn(e).shaderNode.layout.type}getCandidateFn(e){const t=this.parametersNodes;let r=this._candidateFn;if(null===r){let s=null,i=-1;for(const r of this.functionNodes){const n=r.shaderNode.layout;if(null===n)throw new Error("FunctionOverloadingNode: FunctionNode must be a layout.");const a=n.inputs;if(t.length===a.length){let n=0;for(let r=0;ri&&(s=r,i=n)}}this._candidateFn=r=s}return r}setup(e){return this.getCandidateFn(e)(...this.parametersNodes)}}const pb=en(hb),gb=e=>(...t)=>pb(e,...t),mb=xa(0).setGroup(fa).onRenderUpdate(e=>e.time),fb=xa(0).setGroup(fa).onRenderUpdate(e=>e.deltaTime),yb=xa(0,"uint").setGroup(fa).onRenderUpdate(e=>e.frameId);const bb=an(([e,t,r=fn(.5)])=>Ff(e.sub(r),t).add(r)),xb=an(([e,t,r=fn(.5)])=>{const s=e.sub(r),i=s.dot(s),n=i.mul(i).mul(t);return e.add(s.mul(n))}),Tb=an(({position:e=null,horizontal:t=!0,vertical:r=!1})=>{let s;null!==e?(s=xd.toVar(),s[3][0]=e.x,s[3][1]=e.y,s[3][2]=e.z):s=xd;const i=id.mul(s);return ji(t)&&(i[0][0]=xd[0].length(),i[0][1]=0,i[0][2]=0),ji(r)&&(i[1][0]=0,i[1][1]=xd[1].length(),i[1][2]=0),i[2][0]=0,i[2][1]=0,i[2][2]=1,rd.mul(i).mul(Bd)}),_b=an(([e=null])=>{const t=Pp();return Pp(Rp(e)).sub(t).lessThan(0).select(Hl,e)});class vb extends ai{static get type(){return"SpriteSheetUVNode"}constructor(e,t=Rl(),r=hn(0)){super("vec2"),this.countNode=e,this.uvNode=t,this.frameNode=r}setup(){const{frameNode:e,uvNode:t,countNode:r}=this,{width:s,height:i}=r,n=e.mod(s.mul(i)).floor(),a=n.mod(s),o=i.sub(n.add(1).div(s).ceil()),u=r.reciprocal(),l=fn(a,o);return t.add(l).mul(u)}}const Nb=en(vb).setParameterLength(3),Sb=an(([e,t=null,r=null,s=hn(1),i=Bd,n=zd])=>{let a=n.abs().normalize();a=a.div(a.dot(Tn(1)));const o=i.yz.mul(s),u=i.zx.mul(s),l=i.xy.mul(s),d=e.value,c=null!==t?t.value:d,h=null!==r?r.value:d,p=Pl(d,o).mul(a.x),g=Pl(c,u).mul(a.y),m=Pl(h,l).mul(a.z);return wa(p,g,m)}),Rb=new Ge,Ab=new r,Eb=new r,wb=new r,Cb=new a,Mb=new r(0,0,-1),Bb=new s,Lb=new r,Pb=new r,Fb=new s,Db=new t,Ub=new _e,Ib=Hl.flipX();Ub.depthTexture=new X(1,1);let Ob=!1;class Vb extends Bl{static get type(){return"ReflectorNode"}constructor(e={}){super(e.defaultTexture||Ub.texture,Ib),this._reflectorBaseNode=e.reflector||new kb(this,e),this._depthNode=null,this.setUpdateMatrix(!1)}get reflector(){return this._reflectorBaseNode}get target(){return this._reflectorBaseNode.target}getDepthNode(){if(null===this._depthNode){if(!0!==this._reflectorBaseNode.depth)throw new Error("THREE.ReflectorNode: Depth node can only be requested when the reflector is created with { depth: true }. ");this._depthNode=Yi(new Vb({defaultTexture:Ub.depthTexture,reflector:this._reflectorBaseNode}))}return this._depthNode}setup(e){return e.object.isQuadMesh||this._reflectorBaseNode.build(e),super.setup(e)}clone(){const e=new this.constructor(this.reflectorNode);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e._reflectorBaseNode=this._reflectorBaseNode,e}dispose(){super.dispose(),this._reflectorBaseNode.dispose()}}class kb extends ai{static get type(){return"ReflectorBaseNode"}constructor(e,t={}){super();const{target:r=new ze,resolutionScale:s=1,generateMipmaps:i=!1,bounces:n=!0,depth:a=!1,samples:o=0}=t;this.textureNode=e,this.target=r,this.resolutionScale=s,void 0!==t.resolution&&(v('ReflectorNode: The "resolution" parameter has been renamed to "resolutionScale".'),this.resolutionScale=t.resolution),this.generateMipmaps=i,this.bounces=n,this.depth=a,this.samples=o,this.updateBeforeType=n?Qs.RENDER:Qs.FRAME,this.virtualCameras=new WeakMap,this.renderTargets=new Map,this.forceUpdate=!1,this.hasOutput=!1}_updateResolution(e,t){const r=this.resolutionScale;t.getDrawingBufferSize(Db),e.setSize(Math.round(Db.width*r),Math.round(Db.height*r))}setup(e){return this._updateResolution(Ub,e.renderer),super.setup(e)}dispose(){super.dispose();for(const e of this.renderTargets.values())e.dispose()}getVirtualCamera(e){let t=this.virtualCameras.get(e);return void 0===t&&(t=e.clone(),this.virtualCameras.set(e,t)),t}getRenderTarget(e){let t=this.renderTargets.get(e);return void 0===t&&(t=new _e(0,0,{type:fe,samples:this.samples}),!0===this.generateMipmaps&&(t.texture.minFilter=$e,t.texture.generateMipmaps=!0),!0===this.depth&&(t.depthTexture=new X),this.renderTargets.set(e,t)),t}updateBefore(e){if(!1===this.bounces&&Ob)return!1;Ob=!0;const{scene:t,camera:r,renderer:s,material:i}=e,{target:n}=this,a=this.getVirtualCamera(r),o=this.getRenderTarget(a);s.getDrawingBufferSize(Db),this._updateResolution(o,s),Eb.setFromMatrixPosition(n.matrixWorld),wb.setFromMatrixPosition(r.matrixWorld),Cb.extractRotation(n.matrixWorld),Ab.set(0,0,1),Ab.applyMatrix4(Cb),Lb.subVectors(Eb,wb);let u=!1;if(!0===Lb.dot(Ab)>0&&!1===this.forceUpdate){if(!1===this.hasOutput)return void(Ob=!1);u=!0}Lb.reflect(Ab).negate(),Lb.add(Eb),Cb.extractRotation(r.matrixWorld),Mb.set(0,0,-1),Mb.applyMatrix4(Cb),Mb.add(wb),Pb.subVectors(Eb,Mb),Pb.reflect(Ab).negate(),Pb.add(Eb),a.coordinateSystem=r.coordinateSystem,a.position.copy(Lb),a.up.set(0,1,0),a.up.applyMatrix4(Cb),a.up.reflect(Ab),a.lookAt(Pb),a.near=r.near,a.far=r.far,a.updateMatrixWorld(),a.projectionMatrix.copy(r.projectionMatrix),Rb.setFromNormalAndCoplanarPoint(Ab,Eb),Rb.applyMatrix4(a.matrixWorldInverse),Bb.set(Rb.normal.x,Rb.normal.y,Rb.normal.z,Rb.constant);const l=a.projectionMatrix;Fb.x=(Math.sign(Bb.x)+l.elements[8])/l.elements[0],Fb.y=(Math.sign(Bb.y)+l.elements[9])/l.elements[5],Fb.z=-1,Fb.w=(1+l.elements[10])/l.elements[14],Bb.multiplyScalar(1/Bb.dot(Fb));l.elements[2]=Bb.x,l.elements[6]=Bb.y,l.elements[10]=s.coordinateSystem===h?Bb.z-0:Bb.z+1-0,l.elements[14]=Bb.w,this.textureNode.value=o.texture,!0===this.depth&&(this.textureNode.getDepthNode().value=o.depthTexture),i.visible=!1;const d=s.getRenderTarget(),c=s.getMRT(),p=s.autoClear;s.setMRT(null),s.setRenderTarget(o),s.autoClear=!0;const g=t.name;t.name=(t.name||"Scene")+" [ Reflector ]",u?(s.clear(),this.hasOutput=!1):(s.render(t,a),this.hasOutput=!0),t.name=g,s.setMRT(c),s.setRenderTarget(d),s.autoClear=p,i.visible=!0,Ob=!1,this.forceUpdate=!1}get resolution(){return v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale}set resolution(e){v('ReflectorNode: The "resolution" property has been renamed to "resolutionScale".'),this.resolutionScale=e}}const Gb=new xe(-1,1,1,-1,0,1);class zb extends be{constructor(e=!1){super();const t=!1===e?[0,-1,0,1,2,1]:[0,2,0,0,2,0];this.setAttribute("position",new We([-1,3,0,-1,-1,0,3,-1,0],3)),this.setAttribute("uv",new We(t,2))}}const $b=new zb;class Wb extends se{constructor(e=null){super($b,e),this.camera=Gb,this.isQuadMesh=!0}async renderAsync(e){v('QuadMesh: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await e.init(),e.render(this,Gb)}render(e){e.render(this,Gb)}}const Hb=new t;class qb extends Bl{static get type(){return"RTTNode"}constructor(e,t=null,r=null,s={type:fe}){const i=new _e(t,r,s);super(i.texture,Rl()),this.isRTTNode=!0,this.node=e,this.width=t,this.height=r,this.pixelRatio=1,this.renderTarget=i,this.textureNeedsUpdate=!0,this.autoUpdate=!0,this._rttNode=null,this._quadMesh=new Wb(new Xp),this.updateBeforeType=Qs.RENDER}get autoResize(){return null===this.width}setup(e){return this._rttNode=this.node.context(e.getSharedContext()),this._quadMesh.material.name="RTT",this._quadMesh.material.needsUpdate=!0,super.setup(e)}setSize(e,t){this.width=e,this.height=t;const r=e*this.pixelRatio,s=t*this.pixelRatio;this.renderTarget.setSize(r,s),this.textureNeedsUpdate=!0}setPixelRatio(e){this.pixelRatio=e,this.setSize(this.width,this.height)}updateBefore({renderer:e}){if(!1===this.textureNeedsUpdate&&!1===this.autoUpdate)return;if(this.textureNeedsUpdate=!1,!0===this.autoResize){const t=e.getPixelRatio(),r=e.getSize(Hb),s=Math.floor(r.width*t),i=Math.floor(r.height*t);s===this.renderTarget.width&&i===this.renderTarget.height||(this.renderTarget.setSize(s,i),this.textureNeedsUpdate=!0)}let t="RTT";this.node.name&&(t=this.node.name+" [ "+t+" ]"),this._quadMesh.material.fragmentNode=this._rttNode,this._quadMesh.name=t;const r=e.getRenderTarget();e.setRenderTarget(this.renderTarget),this._quadMesh.render(e),e.setRenderTarget(r)}clone(){const e=new Bl(this.value,this.uvNode,this.levelNode);return e.sampler=this.sampler,e.referenceNode=this,e}}const jb=(e,...t)=>Yi(new qb(Yi(e),...t)),Xb=an(([e,t,r],s)=>{let i;s.renderer.coordinateSystem===h?(e=fn(e.x,e.y.oneMinus()).mul(2).sub(1),i=Sn(Tn(e,t),1)):i=Sn(Tn(e.x,e.y.oneMinus(),t).mul(2).sub(1),1);const n=Sn(r.mul(i));return n.xyz.div(n.w)}),Kb=an(([e,t])=>{const r=t.mul(Sn(e,1)),s=r.xy.div(r.w).mul(.5).add(.5).toVar();return fn(s.x,s.y.oneMinus())}),Yb=an(([e,t,r])=>{const s=El(Fl(t)),i=yn(e.mul(s)).toVar(),n=Fl(t,i).toVar(),a=Fl(t,i.sub(yn(2,0))).toVar(),o=Fl(t,i.sub(yn(1,0))).toVar(),u=Fl(t,i.add(yn(1,0))).toVar(),l=Fl(t,i.add(yn(2,0))).toVar(),d=Fl(t,i.add(yn(0,2))).toVar(),c=Fl(t,i.add(yn(0,1))).toVar(),h=Fl(t,i.sub(yn(0,1))).toVar(),p=Fl(t,i.sub(yn(0,2))).toVar(),g=wo(Ca(hn(2).mul(o).sub(a),n)).toVar(),m=wo(Ca(hn(2).mul(u).sub(l),n)).toVar(),f=wo(Ca(hn(2).mul(c).sub(d),n)).toVar(),y=wo(Ca(hn(2).mul(h).sub(p),n)).toVar(),b=Xb(e,n,r).toVar(),x=g.lessThan(m).select(b.sub(Xb(e.sub(fn(hn(1).div(s.x),0)),o,r)),b.negate().add(Xb(e.add(fn(hn(1).div(s.x),0)),u,r))),T=f.lessThan(y).select(b.sub(Xb(e.add(fn(0,hn(1).div(s.y))),c,r)),b.negate().add(Xb(e.sub(fn(0,hn(1).div(s.y))),h,r)));return To(Yo(x,T))}),Qb=an(([e])=>_o(hn(52.9829189).mul(_o(Ko(e,fn(.06711056,.00583715)))))).setLayout({name:"interleavedGradientNoise",type:"float",inputs:[{name:"position",type:"vec2"}]}),Zb=an(([e,t,r])=>{const s=hn(2.399963229728653),i=fo(hn(e).add(.5).div(hn(t))),n=hn(e).mul(s).add(r);return fn(No(n),vo(n)).mul(i)}).setLayout({name:"vogelDiskSample",type:"vec2",inputs:[{name:"sampleIndex",type:"int"},{name:"samplesCount",type:"int"},{name:"phi",type:"float"}]});class Jb extends ai{static get type(){return"SampleNode"}constructor(e,t=null){super(),this.callback=e,this.uvNode=t,this.isSampleNode=!0}setup(){return this.sample(Rl())}sample(e){return this.callback(e)}}class ex extends ai{static get type(){return"EventNode"}constructor(e,t){super("void"),this.eventType=e,this.callback=t,e===ex.OBJECT?this.updateType=Qs.OBJECT:e===ex.MATERIAL?this.updateType=Qs.RENDER:e===ex.BEFORE_OBJECT?this.updateBeforeType=Qs.OBJECT:e===ex.BEFORE_MATERIAL&&(this.updateBeforeType=Qs.RENDER)}update(e){this.callback(e)}updateBefore(e){this.callback(e)}}ex.OBJECT="object",ex.MATERIAL="material",ex.BEFORE_OBJECT="beforeObject",ex.BEFORE_MATERIAL="beforeMaterial";const tx=(e,t)=>new ex(e,t).toStack();class rx extends ${constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageInstancedBufferAttribute=!0}}class sx extends Re{constructor(e,t,r=Float32Array){super(ArrayBuffer.isView(e)?e:new r(e*t),t),this.isStorageBufferAttribute=!0}}class ix extends ai{static get type(){return"PointUVNode"}constructor(){super("vec2"),this.isPointUVNode=!0}generate(){return"vec2( gl_PointCoord.x, 1.0 - gl_PointCoord.y )"}}const nx=tn(ix),ax=new M,ox=new a;class ux extends ai{static get type(){return"SceneNode"}constructor(e=ux.BACKGROUND_BLURRINESS,t=null){super(),this.scope=e,this.scene=t}setup(e){const t=this.scope,r=null!==this.scene?this.scene:e.scene;let s;return t===ux.BACKGROUND_BLURRINESS?s=mc("backgroundBlurriness","float",r):t===ux.BACKGROUND_INTENSITY?s=mc("backgroundIntensity","float",r):t===ux.BACKGROUND_ROTATION?s=xa("mat4").setName("backgroundRotation").setGroup(fa).onRenderUpdate(()=>{const e=r.background;return null!==e&&e.isTexture&&e.mapping!==He?(ax.copy(r.backgroundRotation),ax.x*=-1,ax.y*=-1,ax.z*=-1,ox.makeRotationFromEuler(ax)):ox.identity(),ox}):o("SceneNode: Unknown scope:",t),s}}ux.BACKGROUND_BLURRINESS="backgroundBlurriness",ux.BACKGROUND_INTENSITY="backgroundIntensity",ux.BACKGROUND_ROTATION="backgroundRotation";const lx=tn(ux,ux.BACKGROUND_BLURRINESS),dx=tn(ux,ux.BACKGROUND_INTENSITY),cx=tn(ux,ux.BACKGROUND_ROTATION);class hx extends Bl{static get type(){return"StorageTextureNode"}constructor(e,t,r=null){super(e,t),this.storeNode=r,this.mipLevel=0,this.isStorageTextureNode=!0,this.access=Js.WRITE_ONLY}getInputType(){return"storageTexture"}setup(e){super.setup(e);const t=e.getNodeProperties(this);return t.storeNode=this.storeNode,t}setAccess(e){return this.access=e,this}setMipLevel(e){return this.mipLevel=e,this}generate(e,t){let r;return r=null!==this.storeNode?this.generateStore(e):super.generate(e,t),r}toReadWrite(){return this.setAccess(Js.READ_WRITE)}toReadOnly(){return this.setAccess(Js.READ_ONLY)}toWriteOnly(){return this.setAccess(Js.WRITE_ONLY)}generateStore(e){const t=e.getNodeProperties(this),{uvNode:r,storeNode:s,depthNode:i}=t,n=super.generate(e,"property"),a=r.build(e,!0===this.value.is3DTexture?"uvec3":"uvec2"),o=s.build(e,"vec4"),u=i?i.build(e,"int"):null,l=e.generateTextureStore(e,n,a,u,o);e.addLineFlowCode(l,this)}clone(){const e=super.clone();return e.storeNode=this.storeNode,e.mipLevel=this.mipLevel,e}}const px=en(hx).setParameterLength(1,3),gx=an(({texture:e,uv:t})=>{const r=1e-4,s=Tn().toVar();return ln(t.x.lessThan(r),()=>{s.assign(Tn(1,0,0))}).ElseIf(t.y.lessThan(r),()=>{s.assign(Tn(0,1,0))}).ElseIf(t.z.lessThan(r),()=>{s.assign(Tn(0,0,1))}).ElseIf(t.x.greaterThan(.9999),()=>{s.assign(Tn(-1,0,0))}).ElseIf(t.y.greaterThan(.9999),()=>{s.assign(Tn(0,-1,0))}).ElseIf(t.z.greaterThan(.9999),()=>{s.assign(Tn(0,0,-1))}).Else(()=>{const r=.01,i=e.sample(t.add(Tn(-.01,0,0))).r.sub(e.sample(t.add(Tn(r,0,0))).r),n=e.sample(t.add(Tn(0,-.01,0))).r.sub(e.sample(t.add(Tn(0,r,0))).r),a=e.sample(t.add(Tn(0,0,-.01))).r.sub(e.sample(t.add(Tn(0,0,r))).r);s.assign(Tn(i,n,a))}),s.normalize()});class mx extends Bl{static get type(){return"Texture3DNode"}constructor(e,t=null,r=null){super(e,t,r),this.isTexture3DNode=!0}getInputType(){return"texture3D"}getDefaultUV(){return Tn(.5,.5,.5)}setUpdateMatrix(){}setupUV(e,t){const r=this.value;return!e.isFlipY()||!0!==r.isRenderTargetTexture&&!0!==r.isFramebufferTexture||(t=this.sampler?t.flipY():t.setY(pn(El(this,this.levelNode).y).sub(t.y).sub(1))),t}generateUV(e,t){return t.build(e,!0===this.sampler?"vec3":"ivec3")}generateOffset(e,t){return t.build(e,"ivec3")}normal(e){return gx({texture:this,uv:e})}}const fx=en(mx).setParameterLength(1,3);class yx extends gc{static get type(){return"UserDataNode"}constructor(e,t,r=null){super(e,t,r),this.userData=r}updateReference(e){return this.reference=null!==this.userData?this.userData:e.object.userData,this.reference}}const bx=new WeakMap;class xx extends li{static get type(){return"VelocityNode"}constructor(){super("vec2"),this.projectionMatrix=null,this.updateType=Qs.OBJECT,this.updateAfterType=Qs.OBJECT,this.previousModelWorldMatrix=xa(new a),this.previousProjectionMatrix=xa(new a).setGroup(fa),this.previousCameraViewMatrix=xa(new a)}setProjectionMatrix(e){this.projectionMatrix=e}update({frameId:e,camera:t,object:r}){const s=_x(r);this.previousModelWorldMatrix.value.copy(s);const i=Tx(t);i.frameId!==e&&(i.frameId=e,void 0===i.previousProjectionMatrix?(i.previousProjectionMatrix=new a,i.previousCameraViewMatrix=new a,i.currentProjectionMatrix=new a,i.currentCameraViewMatrix=new a,i.previousProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.previousCameraViewMatrix.copy(t.matrixWorldInverse)):(i.previousProjectionMatrix.copy(i.currentProjectionMatrix),i.previousCameraViewMatrix.copy(i.currentCameraViewMatrix)),i.currentProjectionMatrix.copy(this.projectionMatrix||t.projectionMatrix),i.currentCameraViewMatrix.copy(t.matrixWorldInverse),this.previousProjectionMatrix.value.copy(i.previousProjectionMatrix),this.previousCameraViewMatrix.value.copy(i.previousCameraViewMatrix))}updateAfter({object:e}){_x(e).copy(e.matrixWorld)}setup(){const e=null===this.projectionMatrix?rd:xa(this.projectionMatrix),t=this.previousCameraViewMatrix.mul(this.previousModelWorldMatrix),r=e.mul(Ad).mul(Bd),s=this.previousProjectionMatrix.mul(t).mul(Ld),i=r.xy.div(r.w),n=s.xy.div(s.w);return Ca(i,n)}}function Tx(e){let t=bx.get(e);return void 0===t&&(t={},bx.set(e,t)),t}function _x(e,t=0){const r=Tx(e);let s=r[t];return void 0===s&&(r[t]=s=new a,r[t].copy(e.matrixWorld)),s}const vx=tn(xx),Nx=an(([e])=>Ex(e.rgb)),Sx=an(([e,t=hn(1)])=>t.mix(Ex(e.rgb),e.rgb)),Rx=an(([e,t=hn(1)])=>{const r=wa(e.r,e.g,e.b).div(3),s=e.r.max(e.g.max(e.b)),i=s.sub(r).mul(t).mul(-3);return iu(e.rgb,s,i)}),Ax=an(([e,t=hn(1)])=>{const r=Tn(.57735,.57735,.57735),s=t.cos();return Tn(e.rgb.mul(s).add(r.cross(e.rgb).mul(t.sin()).add(r.mul(Ko(r,e.rgb).mul(s.oneMinus())))))}),Ex=(e,t=Tn(p.getLuminanceCoefficients(new r)))=>Ko(e,t),wx=an(([e,t=Tn(1),s=Tn(0),i=Tn(1),n=hn(1),a=Tn(p.getLuminanceCoefficients(new r,ve))])=>{const o=e.rgb.dot(Tn(a)),u=Wo(e.rgb.mul(t).add(s),0).toVar(),l=u.pow(i).toVar();return ln(u.r.greaterThan(0),()=>{u.r.assign(l.r)}),ln(u.g.greaterThan(0),()=>{u.g.assign(l.g)}),ln(u.b.greaterThan(0),()=>{u.b.assign(l.b)}),u.assign(o.add(u.sub(o).mul(n))),Sn(u.rgb,e.a)});class Cx extends li{static get type(){return"PosterizeNode"}constructor(e,t){super(),this.sourceNode=e,this.stepsNode=t}setup(){const{sourceNode:e,stepsNode:t}=this;return e.mul(t).floor().div(t)}}const Mx=en(Cx).setParameterLength(2),Bx=new t;class Lx extends Bl{static get type(){return"PassTextureNode"}constructor(e,t){super(t),this.passNode=e,this.setUpdateMatrix(!1)}setup(e){return this.passNode.build(e),super.setup(e)}clone(){return new this.constructor(this.passNode,this.value)}}class Px extends Lx{static get type(){return"PassMultipleTextureNode"}constructor(e,t,r=!1){super(e,null),this.textureName=t,this.previousTexture=r}updateTexture(){this.value=this.previousTexture?this.passNode.getPreviousTexture(this.textureName):this.passNode.getTexture(this.textureName)}setup(e){return this.updateTexture(),super.setup(e)}clone(){const e=new this.constructor(this.passNode,this.textureName,this.previousTexture);return e.uvNode=this.uvNode,e.levelNode=this.levelNode,e.biasNode=this.biasNode,e.sampler=this.sampler,e.depthNode=this.depthNode,e.compareNode=this.compareNode,e.gradNode=this.gradNode,e.offsetNode=this.offsetNode,e}}class Fx extends li{static get type(){return"PassNode"}constructor(e,t,r,s={}){super("vec4"),this.scope=e,this.scene=t,this.camera=r,this.options=s,this._pixelRatio=1,this._width=1,this._height=1;const i=new X;i.isRenderTargetTexture=!0,i.name="depth";const n=new _e(this._width*this._pixelRatio,this._height*this._pixelRatio,{type:fe,...s});n.texture.name="output",n.depthTexture=i,this.renderTarget=n,this.overrideMaterial=null,this.transparent=!0,this.opaque=!0,this.contextNode=null,this._contextNodeCache=null,this._textures={output:n.texture,depth:i},this._textureNodes={},this._linearDepthNodes={},this._viewZNodes={},this._previousTextures={},this._previousTextureNodes={},this._cameraNear=xa(0),this._cameraFar=xa(0),this._mrt=null,this._layers=null,this._resolutionScale=1,this._viewport=null,this._scissor=null,this.isPassNode=!0,this.updateBeforeType=Qs.FRAME,this.global=!0}setResolutionScale(e){return this._resolutionScale=e,this}getResolutionScale(){return this._resolutionScale}setResolution(e){return d("PassNode: .setResolution() is deprecated. Use .setResolutionScale() instead."),this.setResolutionScale(e)}getResolution(){return d("PassNode: .getResolution() is deprecated. Use .getResolutionScale() instead."),this.getResolutionScale()}setLayers(e){return this._layers=e,this}getLayers(){return this._layers}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getTexture(e){let t=this._textures[e];if(void 0===t){t=this.renderTarget.texture.clone(),t.name=e,this._textures[e]=t,this.renderTarget.textures.push(t)}return t}getPreviousTexture(e){let t=this._previousTextures[e];return void 0===t&&(t=this.getTexture(e).clone(),this._previousTextures[e]=t),t}toggleTexture(e){const t=this._previousTextures[e];if(void 0!==t){const r=this._textures[e],s=this.renderTarget.textures.indexOf(r);this.renderTarget.textures[s]=t,this._textures[e]=t,this._previousTextures[e]=r,this._textureNodes[e].updateTexture(),this._previousTextureNodes[e].updateTexture()}}getTextureNode(e="output"){let t=this._textureNodes[e];return void 0===t&&(t=new Px(this,e),t.updateTexture(),this._textureNodes[e]=t),t}getPreviousTextureNode(e="output"){let t=this._previousTextureNodes[e];return void 0===t&&(void 0===this._textureNodes[e]&&this.getTextureNode(e),t=new Px(this,e,!0),t.updateTexture(),this._previousTextureNodes[e]=t),t}getViewZNode(e="depth"){let t=this._viewZNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar;this._viewZNodes[e]=t=Cp(this.getTextureNode(e),r,s)}return t}getLinearDepthNode(e="depth"){let t=this._linearDepthNodes[e];if(void 0===t){const r=this._cameraNear,s=this._cameraFar,i=this.getViewZNode(e);this._linearDepthNodes[e]=t=Ep(i,r,s)}return t}async compileAsync(e){const t=e.getRenderTarget(),r=e.getMRT();e.setRenderTarget(this.renderTarget),e.setMRT(this._mrt),await e.compileAsync(this.scene,this.camera),e.setRenderTarget(t),e.setMRT(r)}setup({renderer:e}){return this.renderTarget.samples=void 0===this.options.samples?e.samples:this.options.samples,this.renderTarget.texture.type=e.getOutputBufferType(),this.scope===Fx.COLOR?this.getTextureNode():this.getLinearDepthNode()}updateBefore(e){const{renderer:t}=e,{scene:r}=this;let s,i;const n=t.getOutputRenderTarget();n&&!0===n.isXRRenderTarget?(i=1,s=t.xr.getCamera(),t.xr.updateCamera(s),Bx.set(n.width,n.height)):(s=this.camera,i=t.getPixelRatio(),t.getSize(Bx)),this._pixelRatio=i,this.setSize(Bx.width,Bx.height);const a=t.getRenderTarget(),o=t.getMRT(),u=t.autoClear,l=t.transparent,d=t.opaque,c=s.layers.mask,h=t.contextNode,p=r.overrideMaterial;this._cameraNear.value=s.near,this._cameraFar.value=s.far,null!==this._layers&&(s.layers.mask=this._layers.mask);for(const e in this._previousTextures)this.toggleTexture(e);null!==this.overrideMaterial&&(r.overrideMaterial=this.overrideMaterial),t.setRenderTarget(this.renderTarget),t.setMRT(this._mrt),t.autoClear=!0,t.transparent=this.transparent,t.opaque=this.opaque,null!==this.contextNode&&(null!==this._contextNodeCache&&this._contextNodeCache.version===this.version||(this._contextNodeCache={version:this.version,context:Tu({...t.contextNode.getFlowContextData(),...this.contextNode.getFlowContextData()})}),t.contextNode=this._contextNodeCache.context);const g=r.name;r.name=this.name?this.name:r.name,t.render(r,s),r.name=g,r.overrideMaterial=p,t.setRenderTarget(a),t.setMRT(o),t.autoClear=u,t.transparent=l,t.opaque=d,t.contextNode=h,s.layers.mask=c}setSize(e,t){this._width=e,this._height=t;const r=Math.floor(this._width*this._pixelRatio*this._resolutionScale),s=Math.floor(this._height*this._pixelRatio*this._resolutionScale);this.renderTarget.setSize(r,s),null!==this._scissor&&this.renderTarget.scissor.copy(this._scissor),null!==this._viewport&&this.renderTarget.viewport.copy(this._viewport)}setScissor(e,t,r,i){null===e?this._scissor=null:(null===this._scissor&&(this._scissor=new s),e.isVector4?this._scissor.copy(e):this._scissor.set(e,t,r,i),this._scissor.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setViewport(e,t,r,i){null===e?this._viewport=null:(null===this._viewport&&(this._viewport=new s),e.isVector4?this._viewport.copy(e):this._viewport.set(e,t,r,i),this._viewport.multiplyScalar(this._pixelRatio*this._resolutionScale).floor())}setPixelRatio(e){this._pixelRatio=e,this.setSize(this._width,this._height)}dispose(){this.renderTarget.dispose()}}Fx.COLOR="color",Fx.DEPTH="depth";class Dx extends Fx{static get type(){return"ToonOutlinePassNode"}constructor(e,t,r,s,i){super(Fx.COLOR,e,t),this.colorNode=r,this.thicknessNode=s,this.alphaNode=i,this._materialCache=new WeakMap,this.name="Outline Pass"}updateBefore(e){const{renderer:t}=e,r=t.getRenderObjectFunction();t.setRenderObjectFunction((e,r,s,i,n,a,o,u)=>{if((n.isMeshToonMaterial||n.isMeshToonNodeMaterial)&&!1===n.wireframe){const l=this._getOutlineMaterial(n);t.renderObject(e,r,s,i,l,a,o,u)}t.renderObject(e,r,s,i,n,a,o,u)}),super.updateBefore(e),t.setRenderObjectFunction(r)}_createMaterial(){const e=new Xp;e.isMeshToonOutlineMaterial=!0,e.name="Toon_Outline",e.side=w;const t=zd.negate(),r=rd.mul(Ad),s=hn(1),i=r.mul(Sn(Bd,1)),n=r.mul(Sn(Bd.add(t),1)),a=To(i.sub(n));return e.vertexNode=i.add(a.mul(this.thicknessNode).mul(i.w).mul(s)),e.colorNode=Sn(this.colorNode,this.alphaNode),e}_getOutlineMaterial(e){let t=this._materialCache.get(e);return void 0===t&&(t=this._createMaterial(),this._materialCache.set(e,t)),t}}const Ux=an(([e,t])=>e.mul(t).clamp()).setLayout({name:"linearToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ix=an(([e,t])=>(e=e.mul(t)).div(e.add(1)).clamp()).setLayout({name:"reinhardToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Ox=an(([e,t])=>{const r=(e=(e=e.mul(t)).sub(.004).max(0)).mul(e.mul(6.2).add(.5)),s=e.mul(e.mul(6.2).add(1.7)).add(.06);return r.div(s).pow(2.2)}).setLayout({name:"cineonToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Vx=an(([e])=>{const t=e.mul(e.add(.0245786)).sub(90537e-9),r=e.mul(e.add(.432951).mul(.983729)).add(.238081);return t.div(r)}),kx=an(([e,t])=>{const r=Cn(.59719,.35458,.04823,.076,.90834,.01566,.0284,.13383,.83777),s=Cn(1.60475,-.53108,-.07367,-.10208,1.10813,-.00605,-.00327,-.07276,1.07602);return e=e.mul(t).div(.6),e=r.mul(e),e=Vx(e),(e=s.mul(e)).clamp()}).setLayout({name:"acesFilmicToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Gx=Cn(Tn(1.6605,-.1246,-.0182),Tn(-.5876,1.1329,-.1006),Tn(-.0728,-.0083,1.1187)),zx=Cn(Tn(.6274,.0691,.0164),Tn(.3293,.9195,.088),Tn(.0433,.0113,.8956)),$x=an(([e])=>{const t=Tn(e).toVar(),r=Tn(t.mul(t)).toVar(),s=Tn(r.mul(r)).toVar();return hn(15.5).mul(s.mul(r)).sub(Ma(40.14,s.mul(t))).add(Ma(31.96,s).sub(Ma(6.868,r.mul(t))).add(Ma(.4298,r).add(Ma(.1191,t).sub(.00232))))}),Wx=an(([e,t])=>{const r=Tn(e).toVar(),s=Cn(Tn(.856627153315983,.137318972929847,.11189821299995),Tn(.0951212405381588,.761241990602591,.0767994186031903),Tn(.0482516061458583,.101439036467562,.811302368396859)),i=Cn(Tn(1.1271005818144368,-.1413297634984383,-.14132976349843826),Tn(-.11060664309660323,1.157823702216272,-.11060664309660294),Tn(-.016493938717834573,-.016493938717834257,1.2519364065950405)),n=hn(-12.47393),a=hn(4.026069);return r.mulAssign(t),r.assign(zx.mul(r)),r.assign(s.mul(r)),r.assign(Wo(r,1e-10)),r.assign(mo(r)),r.assign(r.sub(n).div(a.sub(n))),r.assign(nu(r,0,1)),r.assign($x(r)),r.assign(i.mul(r)),r.assign(Qo(Wo(Tn(0),r),Tn(2.2))),r.assign(Gx.mul(r)),r.assign(nu(r,0,1)),r}).setLayout({name:"agxToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]}),Hx=an(([e,t])=>{const r=hn(.76),s=hn(.15);e=e.mul(t);const i=$o(e.r,$o(e.g,e.b)),n=bu(i.lessThan(.08),i.sub(Ma(6.25,i.mul(i))),.04);e.subAssign(n);const a=Wo(e.r,Wo(e.g,e.b));ln(a.lessThan(r),()=>e);const o=Ca(1,r),u=Ca(1,o.mul(o).div(a.add(o.sub(r))));e.mulAssign(u.div(a));const l=Ca(1,Ba(1,s.mul(a.sub(u)).add(1)));return iu(e,Tn(u),l)}).setLayout({name:"neutralToneMapping",type:"vec3",inputs:[{name:"color",type:"vec3"},{name:"exposure",type:"float"}]});class qx extends ai{static get type(){return"CodeNode"}constructor(e="",t=[],r=""){super("code"),this.isCodeNode=!0,this.global=!0,this.code=e,this.includes=t,this.language=r}setIncludes(e){return this.includes=e,this}getIncludes(){return this.includes}generate(e){const t=this.getIncludes(e);for(const r of t)r.build(e);const r=e.getCodeFromNode(this,this.getNodeType(e));return r.code=this.code,r.code}serialize(e){super.serialize(e),e.code=this.code,e.language=this.language}deserialize(e){super.deserialize(e),this.code=e.code,this.language=e.language}}const jx=en(qx).setParameterLength(1,3);class Xx extends qx{static get type(){return"FunctionNode"}constructor(e="",t=[],r=""){super(e,t,r)}getNodeType(e){return this.getNodeFunction(e).type}getMemberType(e,t){const r=this.getNodeType(e);return e.getStructTypeNode(r).getMemberType(e,t)}getInputs(e){return this.getNodeFunction(e).inputs}getNodeFunction(e){const t=e.getDataFromNode(this);let r=t.nodeFunction;return void 0===r&&(r=e.parser.parseFunction(this.code),t.nodeFunction=r),r}generate(e,t){super.generate(e);const r=this.getNodeFunction(e),s=r.name,i=r.type,n=e.getCodeFromNode(this,i);""!==s&&(n.name=s);const a=e.getPropertyName(n),o=this.getNodeFunction(e).getCode(a);return n.code=o+"\n","property"===t?a:e.format(`${a}()`,i,t)}}const Kx=(e,t=[],r="")=>{for(let e=0;es.call(...e);return i.functionNode=s,i};class Yx extends ai{static get type(){return"ScriptableValueNode"}constructor(e=null){super(),this._value=e,this._cache=null,this.inputType=null,this.outputType=null,this.events=new u,this.isScriptableValueNode=!0}get isScriptableOutputNode(){return null!==this.outputType}set value(e){this._value!==e&&(this._cache&&"URL"===this.inputType&&this.value.value instanceof ArrayBuffer&&(URL.revokeObjectURL(this._cache),this._cache=null),this._value=e,this.events.dispatchEvent({type:"change"}),this.refresh())}get value(){return this._value}refresh(){this.events.dispatchEvent({type:"refresh"})}getValue(){const e=this.value;if(e&&null===this._cache&&"URL"===this.inputType&&e.value instanceof ArrayBuffer)this._cache=URL.createObjectURL(new Blob([e.value]));else if(e&&null!==e.value&&void 0!==e.value&&(("URL"===this.inputType||"String"===this.inputType)&&"string"==typeof e.value||"Number"===this.inputType&&"number"==typeof e.value||"Vector2"===this.inputType&&e.value.isVector2||"Vector3"===this.inputType&&e.value.isVector3||"Vector4"===this.inputType&&e.value.isVector4||"Color"===this.inputType&&e.value.isColor||"Matrix3"===this.inputType&&e.value.isMatrix3||"Matrix4"===this.inputType&&e.value.isMatrix4))return e.value;return this._cache||e}getNodeType(e){return this.value&&this.value.isNode?this.value.getNodeType(e):"float"}setup(){return this.value&&this.value.isNode?this.value:hn()}serialize(e){super.serialize(e),null!==this.value?"ArrayBuffer"===this.inputType?e.value=js(this.value):e.value=this.value?this.value.toJSON(e.meta).uuid:null:e.value=null,e.inputType=this.inputType,e.outputType=this.outputType}deserialize(e){super.deserialize(e);let t=null;null!==e.value&&(t="ArrayBuffer"===e.inputType?Xs(e.value):"Texture"===e.inputType?e.meta.textures[e.value]:e.meta.nodes[e.value]||null),this.value=t,this.inputType=e.inputType,this.outputType=e.outputType}}const Qx=en(Yx).setParameterLength(1);class Zx extends Map{get(e,t=null,...r){if(this.has(e))return super.get(e);if(null!==t){const s=t(...r);return this.set(e,s),s}}}class Jx{constructor(e){this.scriptableNode=e}get parameters(){return this.scriptableNode.parameters}get layout(){return this.scriptableNode.getLayout()}getInputLayout(e){return this.scriptableNode.getInputLayout(e)}get(e){const t=this.parameters[e];return t?t.getValue():null}}const eT=new Zx;class tT extends ai{static get type(){return"ScriptableNode"}constructor(e=null,t={}){super(),this.codeNode=e,this.parameters=t,this._local=new Zx,this._output=Qx(null),this._outputs={},this._source=this.source,this._method=null,this._object=null,this._value=null,this._needsOutputUpdate=!0,this.onRefresh=this.onRefresh.bind(this),this.isScriptableNode=!0}get source(){return this.codeNode?this.codeNode.code:""}setLocal(e,t){return this._local.set(e,t)}getLocal(e){return this._local.get(e)}onRefresh(){this._refresh()}getInputLayout(e){for(const t of this.getLayout())if(t.inputType&&(t.id===e||t.name===e))return t}getOutputLayout(e){for(const t of this.getLayout())if(t.outputType&&(t.id===e||t.name===e))return t}setOutput(e,t){const r=this._outputs;return void 0===r[e]?r[e]=Qx(t):r[e].value=t,this}getOutput(e){return this._outputs[e]}getParameter(e){return this.parameters[e]}setParameter(e,t){const r=this.parameters;return t&&t.isScriptableNode?(this.deleteParameter(e),r[e]=t,r[e].getDefaultOutput().events.addEventListener("refresh",this.onRefresh)):t&&t.isScriptableValueNode?(this.deleteParameter(e),r[e]=t,r[e].events.addEventListener("refresh",this.onRefresh)):void 0===r[e]?(r[e]=Qx(t),r[e].events.addEventListener("refresh",this.onRefresh)):r[e].value=t,this}getValue(){return this.getDefaultOutput().getValue()}deleteParameter(e){let t=this.parameters[e];return t&&(t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.removeEventListener("refresh",this.onRefresh)),this}clearParameters(){for(const e of Object.keys(this.parameters))this.deleteParameter(e);return this.needsUpdate=!0,this}call(e,...t){const r=this.getObject()[e];if("function"==typeof r)return r(...t)}async callAsync(e,...t){const r=this.getObject()[e];if("function"==typeof r)return"AsyncFunction"===r.constructor.name?await r(...t):r(...t)}getNodeType(e){return this.getDefaultOutputNode().getNodeType(e)}refresh(e=null){null!==e?this.getOutput(e).refresh():this._refresh()}getObject(){if(this.needsUpdate&&this.dispose(),null!==this._object)return this._object;const e=new Jx(this),t=eT.get("THREE"),r=eT.get("TSL"),s=this.getMethod(),i=[e,this._local,eT,()=>this.refresh(),(e,t)=>this.setOutput(e,t),t,r];this._object=s(...i);const n=this._object.layout;if(n&&(!1===n.cache&&this._local.clear(),this._output.outputType=n.outputType||null,Array.isArray(n.elements)))for(const e of n.elements){const t=e.id||e.name;e.inputType&&(void 0===this.getParameter(t)&&this.setParameter(t,null),this.getParameter(t).inputType=e.inputType),e.outputType&&(void 0===this.getOutput(t)&&this.setOutput(t,null),this.getOutput(t).outputType=e.outputType)}return this._object}deserialize(e){super.deserialize(e);for(const e in this.parameters){let t=this.parameters[e];t.isScriptableNode&&(t=t.getDefaultOutput()),t.events.addEventListener("refresh",this.onRefresh)}}getLayout(){return this.getObject().layout}getDefaultOutputNode(){const e=this.getDefaultOutput().value;return e&&e.isNode?e:hn()}getDefaultOutput(){return this._exec()._output}getMethod(){if(this.needsUpdate&&this.dispose(),null!==this._method)return this._method;const e=["layout","init","main","dispose"].join(", "),t="\nreturn { ...output, "+e+" };",r="var "+e+"; var output = {};\n"+this.codeNode.code+t;return this._method=new Function(...["parameters","local","global","refresh","setOutput","THREE","TSL"],r),this._method}dispose(){null!==this._method&&(this._object&&"function"==typeof this._object.dispose&&this._object.dispose(),this._method=null,this._object=null,this._source=null,this._value=null,this._needsOutputUpdate=!0,this._output.value=null,this._outputs={})}setup(){return this.getDefaultOutputNode()}getCacheKey(e){const t=[Fs(this.source),this.getDefaultOutputNode().getCacheKey(e)];for(const r in this.parameters)t.push(this.parameters[r].getCacheKey(e));return Ds(t)}set needsUpdate(e){!0===e&&this.dispose()}get needsUpdate(){return this.source!==this._source}_exec(){return null===this.codeNode||(!0===this._needsOutputUpdate&&(this._value=this.call("main"),this._needsOutputUpdate=!1),this._output.value=this._value),this}_refresh(){this.needsUpdate=!0,this._exec(),this._output.refresh()}}const rT=en(tT).setParameterLength(1,2);function sT(e){let t;const r=e.context.getViewZ;return void 0!==r&&(t=r(this)),(t||Dd.z).negate()}const iT=an(([e,t],r)=>{const s=sT(r);return uu(e,t,s)}),nT=an(([e],t)=>{const r=sT(t);return e.mul(e,r,r).negate().exp().oneMinus()}),aT=an(([e,t])=>Sn(t.toFloat().mix(ra.rgb,e.toVec3()),ra.a));let oT=null,uT=null;class lT extends ai{static get type(){return"RangeNode"}constructor(e=hn(),t=hn()){super(),this.minNode=e,this.maxNode=t}getVectorLength(e){const t=this.getConstNode(this.minNode),r=this.getConstNode(this.maxNode),s=e.getTypeLength(Ws(t.value)),i=e.getTypeLength(Ws(r.value));return s>i?s:i}getNodeType(e){return e.object.count>1?e.getTypeFromLength(this.getVectorLength(e)):"float"}getConstNode(e){let t=null;if(e.traverse(e=>{!0===e.isConstNode&&(t=e)}),null===t)throw new Error('THREE.TSL: No "ConstNode" found in node graph.');return t}setup(e){const t=e.object;let r=null;if(t.count>1){const i=this.getConstNode(this.minNode),n=this.getConstNode(this.maxNode),a=i.value,o=n.value,u=e.getTypeLength(Ws(a)),d=e.getTypeLength(Ws(o));oT=oT||new s,uT=uT||new s,oT.setScalar(0),uT.setScalar(0),1===u?oT.setScalar(a):a.isColor?oT.set(a.r,a.g,a.b,1):oT.set(a.x,a.y,a.z||0,a.w||0),1===d?uT.setScalar(o):o.isColor?uT.set(o.r,o.g,o.b,1):uT.set(o.x,o.y,o.z||0,o.w||0);const c=4,h=c*t.count,p=new Float32Array(h);for(let e=0;enew cT(e,t),pT=hT("numWorkgroups","uvec3"),gT=hT("workgroupId","uvec3"),mT=hT("globalId","uvec3"),fT=hT("localId","uvec3"),yT=hT("subgroupSize","uint");const bT=en(class extends ai{constructor(e){super(),this.scope=e}generate(e){const{scope:t}=this,{renderer:r}=e;!0===r.backend.isWebGLBackend?e.addFlowCode(`\t// ${t}Barrier \n`):e.addLineFlowCode(`${t}Barrier()`,this)}});class xT extends oi{constructor(e,t){super(e,t),this.isWorkgroupInfoElementNode=!0}generate(e,t){let r;const s=e.context.assign;if(r=super.generate(e),!0!==s){const s=this.getNodeType(e);r=e.format(r,s,t)}return r}}class TT extends ai{constructor(e,t,r=0){super(t),this.bufferType=t,this.bufferCount=r,this.isWorkgroupInfoNode=!0,this.elementType=t,this.scope=e,this.name=""}setName(e){return this.name=e,this}label(e){return d('TSL: "label()" has been deprecated. Use "setName()" instead.'),this.setName(e)}setScope(e){return this.scope=e,this}getElementType(){return this.elementType}getInputType(){return`${this.scope}Array`}element(e){return new xT(this,e)}generate(e){const t=""!==this.name?this.name:`${this.scope}Array_${this.id}`;return e.getScopedArray(t,this.scope.toLowerCase(),this.bufferType,this.bufferCount)}}class _T extends ai{static get type(){return"AtomicFunctionNode"}constructor(e,t,r){super("uint"),this.method=e,this.pointerNode=t,this.valueNode=r,this.parents=!0}getInputType(e){return this.pointerNode.getNodeType(e)}getNodeType(e){return this.getInputType(e)}generate(e){const t=e.getNodeProperties(this),r=t.parents,s=this.method,i=this.getNodeType(e),n=this.getInputType(e),a=this.pointerNode,o=this.valueNode,u=[];u.push(`&${a.build(e,n)}`),null!==o&&u.push(o.build(e,n));const l=`${e.getMethod(s,i)}( ${u.join(", ")} )`;if(!(!!r&&(1===r.length&&!0===r[0].isStackNode)))return void 0===t.constNode&&(t.constNode=gl(l,i).toConst()),t.constNode.build(e);e.addLineFlowCode(l,this)}}_T.ATOMIC_LOAD="atomicLoad",_T.ATOMIC_STORE="atomicStore",_T.ATOMIC_ADD="atomicAdd",_T.ATOMIC_SUB="atomicSub",_T.ATOMIC_MAX="atomicMax",_T.ATOMIC_MIN="atomicMin",_T.ATOMIC_AND="atomicAnd",_T.ATOMIC_OR="atomicOr",_T.ATOMIC_XOR="atomicXor";const vT=en(_T),NT=(e,t,r)=>vT(e,t,r).toStack();class ST extends li{static get type(){return"SubgroupFunctionNode"}constructor(e,t=null,r=null){super(),this.method=e,this.aNode=t,this.bNode=r}getInputType(e){const t=this.aNode?this.aNode.getNodeType(e):null,r=this.bNode?this.bNode.getNodeType(e):null;return(e.isMatrix(t)?0:e.getTypeLength(t))>(e.isMatrix(r)?0:e.getTypeLength(r))?t:r}getNodeType(e){const t=this.method;return t===ST.SUBGROUP_ELECT?"bool":t===ST.SUBGROUP_BALLOT?"uvec4":this.getInputType(e)}generate(e,t){const r=this.method,s=this.getNodeType(e),i=this.getInputType(e),n=this.aNode,a=this.bNode,o=[];if(r===ST.SUBGROUP_BROADCAST||r===ST.SUBGROUP_SHUFFLE||r===ST.QUAD_BROADCAST){const t=a.getNodeType(e);o.push(n.build(e,s),a.build(e,"float"===t?"int":s))}else r===ST.SUBGROUP_SHUFFLE_XOR||r===ST.SUBGROUP_SHUFFLE_DOWN||r===ST.SUBGROUP_SHUFFLE_UP?o.push(n.build(e,s),a.build(e,"uint")):(null!==n&&o.push(n.build(e,i)),null!==a&&o.push(a.build(e,i)));const u=0===o.length?"()":`( ${o.join(", ")} )`;return e.format(`${e.getMethod(r,s)}${u}`,s,t)}serialize(e){super.serialize(e),e.method=this.method}deserialize(e){super.deserialize(e),this.method=e.method}}ST.SUBGROUP_ELECT="subgroupElect",ST.SUBGROUP_BALLOT="subgroupBallot",ST.SUBGROUP_ADD="subgroupAdd",ST.SUBGROUP_INCLUSIVE_ADD="subgroupInclusiveAdd",ST.SUBGROUP_EXCLUSIVE_AND="subgroupExclusiveAdd",ST.SUBGROUP_MUL="subgroupMul",ST.SUBGROUP_INCLUSIVE_MUL="subgroupInclusiveMul",ST.SUBGROUP_EXCLUSIVE_MUL="subgroupExclusiveMul",ST.SUBGROUP_AND="subgroupAnd",ST.SUBGROUP_OR="subgroupOr",ST.SUBGROUP_XOR="subgroupXor",ST.SUBGROUP_MIN="subgroupMin",ST.SUBGROUP_MAX="subgroupMax",ST.SUBGROUP_ALL="subgroupAll",ST.SUBGROUP_ANY="subgroupAny",ST.SUBGROUP_BROADCAST_FIRST="subgroupBroadcastFirst",ST.QUAD_SWAP_X="quadSwapX",ST.QUAD_SWAP_Y="quadSwapY",ST.QUAD_SWAP_DIAGONAL="quadSwapDiagonal",ST.SUBGROUP_BROADCAST="subgroupBroadcast",ST.SUBGROUP_SHUFFLE="subgroupShuffle",ST.SUBGROUP_SHUFFLE_XOR="subgroupShuffleXor",ST.SUBGROUP_SHUFFLE_UP="subgroupShuffleUp",ST.SUBGROUP_SHUFFLE_DOWN="subgroupShuffleDown",ST.QUAD_BROADCAST="quadBroadcast";const RT=rn(ST,ST.SUBGROUP_ELECT).setParameterLength(0),AT=rn(ST,ST.SUBGROUP_BALLOT).setParameterLength(1),ET=rn(ST,ST.SUBGROUP_ADD).setParameterLength(1),wT=rn(ST,ST.SUBGROUP_INCLUSIVE_ADD).setParameterLength(1),CT=rn(ST,ST.SUBGROUP_EXCLUSIVE_AND).setParameterLength(1),MT=rn(ST,ST.SUBGROUP_MUL).setParameterLength(1),BT=rn(ST,ST.SUBGROUP_INCLUSIVE_MUL).setParameterLength(1),LT=rn(ST,ST.SUBGROUP_EXCLUSIVE_MUL).setParameterLength(1),PT=rn(ST,ST.SUBGROUP_AND).setParameterLength(1),FT=rn(ST,ST.SUBGROUP_OR).setParameterLength(1),DT=rn(ST,ST.SUBGROUP_XOR).setParameterLength(1),UT=rn(ST,ST.SUBGROUP_MIN).setParameterLength(1),IT=rn(ST,ST.SUBGROUP_MAX).setParameterLength(1),OT=rn(ST,ST.SUBGROUP_ALL).setParameterLength(0),VT=rn(ST,ST.SUBGROUP_ANY).setParameterLength(0),kT=rn(ST,ST.SUBGROUP_BROADCAST_FIRST).setParameterLength(2),GT=rn(ST,ST.QUAD_SWAP_X).setParameterLength(1),zT=rn(ST,ST.QUAD_SWAP_Y).setParameterLength(1),$T=rn(ST,ST.QUAD_SWAP_DIAGONAL).setParameterLength(1),WT=rn(ST,ST.SUBGROUP_BROADCAST).setParameterLength(2),HT=rn(ST,ST.SUBGROUP_SHUFFLE).setParameterLength(2),qT=rn(ST,ST.SUBGROUP_SHUFFLE_XOR).setParameterLength(2),jT=rn(ST,ST.SUBGROUP_SHUFFLE_UP).setParameterLength(2),XT=rn(ST,ST.SUBGROUP_SHUFFLE_DOWN).setParameterLength(2),KT=rn(ST,ST.QUAD_BROADCAST).setParameterLength(1);let YT;function QT(e){YT=YT||new WeakMap;let t=YT.get(e);return void 0===t&&YT.set(e,t={}),t}function ZT(e){const t=QT(e);return t.shadowMatrix||(t.shadowMatrix=xa("mat4").setGroup(fa).onRenderUpdate(t=>(!0===e.castShadow&&!1!==t.renderer.shadowMap.enabled||(e.shadow.camera.coordinateSystem!==t.camera.coordinateSystem&&(e.shadow.camera.coordinateSystem=t.camera.coordinateSystem,e.shadow.camera.updateProjectionMatrix()),e.shadow.updateMatrices(e)),e.shadow.matrix)))}function JT(e,t=Pd){const r=ZT(e).mul(t);return r.xyz.div(r.w)}function e_(e){const t=QT(e);return t.position||(t.position=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.matrixWorld)))}function t_(e){const t=QT(e);return t.targetPosition||(t.targetPosition=xa(new r).setGroup(fa).onRenderUpdate((t,r)=>r.value.setFromMatrixPosition(e.target.matrixWorld)))}function r_(e){const t=QT(e);return t.viewPosition||(t.viewPosition=xa(new r).setGroup(fa).onRenderUpdate(({camera:t},s)=>{s.value=s.value||new r,s.value.setFromMatrixPosition(e.matrixWorld),s.value.applyMatrix4(t.matrixWorldInverse)}))}const s_=e=>id.transformDirection(e_(e).sub(t_(e))),i_=(e,t)=>{for(const r of t)if(r.isAnalyticLightNode&&r.light.id===e)return r;return null},n_=new WeakMap,a_=[];class o_ extends ai{static get type(){return"LightsNode"}constructor(){super("vec3"),this.totalDiffuseNode=Fn("vec3","totalDiffuse"),this.totalSpecularNode=Fn("vec3","totalSpecular"),this.outgoingLightNode=Fn("vec3","outgoingLight"),this._lights=[],this._lightNodes=null,this._lightNodesHash=null,this.global=!0}customCacheKey(){const e=this._lights;for(let t=0;te.sort((e,t)=>e.id-t.id))(this._lights),i=e.renderer.library;for(const e of s)if(e.isNode)t.push(Yi(e));else{let s=null;if(null!==r&&(s=i_(e.id,r)),null===s){const r=i.getLightNodeClass(e.constructor);if(null===r){d(`LightsNode.setupNodeLights: Light node not found for ${e.constructor.name}`);continue}let s=null;n_.has(e)?s=n_.get(e):(s=new r(e),n_.set(e,s)),t.push(s)}}this._lightNodes=t}setupDirectLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.direct({...r,lightNode:t,reflectedLight:i},e)}setupDirectRectAreaLight(e,t,r){const{lightingModel:s,reflectedLight:i}=e.context;s.directRectArea({...r,lightNode:t,reflectedLight:i},e)}setupLights(e,t){for(const r of t)r.build(e)}getLightNodes(e){return null===this._lightNodes&&this.setupLightsNode(e),this._lightNodes}setup(e){const t=e.lightsNode;e.lightsNode=this;let r=this.outgoingLightNode;const s=e.context,i=s.lightingModel,n=e.getNodeProperties(this);if(i){const{totalDiffuseNode:t,totalSpecularNode:a}=this;s.outgoingLight=r;const o=e.addStack();n.nodes=o.nodes,i.start(e);const{backdrop:u,backdropAlpha:l}=s,{directDiffuse:d,directSpecular:c,indirectDiffuse:h,indirectSpecular:p}=s.reflectedLight;let g=d.add(h);null!==u&&(g=Tn(null!==l?l.mix(g,u):u)),t.assign(g),a.assign(c.add(p)),r.assign(t.add(a)),i.finish(e),r=r.bypass(e.removeStack())}else n.nodes=[];return e.lightsNode=t,r}setLights(e){return this._lights=e,this._lightNodes=null,this._lightNodesHash=null,this}getLights(){return this._lights}get hasLights(){return this._lights.length>0}}class u_ extends ai{static get type(){return"ShadowBaseNode"}constructor(e){super(),this.light=e,this.updateBeforeType=Qs.RENDER,this.isShadowBaseNode=!0}setupShadowPosition({context:e,material:t}){l_.assign(t.receivedShadowPositionNode||e.shadowPositionWorld||Pd)}}const l_=Fn("vec3","shadowPositionWorld");function d_(t,r={}){return r.toneMapping=t.toneMapping,r.toneMappingExposure=t.toneMappingExposure,r.outputColorSpace=t.outputColorSpace,r.renderTarget=t.getRenderTarget(),r.activeCubeFace=t.getActiveCubeFace(),r.activeMipmapLevel=t.getActiveMipmapLevel(),r.renderObjectFunction=t.getRenderObjectFunction(),r.pixelRatio=t.getPixelRatio(),r.mrt=t.getMRT(),r.clearColor=t.getClearColor(r.clearColor||new e),r.clearAlpha=t.getClearAlpha(),r.autoClear=t.autoClear,r.scissorTest=t.getScissorTest(),r}function c_(e,t){return t=d_(e,t),e.setMRT(null),e.setRenderObjectFunction(null),e.setClearColor(0,1),e.autoClear=!0,t}function h_(e,t){e.toneMapping=t.toneMapping,e.toneMappingExposure=t.toneMappingExposure,e.outputColorSpace=t.outputColorSpace,e.setRenderTarget(t.renderTarget,t.activeCubeFace,t.activeMipmapLevel),e.setRenderObjectFunction(t.renderObjectFunction),e.setPixelRatio(t.pixelRatio),e.setMRT(t.mrt),e.setClearColor(t.clearColor,t.clearAlpha),e.autoClear=t.autoClear,e.setScissorTest(t.scissorTest)}function p_(e,t={}){return t.background=e.background,t.backgroundNode=e.backgroundNode,t.overrideMaterial=e.overrideMaterial,t}function g_(e,t){return t=p_(e,t),e.background=null,e.backgroundNode=null,e.overrideMaterial=null,t}function m_(e,t){e.background=t.background,e.backgroundNode=t.backgroundNode,e.overrideMaterial=t.overrideMaterial}function f_(e,t,r){return r=g_(t,r=c_(e,r))}function y_(e,t,r){h_(e,r),m_(t,r)}var b_=Object.freeze({__proto__:null,resetRendererAndSceneState:f_,resetRendererState:c_,resetSceneState:g_,restoreRendererAndSceneState:y_,restoreRendererState:h_,restoreSceneState:m_,saveRendererAndSceneState:function(e,t,r={}){return r=p_(t,r=d_(e,r))},saveRendererState:d_,saveSceneState:p_});const x_=new WeakMap,T_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e,t.xy).setName("t_basic");return e.isArrayTexture&&(s=s.depth(r)),s.compare(t.z)}),__=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=mc("radius","float",r).setGroup(fa),o=fn(1).div(n),u=a.mul(o.x),l=Qb(jl.xy).mul(6.28318530718);return wa(i(t.xy.add(Zb(0,5,l).mul(u)),t.z),i(t.xy.add(Zb(1,5,l).mul(u)),t.z),i(t.xy.add(Zb(2,5,l).mul(u)),t.z),i(t.xy.add(Zb(3,5,l).mul(u)),t.z),i(t.xy.add(Zb(4,5,l).mul(u)),t.z)).mul(.2)}),v_=an(({depthTexture:e,shadowCoord:t,shadow:r,depthLayer:s})=>{const i=(t,r)=>{let i=Pl(e,t);return e.isArrayTexture&&(i=i.depth(s)),i.compare(r)},n=mc("mapSize","vec2",r).setGroup(fa),a=fn(1).div(n),o=a.x,u=a.y,l=t.xy,d=_o(l.mul(n).add(.5));return l.subAssign(d.mul(a)),wa(i(l,t.z),i(l.add(fn(o,0)),t.z),i(l.add(fn(0,u)),t.z),i(l.add(a),t.z),iu(i(l.add(fn(o.negate(),0)),t.z),i(l.add(fn(o.mul(2),0)),t.z),d.x),iu(i(l.add(fn(o.negate(),u)),t.z),i(l.add(fn(o.mul(2),u)),t.z),d.x),iu(i(l.add(fn(0,u.negate())),t.z),i(l.add(fn(0,u.mul(2))),t.z),d.y),iu(i(l.add(fn(o,u.negate())),t.z),i(l.add(fn(o,u.mul(2))),t.z),d.y),iu(iu(i(l.add(fn(o.negate(),u.negate())),t.z),i(l.add(fn(o.mul(2),u.negate())),t.z),d.x),iu(i(l.add(fn(o.negate(),u.mul(2))),t.z),i(l.add(fn(o.mul(2),u.mul(2))),t.z),d.x),d.y)).mul(1/9)}),N_=an(({depthTexture:e,shadowCoord:t,depthLayer:r})=>{let s=Pl(e).sample(t.xy);e.isArrayTexture&&(s=s.depth(r)),s=s.rg;const i=s.x,n=Wo(1e-7,s.y.mul(s.y)),a=Ho(t.z,i);ln(a.equal(1),()=>hn(1));const o=t.z.sub(i);let u=n.div(n.add(o.mul(o)));return u=nu(Ca(u,.3).div(.65)),Wo(a,u)}),S_=an(([e,t,r])=>{let s=Pd.sub(e).length();return s=s.sub(t).div(r.sub(t)),s=s.saturate(),s}),R_=e=>{let t=x_.get(e);if(void 0===t){const r=e.isPointLight?(e=>{const t=e.shadow.camera,r=mc("near","float",t).setGroup(fa),s=mc("far","float",t).setGroup(fa),i=pd(e);return S_(i,r,s)})(e):null;t=new Xp,t.colorNode=Sn(0,0,0,1),t.depthNode=r,t.isShadowPassMaterial=!0,t.name="ShadowMaterial",t.fog=!1,x_.set(e,t)}return t},A_=e=>{const t=x_.get(e);void 0!==t&&(t.dispose(),x_.delete(e))},E_=new Yf,w_=[],C_=(e,t,r,s)=>{w_[0]=e,w_[1]=t;let i=E_.get(w_);return void 0!==i&&i.shadowType===r&&i.useVelocity===s||(i=(i,n,a,o,u,l,...d)=>{(!0===i.castShadow||i.receiveShadow&&r===qe)&&(s&&(qs(i).useVelocity=!0),i.onBeforeShadow(e,i,a,t.camera,o,n.overrideMaterial,l),e.renderObject(i,n,a,o,u,l,...d),i.onAfterShadow(e,i,a,t.camera,o,n.overrideMaterial,l))},i.shadowType=r,i.useVelocity=s,E_.set(w_,i)),w_[0]=null,w_[1]=null,i},M_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanVertical"),a=hn(0).toVar("squareMeanVertical"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(jl.xy,fn(0,l).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),d=d.x,n.addAssign(d),a.addAssign(d.mul(d))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),B_=an(({samples:e,radius:t,size:r,shadowPass:s,depthLayer:i})=>{const n=hn(0).toVar("meanHorizontal"),a=hn(0).toVar("squareMeanHorizontal"),o=e.lessThanEqual(hn(1)).select(hn(0),hn(2).div(e.sub(1))),u=e.lessThanEqual(hn(1)).select(hn(0),hn(-1));op({start:pn(0),end:pn(e),type:"int",condition:"<"},({i:e})=>{const l=u.add(hn(e).mul(o));let d=s.sample(wa(jl.xy,fn(l,0).mul(t)).div(r));s.value.isArrayTexture&&(d=d.depth(i)),n.addAssign(d.x),a.addAssign(wa(d.y.mul(d.y),d.x.mul(d.x)))}),n.divAssign(e),a.divAssign(e);const l=fo(a.sub(n.mul(n)).max(0));return fn(n,l)}),L_=[T_,__,v_,N_];let P_;const F_=new Wb;class D_ extends u_{static get type(){return"ShadowNode"}constructor(e,t=null){super(e),this.shadow=t||e.shadow,this.shadowMap=null,this.vsmShadowMapVertical=null,this.vsmShadowMapHorizontal=null,this.vsmMaterialVertical=null,this.vsmMaterialHorizontal=null,this._node=null,this._currentShadowType=null,this._cameraFrameId=new WeakMap,this.isShadowNode=!0,this.depthLayer=0}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n}){const a=s.x.greaterThanEqual(0).and(s.x.lessThanEqual(1)).and(s.y.greaterThanEqual(0)).and(s.y.lessThanEqual(1)).and(s.z.lessThanEqual(1)),o=t({depthTexture:r,shadowCoord:s,shadow:i,depthLayer:n});return a.select(o,hn(1))}setupShadowCoord(e,t){const{shadow:r}=this,{renderer:s}=e,i=mc("bias","float",r).setGroup(fa);let n,a=t;if(r.camera.isOrthographicCamera||!0!==s.logarithmicDepthBuffer)a=a.xyz.div(a.w),n=a.z,s.coordinateSystem===h&&(n=n.mul(2).sub(1));else{const e=a.w;a=a.xy.div(e);const t=mc("near","float",r.camera).setGroup(fa),s=mc("far","float",r.camera).setGroup(fa);n=Mp(e.negate(),t,s)}return a=Tn(a.x,a.y.oneMinus(),n.add(i)),a}getShadowFilterFn(e){return L_[e]}setupRenderTarget(e,t){const r=new X(e.mapSize.width,e.mapSize.height);r.name="ShadowDepthTexture",r.compareFunction=je;const s=t.createRenderTarget(e.mapSize.width,e.mapSize.height);return s.texture.name="ShadowMap",s.texture.type=e.mapType,s.depthTexture=r,{shadowMap:s,depthTexture:r}}setupShadow(e){const{renderer:t,camera:r}=e,{light:s,shadow:i}=this,n=t.shadowMap.type,{depthTexture:a,shadowMap:o}=this.setupRenderTarget(i,e);if(i.camera.coordinateSystem=r.coordinateSystem,i.camera.updateProjectionMatrix(),n===qe&&!0!==i.isPointLightShadow){a.compareFunction=null,o.depth>1?(o._vsmShadowMapVertical||(o._vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapVertical.texture.name="VSMVertical"),this.vsmShadowMapVertical=o._vsmShadowMapVertical,o._vsmShadowMapHorizontal||(o._vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depth:o.depth,depthBuffer:!1}),o._vsmShadowMapHorizontal.texture.name="VSMHorizontal"),this.vsmShadowMapHorizontal=o._vsmShadowMapHorizontal):(this.vsmShadowMapVertical=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}),this.vsmShadowMapHorizontal=e.createRenderTarget(i.mapSize.width,i.mapSize.height,{format:V,type:fe,depthBuffer:!1}));let t=Pl(a);a.isArrayTexture&&(t=t.depth(this.depthLayer));let r=Pl(this.vsmShadowMapVertical.texture);a.isArrayTexture&&(r=r.depth(this.depthLayer));const s=mc("blurSamples","float",i).setGroup(fa),n=mc("radius","float",i).setGroup(fa),u=mc("mapSize","vec2",i).setGroup(fa);let l=this.vsmMaterialVertical||(this.vsmMaterialVertical=new Xp);l.fragmentNode=M_({samples:s,radius:n,size:u,shadowPass:t,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMVertical",l=this.vsmMaterialHorizontal||(this.vsmMaterialHorizontal=new Xp),l.fragmentNode=B_({samples:s,radius:n,size:u,shadowPass:r,depthLayer:this.depthLayer}).context(e.getSharedContext()),l.name="VSMHorizontal"}const u=mc("intensity","float",i).setGroup(fa),l=mc("normalBias","float",i).setGroup(fa),d=ZT(s).mul(l_.add(jd.mul(l))),c=this.setupShadowCoord(e,d),h=i.filterNode||this.getShadowFilterFn(t.shadowMap.type)||null;if(null===h)throw new Error("THREE.WebGPURenderer: Shadow map type not supported yet.");const p=n===qe&&!0!==i.isPointLightShadow?this.vsmShadowMapHorizontal.texture:a,g=this.setupShadowFilter(e,{filterFn:h,shadowTexture:o.texture,depthTexture:p,shadowCoord:c,shadow:i,depthLayer:this.depthLayer});let m;o.texture.isCubeTexture?m=hc(o.texture,c.xyz):(m=Pl(o.texture,c),a.isArrayTexture&&(m=m.depth(this.depthLayer)));const f=iu(1,g.rgb.mix(m,1),u.mul(m.a)).toVar();this.shadowMap=o,this.shadow.map=o;const y=`${this.light.type} Shadow [ ${this.light.name||"ID: "+this.light.id} ]`;return f.toInspector(`${y} / Color`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture):Pl(this.shadowMap.texture)).toInspector(`${y} / Depth`,()=>this.shadowMap.texture.isCubeTexture?hc(this.shadowMap.texture).r.oneMinus():Fl(this.shadowMap.depthTexture,Rl().mul(El(Pl(this.shadowMap.depthTexture)))).r.oneMinus())}setup(e){if(!1!==e.renderer.shadowMap.enabled)return an(()=>{const t=e.renderer.shadowMap.type;this._currentShadowType!==t&&(this._reset(),this._node=null);let r=this._node;return this.setupShadowPosition(e),null===r&&(this._node=r=this.setupShadow(e),this._currentShadowType=t),e.material.shadowNode&&d('NodeMaterial: ".shadowNode" is deprecated. Use ".castShadowNode" instead.'),e.material.receivedShadowNode&&(r=e.material.receivedShadowNode(r)),r})()}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e;t.updateMatrices(s),r.setSize(t.mapSize.width,t.mapSize.height,r.depth);const a=n.name;n.name=`Shadow Map [ ${s.name||"ID: "+s.id} ]`,i.render(n,t.camera),n.name=a}updateShadow(e){const{shadowMap:t,light:r,shadow:s}=this,{renderer:i,scene:n,camera:a}=e,o=i.shadowMap.type,u=t.depthTexture.version;this._depthVersionCached=u;const l=s.camera.layers.mask;4294967294&s.camera.layers.mask||(s.camera.layers.mask=a.layers.mask);const d=i.getRenderObjectFunction(),c=i.getMRT(),h=!!c&&c.has("velocity");P_=f_(i,n,P_),n.overrideMaterial=R_(r),i.setRenderObjectFunction(C_(i,s,o,h)),i.setClearColor(0,0),i.setRenderTarget(t),this.renderShadow(e),i.setRenderObjectFunction(d),o===qe&&!0!==s.isPointLightShadow&&this.vsmPass(i),s.camera.layers.mask=l,y_(i,n,P_)}vsmPass(e){const{shadow:t}=this,r=this.shadowMap.depth;this.vsmShadowMapVertical.setSize(t.mapSize.width,t.mapSize.height,r),this.vsmShadowMapHorizontal.setSize(t.mapSize.width,t.mapSize.height,r),e.setRenderTarget(this.vsmShadowMapVertical),F_.material=this.vsmMaterialVertical,F_.render(e),e.setRenderTarget(this.vsmShadowMapHorizontal),F_.material=this.vsmMaterialHorizontal,F_.render(e)}dispose(){this._reset(),super.dispose()}_reset(){this._currentShadowType=null,A_(this.light),this.shadowMap&&(this.shadowMap.dispose(),this.shadowMap=null),null!==this.vsmShadowMapVertical&&(this.vsmShadowMapVertical.dispose(),this.vsmShadowMapVertical=null,this.vsmMaterialVertical.dispose(),this.vsmMaterialVertical=null),null!==this.vsmShadowMapHorizontal&&(this.vsmShadowMapHorizontal.dispose(),this.vsmShadowMapHorizontal=null,this.vsmMaterialHorizontal.dispose(),this.vsmMaterialHorizontal=null)}updateBefore(e){const{shadow:t}=this;let r=t.needsUpdate||t.autoUpdate;r&&(this._cameraFrameId[e.camera]===e.frameId&&(r=!1),this._cameraFrameId[e.camera]=e.frameId),r&&(this.updateShadow(e),this.shadowMap.depthTexture.version===this._depthVersionCached&&(t.needsUpdate=!1))}}const U_=(e,t)=>new D_(e,t),I_=new e,O_=new a,V_=new r,k_=new r,G_=[new r(1,0,0),new r(-1,0,0),new r(0,-1,0),new r(0,1,0),new r(0,0,1),new r(0,0,-1)],z_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,-1),new r(0,0,1),new r(0,-1,0),new r(0,-1,0)],$_=[new r(1,0,0),new r(-1,0,0),new r(0,1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1)],W_=[new r(0,-1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1),new r(0,-1,0),new r(0,-1,0)],H_=an(({depthTexture:e,bd3D:t,dp:r})=>hc(e,t).compare(r)),q_=an(({depthTexture:e,bd3D:t,dp:r,shadow:s})=>{const i=mc("radius","float",s).setGroup(fa),n=mc("mapSize","vec2",s).setGroup(fa),a=i.div(n.x),o=wo(t),u=To(Yo(t,o.x.greaterThan(o.z).select(Tn(0,1,0),Tn(1,0,0)))),l=Yo(t,u),d=Qb(jl.xy).mul(6.28318530718),c=Zb(0,5,d),h=Zb(1,5,d),p=Zb(2,5,d),g=Zb(3,5,d),m=Zb(4,5,d);return hc(e,t.add(u.mul(c.x).add(l.mul(c.y)).mul(a))).compare(r).add(hc(e,t.add(u.mul(h.x).add(l.mul(h.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(p.x).add(l.mul(p.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(g.x).add(l.mul(g.y)).mul(a))).compare(r)).add(hc(e,t.add(u.mul(m.x).add(l.mul(m.y)).mul(a))).compare(r)).mul(.2)}),j_=an(({filterFn:e,depthTexture:t,shadowCoord:r,shadow:s})=>{const i=r.xyz.toVar(),n=i.length(),a=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.near),o=xa("float").setGroup(fa).onRenderUpdate(()=>s.camera.far),u=mc("bias","float",s).setGroup(fa),l=hn(1).toVar();return ln(n.sub(o).lessThanEqual(0).and(n.sub(a).greaterThanEqual(0)),()=>{const r=n.sub(a).div(o.sub(a)).toVar();r.addAssign(u);const d=i.normalize();l.assign(e({depthTexture:t,bd3D:d,dp:r,shadow:s}))}),l});class X_ extends D_{static get type(){return"PointShadowNode"}constructor(e,t=null){super(e,t)}getShadowFilterFn(e){return e===Xe?H_:q_}setupShadowCoord(e,t){return t}setupShadowFilter(e,{filterFn:t,depthTexture:r,shadowCoord:s,shadow:i}){return j_({filterFn:t,depthTexture:r,shadowCoord:s,shadow:i})}setupRenderTarget(e,t){const r=new Ke(e.mapSize.width);r.name="PointShadowDepthTexture",r.compareFunction=je;const s=t.createCubeRenderTarget(e.mapSize.width);return s.texture.name="PointShadowMap",s.depthTexture=r,{shadowMap:s,depthTexture:r}}renderShadow(e){const{shadow:t,shadowMap:r,light:s}=this,{renderer:i,scene:n}=e,a=t.camera,o=t.matrix,u=i.coordinateSystem===h,l=u?G_:$_,d=u?z_:W_;r.setSize(t.mapSize.width,t.mapSize.width);const c=i.autoClear,p=i.getClearColor(I_),g=i.getClearAlpha();i.autoClear=!1,i.setClearColor(t.clearColor,t.clearAlpha);for(let e=0;e<6;e++){i.setRenderTarget(r,e),i.clear();const u=s.distance||a.far;u!==a.far&&(a.far=u,a.updateProjectionMatrix()),V_.setFromMatrixPosition(s.matrixWorld),a.position.copy(V_),k_.copy(a.position),k_.add(l[e]),a.up.copy(d[e]),a.lookAt(k_),a.updateMatrixWorld(),o.makeTranslation(-V_.x,-V_.y,-V_.z),O_.multiplyMatrices(a.projectionMatrix,a.matrixWorldInverse),t._frustum.setFromProjectionMatrix(O_,a.coordinateSystem,a.reversedDepth);const c=n.name;n.name=`Point Light Shadow [ ${s.name||"ID: "+s.id} ] - Face ${e+1}`,i.render(n,a),n.name=c}i.autoClear=c,i.setClearColor(p,g)}}const K_=(e,t)=>new X_(e,t);class Y_ extends gp{static get type(){return"AnalyticLightNode"}constructor(t=null){super(),this.light=t,this.color=new e,this.colorNode=t&&t.colorNode||xa(this.color).setGroup(fa),this.baseColorNode=null,this.shadowNode=null,this.shadowColorNode=null,this.isAnalyticLightNode=!0,this.updateType=Qs.FRAME,t&&t.shadow&&(this._shadowDisposeListener=()=>{this.disposeShadow()},t.addEventListener("dispose",this._shadowDisposeListener))}dispose(){this._shadowDisposeListener&&this.light.removeEventListener("dispose",this._shadowDisposeListener),super.dispose()}disposeShadow(){null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null),this.shadowColorNode=null,null!==this.baseColorNode&&(this.colorNode=this.baseColorNode,this.baseColorNode=null)}getHash(){return this.light.uuid}getLightVector(e){return r_(this.light).sub(e.context.positionView||Dd)}setupDirect(){}setupDirectRectArea(){}setupShadowNode(){return U_(this.light)}setupShadow(e){const{renderer:t}=e;if(!1===t.shadowMap.enabled)return;let r=this.shadowColorNode;if(null===r){const e=this.light.shadow.shadowNode;let t;t=void 0!==e?Yi(e):this.setupShadowNode(),this.shadowNode=t,this.shadowColorNode=r=this.colorNode.mul(t),this.baseColorNode=this.colorNode}e.context.getShadow&&(r=e.context.getShadow(this,e)),this.colorNode=r}setup(e){this.colorNode=this.baseColorNode||this.colorNode,this.light.castShadow?e.object.receiveShadow&&this.setupShadow(e):null!==this.shadowNode&&(this.shadowNode.dispose(),this.shadowNode=null,this.shadowColorNode=null);const t=this.setupDirect(e),r=this.setupDirectRectArea(e);t&&e.lightsNode.setupDirectLight(e,this,t),r&&e.lightsNode.setupDirectRectAreaLight(e,this,r)}update(){const{light:e}=this;this.color.copy(e.color).multiplyScalar(e.intensity)}}const Q_=an(({lightDistance:e,cutoffDistance:t,decayExponent:r})=>{const s=e.pow(r).max(.01).reciprocal();return t.greaterThan(0).select(s.mul(e.div(t).pow4().oneMinus().clamp().pow2()),s)}),Z_=({color:e,lightVector:t,cutoffDistance:r,decayExponent:s})=>{const i=t.normalize(),n=t.length(),a=Q_({lightDistance:n,cutoffDistance:r,decayExponent:s});return{lightDirection:i,lightColor:e.mul(a)}};class J_ extends Y_{static get type(){return"PointLightNode"}constructor(e=null){super(e),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(2).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}setupShadowNode(){return K_(this.light)}setupDirect(e){return Z_({color:this.colorNode,lightVector:this.getLightVector(e),cutoffDistance:this.cutoffDistanceNode,decayExponent:this.decayExponentNode})}}const ev=an(([e=Rl()])=>{const t=e.mul(2),r=t.x.floor(),s=t.y.floor();return r.add(s).mod(2).sign()}),tv=an(([e=Rl()],{renderer:t,material:r})=>{const s=su(e.mul(2).sub(1));let i;if(r.alphaToCoverage&&t.currentSamples>0){const e=hn(s.fwidth()).toVar();i=uu(e.oneMinus(),e.add(1),s).oneMinus()}else i=bu(s.greaterThan(1),0,1);return i}),rv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=mn(e).toVar();return bu(n,i,s)}).setLayout({name:"mx_select",type:"float",inputs:[{name:"b",type:"bool"},{name:"t",type:"float"},{name:"f",type:"float"}]}),sv=an(([e,t])=>{const r=mn(t).toVar(),s=hn(e).toVar();return bu(r,s.negate(),s)}).setLayout({name:"mx_negate_if",type:"float",inputs:[{name:"val",type:"float"},{name:"b",type:"bool"}]}),iv=an(([e])=>{const t=hn(e).toVar();return pn(bo(t))}).setLayout({name:"mx_floor",type:"int",inputs:[{name:"x",type:"float"}]}),nv=an(([e,t])=>{const r=hn(e).toVar();return t.assign(iv(r)),r.sub(hn(t))}),av=gb([an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=hn(s).toVar(),l=hn(r).toVar(),d=hn(t).toVar(),c=hn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"}]}),an(([e,t,r,s,i,n])=>{const a=hn(n).toVar(),o=hn(i).toVar(),u=Tn(s).toVar(),l=Tn(r).toVar(),d=Tn(t).toVar(),c=Tn(e).toVar(),h=hn(Ca(1,o)).toVar();return Ca(1,a).mul(c.mul(h).add(d.mul(o))).add(a.mul(l.mul(h).add(u.mul(o))))}).setLayout({name:"mx_bilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"}]})]),ov=gb([an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=hn(o).toVar(),m=hn(a).toVar(),f=hn(n).toVar(),y=hn(i).toVar(),b=hn(s).toVar(),x=hn(r).toVar(),T=hn(t).toVar(),_=hn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_0",type:"float",inputs:[{name:"v0",type:"float"},{name:"v1",type:"float"},{name:"v2",type:"float"},{name:"v3",type:"float"},{name:"v4",type:"float"},{name:"v5",type:"float"},{name:"v6",type:"float"},{name:"v7",type:"float"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]}),an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=hn(d).toVar(),h=hn(l).toVar(),p=hn(u).toVar(),g=Tn(o).toVar(),m=Tn(a).toVar(),f=Tn(n).toVar(),y=Tn(i).toVar(),b=Tn(s).toVar(),x=Tn(r).toVar(),T=Tn(t).toVar(),_=Tn(e).toVar(),v=hn(Ca(1,p)).toVar(),N=hn(Ca(1,h)).toVar();return hn(Ca(1,c)).toVar().mul(N.mul(_.mul(v).add(T.mul(p))).add(h.mul(x.mul(v).add(b.mul(p))))).add(c.mul(N.mul(y.mul(v).add(f.mul(p))).add(h.mul(m.mul(v).add(g.mul(p))))))}).setLayout({name:"mx_trilerp_1",type:"vec3",inputs:[{name:"v0",type:"vec3"},{name:"v1",type:"vec3"},{name:"v2",type:"vec3"},{name:"v3",type:"vec3"},{name:"v4",type:"vec3"},{name:"v5",type:"vec3"},{name:"v6",type:"vec3"},{name:"v7",type:"vec3"},{name:"s",type:"float"},{name:"t",type:"float"},{name:"r",type:"float"}]})]),uv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=gn(e).toVar(),a=gn(n.bitAnd(gn(7))).toVar(),o=hn(rv(a.lessThan(gn(4)),i,s)).toVar(),u=hn(Ma(2,rv(a.lessThan(gn(4)),s,i))).toVar();return sv(o,mn(a.bitAnd(gn(1)))).add(sv(u,mn(a.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_0",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"}]}),lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=gn(e).toVar(),u=gn(o.bitAnd(gn(15))).toVar(),l=hn(rv(u.lessThan(gn(8)),a,n)).toVar(),d=hn(rv(u.lessThan(gn(4)),n,rv(u.equal(gn(12)).or(u.equal(gn(14))),a,i))).toVar();return sv(l,mn(u.bitAnd(gn(1)))).add(sv(d,mn(u.bitAnd(gn(2)))))}).setLayout({name:"mx_gradient_float_1",type:"float",inputs:[{name:"hash",type:"uint"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),dv=gb([uv,lv]),cv=an(([e,t,r])=>{const s=hn(r).toVar(),i=hn(t).toVar(),n=vn(e).toVar();return Tn(dv(n.x,i,s),dv(n.y,i,s),dv(n.z,i,s))}).setLayout({name:"mx_gradient_vec3_0",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"}]}),hv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=hn(t).toVar(),o=vn(e).toVar();return Tn(dv(o.x,a,n,i),dv(o.y,a,n,i),dv(o.z,a,n,i))}).setLayout({name:"mx_gradient_vec3_1",type:"vec3",inputs:[{name:"hash",type:"uvec3"},{name:"x",type:"float"},{name:"y",type:"float"},{name:"z",type:"float"}]}),pv=gb([cv,hv]),gv=an(([e])=>{const t=hn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_0",type:"float",inputs:[{name:"v",type:"float"}]}),mv=an(([e])=>{const t=hn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_0",type:"float",inputs:[{name:"v",type:"float"}]}),fv=gb([gv,an(([e])=>{const t=Tn(e).toVar();return Ma(.6616,t)}).setLayout({name:"mx_gradient_scale2d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),yv=gb([mv,an(([e])=>{const t=Tn(e).toVar();return Ma(.982,t)}).setLayout({name:"mx_gradient_scale3d_1",type:"vec3",inputs:[{name:"v",type:"vec3"}]})]),bv=an(([e,t])=>{const r=pn(t).toVar(),s=gn(e).toVar();return s.shiftLeft(r).bitOr(s.shiftRight(pn(32).sub(r)))}).setLayout({name:"mx_rotl32",type:"uint",inputs:[{name:"x",type:"uint"},{name:"k",type:"int"}]}),xv=an(([e,t,r])=>{e.subAssign(r),e.bitXorAssign(bv(r,pn(4))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(6))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(8))),t.addAssign(e),e.subAssign(r),e.bitXorAssign(bv(r,pn(16))),r.addAssign(t),t.subAssign(e),t.bitXorAssign(bv(e,pn(19))),e.addAssign(r),r.subAssign(t),r.bitXorAssign(bv(t,pn(4))),t.addAssign(e)}),Tv=an(([e,t,r])=>{const s=gn(r).toVar(),i=gn(t).toVar(),n=gn(e).toVar();return s.bitXorAssign(i),s.subAssign(bv(i,pn(14))),n.bitXorAssign(s),n.subAssign(bv(s,pn(11))),i.bitXorAssign(n),i.subAssign(bv(n,pn(25))),s.bitXorAssign(i),s.subAssign(bv(i,pn(16))),n.bitXorAssign(s),n.subAssign(bv(s,pn(4))),i.bitXorAssign(n),i.subAssign(bv(n,pn(14))),s.bitXorAssign(i),s.subAssign(bv(i,pn(24))),s}).setLayout({name:"mx_bjfinal",type:"uint",inputs:[{name:"a",type:"uint"},{name:"b",type:"uint"},{name:"c",type:"uint"}]}),_v=an(([e])=>{const t=gn(e).toVar();return hn(t).div(hn(gn(pn(4294967295))))}).setLayout({name:"mx_bits_to_01",type:"float",inputs:[{name:"bits",type:"uint"}]}),vv=an(([e])=>{const t=hn(e).toVar();return t.mul(t).mul(t).mul(t.mul(t.mul(6).sub(15)).add(10))}).setLayout({name:"mx_fade",type:"float",inputs:[{name:"t",type:"float"}]}),Nv=gb([an(([e])=>{const t=pn(e).toVar(),r=gn(gn(1)).toVar(),s=gn(gn(pn(3735928559)).add(r.shiftLeft(gn(2))).add(gn(13))).toVar();return Tv(s.add(gn(t)),s,s)}).setLayout({name:"mx_hash_int_0",type:"uint",inputs:[{name:"x",type:"int"}]}),an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(gn(2)).toVar(),n=gn().toVar(),a=gn().toVar(),o=gn().toVar();return n.assign(a.assign(o.assign(gn(pn(3735928559)).add(i.shiftLeft(gn(2))).add(gn(13))))),n.addAssign(gn(s)),a.addAssign(gn(r)),Tv(n,a,o)}).setLayout({name:"mx_hash_int_1",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(gn(3)).toVar(),o=gn().toVar(),u=gn().toVar(),l=gn().toVar();return o.assign(u.assign(l.assign(gn(pn(3735928559)).add(a.shiftLeft(gn(2))).add(gn(13))))),o.addAssign(gn(n)),u.addAssign(gn(i)),l.addAssign(gn(s)),Tv(o,u,l)}).setLayout({name:"mx_hash_int_2",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]}),an(([e,t,r,s])=>{const i=pn(s).toVar(),n=pn(r).toVar(),a=pn(t).toVar(),o=pn(e).toVar(),u=gn(gn(4)).toVar(),l=gn().toVar(),d=gn().toVar(),c=gn().toVar();return l.assign(d.assign(c.assign(gn(pn(3735928559)).add(u.shiftLeft(gn(2))).add(gn(13))))),l.addAssign(gn(o)),d.addAssign(gn(a)),c.addAssign(gn(n)),xv(l,d,c),l.addAssign(gn(i)),Tv(l,d,c)}).setLayout({name:"mx_hash_int_3",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"}]}),an(([e,t,r,s,i])=>{const n=pn(i).toVar(),a=pn(s).toVar(),o=pn(r).toVar(),u=pn(t).toVar(),l=pn(e).toVar(),d=gn(gn(5)).toVar(),c=gn().toVar(),h=gn().toVar(),p=gn().toVar();return c.assign(h.assign(p.assign(gn(pn(3735928559)).add(d.shiftLeft(gn(2))).add(gn(13))))),c.addAssign(gn(l)),h.addAssign(gn(u)),p.addAssign(gn(o)),xv(c,h,p),c.addAssign(gn(a)),h.addAssign(gn(n)),Tv(c,h,p)}).setLayout({name:"mx_hash_int_4",type:"uint",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xx",type:"int"},{name:"yy",type:"int"}]})]),Sv=gb([an(([e,t])=>{const r=pn(t).toVar(),s=pn(e).toVar(),i=gn(Nv(s,r)).toVar(),n=vn().toVar();return n.x.assign(i.bitAnd(pn(255))),n.y.assign(i.shiftRight(pn(8)).bitAnd(pn(255))),n.z.assign(i.shiftRight(pn(16)).bitAnd(pn(255))),n}).setLayout({name:"mx_hash_vec3_0",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"}]}),an(([e,t,r])=>{const s=pn(r).toVar(),i=pn(t).toVar(),n=pn(e).toVar(),a=gn(Nv(n,i,s)).toVar(),o=vn().toVar();return o.x.assign(a.bitAnd(pn(255))),o.y.assign(a.shiftRight(pn(8)).bitAnd(pn(255))),o.z.assign(a.shiftRight(pn(16)).bitAnd(pn(255))),o}).setLayout({name:"mx_hash_vec3_1",type:"uvec3",inputs:[{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"}]})]),Rv=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=hn(av(dv(Nv(r,s),i,n),dv(Nv(r.add(pn(1)),s),i.sub(1),n),dv(Nv(r,s.add(pn(1))),i,n.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=hn(ov(dv(Nv(r,s,i),n,a,o),dv(Nv(r.add(pn(1)),s,i),n.sub(1),a,o),dv(Nv(r,s.add(pn(1)),i),n,a.sub(1),o),dv(Nv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),dv(Nv(r,s,i.add(pn(1))),n,a,o.sub(1)),dv(Nv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),dv(Nv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),dv(Nv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"}]})]),Av=gb([an(([e])=>{const t=fn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=hn(nv(t.x,r)).toVar(),n=hn(nv(t.y,s)).toVar(),a=hn(vv(i)).toVar(),o=hn(vv(n)).toVar(),u=Tn(av(pv(Sv(r,s),i,n),pv(Sv(r.add(pn(1)),s),i.sub(1),n),pv(Sv(r,s.add(pn(1))),i,n.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1))),i.sub(1),n.sub(1)),a,o)).toVar();return fv(u)}).setLayout({name:"mx_perlin_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn().toVar(),s=pn().toVar(),i=pn().toVar(),n=hn(nv(t.x,r)).toVar(),a=hn(nv(t.y,s)).toVar(),o=hn(nv(t.z,i)).toVar(),u=hn(vv(n)).toVar(),l=hn(vv(a)).toVar(),d=hn(vv(o)).toVar(),c=Tn(ov(pv(Sv(r,s,i),n,a,o),pv(Sv(r.add(pn(1)),s,i),n.sub(1),a,o),pv(Sv(r,s.add(pn(1)),i),n,a.sub(1),o),pv(Sv(r.add(pn(1)),s.add(pn(1)),i),n.sub(1),a.sub(1),o),pv(Sv(r,s,i.add(pn(1))),n,a,o.sub(1)),pv(Sv(r.add(pn(1)),s,i.add(pn(1))),n.sub(1),a,o.sub(1)),pv(Sv(r,s.add(pn(1)),i.add(pn(1))),n,a.sub(1),o.sub(1)),pv(Sv(r.add(pn(1)),s.add(pn(1)),i.add(pn(1))),n.sub(1),a.sub(1),o.sub(1)),u,l,d)).toVar();return yv(c)}).setLayout({name:"mx_perlin_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"}]})]),Ev=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return _v(Nv(r))}).setLayout({name:"mx_cell_noise_float_0",type:"float",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return _v(Nv(r,s))}).setLayout({name:"mx_cell_noise_float_1",type:"float",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return _v(Nv(r,s,i))}).setLayout({name:"mx_cell_noise_float_2",type:"float",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return _v(Nv(r,s,i,n))}).setLayout({name:"mx_cell_noise_float_3",type:"float",inputs:[{name:"p",type:"vec4"}]})]),wv=gb([an(([e])=>{const t=hn(e).toVar(),r=pn(iv(t)).toVar();return Tn(_v(Nv(r,pn(0))),_v(Nv(r,pn(1))),_v(Nv(r,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"float"}]}),an(([e])=>{const t=fn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar();return Tn(_v(Nv(r,s,pn(0))),_v(Nv(r,s,pn(1))),_v(Nv(r,s,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec2"}]}),an(([e])=>{const t=Tn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar();return Tn(_v(Nv(r,s,i,pn(0))),_v(Nv(r,s,i,pn(1))),_v(Nv(r,s,i,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_2",type:"vec3",inputs:[{name:"p",type:"vec3"}]}),an(([e])=>{const t=Sn(e).toVar(),r=pn(iv(t.x)).toVar(),s=pn(iv(t.y)).toVar(),i=pn(iv(t.z)).toVar(),n=pn(iv(t.w)).toVar();return Tn(_v(Nv(r,s,i,n,pn(0))),_v(Nv(r,s,i,n,pn(1))),_v(Nv(r,s,i,n,pn(2))))}).setLayout({name:"mx_cell_noise_vec3_3",type:"vec3",inputs:[{name:"p",type:"vec4"}]})]),Cv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=hn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Rv(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_float",type:"float",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Mv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(0).toVar(),l=hn(1).toVar();return op(a,()=>{u.addAssign(l.mul(Av(o))),l.mulAssign(i),o.mulAssign(n)}),u}).setLayout({name:"mx_fractal_noise_vec3",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Bv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar();return fn(Cv(o,a,n,i),Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i))}).setLayout({name:"mx_fractal_noise_vec2",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Lv=an(([e,t,r,s])=>{const i=hn(s).toVar(),n=hn(r).toVar(),a=pn(t).toVar(),o=Tn(e).toVar(),u=Tn(Mv(o,a,n,i)).toVar(),l=hn(Cv(o.add(Tn(pn(19),pn(193),pn(17))),a,n,i)).toVar();return Sn(u,l)}).setLayout({name:"mx_fractal_noise_vec4",type:"vec4",inputs:[{name:"p",type:"vec3"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Pv=gb([an(([e,t,r,s,i,n,a])=>{const o=pn(a).toVar(),u=hn(n).toVar(),l=pn(i).toVar(),d=pn(s).toVar(),c=pn(r).toVar(),h=pn(t).toVar(),p=fn(e).toVar(),g=Tn(wv(fn(h.add(d),c.add(l)))).toVar(),m=fn(g.x,g.y).toVar();m.subAssign(.5),m.mulAssign(u),m.addAssign(.5);const f=fn(fn(hn(h),hn(c)).add(m)).toVar(),y=fn(f.sub(p)).toVar();return ln(o.equal(pn(2)),()=>wo(y.x).add(wo(y.y))),ln(o.equal(pn(3)),()=>Wo(wo(y.x),wo(y.y))),Ko(y,y)}).setLayout({name:"mx_worley_distance_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),an(([e,t,r,s,i,n,a,o,u])=>{const l=pn(u).toVar(),d=hn(o).toVar(),c=pn(a).toVar(),h=pn(n).toVar(),p=pn(i).toVar(),g=pn(s).toVar(),m=pn(r).toVar(),f=pn(t).toVar(),y=Tn(e).toVar(),b=Tn(wv(Tn(f.add(p),m.add(h),g.add(c)))).toVar();b.subAssign(.5),b.mulAssign(d),b.addAssign(.5);const x=Tn(Tn(hn(f),hn(m),hn(g)).add(b)).toVar(),T=Tn(x.sub(y)).toVar();return ln(l.equal(pn(2)),()=>wo(T.x).add(wo(T.y)).add(wo(T.z))),ln(l.equal(pn(3)),()=>Wo(wo(T.x),wo(T.y),wo(T.z))),Ko(T,T)}).setLayout({name:"mx_worley_distance_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"x",type:"int"},{name:"y",type:"int"},{name:"z",type:"int"},{name:"xoff",type:"int"},{name:"yoff",type:"int"},{name:"zoff",type:"int"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Fv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();l.assign($o(l,r))})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_float_0",type:"float",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Dv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.y.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec2_0",type:"vec2",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Uv=an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=fn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=fn(nv(n.x,a),nv(n.y,o)).toVar(),l=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{const r=hn(Pv(u,e,t,a,o,i,s)).toVar();ln(r.lessThan(l.x),()=>{l.z.assign(l.y),l.y.assign(l.x),l.x.assign(r)}).ElseIf(r.lessThan(l.y),()=>{l.z.assign(l.y),l.y.assign(r)}).ElseIf(r.lessThan(l.z),()=>{l.z.assign(r)})})}),ln(s.equal(pn(0)),()=>{l.assign(fo(l))}),l}).setLayout({name:"mx_worley_noise_vec3_0",type:"vec3",inputs:[{name:"p",type:"vec2"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]}),Iv=gb([Fv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=hn(1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();d.assign($o(d,n))})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_float_1",type:"float",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Ov=gb([Dv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=fn(1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.y.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec2_1",type:"vec2",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),Vv=gb([Uv,an(([e,t,r])=>{const s=pn(r).toVar(),i=hn(t).toVar(),n=Tn(e).toVar(),a=pn().toVar(),o=pn().toVar(),u=pn().toVar(),l=Tn(nv(n.x,a),nv(n.y,o),nv(n.z,u)).toVar(),d=Tn(1e6,1e6,1e6).toVar();return op({start:-1,end:pn(1),name:"x",condition:"<="},({x:e})=>{op({start:-1,end:pn(1),name:"y",condition:"<="},({y:t})=>{op({start:-1,end:pn(1),name:"z",condition:"<="},({z:r})=>{const n=hn(Pv(l,e,t,r,a,o,u,i,s)).toVar();ln(n.lessThan(d.x),()=>{d.z.assign(d.y),d.y.assign(d.x),d.x.assign(n)}).ElseIf(n.lessThan(d.y),()=>{d.z.assign(d.y),d.y.assign(n)}).ElseIf(n.lessThan(d.z),()=>{d.z.assign(n)})})})}),ln(s.equal(pn(0)),()=>{d.assign(fo(d))}),d}).setLayout({name:"mx_worley_noise_vec3_1",type:"vec3",inputs:[{name:"p",type:"vec3"},{name:"jitter",type:"float"},{name:"metric",type:"int"}]})]),kv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=fn(t).toVar(),p=fn(r).toVar(),g=fn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(Tn(v,0),x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise2d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"texcoord",type:"vec2"},{name:"freq",type:"vec2"},{name:"offset",type:"vec2"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),Gv=an(([e,t,r,s,i,n,a,o,u,l,d])=>{const c=pn(e).toVar(),h=Tn(t).toVar(),p=Tn(r).toVar(),g=Tn(s).toVar(),m=hn(i).toVar(),f=hn(n).toVar(),y=hn(a).toVar(),b=mn(o).toVar(),x=pn(u).toVar(),T=hn(l).toVar(),_=hn(d).toVar(),v=h.mul(p).add(g),N=hn(0).toVar();return ln(c.equal(pn(0)),()=>{N.assign(Av(v))}),ln(c.equal(pn(1)),()=>{N.assign(wv(v))}),ln(c.equal(pn(2)),()=>{N.assign(Vv(v,m,pn(0)))}),ln(c.equal(pn(3)),()=>{N.assign(Mv(v,x,T,_))}),N.assign(N.mul(y.sub(f)).add(f)),ln(b,()=>{N.assign(nu(N,f,y))}),N}).setLayout({name:"mx_unifiednoise3d",type:"float",inputs:[{name:"noiseType",type:"int"},{name:"position",type:"vec3"},{name:"freq",type:"vec3"},{name:"offset",type:"vec3"},{name:"jitter",type:"float"},{name:"outmin",type:"float"},{name:"outmax",type:"float"},{name:"clampoutput",type:"bool"},{name:"octaves",type:"int"},{name:"lacunarity",type:"float"},{name:"diminish",type:"float"}]}),zv=an(([e])=>{const t=e.y,r=e.z,s=Tn().toVar();return ln(t.lessThan(1e-4),()=>{s.assign(Tn(r,r,r))}).Else(()=>{let i=e.x;i=i.sub(bo(i)).mul(6).toVar();const n=pn(Io(i)),a=i.sub(hn(n)),o=r.mul(t.oneMinus()),u=r.mul(t.mul(a).oneMinus()),l=r.mul(t.mul(a.oneMinus()).oneMinus());ln(n.equal(pn(0)),()=>{s.assign(Tn(r,l,o))}).ElseIf(n.equal(pn(1)),()=>{s.assign(Tn(u,r,o))}).ElseIf(n.equal(pn(2)),()=>{s.assign(Tn(o,r,l))}).ElseIf(n.equal(pn(3)),()=>{s.assign(Tn(o,u,r))}).ElseIf(n.equal(pn(4)),()=>{s.assign(Tn(l,o,r))}).Else(()=>{s.assign(Tn(r,o,u))})}),s}).setLayout({name:"mx_hsvtorgb",type:"vec3",inputs:[{name:"hsv",type:"vec3"}]}),$v=an(([e])=>{const t=Tn(e).toVar(),r=hn(t.x).toVar(),s=hn(t.y).toVar(),i=hn(t.z).toVar(),n=hn($o(r,$o(s,i))).toVar(),a=hn(Wo(r,Wo(s,i))).toVar(),o=hn(a.sub(n)).toVar(),u=hn().toVar(),l=hn().toVar(),d=hn().toVar();return d.assign(a),ln(a.greaterThan(0),()=>{l.assign(o.div(a))}).Else(()=>{l.assign(0)}),ln(l.lessThanEqual(0),()=>{u.assign(0)}).Else(()=>{ln(r.greaterThanEqual(a),()=>{u.assign(s.sub(i).div(o))}).ElseIf(s.greaterThanEqual(a),()=>{u.assign(wa(2,i.sub(r).div(o)))}).Else(()=>{u.assign(wa(4,r.sub(s).div(o)))}),u.mulAssign(1/6),ln(u.lessThan(0),()=>{u.addAssign(1)})}),Tn(u,l,d)}).setLayout({name:"mx_rgbtohsv",type:"vec3",inputs:[{name:"c",type:"vec3"}]}),Wv=an(([e])=>{const t=Tn(e).toVar(),r=Nn(Ua(t,Tn(.04045))).toVar(),s=Tn(t.div(12.92)).toVar(),i=Tn(Qo(Wo(t.add(Tn(.055)),Tn(0)).div(1.055),Tn(2.4))).toVar();return iu(s,i,r)}).setLayout({name:"mx_srgb_texture_to_lin_rec709",type:"vec3",inputs:[{name:"color",type:"vec3"}]}),Hv=(e,t)=>{e=hn(e),t=hn(t);const r=fn(t.dFdx(),t.dFdy()).length().mul(.7071067811865476);return uu(e.sub(r),e.add(r),t)},qv=(e,t,r,s)=>iu(e,t,r[s].clamp()),jv=(e,t,r,s,i)=>iu(e,t,Hv(r,s[i])),Xv=an(([e,t,r])=>{const s=To(e).toVar(),i=Ca(hn(.5).mul(t.sub(r)),Pd).div(s).toVar(),n=Ca(hn(-.5).mul(t.sub(r)),Pd).div(s).toVar(),a=Tn().toVar();a.x=s.x.greaterThan(hn(0)).select(i.x,n.x),a.y=s.y.greaterThan(hn(0)).select(i.y,n.y),a.z=s.z.greaterThan(hn(0)).select(i.z,n.z);const o=$o(a.x,a.y,a.z).toVar();return Pd.add(s.mul(o)).toVar().sub(r)}),Kv=an(([e,t])=>{const r=e.x,s=e.y,i=e.z;let n=t.element(0).mul(.886227);return n=n.add(t.element(1).mul(1.023328).mul(s)),n=n.add(t.element(2).mul(1.023328).mul(i)),n=n.add(t.element(3).mul(1.023328).mul(r)),n=n.add(t.element(4).mul(.858086).mul(r).mul(s)),n=n.add(t.element(5).mul(.858086).mul(s).mul(i)),n=n.add(t.element(6).mul(i.mul(i).mul(.743125).sub(.247708))),n=n.add(t.element(7).mul(.858086).mul(r).mul(i)),n=n.add(t.element(8).mul(.429043).mul(Ma(r,r).sub(Ma(s,s)))),n});var Yv=Object.freeze({__proto__:null,BRDF_GGX:Dg,BRDF_Lambert:Tg,BasicPointShadowFilter:H_,BasicShadowFilter:T_,Break:up,Const:Cu,Continue:()=>gl("continue").toStack(),DFGLUT:Og,D_GGX:Lg,Discard:ml,EPSILON:to,F_Schlick:xg,Fn:an,HALF_PI:ao,INFINITY:ro,If:ln,Loop:op,NodeAccess:Js,NodeShaderStage:Ys,NodeType:Zs,NodeUpdateType:Qs,OnBeforeMaterialUpdate:e=>tx(ex.BEFORE_MATERIAL,e),OnBeforeObjectUpdate:e=>tx(ex.BEFORE_OBJECT,e),OnMaterialUpdate:e=>tx(ex.MATERIAL,e),OnObjectUpdate:e=>tx(ex.OBJECT,e),PCFShadowFilter:__,PCFSoftShadowFilter:v_,PI:so,PI2:io,PointShadowFilter:q_,Return:()=>gl("return").toStack(),Schlick_to_F0:Gg,ScriptableNodeResources:eT,ShaderNode:Ki,Stack:dn,Switch:(...e)=>xi.Switch(...e),TBNViewMatrix:zc,TWO_PI:no,VSMShadowFilter:N_,V_GGX_SmithCorrelated:Mg,Var:wu,VarIntent:Mu,abs:wo,acesFilmicToneMapping:kx,acos:Ao,add:wa,addMethodChaining:_i,addNodeElement:function(e){d("TSL: AddNodeElement has been removed in favor of tree-shaking. Trying add",e)},agxToneMapping:Wx,all:oo,alphaT:Xn,and:Va,anisotropy:Kn,anisotropyB:Qn,anisotropyT:Yn,any:uo,append:e=>(d("TSL: append() has been renamed to Stack()."),dn(e)),array:_a,arrayBuffer:e=>new yi(e,"ArrayBuffer"),asin:Ro,assign:Na,atan:Eo,atan2:gu,atomicAdd:(e,t)=>NT(_T.ATOMIC_ADD,e,t),atomicAnd:(e,t)=>NT(_T.ATOMIC_AND,e,t),atomicFunc:NT,atomicLoad:e=>NT(_T.ATOMIC_LOAD,e,null),atomicMax:(e,t)=>NT(_T.ATOMIC_MAX,e,t),atomicMin:(e,t)=>NT(_T.ATOMIC_MIN,e,t),atomicOr:(e,t)=>NT(_T.ATOMIC_OR,e,t),atomicStore:(e,t)=>NT(_T.ATOMIC_STORE,e,t),atomicSub:(e,t)=>NT(_T.ATOMIC_SUB,e,t),atomicXor:(e,t)=>NT(_T.ATOMIC_XOR,e,t),attenuationColor:da,attenuationDistance:la,attribute:Sl,attributeArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new sx(e,r,s);return $h(i,t,e)},backgroundBlurriness:lx,backgroundIntensity:dx,backgroundRotation:cx,batch:rp,bentNormalView:Wc,billboarding:Tb,bitAnd:$a,bitNot:Wa,bitOr:Ha,bitXor:qa,bitangentGeometry:Oc,bitangentLocal:Vc,bitangentView:kc,bitangentWorld:Gc,bitcast:qy,blendBurn:Gp,blendColor:Hp,blendDodge:zp,blendOverlay:Wp,blendScreen:$p,blur:Gm,bool:mn,buffer:Ul,bufferAttribute:Ju,builtin:kl,builtinAOContext:Su,builtinShadowContext:Nu,bumpMap:Zc,burn:(...e)=>(d('TSL: "burn" has been renamed. Use "blendBurn" instead.'),Gp(e)),bvec2:xn,bvec3:Nn,bvec4:En,bypass:ll,cache:ol,call:Ra,cameraFar:td,cameraIndex:Jl,cameraNear:ed,cameraNormalMatrix:ad,cameraPosition:od,cameraProjectionMatrix:rd,cameraProjectionMatrixInverse:sd,cameraViewMatrix:id,cameraViewport:ud,cameraWorldMatrix:nd,cbrt:ru,cdl:wx,ceil:xo,checker:ev,cineonToneMapping:Ox,clamp:nu,clearcoat:Gn,clearcoatNormalView:Xd,clearcoatRoughness:zn,code:jx,color:cn,colorSpaceToWorking:Gu,colorToDirection:e=>Yi(e).mul(2).sub(1),compute:il,computeKernel:sl,computeSkinning:(e,t=null)=>{const r=new ip(e);return r.positionNode=$h(new $(e.geometry.getAttribute("position").array,3),"vec3").setPBO(!0).toReadOnly().element(qh).toVar(),r.skinIndexNode=$h(new $(new Uint32Array(e.geometry.getAttribute("skinIndex").array),4),"uvec4").setPBO(!0).toReadOnly().element(qh).toVar(),r.skinWeightNode=$h(new $(e.geometry.getAttribute("skinWeight").array,4),"vec4").setPBO(!0).toReadOnly().element(qh).toVar(),r.bindMatrixNode=xa(e.bindMatrix,"mat4"),r.bindMatrixInverseNode=xa(e.bindMatrixInverse,"mat4"),r.boneMatricesNode=Ul(e.skeleton.boneMatrices,"mat4",e.skeleton.bones.length),r.toPositionNode=t,Yi(r)},context:Tu,convert:Ln,convertColorSpace:(e,t,r)=>Yi(new Vu(Yi(e),t,r)),convertToTexture:(e,...t)=>e.isSampleNode||e.isTextureNode?e:e.isPassNode?e.getTextureNode():jb(e,...t),cos:No,countLeadingZeros:Qy,countOneBits:Zy,countTrailingZeros:Yy,cross:Yo,cubeTexture:hc,cubeTextureBase:cc,dFdx:Po,dFdy:Fo,dashSize:sa,debug:xl,decrement:Za,decrementBefore:Ya,defaultBuildStages:ti,defaultShaderStages:ei,defined:ji,degrees:co,deltaTime:fb,densityFog:function(e,t){return d('TSL: "densityFog( color, density )" is deprecated. Use "fog( color, densityFogFactor( density ) )" instead.'),aT(e,nT(t))},densityFogFactor:nT,depth:Lp,depthPass:(e,t,r)=>new Fx(Fx.DEPTH,e,t,r),determinant:ko,difference:Xo,diffuseColor:Un,diffuseContribution:In,directPointLight:Z_,directionToColor:Hc,directionToFaceDirection:kd,dispersion:ca,disposeShadowMaterial:A_,distance:jo,div:Ba,dodge:(...e)=>(d('TSL: "dodge" has been renamed. Use "blendDodge" instead.'),zp(e)),dot:Ko,drawIndex:Yh,dynamicBufferAttribute:(e,t=null,r=0,s=0)=>Zu(e,t,r,s,x),element:Bn,emissive:On,equal:Pa,equals:zo,equirectUV:ag,exp:ho,exp2:po,expression:gl,faceDirection:Vd,faceForward:lu,faceforward:mu,float:hn,floatBitsToInt:e=>new Hy(e,"int","float"),floatBitsToUint:jy,floor:bo,fog:aT,fract:_o,frameGroup:ma,frameId:yb,frontFacing:Od,fwidth:Oo,gain:(e,t)=>e.lessThan(.5)?eb(e.mul(2),t).div(2):Ca(1,eb(Ma(Ca(1,e),2),t).div(2)),gapSize:ia,getConstNodeType:Xi,getCurrentStack:un,getDirection:Im,getDistanceAttenuation:Q_,getGeometryRoughness:wg,getNormalFromDepth:Yb,getParallaxCorrectNormal:Xv,getRoughness:Cg,getScreenPosition:Kb,getShIrradianceAt:Kv,getShadowMaterial:R_,getShadowRenderObjectFunction:C_,getTextureIndex:zy,getViewPosition:Xb,ggxConvolution:Hm,globalId:mT,glsl:(e,t)=>jx(e,t,"glsl"),glslFn:(e,t)=>Kx(e,t,"glsl"),grayscale:Nx,greaterThan:Ua,greaterThanEqual:Oa,hash:Jy,highpModelNormalViewMatrix:Cd,highpModelViewMatrix:wd,hue:Ax,increment:Qa,incrementBefore:Ka,inspector:vl,instance:Zh,instanceIndex:qh,instancedArray:(e,t="float")=>{let r,s;!0===t.isStruct?(r=t.layout.getLength(),s=ks("float")):(r=Gs(t),s=ks(t));const i=new rx(e,r,s);return $h(i,t,e)},instancedBufferAttribute:el,instancedDynamicBufferAttribute:tl,instancedMesh:ep,int:pn,intBitsToFloat:e=>new Hy(e,"float","int"),interleavedGradientNoise:Qb,inverse:Go,inverseSqrt:yo,inversesqrt:fu,invocationLocalIndex:Kh,invocationSubgroupIndex:Xh,ior:aa,iridescence:Hn,iridescenceIOR:qn,iridescenceThickness:jn,isolate:al,ivec2:yn,ivec3:_n,ivec4:Rn,js:(e,t)=>jx(e,t,"js"),label:Ru,length:Mo,lengthSq:su,lessThan:Da,lessThanEqual:Ia,lightPosition:e_,lightProjectionUV:JT,lightShadowMatrix:ZT,lightTargetDirection:s_,lightTargetPosition:t_,lightViewPosition:r_,lightingContext:yp,lights:(e=[])=>(new o_).setLights(e),linearDepth:Pp,linearToneMapping:Ux,localId:fT,log:go,log2:mo,logarithmicDepthToViewZ:(e,t,r)=>{const s=e.mul(go(r.div(t)));return hn(Math.E).pow(s).mul(t).negate()},luminance:Ex,mat2:wn,mat3:Cn,mat4:Mn,matcapUV:Mf,materialAO:Ih,materialAlphaTest:th,materialAnisotropy:Th,materialAnisotropyVector:Oh,materialAttenuationColor:wh,materialAttenuationDistance:Eh,materialClearcoat:gh,materialClearcoatNormal:fh,materialClearcoatRoughness:mh,materialColor:rh,materialDispersion:Dh,materialEmissive:ih,materialEnvIntensity:sc,materialEnvRotation:ic,materialIOR:Ah,materialIridescence:_h,materialIridescenceIOR:vh,materialIridescenceThickness:Nh,materialLightMap:Uh,materialLineDashOffset:Ph,materialLineDashSize:Mh,materialLineGapSize:Bh,materialLineScale:Ch,materialLineWidth:Lh,materialMetalness:hh,materialNormal:ph,materialOpacity:nh,materialPointSize:Fh,materialReference:bc,materialReflectivity:dh,materialRefractionRatio:rc,materialRotation:yh,materialRoughness:ch,materialSheen:bh,materialSheenRoughness:xh,materialShininess:sh,materialSpecular:ah,materialSpecularColor:uh,materialSpecularIntensity:oh,materialSpecularStrength:lh,materialThickness:Rh,materialTransmission:Sh,max:Wo,maxMipLevel:Cl,mediumpModelViewMatrix:Ed,metalness:kn,min:$o,mix:iu,mixElement:cu,mod:La,modInt:Ja,modelDirection:bd,modelNormalMatrix:Sd,modelPosition:Td,modelRadius:Nd,modelScale:_d,modelViewMatrix:Ad,modelViewPosition:vd,modelViewProjection:Vh,modelWorldMatrix:xd,modelWorldMatrixInverse:Rd,morphReference:pp,mrt:Wy,mul:Ma,mx_aastep:Hv,mx_add:(e,t=hn(0))=>wa(e,t),mx_atan2:(e=hn(0),t=hn(1))=>Eo(e,t),mx_cell_noise_float:(e=Rl())=>Ev(e.convert("vec2|vec3")),mx_contrast:(e,t=1,r=.5)=>hn(e).sub(r).mul(t).add(r),mx_divide:(e,t=hn(1))=>Ba(e,t),mx_fractal_noise_float:(e=Rl(),t=3,r=2,s=.5,i=1)=>Cv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec2:(e=Rl(),t=3,r=2,s=.5,i=1)=>Bv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec3:(e=Rl(),t=3,r=2,s=.5,i=1)=>Mv(e,pn(t),r,s).mul(i),mx_fractal_noise_vec4:(e=Rl(),t=3,r=2,s=.5,i=1)=>Lv(e,pn(t),r,s).mul(i),mx_frame:()=>yb,mx_heighttonormal:(e,t)=>(e=Tn(e),t=hn(t),Zc(e,t)),mx_hsvtorgb:zv,mx_ifequal:(e,t,r,s)=>e.equal(t).mix(r,s),mx_ifgreater:(e,t,r,s)=>e.greaterThan(t).mix(r,s),mx_ifgreatereq:(e,t,r,s)=>e.greaterThanEqual(t).mix(r,s),mx_invert:(e,t=hn(1))=>Ca(t,e),mx_modulo:(e,t=hn(1))=>La(e,t),mx_multiply:(e,t=hn(1))=>Ma(e,t),mx_noise_float:(e=Rl(),t=1,r=0)=>Rv(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec3:(e=Rl(),t=1,r=0)=>Av(e.convert("vec2|vec3")).mul(t).add(r),mx_noise_vec4:(e=Rl(),t=1,r=0)=>{e=e.convert("vec2|vec3");return Sn(Av(e),Rv(e.add(fn(19,73)))).mul(t).add(r)},mx_place2d:(e,t=fn(.5,.5),r=fn(1,1),s=hn(0),i=fn(0,0))=>{let n=e;if(t&&(n=n.sub(t)),r&&(n=n.mul(r)),s){const e=s.mul(Math.PI/180),t=e.cos(),r=e.sin();n=fn(n.x.mul(t).sub(n.y.mul(r)),n.x.mul(r).add(n.y.mul(t)))}return t&&(n=n.add(t)),i&&(n=n.add(i)),n},mx_power:(e,t=hn(1))=>Qo(e,t),mx_ramp4:(e,t,r,s,i=Rl())=>{const n=i.x.clamp(),a=i.y.clamp(),o=iu(e,t,n),u=iu(r,s,n);return iu(o,u,a)},mx_ramplr:(e,t,r=Rl())=>qv(e,t,r,"x"),mx_ramptb:(e,t,r=Rl())=>qv(e,t,r,"y"),mx_rgbtohsv:$v,mx_rotate2d:(e,t)=>{e=fn(e);const r=(t=hn(t)).mul(Math.PI/180);return Ff(e,r)},mx_rotate3d:(e,t,r)=>{e=Tn(e),t=hn(t),r=Tn(r);const s=t.mul(Math.PI/180),i=r.normalize(),n=s.cos(),a=s.sin(),o=hn(1).sub(n);return e.mul(n).add(i.cross(e).mul(a)).add(i.mul(i.dot(e)).mul(o))},mx_safepower:(e,t=1)=>(e=hn(e)).abs().pow(t).mul(e.sign()),mx_separate:(e,t=null)=>{if("string"==typeof t){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3},s=t.replace(/^out/,"").toLowerCase();if(void 0!==r[s])return e.element(r[s])}if("number"==typeof t)return e.element(t);if("string"==typeof t&&1===t.length){const r={x:0,r:0,y:1,g:1,z:2,b:2,w:3,a:3};if(void 0!==r[t])return e.element(r[t])}return e},mx_splitlr:(e,t,r,s=Rl())=>jv(e,t,r,s,"x"),mx_splittb:(e,t,r,s=Rl())=>jv(e,t,r,s,"y"),mx_srgb_texture_to_lin_rec709:Wv,mx_subtract:(e,t=hn(0))=>Ca(e,t),mx_timer:()=>mb,mx_transform_uv:(e=1,t=0,r=Rl())=>r.mul(e).add(t),mx_unifiednoise2d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>kv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_unifiednoise3d:(e,t=Rl(),r=fn(1,1),s=fn(0,0),i=1,n=0,a=1,o=!1,u=1,l=2,d=.5)=>Gv(e,t.convert("vec2|vec3"),r,s,i,n,a,o,u,l,d),mx_worley_noise_float:(e=Rl(),t=1)=>Iv(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec2:(e=Rl(),t=1)=>Ov(e.convert("vec2|vec3"),t,pn(1)),mx_worley_noise_vec3:(e=Rl(),t=1)=>Vv(e.convert("vec2|vec3"),t,pn(1)),negate:Bo,neutralToneMapping:Hx,nodeArray:Ji,nodeImmutable:tn,nodeObject:Yi,nodeObjectIntent:Qi,nodeObjects:Zi,nodeProxy:en,nodeProxyIntent:rn,normalFlat:$d,normalGeometry:Gd,normalLocal:zd,normalMap:Xc,normalView:qd,normalViewGeometry:Wd,normalWorld:jd,normalWorldGeometry:Hd,normalize:To,not:Ga,notEqual:Fa,numWorkgroups:pT,objectDirection:cd,objectGroup:ya,objectPosition:pd,objectRadius:fd,objectScale:gd,objectViewPosition:md,objectWorldMatrix:hd,oneMinus:Lo,or:ka,orthographicDepthToViewZ:(e,t,r)=>t.sub(r).mul(e).sub(t),oscSawtooth:(e=mb)=>e.fract(),oscSine:(e=mb)=>e.add(.75).mul(2*Math.PI).sin().mul(.5).add(.5),oscSquare:(e=mb)=>e.fract().round(),oscTriangle:(e=mb)=>e.add(.5).fract().mul(2).sub(1).abs(),output:ra,outputStruct:Gy,overlay:(...e)=>(d('TSL: "overlay" has been renamed. Use "blendOverlay" instead.'),Wp(e)),overloadingFn:gb,packHalf2x16:ib,packSnorm2x16:rb,packUnorm2x16:sb,parabola:eb,parallaxDirection:$c,parallaxUV:(e,t)=>e.sub($c.mul(t)),parameter:(e,t)=>new Dy(e,t),pass:(e,t,r)=>new Fx(Fx.COLOR,e,t,r),passTexture:(e,t)=>new Lx(e,t),pcurve:(e,t,r)=>Qo(Ba(Qo(e,t),wa(Qo(e,t),Qo(Ca(1,e),r))),1/t),perspectiveDepthToViewZ:Cp,pmremTexture:mf,pointShadow:K_,pointUV:nx,pointWidth:na,positionGeometry:Md,positionLocal:Bd,positionPrevious:Ld,positionView:Dd,positionViewDirection:Ud,positionWorld:Pd,positionWorldDirection:Fd,posterize:Mx,pow:Qo,pow2:Zo,pow3:Jo,pow4:eu,premultiplyAlpha:qp,property:Fn,quadBroadcast:KT,quadSwapDiagonal:$T,quadSwapX:GT,quadSwapY:zT,radians:lo,rand:du,range:dT,rangeFog:function(e,t,r){return d('TSL: "rangeFog( color, near, far )" is deprecated. Use "fog( color, rangeFogFactor( near, far ) )" instead.'),aT(e,iT(t,r))},rangeFogFactor:iT,reciprocal:Uo,reference:mc,referenceBuffer:fc,reflect:qo,reflectVector:oc,reflectView:nc,reflector:e=>new Vb(e),refract:ou,refractVector:uc,refractView:ac,reinhardToneMapping:Ix,remap:cl,remapClamp:hl,renderGroup:fa,renderOutput:yl,rendererReference:Hu,replaceDefaultUV:function(e,t=null){return Tu(t,{getUV:e})},rotate:Ff,rotateUV:bb,roughness:Vn,round:Do,rtt:jb,sRGBTransferEOTF:Uu,sRGBTransferOETF:Iu,sample:(e,t=null)=>new Jb(e,Yi(t)),sampler:e=>(!0===e.isNode?e:Pl(e)).convert("sampler"),samplerComparison:e=>(!0===e.isNode?e:Pl(e)).convert("samplerComparison"),saturate:au,saturation:Sx,screen:(...e)=>(d('TSL: "screen" has been renamed. Use "blendScreen" instead.'),$p(e)),screenCoordinate:jl,screenDPR:Wl,screenSize:ql,screenUV:Hl,scriptable:rT,scriptableValue:Qx,select:bu,setCurrentStack:on,setName:vu,shaderStages:ri,shadow:U_,shadowPositionWorld:l_,shapeCircle:tv,sharedUniformGroup:ga,sheen:$n,sheenRoughness:Wn,shiftLeft:ja,shiftRight:Xa,shininess:ta,sign:Co,sin:vo,sinc:(e,t)=>vo(so.mul(t.mul(e).sub(1))).div(so.mul(t.mul(e).sub(1))),skinning:np,smoothstep:uu,smoothstepElement:hu,specularColor:Zn,specularColorBlended:Jn,specularF90:ea,spherizeUV:xb,split:(e,t)=>Yi(new hi(Yi(e),t)),spritesheetUV:Nb,sqrt:fo,stack:Iy,step:Ho,stepElement:pu,storage:$h,storageBarrier:()=>bT("storage").toStack(),storageObject:(e,t,r)=>(d('TSL: "storageObject()" is deprecated. Use "storage().setPBO( true )" instead.'),$h(e,t,r).setPBO(!0)),storageTexture:px,string:(e="")=>new yi(e,"string"),struct:(e,t=null)=>{const r=new Oy(e,t),s=(...t)=>{let s=null;if(t.length>0)if(t[0].isNode){s={};const r=Object.keys(e);for(let e=0;efx(e,t).level(r),texture3DLoad:(...e)=>fx(...e).setSampler(!1),textureBarrier:()=>bT("texture").toStack(),textureBicubic:om,textureBicubicLevel:am,textureCubeUV:Om,textureLevel:(e,t,r)=>Pl(e,t).level(r),textureLoad:Fl,textureSize:El,textureStore:(e,t,r)=>{const s=px(e,t,r);return null!==r&&s.toStack(),s},thickness:ua,time:mb,toneMapping:ju,toneMappingExposure:Xu,toonOutlinePass:(t,r,s=new e(0,0,0),i=.003,n=1)=>Yi(new Dx(t,r,Yi(s),Yi(i),Yi(n))),transformDirection:tu,transformNormal:Kd,transformNormalToView:Yd,transformedClearcoatNormalView:Jd,transformedNormalView:Qd,transformedNormalWorld:Zd,transmission:oa,transpose:Vo,triNoise3D:cb,triplanarTexture:(...e)=>Sb(...e),triplanarTextures:Sb,trunc:Io,uint:gn,uintBitsToFloat:e=>new Hy(e,"float","uint"),uniform:xa,uniformArray:Vl,uniformCubeTexture:(e=lc)=>cc(e),uniformFlow:_u,uniformGroup:pa,uniformTexture:(e=Ml)=>Pl(e),unpackHalf2x16:ub,unpackNormal:qc,unpackSnorm2x16:ab,unpackUnorm2x16:ob,unpremultiplyAlpha:jp,userData:(e,t,r)=>new yx(e,t,r),uv:Rl,uvec2:bn,uvec3:vn,uvec4:An,varying:Fu,varyingProperty:Dn,vec2:fn,vec3:Tn,vec4:Sn,vectorComponents:si,velocity:vx,vertexColor:kp,vertexIndex:Hh,vertexStage:Du,vibrance:Rx,viewZToLogarithmicDepth:Mp,viewZToOrthographicDepth:Ep,viewZToPerspectiveDepth:wp,viewport:Xl,viewportCoordinate:Yl,viewportDepthTexture:Rp,viewportLinearDepth:Fp,viewportMipTexture:vp,viewportResolution:Zl,viewportSafeUV:_b,viewportSharedTexture:tg,viewportSize:Kl,viewportTexture:_p,viewportUV:Ql,vogelDiskSample:Zb,wgsl:(e,t)=>jx(e,t,"wgsl"),wgslFn:(e,t)=>Kx(e,t,"wgsl"),workgroupArray:(e,t)=>new TT("Workgroup",e,t),workgroupBarrier:()=>bT("workgroup").toStack(),workgroupId:gT,workingToColorSpace:ku,xor:za});const Qv=new Fy;class Zv extends ty{constructor(e,t){super(),this.renderer=e,this.nodes=t}update(e,t,r){const s=this.renderer,i=this.nodes.getBackgroundNode(e)||e.background;let n=!1;if(null===i)s._clearColor.getRGB(Qv),Qv.a=s._clearColor.a;else if(!0===i.isColor)i.getRGB(Qv),Qv.a=1,n=!0;else if(!0===i.isNode){const u=this.get(e),l=i;Qv.copy(s._clearColor);let d=u.backgroundMesh;if(void 0===d){const h=Sn(l).mul(dx).context({getUV:()=>cx.mul(Hd),getTextureLevel:()=>lx}),p=rd.element(3).element(3).equal(1),g=Ba(1,rd.element(1).element(1)).mul(3),m=p.select(Bd.mul(g),Bd);let f=rd.mul(Ad.mul(Sn(m,1)));f=f.setZ(f.w);const y=new Xp;function b(){i.removeEventListener("dispose",b),d.material.dispose(),d.geometry.dispose()}y.name="Background.material",y.side=w,y.depthTest=!1,y.depthWrite=!1,y.allowOverride=!1,y.fog=!1,y.lights=!1,y.vertexNode=f,y.colorNode=h,u.backgroundMeshNode=h,u.backgroundMesh=d=new se(new Ye(1,32,32),y),d.frustumCulled=!1,d.name="Background.mesh",d.onBeforeRender=function(e,t,r){this.matrixWorld.copyPosition(r.matrixWorld)},i.addEventListener("dispose",b)}const c=l.getCacheKey();u.backgroundCacheKey!==c&&(u.backgroundMeshNode.node=Sn(l).mul(dx),u.backgroundMeshNode.needsUpdate=!0,d.material.needsUpdate=!0,u.backgroundCacheKey=c),t.unshift(d,d.geometry,d.material,0,0,null,null)}else o("Renderer: Unsupported background configuration.",i);const a=s.xr.getEnvironmentBlendMode();if("additive"===a?Qv.set(0,0,0,1):"alpha-blend"===a&&Qv.set(0,0,0,0),!0===s.autoClear||!0===n){const x=r.clearColorValue;x.r=Qv.r,x.g=Qv.g,x.b=Qv.b,x.a=Qv.a,!0!==s.backend.isWebGLBackend&&!0!==s.alpha||(x.r*=x.a,x.g*=x.a,x.b*=x.a),r.depthClearValue=s._clearDepth,r.stencilClearValue=s._clearStencil,r.clearColor=!0===s.autoClearColor,r.clearDepth=!0===s.autoClearDepth,r.clearStencil=!0===s.autoClearStencil}else r.clearColor=!1,r.clearDepth=!1,r.clearStencil=!1}}let Jv=0;class eN{constructor(e="",t=[],r=0,s=[]){this.name=e,this.bindings=t,this.index=r,this.bindingsReference=s,this.id=Jv++}}class tN{constructor(e,t,r,s,i,n,a,o,u,l=[]){this.vertexShader=e,this.fragmentShader=t,this.computeShader=r,this.transforms=l,this.nodeAttributes=s,this.bindings=i,this.updateNodes=n,this.updateBeforeNodes=a,this.updateAfterNodes=o,this.observer=u,this.usedTimes=0}createBindings(){const e=[];for(const t of this.bindings){if(!0!==t.bindings[0].groupNode.shared){const r=new eN(t.name,[],t.index,t.bindingsReference);e.push(r);for(const e of t.bindings)r.bindings.push(e.clone())}else e.push(t)}return e}}class rN{constructor(e,t,r=null){this.isNodeAttribute=!0,this.name=e,this.type=t,this.node=r}}class sN{constructor(e,t,r){this.isNodeUniform=!0,this.name=e,this.type=t,this.node=r}get value(){return this.node.value}set value(e){this.node.value=e}get id(){return this.node.id}get groupNode(){return this.node.groupNode}}class iN{constructor(e,t,r=!1,s=null){this.isNodeVar=!0,this.name=e,this.type=t,this.readOnly=r,this.count=s}}class nN extends iN{constructor(e,t,r=null,s=null){super(e,t),this.needsInterpolation=!1,this.isNodeVarying=!0,this.interpolationType=r,this.interpolationSampling=s}}class aN{constructor(e,t,r=""){this.name=e,this.type=t,this.code=r,Object.defineProperty(this,"isNodeCode",{value:!0})}}let oN=0;class uN{constructor(e=null){this.id=oN++,this.nodesData=new WeakMap,this.parent=e}getData(e){let t=this.nodesData.get(e);return void 0===t&&null!==this.parent&&(t=this.parent.getData(e)),t}setData(e,t){this.nodesData.set(e,t)}}class lN{constructor(e,t){this.name=e,this.members=t,this.output=!1}}class dN{constructor(e,t){this.name=e,this.value=t,this.boundary=0,this.itemSize=0,this.offset=0}setValue(e){this.value=e}getValue(){return this.value}}class cN extends dN{constructor(e,t=0){super(e,t),this.isNumberUniform=!0,this.boundary=4,this.itemSize=1}}class hN extends dN{constructor(e,r=new t){super(e,r),this.isVector2Uniform=!0,this.boundary=8,this.itemSize=2}}class pN extends dN{constructor(e,t=new r){super(e,t),this.isVector3Uniform=!0,this.boundary=16,this.itemSize=3}}class gN extends dN{constructor(e,t=new s){super(e,t),this.isVector4Uniform=!0,this.boundary=16,this.itemSize=4}}class mN extends dN{constructor(t,r=new e){super(t,r),this.isColorUniform=!0,this.boundary=16,this.itemSize=3}}class fN extends dN{constructor(e,t=new i){super(e,t),this.isMatrix2Uniform=!0,this.boundary=8,this.itemSize=4}}class yN extends dN{constructor(e,t=new n){super(e,t),this.isMatrix3Uniform=!0,this.boundary=48,this.itemSize=12}}class bN extends dN{constructor(e,t=new a){super(e,t),this.isMatrix4Uniform=!0,this.boundary=64,this.itemSize=16}}class xN extends cN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class TN extends hN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class _N extends pN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class vN extends gN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class NN extends mN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class SN extends fN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class RN extends yN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}class AN extends bN{constructor(e){super(e.name,e.value),this.nodeUniform=e}getValue(){return this.nodeUniform.value}getType(){return this.nodeUniform.type}}let EN=0;const wN=new WeakMap,CN=new WeakMap,MN=new Map([[Int8Array,"int"],[Int16Array,"int"],[Int32Array,"int"],[Uint8Array,"uint"],[Uint16Array,"uint"],[Uint32Array,"uint"],[Float32Array,"float"]]),BN=e=>/e/g.test(e)?String(e).replace(/\+/g,""):(e=Number(e))+(e%1?"":".0");class LN{constructor(e,t,r){this.object=e,this.material=e&&e.material||null,this.geometry=e&&e.geometry||null,this.renderer=t,this.parser=r,this.scene=null,this.camera=null,this.nodes=[],this.sequentialNodes=[],this.updateNodes=[],this.updateBeforeNodes=[],this.updateAfterNodes=[],this.hashNodes={},this.observer=null,this.lightsNode=null,this.environmentNode=null,this.fogNode=null,this.clippingContext=null,this.vertexShader=null,this.fragmentShader=null,this.computeShader=null,this.flowNodes={vertex:[],fragment:[],compute:[]},this.flowCode={vertex:"",fragment:"",compute:""},this.uniforms={vertex:[],fragment:[],compute:[],index:0},this.structs={vertex:[],fragment:[],compute:[],index:0},this.types={vertex:[],fragment:[],compute:[],index:0},this.bindings={vertex:{},fragment:{},compute:{}},this.bindingsIndexes={},this.bindGroups=null,this.attributes=[],this.bufferAttributes=[],this.varyings=[],this.codes={},this.vars={},this.declarations={},this.flow={code:""},this.chaining=[],this.stack=Iy(),this.stacks=[],this.tab="\t",this.currentFunctionNode=null,this.context={material:this.material},this.cache=new uN,this.globalCache=this.cache,this.flowsData=new WeakMap,this.shaderStage=null,this.buildStage=null,this.subBuildLayers=[],this.activeStacks=[],this.subBuildFn=null,this.fnCall=null,Object.defineProperty(this,"id",{value:EN++})}isOpaque(){const e=this.material;return!1===e.transparent&&e.blending===Qe&&!1===e.alphaToCoverage}getBindGroupsCache(){let e=CN.get(this.renderer);return void 0===e&&(e=new Yf,CN.set(this.renderer,e)),e}createRenderTarget(e,t,r){return new _e(e,t,r)}createCubeRenderTarget(e,t){return new og(e,t)}includes(e){return this.nodes.includes(e)}getOutputStructName(){}_getBindGroup(e,t){const r=this.getBindGroupsCache(),s=[];let i,n=!0;for(const e of t)s.push(e),n=n&&!0!==e.groupNode.shared;return n?(i=r.get(s),void 0===i&&(i=new eN(e,s,this.bindingsIndexes[e].group,s),r.set(s,i))):i=new eN(e,s,this.bindingsIndexes[e].group,s),i}getBindGroupArray(e,t){const r=this.bindings[t];let s=r[e];return void 0===s&&(void 0===this.bindingsIndexes[e]&&(this.bindingsIndexes[e]={binding:0,group:Object.keys(this.bindingsIndexes).length}),r[e]=s=[]),s}getBindings(){let e=this.bindGroups;if(null===e){const t={},r=this.bindings;for(const e of ri)for(const s in r[e]){const i=r[e][s];(t[s]||(t[s]=[])).push(...i)}e=[];for(const r in t){const s=t[r],i=this._getBindGroup(r,s);e.push(i)}this.bindGroups=e}return e}sortBindingGroups(){const e=this.getBindings();e.sort((e,t)=>e.bindings[0].groupNode.order-t.bindings[0].groupNode.order);for(let t=0;t=0?`${Math.round(n)}u`:"0u";if("bool"===i)return n?"true":"false";if("color"===i)return`${this.getType("vec3")}( ${BN(n.r)}, ${BN(n.g)}, ${BN(n.b)} )`;const a=this.getTypeLength(i),o=this.getComponentType(i),u=e=>this.generateConst(o,e);if(2===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)} )`;if(3===a)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)} )`;if(4===a&&"mat2"!==i)return`${this.getType(i)}( ${u(n.x)}, ${u(n.y)}, ${u(n.z)}, ${u(n.w)} )`;if(a>=4&&n&&(n.isMatrix2||n.isMatrix3||n.isMatrix4))return`${this.getType(i)}( ${n.elements.map(u).join(", ")} )`;if(a>4)return`${this.getType(i)}()`;throw new Error(`NodeBuilder: Type '${i}' not found in generate constant attempt.`)}getType(e){return"color"===e?"vec3":e}hasGeometryAttribute(e){return this.geometry&&void 0!==this.geometry.getAttribute(e)}getAttribute(e,t){const r=this.attributes;for(const t of r)if(t.name===e)return t;const s=new rN(e,t);return this.registerDeclaration(s),r.push(s),s}getPropertyName(e){return e.name}isVector(e){return/vec\d/.test(e)}isMatrix(e){return/mat\d/.test(e)}isReference(e){return"void"===e||"property"===e||"sampler"===e||"samplerComparison"===e||"texture"===e||"cubeTexture"===e||"storageTexture"===e||"depthTexture"===e||"texture3D"===e}needsToWorkingColorSpace(){return!1}getComponentTypeFromTexture(e){const t=e.type;if(e.isDataTexture){if(t===R)return"int";if(t===S)return"uint"}return"float"}getElementType(e){return"mat2"===e?"vec2":"mat3"===e?"vec3":"mat4"===e?"vec4":this.getComponentType(e)}getComponentType(e){if("float"===(e=this.getVectorType(e))||"bool"===e||"int"===e||"uint"===e)return e;const t=/(b|i|u|)(vec|mat)([2-4])/.exec(e);return null===t?null:"b"===t[1]?"bool":"i"===t[1]?"int":"u"===t[1]?"uint":"float"}getVectorType(e){return"color"===e?"vec3":"texture"===e||"cubeTexture"===e||"storageTexture"===e||"texture3D"===e?"vec4":e}getTypeFromLength(e,t="float"){if(1===e)return t;let r=Vs(e);const s="float"===t?"":t[0];return!0===/mat2/.test(t)&&(r=r.replace("vec","mat")),s+r}getTypeFromArray(e){return MN.get(e.constructor)}isInteger(e){return/int|uint|(i|u)vec/.test(e)}getTypeFromAttribute(e){let t=e;e.isInterleavedBufferAttribute&&(t=e.data);const r=t.array,s=e.itemSize,i=e.normalized;let n;return e instanceof et||!0===i||(n=this.getTypeFromArray(r)),this.getTypeFromLength(s,n)}getTypeLength(e){const t=this.getVectorType(e),r=/vec([2-4])/.exec(t);return null!==r?Number(r[1]):"float"===t||"bool"===t||"int"===t||"uint"===t?1:!0===/mat2/.test(e)?4:!0===/mat3/.test(e)?9:!0===/mat4/.test(e)?16:0}getVectorFromMatrix(e){return e.replace("mat","vec")}changeComponentType(e,t){return this.getTypeFromLength(this.getTypeLength(e),t)}getIntegerType(e){const t=this.getComponentType(e);return"int"===t||"uint"===t?e:this.changeComponentType(e,"int")}setActiveStack(e){this.activeStacks.push(e)}removeActiveStack(e){if(this.activeStacks[this.activeStacks.length-1]!==e)throw new Error("NodeBuilder: Invalid active stack removal.");this.activeStacks.pop()}getActiveStack(){return this.activeStacks[this.activeStacks.length-1]}getBaseStack(){return this.activeStacks[0]}addStack(){this.stack=Iy(this.stack);const e=un();return this.stacks.push(e),on(this.stack),this.stack}removeStack(){const e=this.stack;for(const t of e.nodes){this.getDataFromNode(t).stack=e}return this.stack=e.parent,on(this.stacks.pop()),e}getDataFromNode(e,t=this.shaderStage,r=null){let s=(r=null===r?e.isGlobal(this)?this.globalCache:this.cache:r).getData(e);void 0===s&&(s={},r.setData(e,s)),void 0===s[t]&&(s[t]={});let i=s[t];const n=s.any?s.any.subBuilds:null,a=this.getClosestSubBuild(n);return a&&(void 0===i.subBuildsCache&&(i.subBuildsCache={}),i=i.subBuildsCache[a]||(i.subBuildsCache[a]={}),i.subBuilds=n),i}getNodeProperties(e,t="any"){const r=this.getDataFromNode(e,t);return r.properties||(r.properties={outputNode:null})}getBufferAttributeFromNode(e,t){const r=this.getDataFromNode(e,"vertex");let s=r.bufferAttribute;if(void 0===s){const i=this.uniforms.index++;s=new rN("nodeAttribute"+i,t,e),this.bufferAttributes.push(s),r.bufferAttribute=s}return s}getStructTypeNode(e,t=this.shaderStage){return this.types[t][e]||null}getStructTypeFromNode(e,t,r=null,s=this.shaderStage){const i=this.getDataFromNode(e,s,this.globalCache);let n=i.structType;if(void 0===n){const a=this.structs.index++;null===r&&(r="StructType"+a),n=new lN(r,t),this.structs[s].push(n),this.types[s][r]=e,i.structType=n}return n}getOutputStructTypeFromNode(e,t){const r=this.getStructTypeFromNode(e,t,"OutputType","fragment");return r.output=!0,r}getUniformFromNode(e,t,r=this.shaderStage,s=null){const i=this.getDataFromNode(e,r,this.globalCache);let n=i.uniform;if(void 0===n){const a=this.uniforms.index++;n=new sN(s||"nodeUniform"+a,t,e),this.uniforms[r].push(n),this.registerDeclaration(n),i.uniform=n}return n}getVarFromNode(e,t=null,r=e.getNodeType(this),s=this.shaderStage,i=!1){const n=this.getDataFromNode(e,s),a=this.getSubBuildProperty("variable",n.subBuilds);let o=n[a];if(void 0===o){const u=i?"_const":"_var",l=this.vars[s]||(this.vars[s]=[]),d=this.vars[u]||(this.vars[u]=0);null===t&&(t=(i?"nodeConst":"nodeVar")+d,this.vars[u]++),"variable"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds));const c=e.getArrayCount(this);o=new iN(t,r,i,c),i||l.push(o),this.registerDeclaration(o),n[a]=o}return o}isDeterministic(e){if(e.isMathNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode))&&(!e.cNode||this.isDeterministic(e.cNode));if(e.isOperatorNode)return this.isDeterministic(e.aNode)&&(!e.bNode||this.isDeterministic(e.bNode));if(e.isArrayNode){if(null!==e.values)for(const t of e.values)if(!this.isDeterministic(t))return!1;return!0}return!!e.isConstNode}getVaryingFromNode(e,t=null,r=e.getNodeType(this),s=null,i=null){const n=this.getDataFromNode(e,"any"),a=this.getSubBuildProperty("varying",n.subBuilds);let o=n[a];if(void 0===o){const e=this.varyings,u=e.length;null===t&&(t="nodeVarying"+u),"varying"!==a&&(t=this.getSubBuildProperty(t,n.subBuilds)),o=new nN(t,r,s,i),e.push(o),this.registerDeclaration(o),n[a]=o}return o}registerDeclaration(e){const t=this.shaderStage,r=this.declarations[t]||(this.declarations[t]={}),s=this.getPropertyName(e);let i=1,n=s;for(;void 0!==r[n];)n=s+"_"+i++;i>1&&(e.name=n,d(`TSL: Declaration name '${s}' of '${e.type}' already in use. Renamed to '${n}'.`)),r[n]=e}getCodeFromNode(e,t,r=this.shaderStage){const s=this.getDataFromNode(e);let i=s.code;if(void 0===i){const e=this.codes[r]||(this.codes[r]=[]),n=e.length;i=new aN("nodeCode"+n,t),e.push(i),s.code=i}return i}addFlowCodeHierarchy(e,t){const{flowCodes:r,flowCodeBlock:s}=this.getDataFromNode(e);let i=!0,n=t;for(;n;){if(!0===s.get(n)){i=!1;break}n=this.getDataFromNode(n).parentNodeBlock}if(i)for(const e of r)this.addLineFlowCode(e)}addLineFlowCodeBlock(e,t,r){const s=this.getDataFromNode(e),i=s.flowCodes||(s.flowCodes=[]),n=s.flowCodeBlock||(s.flowCodeBlock=new WeakMap);i.push(t),n.set(r,!0)}addLineFlowCode(e,t=null){return""===e||(null!==t&&this.context.nodeBlock&&this.addLineFlowCodeBlock(t,e,this.context.nodeBlock),e=this.tab+e,/;\s*$/.test(e)||(e+=";\n"),this.flow.code+=e),this}addFlowCode(e){return this.flow.code+=e,this}addFlowTab(){return this.tab+="\t",this}removeFlowTab(){return this.tab=this.tab.slice(0,-1),this}getFlowData(e){return this.flowsData.get(e)}flowNode(e){const t=e.getNodeType(this),r=this.flowChildNode(e,t);return this.flowsData.set(e,r),r}addInclude(e){null!==this.currentFunctionNode&&this.currentFunctionNode.includes.push(e)}buildFunctionNode(e){const t=new Xx,r=this.currentFunctionNode;return this.currentFunctionNode=t,t.code=this.buildFunctionCode(e),this.currentFunctionNode=r,t}flowShaderNode(e){const t=e.layout,r={[Symbol.iterator](){let e=0;const t=Object.values(this);return{next:()=>({value:t[e],done:e++>=t.length})}}};for(const e of t.inputs)r[e.name]=new Dy(e.type,e.name);e.layout=null;const s=e.call(r),i=this.flowStagesNode(s,t.type);return e.layout=t,i}flowBuildStage(e,t,r=null){const s=this.getBuildStage();this.setBuildStage(t);const i=e.build(this,r);return this.setBuildStage(s),i}flowStagesNode(e,t=null){const r=this.flow,s=this.vars,i=this.declarations,n=this.cache,a=this.buildStage,o=this.stack,u={code:""};this.flow=u,this.vars={},this.declarations={},this.cache=new uN,this.stack=Iy();for(const r of ti)this.setBuildStage(r),u.result=e.build(this,t);return u.vars=this.getVars(this.shaderStage),this.flow=r,this.vars=s,this.declarations=i,this.cache=n,this.stack=o,this.setBuildStage(a),u}getFunctionOperator(){return null}buildFunctionCode(){d("Abstract function.")}flowChildNode(e,t=null){const r=this.flow,s={code:""};return this.flow=s,s.result=e.build(this,t),this.flow=r,s}flowNodeFromShaderStage(e,t,r=null,s=null){const i=this.tab,n=this.cache,a=this.shaderStage,o=this.context;this.setShaderStage(e);const u={...this.context};delete u.nodeBlock,this.cache=this.globalCache,this.tab="\t",this.context=u;let l=null;if("generate"===this.buildStage){const i=this.flowChildNode(t,r);null!==s&&(i.code+=`${this.tab+s} = ${i.result};\n`),this.flowCode[e]=this.flowCode[e]+i.code,l=i}else l=t.build(this);return this.setShaderStage(a),this.cache=n,this.tab=i,this.context=o,l}getAttributesArray(){return this.attributes.concat(this.bufferAttributes)}getAttributes(){d("Abstract function.")}getVaryings(){d("Abstract function.")}getVar(e,t,r=null){return`${null!==r?this.generateArrayDeclaration(e,r):this.getType(e)} ${t}`}getVars(e){let t="";const r=this.vars[e];if(void 0!==r)for(const e of r)t+=`${this.getVar(e.type,e.name)}; `;return t}getUniforms(){d("Abstract function.")}getCodes(e){const t=this.codes[e];let r="";if(void 0!==t)for(const e of t)r+=e.code+"\n";return r}getHash(){return this.vertexShader+this.fragmentShader+this.computeShader}setShaderStage(e){this.shaderStage=e}getShaderStage(){return this.shaderStage}setBuildStage(e){this.buildStage=e}getBuildStage(){return this.buildStage}buildCode(){d("Abstract function.")}get subBuild(){return this.subBuildLayers[this.subBuildLayers.length-1]||null}addSubBuild(e){this.subBuildLayers.push(e)}removeSubBuild(){return this.subBuildLayers.pop()}getClosestSubBuild(e){let t;if(t=e&&e.isNode?e.isShaderCallNodeInternal?e.shaderNode.subBuilds:e.isStackNode?[e.subBuild]:this.getDataFromNode(e,"any").subBuilds:e instanceof Set?[...e]:e,!t)return null;const r=this.subBuildLayers;for(let e=t.length-1;e>=0;e--){const s=t[e];if(r.includes(s))return s}return null}getSubBuildOutput(e){return this.getSubBuildProperty("outputNode",e)}getSubBuildProperty(e="",t=null){let r,s;return r=null!==t?this.getClosestSubBuild(t):this.subBuildFn,s=r?e?r+"_"+e:r:e,s}build(){const{object:e,material:t,renderer:r}=this;if(null!==t){let e=r.library.fromMaterial(t);null===e&&(o(`NodeMaterial: Material "${t.type}" is not compatible.`),e=new Xp),e.build(this)}else this.addFlow("compute",e);for(const e of ti){this.setBuildStage(e),this.context.vertex&&this.context.vertex.isNode&&this.flowNodeFromShaderStage("vertex",this.context.vertex);for(const t of ri){this.setShaderStage(t);const r=this.flowNodes[t];for(const t of r)"generate"===e?this.flowNode(t):t.build(this)}}return this.setBuildStage(null),this.setShaderStage(null),this.buildCode(),this.buildUpdateNodes(),this}getSharedDataFromNode(e){let t=wN.get(e);return void 0===t&&(t={}),t}getNodeUniform(e,t){const r=this.getSharedDataFromNode(e);let s=r.cache;if(void 0===s){if("float"===t||"int"===t||"uint"===t)s=new xN(e);else if("vec2"===t||"ivec2"===t||"uvec2"===t)s=new TN(e);else if("vec3"===t||"ivec3"===t||"uvec3"===t)s=new _N(e);else if("vec4"===t||"ivec4"===t||"uvec4"===t)s=new vN(e);else if("color"===t)s=new NN(e);else if("mat2"===t)s=new SN(e);else if("mat3"===t)s=new RN(e);else{if("mat4"!==t)throw new Error(`Uniform "${t}" not implemented.`);s=new AN(e)}r.cache=s}return s}format(e,t,r){if((t=this.getVectorType(t))===(r=this.getVectorType(r))||null===r||this.isReference(r))return e;const s=this.getTypeLength(t),i=this.getTypeLength(r);return 16===s&&9===i?`${this.getType(r)}( ${e}[ 0 ].xyz, ${e}[ 1 ].xyz, ${e}[ 2 ].xyz )`:9===s&&4===i?`${this.getType(r)}( ${e}[ 0 ].xy, ${e}[ 1 ].xy )`:s>4||i>4||0===i?e:s===i?`${this.getType(r)}( ${e} )`:s>i?(e="bool"===r?`all( ${e} )`:`${e}.${"xyz".slice(0,i)}`,this.format(e,this.getTypeFromLength(i,this.getComponentType(t)),r)):4===i&&s>1?`${this.getType(r)}( ${this.format(e,t,"vec3")}, 1.0 )`:2===s?`${this.getType(r)}( ${this.format(e,t,"vec2")}, 0.0 )`:(1===s&&i>1&&t!==this.getComponentType(r)&&(e=`${this.getType(this.getComponentType(r))}( ${e} )`),`${this.getType(r)}( ${e} )`)}getSignature(){return`// Three.js r${tt} - Node System\n`}}class PN{constructor(){this.time=0,this.deltaTime=0,this.frameId=0,this.renderId=0,this.updateMap=new WeakMap,this.updateBeforeMap=new WeakMap,this.updateAfterMap=new WeakMap,this.renderer=null,this.material=null,this.camera=null,this.object=null,this.scene=null}_getMaps(e,t){let r=e.get(t);return void 0===r&&(r={renderId:0,frameId:0},e.set(t,r)),r}updateBeforeNode(e){const t=e.getUpdateBeforeType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateBeforeMap,r);if(t.frameId!==this.frameId){const r=t.frameId;t.frameId=this.frameId,!1===e.updateBefore(this)&&(t.frameId=r)}}else if(t===Qs.RENDER){const t=this._getMaps(this.updateBeforeMap,r);if(t.renderId!==this.renderId){const r=t.renderId;t.renderId=this.renderId,!1===e.updateBefore(this)&&(t.renderId=r)}}else t===Qs.OBJECT&&e.updateBefore(this)}updateAfterNode(e){const t=e.getUpdateAfterType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateAfterMap,r);t.frameId!==this.frameId&&!1!==e.updateAfter(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateAfterMap,r);t.renderId!==this.renderId&&!1!==e.updateAfter(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.updateAfter(this)}updateNode(e){const t=e.getUpdateType(),r=e.updateReference(this);if(t===Qs.FRAME){const t=this._getMaps(this.updateMap,r);t.frameId!==this.frameId&&!1!==e.update(this)&&(t.frameId=this.frameId)}else if(t===Qs.RENDER){const t=this._getMaps(this.updateMap,r);t.renderId!==this.renderId&&!1!==e.update(this)&&(t.renderId=this.renderId)}else t===Qs.OBJECT&&e.update(this)}update(){this.frameId++,void 0===this.lastTime&&(this.lastTime=performance.now()),this.deltaTime=(performance.now()-this.lastTime)/1e3,this.lastTime=performance.now(),this.time+=this.deltaTime}}class FN{constructor(e,t,r=null,s="",i=!1){this.type=e,this.name=t,this.count=r,this.qualifier=s,this.isConst=i}}FN.isNodeFunctionInput=!0;class DN extends Y_{static get type(){return"DirectionalLightNode"}constructor(e=null){super(e)}setupDirect(){const e=this.colorNode;return{lightDirection:s_(this.light),lightColor:e}}}const UN=new a,IN=new a;let ON=null;class VN extends Y_{static get type(){return"RectAreaLightNode"}constructor(e=null){super(e),this.halfHeight=xa(new r).setGroup(fa),this.halfWidth=xa(new r).setGroup(fa),this.updateType=Qs.RENDER}update(e){super.update(e);const{light:t}=this,r=e.camera.matrixWorldInverse;IN.identity(),UN.copy(t.matrixWorld),UN.premultiply(r),IN.extractRotation(UN),this.halfWidth.value.set(.5*t.width,0,0),this.halfHeight.value.set(0,.5*t.height,0),this.halfWidth.value.applyMatrix4(IN),this.halfHeight.value.applyMatrix4(IN)}setupDirectRectArea(e){let t,r;e.isAvailable("float32Filterable")?(t=Pl(ON.LTC_FLOAT_1),r=Pl(ON.LTC_FLOAT_2)):(t=Pl(ON.LTC_HALF_1),r=Pl(ON.LTC_HALF_2));const{colorNode:s,light:i}=this;return{lightColor:s,lightPosition:r_(i),halfWidth:this.halfWidth,halfHeight:this.halfHeight,ltc_1:t,ltc_2:r}}static setLTC(e){ON=e}}class kN extends Y_{static get type(){return"SpotLightNode"}constructor(e=null){super(e),this.coneCosNode=xa(0).setGroup(fa),this.penumbraCosNode=xa(0).setGroup(fa),this.cutoffDistanceNode=xa(0).setGroup(fa),this.decayExponentNode=xa(0).setGroup(fa),this.colorNode=xa(this.color).setGroup(fa)}update(e){super.update(e);const{light:t}=this;this.coneCosNode.value=Math.cos(t.angle),this.penumbraCosNode.value=Math.cos(t.angle*(1-t.penumbra)),this.cutoffDistanceNode.value=t.distance,this.decayExponentNode.value=t.decay}getSpotAttenuation(e,t){const{coneCosNode:r,penumbraCosNode:s}=this;return uu(r,s,t)}getLightCoord(e){const t=e.getNodeProperties(this);let r=t.projectionUV;return void 0===r&&(r=JT(this.light,e.context.positionWorld),t.projectionUV=r),r}setupDirect(e){const{colorNode:t,cutoffDistanceNode:r,decayExponentNode:s,light:i}=this,n=this.getLightVector(e),a=n.normalize(),o=a.dot(s_(i)),u=this.getSpotAttenuation(e,o),l=n.length(),d=Q_({lightDistance:l,cutoffDistance:r,decayExponent:s});let c,h,p=t.mul(u).mul(d);if(i.colorNode?(h=this.getLightCoord(e),c=i.colorNode(h)):i.map&&(h=this.getLightCoord(e),c=Pl(i.map,h.xy).onRenderUpdate(()=>i.map)),c){p=h.mul(2).sub(1).abs().lessThan(1).all().select(p.mul(c),p)}return{lightColor:p,lightDirection:a}}}class GN extends kN{static get type(){return"IESSpotLightNode"}getSpotAttenuation(e,t){const r=this.light.iesMap;let s=null;if(r&&!0===r.isTexture){const e=t.acos().mul(1/Math.PI);s=Pl(r,fn(e,0),0).r}else s=super.getSpotAttenuation(t);return s}}const zN=an(([e,t])=>{const r=e.abs().sub(t);return Mo(Wo(r,0)).add($o(Wo(r.x,r.y),0))});class $N extends kN{static get type(){return"ProjectorLightNode"}update(e){super.update(e);const t=this.light;if(this.penumbraCosNode.value=Math.min(Math.cos(t.angle*(1-t.penumbra)),.99999),null===t.aspect){let e=1;null!==t.map&&(e=t.map.width/t.map.height),t.shadow.aspect=e}else t.shadow.aspect=t.aspect}getSpotAttenuation(e){const t=hn(0),r=this.penumbraCosNode,s=ZT(this.light).mul(e.context.positionWorld||Pd);return ln(s.w.greaterThan(0),()=>{const e=s.xyz.div(s.w),i=zN(e.xy.sub(fn(.5)),fn(.5)),n=Ba(-1,Ca(1,Ao(r)).sub(1));t.assign(au(i.mul(-2).mul(n)))}),t}}class WN extends Y_{static get type(){return"AmbientLightNode"}constructor(e=null){super(e)}setup({context:e}){e.irradiance.addAssign(this.colorNode)}}class HN extends Y_{static get type(){return"HemisphereLightNode"}constructor(t=null){super(t),this.lightPositionNode=e_(t),this.lightDirectionNode=this.lightPositionNode.normalize(),this.groundColorNode=xa(new e).setGroup(fa)}update(e){const{light:t}=this;super.update(e),this.lightPositionNode.object3d=t,this.groundColorNode.value.copy(t.groundColor).multiplyScalar(t.intensity)}setup(e){const{colorNode:t,groundColorNode:r,lightDirectionNode:s}=this,i=jd.dot(s).mul(.5).add(.5),n=iu(r,t,i);e.context.irradiance.addAssign(n)}}class qN extends Y_{static get type(){return"LightProbeNode"}constructor(e=null){super(e);const t=[];for(let e=0;e<9;e++)t.push(new r);this.lightProbe=Vl(t)}update(e){const{light:t}=this;super.update(e);for(let e=0;e<9;e++)this.lightProbe.array[e].copy(t.sh.coefficients[e]).multiplyScalar(t.intensity)}setup(e){const t=Kv(jd,this.lightProbe);e.context.irradiance.addAssign(t)}}class jN{parseFunction(){d("Abstract function.")}}class XN{constructor(e,t,r="",s=""){this.type=e,this.inputs=t,this.name=r,this.precision=s}getCode(){d("Abstract function.")}}XN.isNodeFunction=!0;const KN=/^\s*(highp|mediump|lowp)?\s*([a-z_0-9]+)\s*([a-z_0-9]+)?\s*\(([\s\S]*?)\)/i,YN=/[a-z_0-9]+/gi,QN="#pragma main";class ZN extends XN{constructor(e){const{type:t,inputs:r,name:s,precision:i,inputsCode:n,blockCode:a,headerCode:o}=(e=>{const t=(e=e.trim()).indexOf(QN),r=-1!==t?e.slice(t+12):e,s=r.match(KN);if(null!==s&&5===s.length){const i=s[4],n=[];let a=null;for(;null!==(a=YN.exec(i));)n.push(a);const o=[];let u=0;for(;u{const r=this.backend.createNodeBuilder(e.object,this.renderer);return r.scene=e.scene,r.material=t,r.camera=e.camera,r.context.material=t,r.lightsNode=e.lightsNode,r.environmentNode=this.getEnvironmentNode(e.scene),r.fogNode=this.getFogNode(e.scene),r.clippingContext=e.clippingContext,this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview&&r.enableMultiview(),r};let n=t(e.material);try{n.build()}catch(e){n=t(new Xp),n.build(),o("TSL: "+e)}r=this._createNodeBuilderState(n),s.set(i,r)}r.usedTimes++,t.nodeBuilderState=r}return r}delete(e){if(e.isRenderObject){const t=this.get(e).nodeBuilderState;t.usedTimes--,0===t.usedTimes&&this.nodeBuilderCache.delete(this.getForRenderCacheKey(e))}return super.delete(e)}getForCompute(e){const t=this.get(e);let r=t.nodeBuilderState;if(void 0===r){const s=this.backend.createNodeBuilder(e,this.renderer);s.build(),r=this._createNodeBuilderState(s),t.nodeBuilderState=r}return r}_createNodeBuilderState(e){return new tN(e.vertexShader,e.fragmentShader,e.computeShader,e.getAttributesArray(),e.getBindings(),e.updateNodes,e.updateBeforeNodes,e.updateAfterNodes,e.observer,e.transforms)}getEnvironmentNode(e){this.updateEnvironment(e);let t=null;if(e.environmentNode&&e.environmentNode.isNode)t=e.environmentNode;else{const r=this.get(e);r.environmentNode&&(t=r.environmentNode)}return t}getBackgroundNode(e){this.updateBackground(e);let t=null;if(e.backgroundNode&&e.backgroundNode.isNode)t=e.backgroundNode;else{const r=this.get(e);r.backgroundNode&&(t=r.backgroundNode)}return t}getFogNode(e){return this.updateFog(e),e.fogNode||this.get(e).fogNode||null}getCacheKey(e,t){tS[0]=e,tS[1]=t;const r=this.renderer.info.calls,s=this.callHashCache.get(tS)||{};if(s.callId!==r){const i=this.getEnvironmentNode(e),n=this.getFogNode(e);t&&rS.push(t.getCacheKey(!0)),i&&rS.push(i.getCacheKey()),n&&rS.push(n.getCacheKey()),rS.push(this.renderer.getOutputRenderTarget()&&this.renderer.getOutputRenderTarget().multiview?1:0),rS.push(this.renderer.shadowMap.enabled?1:0),rS.push(this.renderer.shadowMap.type),s.callId=r,s.cacheKey=Ds(rS),this.callHashCache.set(tS,s),rS.length=0}return tS.length=0,s.cacheKey}get isToneMappingState(){return!this.renderer.getRenderTarget()}updateBackground(e){const t=this.get(e),r=e.background;if(r){const s=0===e.backgroundBlurriness&&t.backgroundBlurriness>0||e.backgroundBlurriness>0&&0===t.backgroundBlurriness;if(t.background!==r||s){const i=this.getCacheNode("background",r,()=>{if(!0===r.isCubeTexture||r.mapping===oe||r.mapping===ue||r.mapping===Se){if(e.backgroundBlurriness>0||r.mapping===Se)return mf(r);{let e;return e=!0===r.isCubeTexture?hc(r):Pl(r),hg(e)}}if(!0===r.isTexture)return Pl(r,Hl.flipY()).setUpdateMatrix(!0);!0!==r.isColor&&o("WebGPUNodes: Unsupported background configuration.",r)},s);t.backgroundNode=i,t.background=r,t.backgroundBlurriness=e.backgroundBlurriness}}else t.backgroundNode&&(delete t.backgroundNode,delete t.background)}getCacheNode(e,t,r,s=!1){const i=this.cacheLib[e]||(this.cacheLib[e]=new WeakMap);let n=i.get(t);return(void 0===n||s)&&(n=r(),i.set(t,n)),n}updateFog(e){const t=this.get(e),r=e.fog;if(r){if(t.fog!==r){const e=this.getCacheNode("fog",r,()=>{if(r.isFogExp2){const e=mc("color","color",r).setGroup(fa),t=mc("density","float",r).setGroup(fa);return aT(e,nT(t))}if(r.isFog){const e=mc("color","color",r).setGroup(fa),t=mc("near","float",r).setGroup(fa),s=mc("far","float",r).setGroup(fa);return aT(e,iT(t,s))}o("Renderer: Unsupported fog configuration.",r)});t.fogNode=e,t.fog=r}}else delete t.fogNode,delete t.fog}updateEnvironment(e){const t=this.get(e),r=e.environment;if(r){if(t.environment!==r){const e=this.getCacheNode("environment",r,()=>!0===r.isCubeTexture?hc(r):!0===r.isTexture?Pl(r):void o("Nodes: Unsupported environment configuration.",r));t.environmentNode=e,t.environment=r}}else t.environmentNode&&(delete t.environmentNode,delete t.environment)}getNodeFrame(e=this.renderer,t=null,r=null,s=null,i=null){const n=this.nodeFrame;return n.renderer=e,n.scene=t,n.object=r,n.camera=s,n.material=i,n}getNodeFrameForRender(e){return this.getNodeFrame(e.renderer,e.scene,e.object,e.camera,e.material)}getOutputCacheKey(){const e=this.renderer;return e.toneMapping+","+e.currentColorSpace+","+e.xr.isPresenting}hasOutputChange(e){return eS.get(e)!==this.getOutputCacheKey()}getOutputNode(e){const t=this.renderer,r=this.getOutputCacheKey(),s=e.isArrayTexture?fx(e,Tn(Hl,kl("gl_ViewID_OVR"))).renderOutput(t.toneMapping,t.currentColorSpace):Pl(e,Hl).renderOutput(t.toneMapping,t.currentColorSpace);return eS.set(e,r),s}updateBefore(e){const t=e.getNodeBuilderState();for(const r of t.updateBeforeNodes)this.getNodeFrameForRender(e).updateBeforeNode(r)}updateAfter(e){const t=e.getNodeBuilderState();for(const r of t.updateAfterNodes)this.getNodeFrameForRender(e).updateAfterNode(r)}updateForCompute(e){const t=this.getNodeFrame(),r=this.getForCompute(e);for(const e of r.updateNodes)t.updateNode(e)}updateForRender(e){const t=this.getNodeFrameForRender(e),r=e.getNodeBuilderState();for(const e of r.updateNodes)t.updateNode(e)}needsRefresh(e){const t=this.getNodeFrameForRender(e);return e.getMonitor().needsRefresh(e,t)}dispose(){super.dispose(),this.nodeFrame=new PN,this.nodeBuilderCache=new Map,this.cacheLib={}}}const iS=new Ge;class nS{constructor(e=null){this.version=0,this.clipIntersection=null,this.cacheKey="",this.shadowPass=!1,this.viewNormalMatrix=new n,this.clippingGroupContexts=new WeakMap,this.intersectionPlanes=[],this.unionPlanes=[],this.parentVersion=null,null!==e&&(this.viewNormalMatrix=e.viewNormalMatrix,this.clippingGroupContexts=e.clippingGroupContexts,this.shadowPass=e.shadowPass,this.viewMatrix=e.viewMatrix)}projectPlanes(e,t,r){const s=e.length;for(let i=0;i0,alpha:!0,depth:t.depth,stencil:t.stencil,framebufferScaleFactor:this.getFramebufferScaleFactor()},i=new XRWebGLLayer(e,s,r);this._glBaseLayer=i,e.updateRenderState({baseLayer:i}),t.setPixelRatio(1),t._setXRLayerSize(i.framebufferWidth,i.framebufferHeight),this._xrRenderTarget=new pS(i.framebufferWidth,i.framebufferHeight,{format:Ne,type:ke,colorSpace:t.outputColorSpace,stencilBuffer:t.stencil,resolveDepthBuffer:!1===i.ignoreDepthValues,resolveStencilBuffer:!1===i.ignoreDepthValues}),this._xrRenderTarget._isOpaqueFramebuffer=!0,this._referenceSpace=await e.requestReferenceSpace(this.getReferenceSpaceType())}this.setFoveation(this.getFoveation()),t._animation.setAnimationLoop(this._onAnimationFrame),t._animation.setContext(e),t._animation.start(),this.isPresenting=!0,this.dispatchEvent({type:"sessionstart"})}}updateCamera(e){const t=this._session;if(null===t)return;const r=e.near,s=e.far,i=this._cameraXR,n=this._cameraL,a=this._cameraR;i.near=a.near=n.near=r,i.far=a.far=n.far=s,i.isMultiViewCamera=this._useMultiview,this._currentDepthNear===i.near&&this._currentDepthFar===i.far||(t.updateRenderState({depthNear:i.near,depthFar:i.far}),this._currentDepthNear=i.near,this._currentDepthFar=i.far),i.layers.mask=6|e.layers.mask,n.layers.mask=3&i.layers.mask,a.layers.mask=5&i.layers.mask;const o=e.parent,u=i.cameras;yS(i,o);for(let e=0;e=0&&(r[n]=null,t[n].disconnect(i))}for(let s=0;s=r.length){r.push(i),n=e;break}if(null===r[e]){r[e]=i,n=e;break}}if(-1===n)break}const a=t[n];a&&a.connect(i)}}function _S(e){return"quad"===e.type?this._glBinding.createQuadLayer({transform:new XRRigidTransform(e.translation,e.quaternion),width:e.width/2,height:e.height/2,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1}):this._glBinding.createCylinderLayer({transform:new XRRigidTransform(e.translation,e.quaternion),radius:e.radius,centralAngle:e.centralAngle,aspectRatio:e.aspectRatio,space:this._referenceSpace,viewPixelWidth:e.pixelwidth,viewPixelHeight:e.pixelheight,clearOnAccess:!1})}function vS(e,t){if(void 0===t)return;const r=this._cameraXR,i=this._renderer,n=i.backend,a=this._glBaseLayer,o=this.getReferenceSpace(),u=t.getViewerPose(o);if(this._xrFrame=t,null!==u){const e=u.views;null!==this._glBaseLayer&&n.setXRTarget(a.framebuffer);let t=!1;e.length!==r.cameras.length&&(r.cameras.length=0,t=!0);for(let i=0;i{await this.compileAsync(e,t);const s=this._renderLists.get(e,t),i=this._renderContexts.get(e,t,this._renderTarget,this._mrt),n=e.overrideMaterial||r.material,a=this._objects.get(r,n,e,t,s.lightsNode,i,i.clippingContext),{fragmentShader:o,vertexShader:u}=a.getNodeBuilderState();return{fragmentShader:o,vertexShader:u}}}}async init(){return null!==this._initPromise||(this._initPromise=new Promise(async(e,t)=>{let r=this.backend;try{await r.init(this)}catch(e){if(null===this._getFallback)return void t(e);try{this.backend=r=this._getFallback(e),await r.init(this)}catch(e){return void t(e)}}this._nodes=new sS(this,r),this._animation=new Kf(this,this._nodes,this.info),this._attributes=new oy(r),this._background=new Zv(this,this._nodes),this._geometries=new dy(this._attributes,this.info),this._textures=new Py(this,r,this.info),this._pipelines=new yy(r,this._nodes),this._bindings=new by(r,this._nodes,this._textures,this._attributes,this._pipelines,this.info),this._objects=new ey(this,this._nodes,this._geometries,this._pipelines,this._bindings,this.info),this._renderLists=new Sy(this.lighting),this._bundles=new uS,this._renderContexts=new By,this._animation.start(),this._initialized=!0,this._inspector.init(),e(this)})),this._initPromise}get domElement(){return this._canvasTarget.domElement}get coordinateSystem(){return this.backend.coordinateSystem}async compileAsync(e,t,r=null){if(!0===this._isDeviceLost)return;!1===this._initialized&&await this.init();const s=this._nodes.nodeFrame,i=s.renderId,n=this._currentRenderContext,a=this._currentRenderObjectFunction,o=this._compilationPromises,u=!0===e.isScene?e:SS;null===r&&(r=e);const l=this._renderTarget,d=this._renderContexts.get(r,t,l,this._mrt),c=this._activeMipmapLevel,h=[];this._currentRenderContext=d,this._currentRenderObjectFunction=this.renderObject,this._handleObjectFunction=this._createObjectPipeline,this._compilationPromises=h,s.renderId++,s.update(),d.depth=this.depth,d.stencil=this.stencil,d.clippingContext||(d.clippingContext=new nS),d.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,l);const p=this._renderLists.get(e,t);if(p.begin(),this._projectObject(e,t,0,p,d.clippingContext),r!==e&&r.traverseVisible(function(e){e.isLight&&e.layers.test(t.layers)&&p.pushLight(e)}),p.finish(),null!==l){this._textures.updateRenderTarget(l,c);const e=this._textures.get(l);d.textures=e.textures,d.depthTexture=e.depthTexture}else d.textures=null,d.depthTexture=null;this._background.update(u,p,d);const g=p.opaque,m=p.transparent,f=p.transparentDoublePass,y=p.lightsNode;!0===this.opaque&&g.length>0&&this._renderObjects(g,t,u,y),!0===this.transparent&&m.length>0&&this._renderTransparents(m,f,t,u,y),s.renderId=i,this._currentRenderContext=n,this._currentRenderObjectFunction=a,this._compilationPromises=o,this._handleObjectFunction=this._renderObjectDirect,await Promise.all(h)}async renderAsync(e,t){v('Renderer: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.render(e,t)}async waitForGPU(){o("Renderer: waitForGPU() has been removed. Read https://github.com/mrdoob/three.js/issues/32012 for more information.")}set inspector(e){null!==this._inspector&&this._inspector.setRenderer(null),this._inspector=e,this._inspector.setRenderer(this)}get inspector(){return this._inspector}set highPrecision(e){const t=this.contextNode.value;!0===e?(t.modelViewMatrix=wd,t.modelNormalViewMatrix=Cd):this.highPrecision&&(delete t.modelViewMatrix,delete t.modelNormalViewMatrix)}get highPrecision(){const e=this.contextNode.value;return e.modelViewMatrix===wd&&e.modelNormalViewMatrix===Cd}setMRT(e){return this._mrt=e,this}getMRT(){return this._mrt}getOutputBufferType(){return this._outputBufferType}getColorBufferType(){return v('Renderer: ".getColorBufferType()" has been renamed to ".getOutputBufferType()".'),this.getOutputBufferType()}_onDeviceLost(e){let t=`THREE.WebGPURenderer: ${e.api} Device Lost:\n\nMessage: ${e.message}`;e.reason&&(t+=`\nReason: ${e.reason}`),o(t),this._isDeviceLost=!0}_renderBundle(e,t,r){const{bundleGroup:s,camera:i,renderList:n}=e,a=this._currentRenderContext,o=this._bundles.get(s,i),u=this.backend.get(o);void 0===u.renderContexts&&(u.renderContexts=new Set);const l=s.version!==u.version,d=!1===u.renderContexts.has(a)||l;if(u.renderContexts.add(a),d){this.backend.beginBundle(a),(void 0===u.renderObjects||l)&&(u.renderObjects=[]),this._currentRenderBundle=o;const{transparentDoublePass:e,transparent:d,opaque:c}=n;!0===this.opaque&&c.length>0&&this._renderObjects(c,i,t,r),!0===this.transparent&&d.length>0&&this._renderTransparents(d,e,i,t,r),this._currentRenderBundle=null,this.backend.finishBundle(a,o),u.version=s.version}else{const{renderObjects:e}=u;for(let t=0,r=e.length;t>=c,p.viewportValue.height>>=c,p.viewportValue.minDepth=T,p.viewportValue.maxDepth=_,p.viewport=!1===p.viewportValue.equals(AS),p.scissorValue.copy(b).multiplyScalar(x).floor(),p.scissor=f._scissorTest&&!1===p.scissorValue.equals(AS),p.scissorValue.width>>=c,p.scissorValue.height>>=c,p.clippingContext||(p.clippingContext=new nS),p.clippingContext.updateGlobal(u,t),u.onBeforeRender(this,e,t,h);const v=t.isArrayCamera?wS:ES;t.isArrayCamera||(CS.multiplyMatrices(t.projectionMatrix,t.matrixWorldInverse),v.setFromProjectionMatrix(CS,t.coordinateSystem,t.reversedDepth));const N=this._renderLists.get(e,t);if(N.begin(),this._projectObject(e,t,0,N,p.clippingContext),N.finish(),!0===this.sortObjects&&N.sort(this._opaqueSort,this._transparentSort),null!==h){this._textures.updateRenderTarget(h,c);const e=this._textures.get(h);p.textures=e.textures,p.depthTexture=e.depthTexture,p.width=e.width,p.height=e.height,p.renderTarget=h,p.depth=h.depthBuffer,p.stencil=h.stencilBuffer}else p.textures=null,p.depthTexture=null,p.width=RS.width,p.height=RS.height,p.depth=this.depth,p.stencil=this.stencil;p.width>>=c,p.height>>=c,p.activeCubeFace=d,p.activeMipmapLevel=c,p.occlusionQueryCount=N.occlusionQueryCount,p.scissorValue.max(MS.set(0,0,0,0)),p.scissorValue.x+p.scissorValue.width>p.width&&(p.scissorValue.width=Math.max(p.width-p.scissorValue.x,0)),p.scissorValue.y+p.scissorValue.height>p.height&&(p.scissorValue.height=Math.max(p.height-p.scissorValue.y,0)),this._background.update(u,N,p),p.camera=t,this.backend.beginRender(p);const{bundles:S,lightsNode:R,transparentDoublePass:A,transparent:E,opaque:w}=N;return S.length>0&&this._renderBundles(S,u,R),!0===this.opaque&&w.length>0&&this._renderObjects(w,t,u,R),!0===this.transparent&&E.length>0&&this._renderTransparents(E,A,t,u,R),this.backend.finishRender(p),i.renderId=n,this._currentRenderContext=a,this._currentRenderObjectFunction=o,null!==s&&(this.setRenderTarget(l,d,c),this._renderOutput(h)),u.onAfterRender(this,e,t,h),this.inspector.finishRender(this.backend.getTimestampUID(p)),p}_setXRLayerSize(e,t){this._canvasTarget._width=e,this._canvasTarget._height=t,this.setViewport(0,0,e,t)}_renderOutput(e){const t=this._quad;this._nodes.hasOutputChange(e.texture)&&(t.material.fragmentNode=this._nodes.getOutputNode(e.texture),t.material.needsUpdate=!0);const r=this.autoClear,s=this.xr.enabled;this.autoClear=!1,this.xr.enabled=!1,this._renderScene(t,t.camera,!1),this.autoClear=r,this.xr.enabled=s}getMaxAnisotropy(){return this.backend.getMaxAnisotropy()}getActiveCubeFace(){return this._activeCubeFace}getActiveMipmapLevel(){return this._activeMipmapLevel}async setAnimationLoop(e){!1===this._initialized&&await this.init(),this._animation.setAnimationLoop(e)}getAnimationLoop(){return this._animation.getAnimationLoop()}async getArrayBufferAsync(e){return await this.backend.getArrayBufferAsync(e)}getContext(){return this.backend.getContext()}getPixelRatio(){return this._canvasTarget.getPixelRatio()}getDrawingBufferSize(e){return this._canvasTarget.getDrawingBufferSize(e)}getSize(e){return this._canvasTarget.getSize(e)}setPixelRatio(e=1){this._canvasTarget.setPixelRatio(e)}setDrawingBufferSize(e,t,r){this.xr&&this.xr.isPresenting||this._canvasTarget.setDrawingBufferSize(e,t,r)}setSize(e,t,r=!0){this.xr&&this.xr.isPresenting||this._canvasTarget.setSize(e,t,r)}setOpaqueSort(e){this._opaqueSort=e}setTransparentSort(e){this._transparentSort=e}getScissor(e){return this._canvasTarget.getScissor(e)}setScissor(e,t,r,s){this._canvasTarget.setScissor(e,t,r,s)}getScissorTest(){return this._canvasTarget.getScissorTest()}setScissorTest(e){this._canvasTarget.setScissorTest(e),this.backend.setScissorTest(e)}getViewport(e){return this._canvasTarget.getViewport(e)}setViewport(e,t,r,s,i=0,n=1){this._canvasTarget.setViewport(e,t,r,s,i,n)}getClearColor(e){return e.copy(this._clearColor)}setClearColor(e,t=1){this._clearColor.set(e),this._clearColor.a=t}getClearAlpha(){return this._clearColor.a}setClearAlpha(e){this._clearColor.a=e}getClearDepth(){return this._clearDepth}setClearDepth(e){this._clearDepth=e}getClearStencil(){return this._clearStencil}setClearStencil(e){this._clearStencil=e}isOccluded(e){const t=this._currentRenderContext;return t&&this.backend.isOccluded(t,e)}clear(e=!0,t=!0,r=!0){if(!1===this._initialized)throw new Error('Renderer: .clear() called before the backend is initialized. Use "await renderer.init();" before before using this method.');const s=this._renderTarget||this._getFrameBufferTarget();let i=null;if(null!==s){this._textures.updateRenderTarget(s);const e=this._textures.get(s);i=this._renderContexts.getForClear(s),i.textures=e.textures,i.depthTexture=e.depthTexture,i.width=e.width,i.height=e.height,i.renderTarget=s,i.depth=s.depthBuffer,i.stencil=s.stencilBuffer,i.clearColorValue=this.backend.getClearColor(),i.activeCubeFace=this.getActiveCubeFace(),i.activeMipmapLevel=this.getActiveMipmapLevel()}this.backend.clear(e,t,r,i),null!==s&&null===this._renderTarget&&this._renderOutput(s)}clearColor(){this.clear(!0,!1,!1)}clearDepth(){this.clear(!1,!0,!1)}clearStencil(){this.clear(!1,!1,!0)}async clearAsync(e=!0,t=!0,r=!0){v('Renderer: "clearAsync()" has been deprecated. Use "clear()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.clear(e,t,r)}async clearColorAsync(){v('Renderer: "clearColorAsync()" has been deprecated. Use "clearColor()" and "await renderer.init();" when creating the renderer.'),this.clear(!0,!1,!1)}async clearDepthAsync(){v('Renderer: "clearDepthAsync()" has been deprecated. Use "clearDepth()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!0,!1)}async clearStencilAsync(){v('Renderer: "clearStencilAsync()" has been deprecated. Use "clearStencil()" and "await renderer.init();" when creating the renderer.'),this.clear(!1,!1,!0)}get needsFrameBufferTarget(){const e=this.currentToneMapping!==m,t=this.currentColorSpace!==p.workingColorSpace;return e||t}get samples(){return this._samples}get currentSamples(){let e=this._samples;return null!==this._renderTarget?e=this._renderTarget.samples:this.needsFrameBufferTarget&&(e=0),e}get currentToneMapping(){return this.isOutputTarget?this.toneMapping:m}get currentColorSpace(){return this.isOutputTarget?this.outputColorSpace:p.workingColorSpace}get isOutputTarget(){return this._renderTarget===this._outputRenderTarget||null===this._renderTarget}dispose(){!0===this._initialized&&(this.info.dispose(),this.backend.dispose(),this._animation.dispose(),this._objects.dispose(),this._geometries.dispose(),this._pipelines.dispose(),this._nodes.dispose(),this._bindings.dispose(),this._renderLists.dispose(),this._renderContexts.dispose(),this._textures.dispose(),null!==this._frameBufferTarget&&this._frameBufferTarget.dispose(),Object.values(this.backend.timestampQueryPool).forEach(e=>{null!==e&&e.dispose()})),this.setRenderTarget(null),this.setAnimationLoop(null)}setRenderTarget(e,t=0,r=0){this._renderTarget=e,this._activeCubeFace=t,this._activeMipmapLevel=r}getRenderTarget(){return this._renderTarget}setOutputRenderTarget(e){this._outputRenderTarget=e}getOutputRenderTarget(){return this._outputRenderTarget}setCanvasTarget(e){this._canvasTarget.removeEventListener("resize",this._onCanvasTargetResize),this._canvasTarget=e,this._canvasTarget.addEventListener("resize",this._onCanvasTargetResize)}getCanvasTarget(){return this._canvasTarget}_resetXRState(){this.backend.setXRTarget(null),this.setOutputRenderTarget(null),this.setRenderTarget(null),this._frameBufferTarget.dispose(),this._frameBufferTarget=null}setRenderObjectFunction(e){this._renderObjectFunction=e}getRenderObjectFunction(){return this._renderObjectFunction}compute(e,t=null){if(!0===this._isDeviceLost)return;if(!1===this._initialized)return d("Renderer: .compute() called before the backend is initialized. Try using .computeAsync() instead."),this.computeAsync(e,t);const r=this._nodes.nodeFrame,s=r.renderId;this.info.calls++,this.info.compute.calls++,this.info.compute.frameCalls++,r.renderId=this.info.calls,this.backend.updateTimeStampUID(e),this.inspector.beginCompute(this.backend.getTimestampUID(e),e);const i=this.backend,n=this._pipelines,a=this._bindings,o=this._nodes,u=Array.isArray(e)?e:[e];if(void 0===u[0]||!0!==u[0].isComputeNode)throw new Error("THREE.Renderer: .compute() expects a ComputeNode.");i.beginCompute(e);for(const r of u){if(!1===n.has(r)){const e=()=>{r.removeEventListener("dispose",e),n.delete(r),a.deleteForCompute(r),o.delete(r)};r.addEventListener("dispose",e);const t=r.onInitFunction;null!==t&&t.call(r,{renderer:this})}o.updateForCompute(r),a.updateForCompute(r);const s=a.getForCompute(r),u=n.getForCompute(r,s);i.compute(e,r,s,u,t)}i.finishCompute(e),r.renderId=s,this.inspector.finishCompute(this.backend.getTimestampUID(e))}async computeAsync(e,t=null){!1===this._initialized&&await this.init(),this.compute(e,t)}async hasFeatureAsync(e){return v('Renderer: "hasFeatureAsync()" has been deprecated. Use "hasFeature()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.hasFeature(e)}async resolveTimestampsAsync(e="render"){return!1===this._initialized&&await this.init(),this.backend.resolveTimestampsAsync(e)}hasFeature(e){if(!1===this._initialized)throw new Error('Renderer: .hasFeature() called before the backend is initialized. Use "await renderer.init();" before before using this method.');return this.backend.hasFeature(e)}hasInitialized(){return this._initialized}async initTextureAsync(e){v('Renderer: "initTextureAsync()" has been deprecated. Use "initTexture()" and "await renderer.init();" when creating the renderer.'),await this.init(),this.initTexture(e)}initTexture(e){if(!1===this._initialized)throw new Error('Renderer: .initTexture() called before the backend is initialized. Use "await renderer.init();" before before using this method.');this._textures.updateTexture(e)}copyFramebufferToTexture(e,t=null){if(null!==t)if(t.isVector2)t=MS.set(t.x,t.y,e.image.width,e.image.height).floor();else{if(!t.isVector4)return void o("Renderer.copyFramebufferToTexture: Invalid rectangle.");t=MS.copy(t).floor()}else t=MS.set(0,0,e.image.width,e.image.height);let r,s=this._currentRenderContext;null!==s?r=s.renderTarget:(r=this._renderTarget||this._getFrameBufferTarget(),null!==r&&(this._textures.updateRenderTarget(r),s=this._textures.get(r))),this._textures.updateTexture(e,{renderTarget:r}),this.backend.copyFramebufferToTexture(e,s,t),this._inspector.copyFramebufferToTexture(e)}copyTextureToTexture(e,t,r=null,s=null,i=0,n=0){this._textures.updateTexture(e),this._textures.updateTexture(t),this.backend.copyTextureToTexture(e,t,r,s,i,n),this._inspector.copyTextureToTexture(e,t)}async readRenderTargetPixelsAsync(e,t,r,s,i,n=0,a=0){return this.backend.copyTextureToBuffer(e.textures[n],t,r,s,i,a)}_projectObject(e,t,r,s,i){if(!1===e.visible)return;if(e.layers.test(t.layers))if(e.isGroup)r=e.renderOrder,e.isClippingGroup&&e.enabled&&(i=i.getGroupContext(e));else if(e.isLOD)!0===e.autoUpdate&&e.update(t);else if(e.isLight)s.pushLight(e);else if(e.isSprite){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsSprite(e,t)){!0===this.sortObjects&&MS.setFromMatrixPosition(e.matrixWorld).applyMatrix4(CS);const{geometry:t,material:n}=e;n.visible&&s.push(e,t,n,r,MS.z,null,i)}}else if(e.isLineLoop)o("Renderer: Objects of type THREE.LineLoop are not supported. Please use THREE.Line or THREE.LineSegments.");else if(e.isMesh||e.isLine||e.isPoints){const n=t.isArrayCamera?wS:ES;if(!e.frustumCulled||n.intersectsObject(e,t)){const{geometry:t,material:n}=e;if(!0===this.sortObjects&&(null===t.boundingSphere&&t.computeBoundingSphere(),MS.copy(t.boundingSphere.center).applyMatrix4(e.matrixWorld).applyMatrix4(CS)),Array.isArray(n)){const a=t.groups;for(let o=0,u=a.length;o0){for(const{material:e}of t)e.side=w;this._renderObjects(t,r,s,i,"backSide");for(const{material:e}of t)e.side=it;this._renderObjects(e,r,s,i);for(const{material:e}of t)e.side=C}else this._renderObjects(e,r,s,i)}_renderObjects(e,t,r,s,i=null){for(let n=0,a=e.length;n0||i.transmissionNode&&i.transmissionNode.isNode||i.backdropNode&&i.backdropNode.isNode,e.isShadowPassMaterial){const{colorNode:t,depthNode:r,positionNode:s}=this._getShadowNodes(i);e.side=null===i.shadowSide?i.side:i.shadowSide,null!==t&&(e.colorNode=t),null!==r&&(e.depthNode=r),null!==s&&(e.positionNode=s)}i=e}!0===i.transparent&&i.side===C&&!1===i.forceSinglePass?(i.side=w,this._handleObjectFunction(e,i,t,r,a,n,o,"backSide"),i.side=it,this._handleObjectFunction(e,i,t,r,a,n,o,u),i.side=C):this._handleObjectFunction(e,i,t,r,a,n,o,u),p&&(t.overrideMaterial.colorNode=l,t.overrideMaterial.depthNode=d,t.overrideMaterial.positionNode=c,t.overrideMaterial.side=h),e.onAfterRender(this,t,r,s,i,n)}_renderObjectDirect(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n;const l=this._nodes.needsRefresh(u);if(l&&(this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u)),this._pipelines.updateForRender(u),null!==this._currentRenderBundle){this.backend.get(this._currentRenderBundle).renderObjects.push(u),u.bundle=this._currentRenderBundle.bundleGroup}this.backend.draw(u,this.info),l&&this._nodes.updateAfter(u)}_createObjectPipeline(e,t,r,s,i,n,a,o){const u=this._objects.get(e,t,r,s,i,this._currentRenderContext,a,o);u.drawRange=e.geometry.drawRange,u.group=n,this._nodes.updateBefore(u),this._geometries.updateForRender(u),this._nodes.updateForRender(u),this._bindings.updateForRender(u),this._pipelines.getForRender(u,this._compilationPromises),this._nodes.updateAfter(u)}_onCanvasTargetResize(){this._initialized&&this.backend.updateSize()}get compile(){return this.compileAsync}}class LS{constructor(e=""){this.name=e,this.visibility=0}setVisibility(e){this.visibility|=e}getVisibility(){return this.visibility}clone(){return Object.assign(new this.constructor,this)}}class PS extends LS{constructor(e,t=null){super(e),this.isBuffer=!0,this.bytesPerElement=Float32Array.BYTES_PER_ELEMENT,this._buffer=t,this._updateRanges=[]}get updateRanges(){return this._updateRanges}addUpdateRange(e,t){this.updateRanges.push({start:e,count:t})}clearUpdateRanges(){this.updateRanges.length=0}get byteLength(){return(e=this._buffer.byteLength)+(ay-e%ay)%ay;var e}get buffer(){return this._buffer}update(){return!0}}class FS extends PS{constructor(e,t=null){super(e,t),this.isUniformBuffer=!0}}let DS=0;class US extends FS{constructor(e,t){super("UniformBuffer_"+DS++,e?e.value:null),this.nodeUniform=e,this.groupNode=t,this.isNodeUniformBuffer=!0}set updateRanges(e){this.nodeUniform.updateRanges=e}get updateRanges(){return this.nodeUniform.updateRanges}addUpdateRange(e,t){this.nodeUniform.addUpdateRange(e,t)}clearUpdateRanges(){this.nodeUniform.clearUpdateRanges()}get buffer(){return this.nodeUniform.value}}class IS extends FS{constructor(e){super(e),this.isUniformsGroup=!0,this._values=null,this.uniforms=[]}addUniform(e){return this.uniforms.push(e),this}removeUniform(e){const t=this.uniforms.indexOf(e);return-1!==t&&this.uniforms.splice(t,1),this}get values(){return null===this._values&&(this._values=Array.from(this.buffer)),this._values}get buffer(){let e=this._buffer;if(null===e){const t=this.byteLength;e=new Float32Array(new ArrayBuffer(t)),this._buffer=e}return e}get byteLength(){const e=this.bytesPerElement;let t=0;for(let r=0,s=this.uniforms.length;r{this.generation=null,this.version=0},this.texture=t,this.version=t?t.version:0,this.generation=null,this.samplerKey="",this.isSampler=!0}set texture(e){this._texture!==e&&(this._texture&&this._texture.removeEventListener("dispose",this._onTextureDispose),this._texture=e,this.generation=null,this.version=0,this._texture&&this._texture.addEventListener("dispose",this._onTextureDispose))}get texture(){return this._texture}update(){const{texture:e,version:t}=this;return t!==e.version&&(this.version=e.version,!0)}clone(){const e=super.clone();return e._texture=null,e._onTextureDispose=()=>{e.generation=null,e.version=0},e.texture=this.texture,e}}let GS=0;class zS extends kS{constructor(e,t){super(e,t),this.id=GS++,this.store=!1,this.mipLevel=0,this.isSampledTexture=!0}}class $S extends zS{constructor(e,t,r,s=null){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r,this.access=s}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class WS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledCubeTexture=!0}}class HS extends $S{constructor(e,t,r,s=null){super(e,t,r,s),this.isSampledTexture3D=!0}}const qS={bitcast_int_uint:new qx("uint tsl_bitcast_int_to_uint ( int x ) { return floatBitsToUint( intBitsToFloat ( x ) ); }"),bitcast_uint_int:new qx("uint tsl_bitcast_uint_to_int ( uint x ) { return floatBitsToInt( uintBitsToFloat ( x ) ); }")},jS={textureDimensions:"textureSize",equals:"equal",bitcast_float_int:"floatBitsToInt",bitcast_int_float:"intBitsToFloat",bitcast_uint_float:"uintBitsToFloat",bitcast_float_uint:"floatBitsToUint",bitcast_uint_int:"tsl_bitcast_uint_to_int",bitcast_int_uint:"tsl_bitcast_int_to_uint",floatpack_snorm_2x16:"packSnorm2x16",floatpack_unorm_2x16:"packUnorm2x16",floatpack_float16_2x16:"packHalf2x16",floatunpack_snorm_2x16:"unpackSnorm2x16",floatunpack_unorm_2x16:"unpackUnorm2x16",floatunpack_float16_2x16:"unpackHalf2x16"},XS={low:"lowp",medium:"mediump",high:"highp"},KS={swizzleAssign:!0,storageBuffer:!1},YS={perspective:"smooth",linear:"noperspective"},QS={centroid:"centroid"},ZS="\nprecision highp float;\nprecision highp int;\nprecision highp sampler2D;\nprecision highp sampler3D;\nprecision highp samplerCube;\nprecision highp sampler2DArray;\n\nprecision highp usampler2D;\nprecision highp usampler3D;\nprecision highp usamplerCube;\nprecision highp usampler2DArray;\n\nprecision highp isampler2D;\nprecision highp isampler3D;\nprecision highp isamplerCube;\nprecision highp isampler2DArray;\n\nprecision lowp sampler2DShadow;\nprecision lowp sampler2DArrayShadow;\nprecision lowp samplerCubeShadow;\n";class JS extends LN{constructor(e,t){super(e,t,new JN),this.uniformGroups={},this.transforms=[],this.extensions={},this.builtins={vertex:[],fragment:[],compute:[]}}needsToWorkingColorSpace(e){return!0===e.isVideoTexture&&e.colorSpace!==T}_include(e){const t=qS[e];return t.build(this),this.addInclude(t),t}getMethod(e){return void 0!==qS[e]&&this._include(e),jS[e]||e}getBitcastMethod(e,t){return this.getMethod(`bitcast_${t}_${e}`)}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`${e} ? ${t} : ${r}`}getOutputStructName(){return""}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(this.getType(e.type)+" "+e.name);return`${this.getType(t.type)} ${t.name}( ${s.join(", ")} ) {\n\n\t${r.vars}\n\n${r.code}\n\treturn ${r.result};\n\n}`}setupPBO(e){const t=e.value;if(void 0===t.pbo){const e=t.array,r=t.count*t.itemSize,{itemSize:s}=t,i=t.array.constructor.name.toLowerCase().includes("int");let n=i?mt:ft;2===s?n=i?Tt:V:3===s?n=i?_t:vt:4===s&&(n=i?Nt:Ne);const a={Float32Array:H,Uint8Array:ke,Uint16Array:xt,Uint32Array:S,Int8Array:bt,Int16Array:yt,Int32Array:R,Uint8ClampedArray:ke},o=Math.pow(2,Math.ceil(Math.log2(Math.sqrt(r/s))));let u=Math.ceil(r/s/o);o*u*s0?s:"";t=`${e.name} {\n\t${r} ${i.name}[${n}];\n};\n`}else{t=`${this.getVectorType(i.type)} ${this.getPropertyName(i,e)};`,n=!0}const a=i.node.precision;if(null!==a&&(t=XS[a]+" "+t),n){t="\t"+t;const e=i.groupNode.name;(s[e]||(s[e]=[])).push(t)}else t="uniform "+t,r.push(t)}let i="";for(const t in s){const r=s[t];i+=this._getGLSLUniformStruct(e+"_"+t,r.join("\n"))+"\n"}return i+=r.join("\n"),i}getTypeFromAttribute(e){let t=super.getTypeFromAttribute(e);if(/^[iu]/.test(t)&&e.gpuType!==R){let r=e;e.isInterleavedBufferAttribute&&(r=e.data);const s=r.array;!1==(s instanceof Uint32Array||s instanceof Int32Array)&&(t=t.slice(1))}return t}getAttributes(e){let t="";if("vertex"===e||"compute"===e){const e=this.getAttributesArray();let r=0;for(const s of e)t+=`layout( location = ${r++} ) in ${s.type} ${s.name};\n`}return t}getStructMembers(e){const t=[];for(const r of e.members)t.push(`\t${r.type} ${r.name};`);return t.join("\n")}getStructs(e){const t=[],r=this.structs[e],s=[];for(const e of r)if(e.output)for(const t of e.members)s.push(`layout( location = ${t.index} ) out ${t.type} ${t.name};`);else{let r="struct "+e.name+" {\n";r+=this.getStructMembers(e),r+="\n};\n",t.push(r)}return 0===s.length&&s.push("layout( location = 0 ) out vec4 fragColor;"),"\n"+s.join("\n")+"\n\n"+t.join("\n")}getVaryings(e){let t="";const r=this.varyings;if("vertex"===e||"compute"===e)for(const s of r){"compute"===e&&(s.needsInterpolation=!0);const r=this.getType(s.type);if(s.needsInterpolation)if(s.interpolationType){t+=`${YS[s.interpolationType]||s.interpolationType} ${QS[s.interpolationSampling]||""} out ${r} ${s.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}out ${r} ${s.name};\n`}else t+=`${r} ${s.name};\n`}else if("fragment"===e)for(const e of r)if(e.needsInterpolation){const r=this.getType(e.type);if(e.interpolationType){t+=`${YS[e.interpolationType]||e.interpolationType} ${QS[e.interpolationSampling]||""} in ${r} ${e.name};\n`}else{t+=`${r.includes("int")||r.includes("uv")||r.includes("iv")?"flat ":""}in ${r} ${e.name};\n`}}for(const r of this.builtins[e])t+=`${r};\n`;return t}getVertexIndex(){return"uint( gl_VertexID )"}getInstanceIndex(){return"uint( gl_InstanceID )"}getInvocationLocalIndex(){return`uint( gl_InstanceID ) % ${this.object.workgroupSize.reduce((e,t)=>e*t,1)}u`}getSubgroupSize(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupSize node")}getInvocationSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the invocationSubgroupIndex node")}getSubgroupIndex(){o("GLSLNodeBuilder: WebGLBackend does not support the subgroupIndex node")}getDrawIndex(){return this.renderer.backend.extensions.has("WEBGL_multi_draw")?"uint( gl_DrawID )":null}getFrontFacing(){return"gl_FrontFacing"}getFragCoord(){return"gl_FragCoord.xy"}getFragDepth(){return"gl_FragDepth"}enableExtension(e,t,r=this.shaderStage){const s=this.extensions[r]||(this.extensions[r]=new Map);!1===s.has(e)&&s.set(e,{name:e,behavior:t})}getExtensions(e){const t=[];if("vertex"===e){const t=this.renderer.backend.extensions;this.object.isBatchedMesh&&t.has("WEBGL_multi_draw")&&this.enableExtension("GL_ANGLE_multi_draw","require",e)}const r=this.extensions[e];if(void 0!==r)for(const{name:e,behavior:s}of r.values())t.push(`#extension ${e} : ${s}`);return t.join("\n")}getClipDistance(){return"gl_ClipDistance"}isAvailable(e){let t=KS[e];if(void 0===t){let r;switch(t=!1,e){case"float32Filterable":r="OES_texture_float_linear";break;case"clipDistance":r="WEBGL_clip_cull_distance"}if(void 0!==r){const e=this.renderer.backend.extensions;e.has(r)&&(e.get(r),t=!0)}KS[e]=t}return t}isFlipY(){return!0}enableHardwareClipping(e){this.enableExtension("GL_ANGLE_clip_cull_distance","require"),this.builtins.vertex.push(`out float gl_ClipDistance[ ${e} ]`)}enableMultiview(){this.enableExtension("GL_OVR_multiview2","require","fragment"),this.enableExtension("GL_OVR_multiview2","require","vertex"),this.builtins.vertex.push("layout(num_views = 2) in")}registerTransform(e,t){this.transforms.push({varyingName:e,attributeNode:t})}getTransforms(){const e=this.transforms;let t="";for(let r=0;r0&&(r+="\n"),r+=`\t// flow -> ${n}\n\t`),r+=`${s.code}\n\t`,e===i&&"compute"!==t&&(r+="// result\n\t","vertex"===t?(r+="gl_Position = ",r+=`${s.result};`):"fragment"===t&&(e.outputNode.isOutputStructNode||(r+="fragColor = ",r+=`${s.result};`)))}const n=e[t];n.extensions=this.getExtensions(t),n.uniforms=this.getUniforms(t),n.attributes=this.getAttributes(t),n.varyings=this.getVaryings(t),n.vars=this.getVars(t),n.structs=this.getStructs(t),n.codes=this.getCodes(t),n.transforms=this.getTransforms(t),n.flow=r}null!==this.material?(this.vertexShader=this._getGLSLVertexCode(e.vertex),this.fragmentShader=this._getGLSLFragmentCode(e.fragment)):this.computeShader=this._getGLSLVertexCode(e.compute)}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);let a=n.uniformGPU;if(void 0===a){const s=e.groupNode,o=s.name,u=this.getBindGroupArray(o,r);if("texture"===t)a=new $S(i.name,i.node,s),u.push(a);else if("cubeTexture"===t||"cubeDepthTexture"===t)a=new WS(i.name,i.node,s),u.push(a);else if("texture3D"===t)a=new HS(i.name,i.node,s),u.push(a);else if("buffer"===t){i.name=`buffer${e.id}`;const t=this.getSharedDataFromNode(e);let r=t.buffer;void 0===r&&(e.name=`NodeBuffer_${e.id}`,r=new US(e,s),r.name=e.name,t.buffer=r),u.push(r),a=r}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let n=e[o];void 0===n&&(n=new VS(r+"_"+o,s),e[o]=n,u.push(n)),a=this.getNodeUniform(i,t),n.addUniform(a)}n.uniformGPU=a}return i}}let eR=null,tR=null;class rR{constructor(e={}){this.parameters=Object.assign({},e),this.data=new WeakMap,this.renderer=null,this.domElement=null,this.timestampQueryPool={[St.RENDER]:null,[St.COMPUTE]:null},this.trackTimestamp=!0===e.trackTimestamp}async init(e){this.renderer=e}get coordinateSystem(){}beginRender(){}finishRender(){}beginCompute(){}finishCompute(){}draw(){}compute(){}createProgram(){}destroyProgram(){}createBindings(){}updateBindings(){}updateBinding(){}createRenderPipeline(){}createComputePipeline(){}needsRenderUpdate(){}getRenderCacheKey(){}createNodeBuilder(){}updateSampler(){}createDefaultTexture(){}createTexture(){}updateTexture(){}generateMipmaps(){}destroyTexture(){}async copyTextureToBuffer(){}copyTextureToTexture(){}copyFramebufferToTexture(){}createAttribute(){}createIndexAttribute(){}createStorageAttribute(){}updateAttribute(){}destroyAttribute(){}getContext(){}updateSize(){}updateViewport(){}updateTimeStampUID(e){const t=this.get(e),r=this.renderer.info.frame;let s;s=!0===e.isComputeNode?"c:"+this.renderer.info.compute.frameCalls:"r:"+this.renderer.info.render.frameCalls,t.timestampUID=s+":"+e.id+":f"+r}getTimestampUID(e){return this.get(e).timestampUID}getTimestampFrames(e){const t=this.timestampQueryPool[e];return t?t.getTimestampFrames():[]}_getQueryPool(e){const t=e.startsWith("c:")?St.COMPUTE:St.RENDER;return this.timestampQueryPool[t]}getTimestamp(e){return this._getQueryPool(e).getTimestamp(e)}hasTimestamp(e){return this._getQueryPool(e).hasTimestamp(e)}isOccluded(){}async resolveTimestampsAsync(e="render"){if(!this.trackTimestamp)return void v("WebGPURenderer: Timestamp tracking is disabled.");const t=this.timestampQueryPool[e];if(!t)return;const r=await t.resolveQueriesAsync();return this.renderer.info[e].timestamp=r,r}async getArrayBufferAsync(){}async hasFeatureAsync(){}hasFeature(){}getMaxAnisotropy(){}getDrawingBufferSize(){return eR=eR||new t,this.renderer.getDrawingBufferSize(eR)}setScissorTest(){}getClearColor(){const e=this.renderer;return tR=tR||new Fy,e.getClearColor(tR),tR.getRGB(tR),tR}getDomElement(){let e=this.domElement;return null===e&&(e=void 0!==this.parameters.canvas?this.parameters.canvas:Rt(),"setAttribute"in e&&e.setAttribute("data-engine",`three.js r${tt} webgpu`),this.domElement=e),e}set(e,t){this.data.set(e,t)}get(e){let t=this.data.get(e);return void 0===t&&(t={},this.data.set(e,t)),t}has(e){return this.data.has(e)}delete(e){this.data.delete(e)}deleteBindGroupData(){}dispose(){}}let sR,iR,nR=0;class aR{constructor(e,t){this.buffers=[e.bufferGPU,t],this.type=e.type,this.bufferType=e.bufferType,this.pbo=e.pbo,this.byteLength=e.byteLength,this.bytesPerElement=e.BYTES_PER_ELEMENT,this.version=e.version,this.isInteger=e.isInteger,this.activeBufferIndex=0,this.baseId=e.id}get id(){return`${this.baseId}|${this.activeBufferIndex}`}get bufferGPU(){return this.buffers[this.activeBufferIndex]}get transformBuffer(){return this.buffers[1^this.activeBufferIndex]}switchBuffers(){this.activeBufferIndex^=1}}class oR{constructor(e){this.backend=e}createAttribute(e,t){const r=this.backend,{gl:s}=r,i=e.array,n=e.usage||s.STATIC_DRAW,a=e.isInterleavedBufferAttribute?e.data:e,o=r.get(a);let u,l=o.bufferGPU;if(void 0===l&&(l=this._createBuffer(s,t,i,n),o.bufferGPU=l,o.bufferType=t,o.version=a.version),i instanceof Float32Array)u=s.FLOAT;else if("undefined"!=typeof Float16Array&&i instanceof Float16Array)u=s.HALF_FLOAT;else if(i instanceof Uint16Array)u=e.isFloat16BufferAttribute?s.HALF_FLOAT:s.UNSIGNED_SHORT;else if(i instanceof Int16Array)u=s.SHORT;else if(i instanceof Uint32Array)u=s.UNSIGNED_INT;else if(i instanceof Int32Array)u=s.INT;else if(i instanceof Int8Array)u=s.BYTE;else if(i instanceof Uint8Array)u=s.UNSIGNED_BYTE;else{if(!(i instanceof Uint8ClampedArray))throw new Error("THREE.WebGLBackend: Unsupported buffer data format: "+i);u=s.UNSIGNED_BYTE}let d={bufferGPU:l,bufferType:t,type:u,byteLength:i.byteLength,bytesPerElement:i.BYTES_PER_ELEMENT,version:e.version,pbo:e.pbo,isInteger:u===s.INT||u===s.UNSIGNED_INT||e.gpuType===R,id:nR++};if(e.isStorageBufferAttribute||e.isStorageInstancedBufferAttribute){const e=this._createBuffer(s,t,i,n);d=new aR(d,e)}r.set(e,d)}updateAttribute(e){const t=this.backend,{gl:r}=t,s=e.array,i=e.isInterleavedBufferAttribute?e.data:e,n=t.get(i),a=n.bufferType,o=e.isInterleavedBufferAttribute?e.data.updateRanges:e.updateRanges;if(r.bindBuffer(a,n.bufferGPU),0===o.length)r.bufferSubData(a,0,s);else{for(let e=0,t=o.length;e0?this.enable(s.SAMPLE_ALPHA_TO_COVERAGE):this.disable(s.SAMPLE_ALPHA_TO_COVERAGE),r>0&&this.currentClippingPlanes!==r){const e=12288;for(let t=0;t<8;t++)t{!function i(){const n=e.clientWaitSync(t,e.SYNC_FLUSH_COMMANDS_BIT,0);if(n===e.WAIT_FAILED)return e.deleteSync(t),void s();n!==e.TIMEOUT_EXPIRED?(e.deleteSync(t),r()):requestAnimationFrame(i)}()})}}let dR,cR,hR,pR=!1;class gR{constructor(e){this.backend=e,this.gl=e.gl,this.extensions=e.extensions,this.defaultTextures={},this._srcFramebuffer=null,this._dstFramebuffer=null,!1===pR&&(this._init(),pR=!0)}_init(){const e=this.gl;dR={[Ur]:e.REPEAT,[ye]:e.CLAMP_TO_EDGE,[Dr]:e.MIRRORED_REPEAT},cR={[A]:e.NEAREST,[Ir]:e.NEAREST_MIPMAP_NEAREST,[Je]:e.NEAREST_MIPMAP_LINEAR,[ne]:e.LINEAR,[Ze]:e.LINEAR_MIPMAP_NEAREST,[j]:e.LINEAR_MIPMAP_LINEAR},hR={[Wr]:e.NEVER,[$r]:e.ALWAYS,[je]:e.LESS,[zr]:e.LEQUAL,[Gr]:e.EQUAL,[kr]:e.GEQUAL,[Vr]:e.GREATER,[Or]:e.NOTEQUAL}}getGLTextureType(e){const{gl:t}=this;let r;return r=!0===e.isCubeTexture?t.TEXTURE_CUBE_MAP:!0===e.isArrayTexture||!0===e.isDataArrayTexture||!0===e.isCompressedArrayTexture?t.TEXTURE_2D_ARRAY:!0===e.isData3DTexture?t.TEXTURE_3D:t.TEXTURE_2D,r}getInternalFormat(e,t,r,s,i=!1){const{gl:n,extensions:a}=this;if(null!==e){if(void 0!==n[e])return n[e];d("WebGLBackend: Attempt to use non-existing WebGL internal format '"+e+"'")}let o=t;if(t===n.RED&&(r===n.FLOAT&&(o=n.R32F),r===n.HALF_FLOAT&&(o=n.R16F),r===n.UNSIGNED_BYTE&&(o=n.R8),r===n.UNSIGNED_SHORT&&(o=n.R16),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RED_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.R8UI),r===n.UNSIGNED_SHORT&&(o=n.R16UI),r===n.UNSIGNED_INT&&(o=n.R32UI),r===n.BYTE&&(o=n.R8I),r===n.SHORT&&(o=n.R16I),r===n.INT&&(o=n.R32I)),t===n.RG&&(r===n.FLOAT&&(o=n.RG32F),r===n.HALF_FLOAT&&(o=n.RG16F),r===n.UNSIGNED_BYTE&&(o=n.RG8),r===n.UNSIGNED_SHORT&&(o=n.RG16),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RG_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RG8UI),r===n.UNSIGNED_SHORT&&(o=n.RG16UI),r===n.UNSIGNED_INT&&(o=n.RG32UI),r===n.BYTE&&(o=n.RG8I),r===n.SHORT&&(o=n.RG16I),r===n.INT&&(o=n.RG32I)),t===n.RGB){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGB32F),r===n.HALF_FLOAT&&(o=n.RGB16F),r===n.UNSIGNED_BYTE&&(o=n.RGB8),r===n.UNSIGNED_SHORT&&(o=n.RGB16),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8:n.RGB8),r===n.UNSIGNED_SHORT_5_6_5&&(o=n.RGB565),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGB4),r===n.UNSIGNED_INT_5_9_9_9_REV&&(o=n.RGB9_E5),r===n.UNSIGNED_INT_10F_11F_11F_REV&&(o=n.R11F_G11F_B10F)}if(t===n.RGB_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGB8UI),r===n.UNSIGNED_SHORT&&(o=n.RGB16UI),r===n.UNSIGNED_INT&&(o=n.RGB32UI),r===n.BYTE&&(o=n.RGB8I),r===n.SHORT&&(o=n.RGB16I),r===n.INT&&(o=n.RGB32I)),t===n.RGBA){const e=i?Hr:p.getTransfer(s);r===n.FLOAT&&(o=n.RGBA32F),r===n.HALF_FLOAT&&(o=n.RGBA16F),r===n.UNSIGNED_BYTE&&(o=n.RGBA8),r===n.UNSIGNED_SHORT&&(o=n.RGBA16),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I),r===n.UNSIGNED_BYTE&&(o=e===g?n.SRGB8_ALPHA8:n.RGBA8),r===n.UNSIGNED_SHORT_4_4_4_4&&(o=n.RGBA4),r===n.UNSIGNED_SHORT_5_5_5_1&&(o=n.RGB5_A1)}return t===n.RGBA_INTEGER&&(r===n.UNSIGNED_BYTE&&(o=n.RGBA8UI),r===n.UNSIGNED_SHORT&&(o=n.RGBA16UI),r===n.UNSIGNED_INT&&(o=n.RGBA32UI),r===n.BYTE&&(o=n.RGBA8I),r===n.SHORT&&(o=n.RGBA16I),r===n.INT&&(o=n.RGBA32I)),t===n.DEPTH_COMPONENT&&(r===n.UNSIGNED_SHORT&&(o=n.DEPTH_COMPONENT16),r===n.UNSIGNED_INT&&(o=n.DEPTH_COMPONENT24),r===n.FLOAT&&(o=n.DEPTH_COMPONENT32F)),t===n.DEPTH_STENCIL&&r===n.UNSIGNED_INT_24_8&&(o=n.DEPTH24_STENCIL8),o!==n.R16F&&o!==n.R32F&&o!==n.RG16F&&o!==n.RG32F&&o!==n.RGBA16F&&o!==n.RGBA32F||a.get("EXT_color_buffer_float"),o}setTextureParameters(e,t){const{gl:r,extensions:s,backend:i}=this,n=p.getPrimaries(p.workingColorSpace),a=t.colorSpace===T?null:p.getPrimaries(t.colorSpace),o=t.colorSpace===T||n===a?r.NONE:r.BROWSER_DEFAULT_WEBGL;r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,t.flipY),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,t.premultiplyAlpha),r.pixelStorei(r.UNPACK_ALIGNMENT,t.unpackAlignment),r.pixelStorei(r.UNPACK_COLORSPACE_CONVERSION_WEBGL,o),r.texParameteri(e,r.TEXTURE_WRAP_S,dR[t.wrapS]),r.texParameteri(e,r.TEXTURE_WRAP_T,dR[t.wrapT]),e!==r.TEXTURE_3D&&e!==r.TEXTURE_2D_ARRAY||t.isArrayTexture||r.texParameteri(e,r.TEXTURE_WRAP_R,dR[t.wrapR]),r.texParameteri(e,r.TEXTURE_MAG_FILTER,cR[t.magFilter]);const u=void 0!==t.mipmaps&&t.mipmaps.length>0,l=t.minFilter===ne&&u?j:t.minFilter;if(r.texParameteri(e,r.TEXTURE_MIN_FILTER,cR[l]),t.compareFunction&&(r.texParameteri(e,r.TEXTURE_COMPARE_MODE,r.COMPARE_REF_TO_TEXTURE),r.texParameteri(e,r.TEXTURE_COMPARE_FUNC,hR[t.compareFunction])),!0===s.has("EXT_texture_filter_anisotropic")){if(t.magFilter===A)return;if(t.minFilter!==Je&&t.minFilter!==j)return;if(t.type===H&&!1===s.has("OES_texture_float_linear"))return;if(t.anisotropy>1){const n=s.get("EXT_texture_filter_anisotropic");r.texParameterf(e,n.TEXTURE_MAX_ANISOTROPY_EXT,Math.min(t.anisotropy,i.getMaxAnisotropy()))}}}createDefaultTexture(e){const{gl:t,backend:r,defaultTextures:s}=this,i=this.getGLTextureType(e);let n=s[i];void 0===n&&(n=t.createTexture(),r.state.bindTexture(i,n),t.texParameteri(i,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(i,t.TEXTURE_MAG_FILTER,t.NEAREST),s[i]=n),r.set(e,{textureGPU:n,glTextureType:i})}createTexture(e,t){const{gl:r,backend:s}=this,{levels:i,width:n,height:a,depth:o}=t,u=s.utils.convert(e.format,e.colorSpace),l=s.utils.convert(e.type),d=this.getInternalFormat(e.internalFormat,u,l,e.colorSpace,e.isVideoTexture),c=r.createTexture(),h=this.getGLTextureType(e);s.state.bindTexture(h,c),this.setTextureParameters(h,e),e.isArrayTexture||e.isDataArrayTexture||e.isCompressedArrayTexture?r.texStorage3D(r.TEXTURE_2D_ARRAY,i,d,n,a,o):e.isData3DTexture?r.texStorage3D(r.TEXTURE_3D,i,d,n,a,o):e.isVideoTexture||r.texStorage2D(h,i,d,n,a),s.set(e,{textureGPU:c,glTextureType:h,glFormat:u,glType:l,glInternalFormat:d})}copyBufferToTexture(e,t){const{gl:r,backend:s}=this,{textureGPU:i,glTextureType:n,glFormat:a,glType:o}=s.get(t),{width:u,height:l}=t.source.data;r.bindBuffer(r.PIXEL_UNPACK_BUFFER,e),s.state.bindTexture(n,i),r.pixelStorei(r.UNPACK_FLIP_Y_WEBGL,!1),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.texSubImage2D(n,0,0,0,u,l,a,o,0),r.bindBuffer(r.PIXEL_UNPACK_BUFFER,null),s.state.unbindTexture()}updateTexture(e,t){const{gl:r}=this,{width:s,height:i}=t,{textureGPU:n,glTextureType:a,glFormat:o,glType:u,glInternalFormat:l}=this.backend.get(e);if(!e.isRenderTargetTexture&&void 0!==n)if(this.backend.state.bindTexture(a,n),this.setTextureParameters(a,e),e.isCompressedTexture){const s=e.mipmaps,i=t.image;for(let t=0;t0){const t=qr(s.width,s.height,e.format,e.type);for(const i of e.layerUpdates){const e=s.data.subarray(i*t/s.data.BYTES_PER_ELEMENT,(i+1)*t/s.data.BYTES_PER_ELEMENT);r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,i,s.width,s.height,1,o,u,e)}e.clearLayerUpdates()}else r.texSubImage3D(r.TEXTURE_2D_ARRAY,0,0,0,0,s.width,s.height,s.depth,o,u,s.data)}else if(e.isData3DTexture){const e=t.image;r.texSubImage3D(r.TEXTURE_3D,0,0,0,0,e.width,e.height,e.depth,o,u,e.data)}else if(e.isVideoTexture)e.update(),r.texImage2D(a,0,l,o,u,t.image);else{const n=e.mipmaps;if(n.length>0)for(let e=0,t=n.length;e0,c=t.renderTarget?t.renderTarget.height:this.backend.getDrawingBufferSize().y;if(d){const r=0!==a||0!==o;let d,h;if(!0===e.isDepthTexture?(d=s.DEPTH_BUFFER_BIT,h=s.DEPTH_ATTACHMENT,t.stencil&&(d|=s.STENCIL_BUFFER_BIT)):(d=s.COLOR_BUFFER_BIT,h=s.COLOR_ATTACHMENT0),r){const e=this.backend.get(t.renderTarget),r=e.framebuffers[t.getCacheKey()],h=e.msaaFrameBuffer;i.bindFramebuffer(s.DRAW_FRAMEBUFFER,r),i.bindFramebuffer(s.READ_FRAMEBUFFER,h);const p=c-o-l;s.blitFramebuffer(a,p,a+u,p+l,a,p,a+u,p+l,d,s.NEAREST),i.bindFramebuffer(s.READ_FRAMEBUFFER,r),i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,p,u,l),i.unbindTexture()}else{const e=s.createFramebuffer();i.bindFramebuffer(s.DRAW_FRAMEBUFFER,e),s.framebufferTexture2D(s.DRAW_FRAMEBUFFER,h,s.TEXTURE_2D,n,0),s.blitFramebuffer(0,0,u,l,0,0,u,l,d,s.NEAREST),s.deleteFramebuffer(e)}}else i.bindTexture(s.TEXTURE_2D,n),s.copyTexSubImage2D(s.TEXTURE_2D,0,0,0,a,c-l-o,u,l),i.unbindTexture();e.generateMipmaps&&this.generateMipmaps(e),this.backend._setFramebuffer(t)}setupRenderBufferStorage(e,t,r,s=!1){const{gl:i}=this,n=t.renderTarget,{depthTexture:a,depthBuffer:o,stencilBuffer:u,width:l,height:d}=n;if(i.bindRenderbuffer(i.RENDERBUFFER,e),o&&!u){let t=i.DEPTH_COMPONENT24;if(!0===s){this.extensions.get("WEBGL_multisampled_render_to_texture").renderbufferStorageMultisampleEXT(i.RENDERBUFFER,n.samples,t,l,d)}else r>0?(a&&a.isDepthTexture&&a.type===i.FLOAT&&(t=i.DEPTH_COMPONENT32F),i.renderbufferStorageMultisample(i.RENDERBUFFER,r,t,l,d)):i.renderbufferStorage(i.RENDERBUFFER,t,l,d);i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_ATTACHMENT,i.RENDERBUFFER,e)}else o&&u&&(r>0?i.renderbufferStorageMultisample(i.RENDERBUFFER,r,i.DEPTH24_STENCIL8,l,d):i.renderbufferStorage(i.RENDERBUFFER,i.DEPTH_STENCIL,l,d),i.framebufferRenderbuffer(i.FRAMEBUFFER,i.DEPTH_STENCIL_ATTACHMENT,i.RENDERBUFFER,e));i.bindRenderbuffer(i.RENDERBUFFER,null)}async copyTextureToBuffer(e,t,r,s,i,n){const{backend:a,gl:o}=this,{textureGPU:u,glFormat:l,glType:d}=this.backend.get(e),c=o.createFramebuffer();a.state.bindFramebuffer(o.READ_FRAMEBUFFER,c);const h=e.isCubeTexture?o.TEXTURE_CUBE_MAP_POSITIVE_X+n:o.TEXTURE_2D;o.framebufferTexture2D(o.READ_FRAMEBUFFER,o.COLOR_ATTACHMENT0,h,u,0);const p=this._getTypedArrayType(d),g=s*i*this._getBytesPerTexel(d,l),m=o.createBuffer();o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.bufferData(o.PIXEL_PACK_BUFFER,g,o.STREAM_READ),o.readPixels(t,r,s,i,l,d,0),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),await a.utils._clientWaitAsync();const f=new p(g/p.BYTES_PER_ELEMENT);return o.bindBuffer(o.PIXEL_PACK_BUFFER,m),o.getBufferSubData(o.PIXEL_PACK_BUFFER,0,f),o.bindBuffer(o.PIXEL_PACK_BUFFER,null),a.state.bindFramebuffer(o.READ_FRAMEBUFFER,null),o.deleteFramebuffer(c),f}_getTypedArrayType(e){const{gl:t}=this;if(e===t.UNSIGNED_BYTE)return Uint8Array;if(e===t.UNSIGNED_SHORT_4_4_4_4)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_5_5_1)return Uint16Array;if(e===t.UNSIGNED_SHORT_5_6_5)return Uint16Array;if(e===t.UNSIGNED_SHORT)return Uint16Array;if(e===t.UNSIGNED_INT)return Uint32Array;if(e===t.HALF_FLOAT)return Uint16Array;if(e===t.FLOAT)return Float32Array;throw new Error(`Unsupported WebGL type: ${e}`)}_getBytesPerTexel(e,t){const{gl:r}=this;let s=0;return e===r.UNSIGNED_BYTE&&(s=1),e!==r.UNSIGNED_SHORT_4_4_4_4&&e!==r.UNSIGNED_SHORT_5_5_5_1&&e!==r.UNSIGNED_SHORT_5_6_5&&e!==r.UNSIGNED_SHORT&&e!==r.HALF_FLOAT||(s=2),e!==r.UNSIGNED_INT&&e!==r.FLOAT||(s=4),t===r.RGBA?4*s:t===r.RGB?3*s:t===r.ALPHA?s:void 0}dispose(){const{gl:e}=this;null!==this._srcFramebuffer&&e.deleteFramebuffer(this._srcFramebuffer),null!==this._dstFramebuffer&&e.deleteFramebuffer(this._dstFramebuffer)}}function mR(e){return e.isDataTexture?e.image.data:"undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&e instanceof ImageBitmap||"undefined"!=typeof OffscreenCanvas&&e instanceof OffscreenCanvas?e:e.data}class fR{constructor(e){this.backend=e,this.gl=this.backend.gl,this.availableExtensions=this.gl.getSupportedExtensions(),this.extensions={}}get(e){let t=this.extensions[e];return void 0===t&&(t=this.gl.getExtension(e),this.extensions[e]=t),t}has(e){return this.availableExtensions.includes(e)}}class yR{constructor(e){this.backend=e,this.maxAnisotropy=null}getMaxAnisotropy(){if(null!==this.maxAnisotropy)return this.maxAnisotropy;const e=this.backend.gl,t=this.backend.extensions;if(!0===t.has("EXT_texture_filter_anisotropic")){const r=t.get("EXT_texture_filter_anisotropic");this.maxAnisotropy=e.getParameter(r.MAX_TEXTURE_MAX_ANISOTROPY_EXT)}else this.maxAnisotropy=0;return this.maxAnisotropy}}const bR={WEBGL_multi_draw:"WEBGL_multi_draw",WEBGL_compressed_texture_astc:"texture-compression-astc",WEBGL_compressed_texture_etc:"texture-compression-etc2",WEBGL_compressed_texture_etc1:"texture-compression-etc1",WEBGL_compressed_texture_pvrtc:"texture-compression-pvrtc",WEBGL_compressed_texture_s3tc:"texture-compression-s3tc",EXT_texture_compression_bptc:"texture-compression-bc",EXT_disjoint_timer_query_webgl2:"timestamp-query",OVR_multiview2:"OVR_multiview2"};class xR{constructor(e){this.gl=e.gl,this.extensions=e.extensions,this.info=e.renderer.info,this.mode=null,this.index=0,this.type=null,this.object=null}render(e,t){const{gl:r,mode:s,object:i,type:n,info:a,index:o}=this;0!==o?r.drawElements(s,t,n,e):r.drawArrays(s,e,t),a.update(i,t,1)}renderInstances(e,t,r){const{gl:s,mode:i,type:n,index:a,object:o,info:u}=this;0!==r&&(0!==a?s.drawElementsInstanced(i,t,n,e,r):s.drawArraysInstanced(i,e,t,r),u.update(o,t,r))}renderMultiDraw(e,t,r){const{extensions:s,mode:i,object:n,info:a}=this;if(0===r)return;const o=s.get("WEBGL_multi_draw");if(null===o)for(let s=0;sthis.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryStates.set(t,"inactive"),this.queryOffsets.set(e,t),t}beginQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null==t)return;if(null!==this.activeQuery)return;const r=this.queries[t];if(r)try{"inactive"===this.queryStates.get(t)&&(this.gl.beginQuery(this.ext.TIME_ELAPSED_EXT,r),this.activeQuery=t,this.queryStates.set(t,"started"))}catch(e){o("Error in beginQuery:",e),this.activeQuery=null,this.queryStates.set(t,"inactive")}}endQuery(e){if(!this.trackTimestamp||this.isDisposed)return;const t=this.queryOffsets.get(e);if(null!=t&&this.activeQuery===t)try{this.gl.endQuery(this.ext.TIME_ELAPSED_EXT),this.queryStates.set(t,"ended"),this.activeQuery=null}catch(e){o("Error in endQuery:",e),this.queryStates.set(t,"inactive"),this.activeQuery=null}}async resolveQueriesAsync(){if(!this.trackTimestamp||this.pendingResolve)return this.lastValue;this.pendingResolve=!0;try{const e=new Map;for(const[t,r]of this.queryOffsets){if("ended"===this.queryStates.get(r)){const s=this.queries[r];e.set(t,this.resolveQuery(s))}}if(0===e.size)return this.lastValue;const t={},r=[];for(const[s,i]of e){const e=s.match(/^(.*):f(\d+)$/),n=parseInt(e[2]);!1===r.includes(n)&&r.push(n),void 0===t[n]&&(t[n]=0);const a=await i;this.timestamps.set(s,a),t[n]+=a}const s=t[r[r.length-1]];return this.lastValue=s,this.frames=r,this.currentQueryIndex=0,this.queryOffsets.clear(),this.queryStates.clear(),this.activeQuery=null,s}catch(e){return o("Error resolving queries:",e),this.lastValue}finally{this.pendingResolve=!1}}async resolveQuery(e){return new Promise(t=>{if(this.isDisposed)return void t(this.lastValue);let r,s=!1;const i=e=>{s||(s=!0,r&&(clearTimeout(r),r=null),t(e))},n=()=>{if(this.isDisposed)i(this.lastValue);else try{if(this.gl.getParameter(this.ext.GPU_DISJOINT_EXT))return void i(this.lastValue);if(!this.gl.getQueryParameter(e,this.gl.QUERY_RESULT_AVAILABLE))return void(r=setTimeout(n,1));const s=this.gl.getQueryParameter(e,this.gl.QUERY_RESULT);t(Number(s)/1e6)}catch(e){o("Error checking query:",e),t(this.lastValue)}};n()})}dispose(){if(!this.isDisposed&&(this.isDisposed=!0,this.trackTimestamp)){for(const e of this.queries)this.gl.deleteQuery(e);this.queries=[],this.queryStates.clear(),this.queryOffsets.clear(),this.lastValue=0,this.activeQuery=null}}}class vR extends rR{constructor(e={}){super(e),this.isWebGLBackend=!0,this.attributeUtils=null,this.extensions=null,this.capabilities=null,this.textureUtils=null,this.bufferRenderer=null,this.gl=null,this.state=null,this.utils=null,this.vaoCache={},this.transformFeedbackCache={},this.discard=!1,this.disjoint=null,this.parallel=null,this._currentContext=null,this._knownBindings=new WeakSet,this._supportsInvalidateFramebuffer="undefined"!=typeof navigator&&/OculusBrowser/g.test(navigator.userAgent),this._xrFramebuffer=null}init(e){super.init(e);const t=this.parameters,r={antialias:e.currentSamples>0,alpha:!0,depth:e.depth,stencil:e.stencil},s=void 0!==t.context?t.context:e.domElement.getContext("webgl2",r);function i(t){t.preventDefault();const r={api:"WebGL",message:t.statusMessage||"Unknown reason",reason:null,originalEvent:t};e.onDeviceLost(r)}this._onContextLost=i,e.domElement.addEventListener("webglcontextlost",i,!1),this.gl=s,this.extensions=new fR(this),this.capabilities=new yR(this),this.attributeUtils=new oR(this),this.textureUtils=new gR(this),this.bufferRenderer=new xR(this),this.state=new uR(this),this.utils=new lR(this),this.extensions.get("EXT_color_buffer_float"),this.extensions.get("WEBGL_clip_cull_distance"),this.extensions.get("OES_texture_float_linear"),this.extensions.get("EXT_color_buffer_half_float"),this.extensions.get("WEBGL_multisampled_render_to_texture"),this.extensions.get("WEBGL_render_shared_exponent"),this.extensions.get("WEBGL_multi_draw"),this.extensions.get("OVR_multiview2"),this.disjoint=this.extensions.get("EXT_disjoint_timer_query_webgl2"),this.parallel=this.extensions.get("KHR_parallel_shader_compile"),this.drawBuffersIndexedExt=this.extensions.get("OES_draw_buffers_indexed")}get coordinateSystem(){return c}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}async makeXRCompatible(){!0!==this.gl.getContextAttributes().xrCompatible&&await this.gl.makeXRCompatible()}setXRTarget(e){this._xrFramebuffer=e}setXRRenderTargetTextures(e,t,r=null){const s=this.gl;if(this.set(e.texture,{textureGPU:t,glInternalFormat:s.RGBA8}),null!==r){const t=e.stencilBuffer?s.DEPTH24_STENCIL8:s.DEPTH_COMPONENT24;this.set(e.depthTexture,{textureGPU:r,glInternalFormat:t}),!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!0===e._autoAllocateDepthBuffer&&!1===e.multiview&&d("WebGLBackend: Render-to-texture extension was disabled because an external texture was provided"),e._autoAllocateDepthBuffer=!1}}initTimestampQuery(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e]||(this.timestampQueryPool[e]=new _R(this.gl,e,2048));const r=this.timestampQueryPool[e];null!==r.allocateQueriesForContext(t)&&r.beginQuery(t)}prepareTimestampBuffer(e,t){if(!this.disjoint||!this.trackTimestamp)return;this.timestampQueryPool[e].endQuery(t)}getContext(){return this.gl}beginRender(e){const{state:t}=this,r=this.get(e);if(e.viewport)this.updateViewport(e);else{const{width:e,height:r}=this.getDrawingBufferSize();t.viewport(0,0,e,r)}if(e.scissor){const{x:r,y:s,width:i,height:n}=e.scissorValue;t.scissor(r,e.height-n-s,i,n)}this.initTimestampQuery(St.RENDER,this.getTimestampUID(e)),r.previousContext=this._currentContext,this._currentContext=e,this._setFramebuffer(e),this.clear(e.clearColor,e.clearDepth,e.clearStencil,e,!1);const s=e.occlusionQueryCount;s>0&&(r.currentOcclusionQueries=r.occlusionQueries,r.currentOcclusionQueryObjects=r.occlusionQueryObjects,r.lastOcclusionObject=null,r.occlusionQueries=new Array(s),r.occlusionQueryObjects=new Array(s),r.occlusionQueryIndex=0)}finishRender(e){const{gl:t,state:r}=this,s=this.get(e),i=s.previousContext;r.resetVertexState();const n=e.occlusionQueryCount;n>0&&(n>s.occlusionQueryIndex&&t.endQuery(t.ANY_SAMPLES_PASSED),this.resolveOccludedAsync(e));const a=e.textures;if(null!==a)for(let e=0;e{let a=0;for(let t=0;t1&&u.setMRTBlending(i.textures),u.useProgram(a);const h=e.getAttributes(),p=this.get(h);let g=p.vaoGPU;if(void 0===g){const e=this._getVaoKey(h);g=this.vaoCache[e],void 0===g&&(g=this._createVao(h),this.vaoCache[e]=g,p.vaoGPU=g)}const m=e.getIndex(),f=null!==m?this.get(m).bufferGPU:null;u.setVertexState(g,f);const y=l.lastOcclusionObject;if(y!==t&&void 0!==y){if(null!==y&&!0===y.occlusionTest&&(o.endQuery(o.ANY_SAMPLES_PASSED),l.occlusionQueryIndex++),!0===t.occlusionTest){const e=o.createQuery();o.beginQuery(o.ANY_SAMPLES_PASSED,e),l.occlusionQueries[l.occlusionQueryIndex]=e,l.occlusionQueryObjects[l.occlusionQueryIndex]=t}l.lastOcclusionObject=t}const b=this.bufferRenderer;t.isPoints?b.mode=o.POINTS:t.isLineSegments?b.mode=o.LINES:t.isLine?b.mode=o.LINE_STRIP:t.isLineLoop?b.mode=o.LINE_LOOP:!0===s.wireframe?(u.setLineWidth(s.wireframeLinewidth*this.renderer.getPixelRatio()),b.mode=o.LINES):b.mode=o.TRIANGLES;const{vertexCount:x,instanceCount:T}=d;let{firstVertex:_}=d;if(b.object=t,null!==m){_*=m.array.BYTES_PER_ELEMENT;const e=this.get(m);b.index=m.count,b.type=e.type}else b.index=0;const N=()=>{t.isBatchedMesh?null!==t._multiDrawInstances?(v("WebGLBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection."),b.renderMultiDrawInstances(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount,t._multiDrawInstances)):this.hasFeature("WEBGL_multi_draw")?b.renderMultiDraw(t._multiDrawStarts,t._multiDrawCounts,t._multiDrawCount):v("WebGLBackend: WEBGL_multi_draw not supported."):T>1?b.renderInstances(_,x,T):b.render(_,x)};if(!0===e.camera.isArrayCamera&&e.camera.cameras.length>0&&!1===e.camera.isMultiViewCamera){const r=this.get(e.camera),s=e.camera.cameras,i=e.getBindingGroup("cameraIndex").bindings[0];if(void 0===r.indexesGPU||r.indexesGPU.length!==s.length){const e=new Uint32Array([0,0,0,0]),t=[];for(let r=0,i=s.length;r{const i=this.parallel,n=()=>{r.getProgramParameter(a,i.COMPLETION_STATUS_KHR)?(this._completeCompile(e,s),t()):requestAnimationFrame(n)};n()});return void t.push(i)}this._completeCompile(e,s)}_handleSource(e,t){const r=e.split("\n"),s=[],i=Math.max(t-6,0),n=Math.min(t+6,r.length);for(let e=i;e":" "} ${i}: ${r[e]}`)}return s.join("\n")}_getShaderErrors(e,t,r){const s=e.getShaderParameter(t,e.COMPILE_STATUS),i=(e.getShaderInfoLog(t)||"").trim();if(s&&""===i)return"";const n=/ERROR: 0:(\d+)/.exec(i);if(n){const s=parseInt(n[1]);return r.toUpperCase()+"\n\n"+i+"\n\n"+this._handleSource(e.getShaderSource(t),s)}return i}_logProgramError(e,t,r){if(this.renderer.debug.checkShaderErrors){const s=this.gl,i=(s.getProgramInfoLog(e)||"").trim();if(!1===s.getProgramParameter(e,s.LINK_STATUS))if("function"==typeof this.renderer.debug.onShaderError)this.renderer.debug.onShaderError(s,e,r,t);else{const n=this._getShaderErrors(s,r,"vertex"),a=this._getShaderErrors(s,t,"fragment");o("THREE.WebGLProgram: Shader Error "+s.getError()+" - VALIDATE_STATUS "+s.getProgramParameter(e,s.VALIDATE_STATUS)+"\n\nProgram Info Log: "+i+"\n"+n+"\n"+a)}else""!==i&&d("WebGLProgram: Program Info Log:",i)}}_completeCompile(e,t){const{state:r,gl:s}=this,i=this.get(t),{programGPU:n,fragmentShader:a,vertexShader:o}=i;!1===s.getProgramParameter(n,s.LINK_STATUS)&&this._logProgramError(n,a,o),r.useProgram(n);const u=e.getBindings();this._setupBindings(u,n),this.set(t,{programGPU:n})}createComputePipeline(e,t){const{state:r,gl:s}=this,i={stage:"fragment",code:"#version 300 es\nprecision highp float;\nvoid main() {}"};this.createProgram(i);const{computeProgram:n}=e,a=s.createProgram(),o=this.get(i).shaderGPU,u=this.get(n).shaderGPU,l=n.transforms,d=[],c=[];for(let e=0;ebR[t]===e),r=this.extensions;for(let e=0;e1,h=!0===i.isXRRenderTarget,p=!0===h&&!0===i._hasExternalTextures;let g=n.msaaFrameBuffer,m=n.depthRenderbuffer;const f=this.extensions.get("WEBGL_multisampled_render_to_texture"),y=this.extensions.get("OVR_multiview2"),b=this._useMultisampledExtension(i),x=Ey(e);let T;if(l?(n.cubeFramebuffers||(n.cubeFramebuffers={}),T=n.cubeFramebuffers[x]):h&&!1===p?T=this._xrFramebuffer:(n.framebuffers||(n.framebuffers={}),T=n.framebuffers[x]),void 0===T){T=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,T);const s=e.textures,o=[];if(l){n.cubeFramebuffers[x]=T;const{textureGPU:e}=this.get(s[0]),r=this.renderer._activeCubeFace,i=this.renderer._activeMipmapLevel;t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_CUBE_MAP_POSITIVE_X+r,e,i)}else{n.framebuffers[x]=T;for(let r=0;r0&&!1===b&&!i.multiview){if(void 0===g){const s=[];g=t.createFramebuffer(),r.bindFramebuffer(t.FRAMEBUFFER,g);const i=[],l=e.textures;for(let r=0;r0&&!1===this._useMultisampledExtension(s)){const n=i.framebuffers[e.getCacheKey()];let a=t.COLOR_BUFFER_BIT;s.resolveDepthBuffer&&(s.depthBuffer&&(a|=t.DEPTH_BUFFER_BIT),s.stencilBuffer&&s.resolveStencilBuffer&&(a|=t.STENCIL_BUFFER_BIT));const o=i.msaaFrameBuffer,u=i.msaaRenderbuffers,l=e.textures,d=l.length>1;if(r.bindFramebuffer(t.READ_FRAMEBUFFER,o),r.bindFramebuffer(t.DRAW_FRAMEBUFFER,n),d)for(let e=0;e0&&!0===this.extensions.has("WEBGL_multisampled_render_to_texture")&&!1!==e._autoAllocateDepthBuffer}dispose(){null!==this.textureUtils&&this.textureUtils.dispose();const e=this.extensions.get("WEBGL_lose_context");e&&e.loseContext(),this.renderer.domElement.removeEventListener("webglcontextlost",this._onContextLost)}}const NR="point-list",SR="line-list",RR="line-strip",AR="triangle-list",ER="triangle-strip",wR="undefined"!=typeof self?self.GPUShaderStage:{VERTEX:1,FRAGMENT:2,COMPUTE:4},CR="never",MR="less",BR="equal",LR="less-equal",PR="greater",FR="not-equal",DR="greater-equal",UR="always",IR="store",OR="load",VR="clear",kR="ccw",GR="cw",zR="none",$R="back",WR="uint16",HR="uint32",qR="r8unorm",jR="r8snorm",XR="r8uint",KR="r8sint",YR="r16uint",QR="r16sint",ZR="r16float",JR="rg8unorm",eA="rg8snorm",tA="rg8uint",rA="rg8sint",sA="r32uint",iA="r32sint",nA="r32float",aA="rg16uint",oA="rg16sint",uA="rg16float",lA="rgba8unorm",dA="rgba8unorm-srgb",cA="rgba8snorm",hA="rgba8uint",pA="rgba8sint",gA="bgra8unorm",mA="bgra8unorm-srgb",fA="rgb9e5ufloat",yA="rgb10a2unorm",bA="rg11b10ufloat",xA="rg32uint",TA="rg32sint",_A="rg32float",vA="rgba16uint",NA="rgba16sint",SA="rgba16float",RA="rgba32uint",AA="rgba32sint",EA="rgba32float",wA="depth16unorm",CA="depth24plus",MA="depth24plus-stencil8",BA="depth32float",LA="depth32float-stencil8",PA="bc1-rgba-unorm",FA="bc1-rgba-unorm-srgb",DA="bc2-rgba-unorm",UA="bc2-rgba-unorm-srgb",IA="bc3-rgba-unorm",OA="bc3-rgba-unorm-srgb",VA="bc4-r-unorm",kA="bc4-r-snorm",GA="bc5-rg-unorm",zA="bc5-rg-snorm",$A="bc6h-rgb-ufloat",WA="bc6h-rgb-float",HA="bc7-rgba-unorm",qA="bc7-rgba-unorm-srgb",jA="etc2-rgb8unorm",XA="etc2-rgb8unorm-srgb",KA="etc2-rgb8a1unorm",YA="etc2-rgb8a1unorm-srgb",QA="etc2-rgba8unorm",ZA="etc2-rgba8unorm-srgb",JA="eac-r11unorm",eE="eac-r11snorm",tE="eac-rg11unorm",rE="eac-rg11snorm",sE="astc-4x4-unorm",iE="astc-4x4-unorm-srgb",nE="astc-5x4-unorm",aE="astc-5x4-unorm-srgb",oE="astc-5x5-unorm",uE="astc-5x5-unorm-srgb",lE="astc-6x5-unorm",dE="astc-6x5-unorm-srgb",cE="astc-6x6-unorm",hE="astc-6x6-unorm-srgb",pE="astc-8x5-unorm",gE="astc-8x5-unorm-srgb",mE="astc-8x6-unorm",fE="astc-8x6-unorm-srgb",yE="astc-8x8-unorm",bE="astc-8x8-unorm-srgb",xE="astc-10x5-unorm",TE="astc-10x5-unorm-srgb",_E="astc-10x6-unorm",vE="astc-10x6-unorm-srgb",NE="astc-10x8-unorm",SE="astc-10x8-unorm-srgb",RE="astc-10x10-unorm",AE="astc-10x10-unorm-srgb",EE="astc-12x10-unorm",wE="astc-12x10-unorm-srgb",CE="astc-12x12-unorm",ME="astc-12x12-unorm-srgb",BE="clamp-to-edge",LE="repeat",PE="mirror-repeat",FE="linear",DE="nearest",UE="zero",IE="one",OE="src",VE="one-minus-src",kE="src-alpha",GE="one-minus-src-alpha",zE="dst",$E="one-minus-dst",WE="dst-alpha",HE="one-minus-dst-alpha",qE="src-alpha-saturated",jE="constant",XE="one-minus-constant",KE="add",YE="subtract",QE="reverse-subtract",ZE="min",JE="max",ew=0,tw=15,rw="keep",sw="zero",iw="replace",nw="invert",aw="increment-clamp",ow="decrement-clamp",uw="increment-wrap",lw="decrement-wrap",dw="storage",cw="read-only-storage",hw="write-only",pw="read-only",gw="read-write",mw="non-filtering",fw="comparison",yw="float",bw="unfilterable-float",xw="depth",Tw="sint",_w="uint",vw="2d",Nw="3d",Sw="2d",Rw="2d-array",Aw="cube",Ew="3d",ww="all",Cw="vertex",Mw="instance",Bw={CoreFeaturesAndLimits:"core-features-and-limits",DepthClipControl:"depth-clip-control",Depth32FloatStencil8:"depth32float-stencil8",TextureCompressionBC:"texture-compression-bc",TextureCompressionBCSliced3D:"texture-compression-bc-sliced-3d",TextureCompressionETC2:"texture-compression-etc2",TextureCompressionASTC:"texture-compression-astc",TextureCompressionASTCSliced3D:"texture-compression-astc-sliced-3d",TimestampQuery:"timestamp-query",IndirectFirstInstance:"indirect-first-instance",ShaderF16:"shader-f16",RG11B10UFloat:"rg11b10ufloat-renderable",BGRA8UNormStorage:"bgra8unorm-storage",Float32Filterable:"float32-filterable",Float32Blendable:"float32-blendable",ClipDistances:"clip-distances",DualSourceBlending:"dual-source-blending",Subgroups:"subgroups",TextureFormatsTier1:"texture-formats-tier1",TextureFormatsTier2:"texture-formats-tier2"},Lw={"texture-compression-s3tc":"texture-compression-bc","texture-compression-etc1":"texture-compression-etc2"};class Pw extends kS{constructor(e,t,r){super(e,t?t.value:null),this.textureNode=t,this.groupNode=r}update(){const{textureNode:e}=this;return this.texture!==e.value?(this.texture=e.value,!0):super.update()}}class Fw extends PS{constructor(e,t){super(e,t?t.array:null),this.attribute=t,this.isStorageBuffer=!0}}let Dw=0;class Uw extends Fw{constructor(e,t){super("StorageBuffer_"+Dw++,e?e.value:null),this.nodeUniform=e,this.access=e?e.access:Js.READ_WRITE,this.groupNode=t}get buffer(){return this.nodeUniform.value}}class Iw extends ty{constructor(e){super(),this.device=e;this.mipmapSampler=e.createSampler({minFilter:FE}),this.flipYSampler=e.createSampler({minFilter:DE}),this.transferPipelines={},this.flipYPipelines={},this.mipmapVertexShaderModule=e.createShaderModule({label:"mipmapVertex",code:"\nstruct VarysStruct {\n\t@builtin( position ) Position: vec4,\n\t@location( 0 ) vTex : vec2\n};\n\n@vertex\nfn main( @builtin( vertex_index ) vertexIndex : u32 ) -> VarysStruct {\n\n\tvar Varys : VarysStruct;\n\n\tvar pos = array< vec2, 4 >(\n\t\tvec2( -1.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 ),\n\t\tvec2( -1.0, -1.0 ),\n\t\tvec2( 1.0, -1.0 )\n\t);\n\n\tvar tex = array< vec2, 4 >(\n\t\tvec2( 0.0, 0.0 ),\n\t\tvec2( 1.0, 0.0 ),\n\t\tvec2( 0.0, 1.0 ),\n\t\tvec2( 1.0, 1.0 )\n\t);\n\n\tVarys.vTex = tex[ vertexIndex ];\n\tVarys.Position = vec4( pos[ vertexIndex ], 0.0, 1.0 );\n\n\treturn Varys;\n\n}\n"}),this.mipmapFragmentShaderModule=e.createShaderModule({label:"mipmapFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vTex );\n\n}\n"}),this.flipYFragmentShaderModule=e.createShaderModule({label:"flipYFragment",code:"\n@group( 0 ) @binding( 0 )\nvar imgSampler : sampler;\n\n@group( 0 ) @binding( 1 )\nvar img : texture_2d;\n\n@fragment\nfn main( @location( 0 ) vTex : vec2 ) -> @location( 0 ) vec4 {\n\n\treturn textureSample( img, imgSampler, vec2( vTex.x, 1.0 - vTex.y ) );\n\n}\n"})}getTransferPipeline(e){let t=this.transferPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`mipmap-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.mipmapFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.transferPipelines[e]=t),t}getFlipYPipeline(e){let t=this.flipYPipelines[e];return void 0===t&&(t=this.device.createRenderPipeline({label:`flipY-${e}`,vertex:{module:this.mipmapVertexShaderModule,entryPoint:"main"},fragment:{module:this.flipYFragmentShaderModule,entryPoint:"main",targets:[{format:e}]},primitive:{topology:ER,stripIndexFormat:HR},layout:"auto"}),this.flipYPipelines[e]=t),t}flipY(e,t,r=0){const s=t.format,{width:i,height:n}=t.size,a=this.getTransferPipeline(s),o=this.getFlipYPipeline(s),u=this.device.createTexture({size:{width:i,height:n,depthOrArrayLayers:1},format:s,usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.TEXTURE_BINDING}),l=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r}),d=u.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:0}),c=this.device.createCommandEncoder({}),h=(e,t,r)=>{const s=e.getBindGroupLayout(0),i=this.device.createBindGroup({layout:s,entries:[{binding:0,resource:this.flipYSampler},{binding:1,resource:t}]}),n=c.beginRenderPass({colorAttachments:[{view:r,loadOp:VR,storeOp:IR,clearValue:[0,0,0,0]}]});n.setPipeline(e),n.setBindGroup(0,i),n.draw(4,1,0,0),n.end()};h(a,l,d),h(o,d,l),this.device.queue.submit([c.finish()]),u.destroy()}generateMipmaps(e,t,r=0,s=null){const i=this.get(e);void 0===i.layers&&(i.layers=[]);const n=i.layers[r]||this._mipmapCreateBundles(e,t,r),a=s||this.device.createCommandEncoder({label:"mipmapEncoder"});this._mipmapRunBundles(a,n),null===s&&this.device.queue.submit([a.finish()]),i.layers[r]=n}_mipmapCreateBundles(e,t,r){const s=this.getTransferPipeline(t.format),i=s.getBindGroupLayout(0);let n=e.createView({baseMipLevel:0,mipLevelCount:1,dimension:Sw,baseArrayLayer:r});const a=[];for(let o=1;o0)for(let t=0,n=s.length;t0)for(let t=0,n=s.length;t0?e.width:r.size.width,l=a>0?e.height:r.size.height;try{o.queue.copyExternalImageToTexture({source:e,flipY:i},{texture:t,mipLevel:a,origin:{x:0,y:0,z:s},premultipliedAlpha:n},{width:u,height:l,depthOrArrayLayers:1})}catch(e){}}_getPassUtils(){let e=this._passUtils;return null===e&&(this._passUtils=e=new Iw(this.backend.device)),e}_generateMipmaps(e,t,r=0,s=null){this._getPassUtils().generateMipmaps(e,t,r,s)}_flipY(e,t,r=0){this._getPassUtils().flipY(e,t,r)}_copyBufferToTexture(e,t,r,s,i,n=0,a=0){const o=this.backend.device,u=e.data,l=this._getBytesPerTexel(r.format),d=e.width*l;o.queue.writeTexture({texture:t,mipLevel:a,origin:{x:0,y:0,z:s}},u,{offset:e.width*e.height*l*n,bytesPerRow:d},{width:e.width,height:e.height,depthOrArrayLayers:1}),!0===i&&this._flipY(t,r,s)}_copyCompressedBufferToTexture(e,t,r){const s=this.backend.device,i=this._getBlockData(r.format),n=r.size.depthOrArrayLayers>1;for(let a=0;a]*\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/i,$w=/([a-z_0-9]+)\s*:\s*([a-z_0-9]+(?:<[\s\S]+?>)?)/gi,Ww={f32:"float",i32:"int",u32:"uint",bool:"bool","vec2":"vec2","vec2":"ivec2","vec2":"uvec2","vec2":"bvec2",vec2f:"vec2",vec2i:"ivec2",vec2u:"uvec2",vec2b:"bvec2","vec3":"vec3","vec3":"ivec3","vec3":"uvec3","vec3":"bvec3",vec3f:"vec3",vec3i:"ivec3",vec3u:"uvec3",vec3b:"bvec3","vec4":"vec4","vec4":"ivec4","vec4":"uvec4","vec4":"bvec4",vec4f:"vec4",vec4i:"ivec4",vec4u:"uvec4",vec4b:"bvec4","mat2x2":"mat2",mat2x2f:"mat2","mat3x3":"mat3",mat3x3f:"mat3","mat4x4":"mat4",mat4x4f:"mat4",sampler:"sampler",texture_1d:"texture",texture_2d:"texture",texture_2d_array:"texture",texture_multisampled_2d:"cubeTexture",texture_depth_2d:"depthTexture",texture_depth_2d_array:"depthTexture",texture_depth_multisampled_2d:"depthTexture",texture_depth_cube:"depthTexture",texture_depth_cube_array:"depthTexture",texture_3d:"texture3D",texture_cube:"cubeTexture",texture_cube_array:"cubeTexture",texture_storage_1d:"storageTexture",texture_storage_2d:"storageTexture",texture_storage_2d_array:"storageTexture",texture_storage_3d:"storageTexture"};class Hw extends XN{constructor(e){const{type:t,inputs:r,name:s,inputsCode:i,blockCode:n,outputType:a}=(e=>{const t=(e=e.trim()).match(zw);if(null!==t&&4===t.length){const r=t[2],s=[];let i=null;for(;null!==(i=$w.exec(r));)s.push({name:i[1],type:i[2]});const n=[];for(let e=0;e "+this.outputType:"";return`fn ${e} ( ${this.inputsCode.trim()} ) ${t}`+this.blockCode}}class qw extends jN{parseFunction(e){return new Hw(e)}}const jw={[Js.READ_ONLY]:"read",[Js.WRITE_ONLY]:"write",[Js.READ_WRITE]:"read_write"},Xw={[Ur]:"repeat",[ye]:"clamp",[Dr]:"mirror"},Kw={vertex:wR.VERTEX,fragment:wR.FRAGMENT,compute:wR.COMPUTE},Yw={instance:!0,swizzleAssign:!1,storageBuffer:!0},Qw={"^^":"tsl_xor"},Zw={float:"f32",int:"i32",uint:"u32",bool:"bool",color:"vec3",vec2:"vec2",ivec2:"vec2",uvec2:"vec2",bvec2:"vec2",vec3:"vec3",ivec3:"vec3",uvec3:"vec3",bvec3:"vec3",vec4:"vec4",ivec4:"vec4",uvec4:"vec4",bvec4:"vec4",mat2:"mat2x2",mat3:"mat3x3",mat4:"mat4x4"},Jw={},eC={tsl_xor:new qx("fn tsl_xor( a : bool, b : bool ) -> bool { return ( a || b ) && !( a && b ); }"),mod_float:new qx("fn tsl_mod_float( x : f32, y : f32 ) -> f32 { return x - y * floor( x / y ); }"),mod_vec2:new qx("fn tsl_mod_vec2( x : vec2f, y : vec2f ) -> vec2f { return x - y * floor( x / y ); }"),mod_vec3:new qx("fn tsl_mod_vec3( x : vec3f, y : vec3f ) -> vec3f { return x - y * floor( x / y ); }"),mod_vec4:new qx("fn tsl_mod_vec4( x : vec4f, y : vec4f ) -> vec4f { return x - y * floor( x / y ); }"),equals_bool:new qx("fn tsl_equals_bool( a : bool, b : bool ) -> bool { return a == b; }"),equals_bvec2:new qx("fn tsl_equals_bvec2( a : vec2f, b : vec2f ) -> vec2 { return vec2( a.x == b.x, a.y == b.y ); }"),equals_bvec3:new qx("fn tsl_equals_bvec3( a : vec3f, b : vec3f ) -> vec3 { return vec3( a.x == b.x, a.y == b.y, a.z == b.z ); }"),equals_bvec4:new qx("fn tsl_equals_bvec4( a : vec4f, b : vec4f ) -> vec4 { return vec4( a.x == b.x, a.y == b.y, a.z == b.z, a.w == b.w ); }"),repeatWrapping_float:new qx("fn tsl_repeatWrapping_float( coord: f32 ) -> f32 { return fract( coord ); }"),mirrorWrapping_float:new qx("fn tsl_mirrorWrapping_float( coord: f32 ) -> f32 { let mirrored = fract( coord * 0.5 ) * 2.0; return 1.0 - abs( 1.0 - mirrored ); }"),clampWrapping_float:new qx("fn tsl_clampWrapping_float( coord: f32 ) -> f32 { return clamp( coord, 0.0, 1.0 ); }"),biquadraticTexture:new qx("\nfn tsl_biquadraticTexture( map : texture_2d, coord : vec2f, iRes : vec2u, level : u32 ) -> vec4f {\n\n\tlet res = vec2f( iRes );\n\n\tlet uvScaled = coord * res;\n\tlet uvWrapping = ( ( uvScaled % res ) + res ) % res;\n\n\t// https://www.shadertoy.com/view/WtyXRy\n\n\tlet uv = uvWrapping - 0.5;\n\tlet iuv = floor( uv );\n\tlet f = fract( uv );\n\n\tlet rg1 = textureLoad( map, vec2u( iuv + vec2( 0.5, 0.5 ) ) % iRes, level );\n\tlet rg2 = textureLoad( map, vec2u( iuv + vec2( 1.5, 0.5 ) ) % iRes, level );\n\tlet rg3 = textureLoad( map, vec2u( iuv + vec2( 0.5, 1.5 ) ) % iRes, level );\n\tlet rg4 = textureLoad( map, vec2u( iuv + vec2( 1.5, 1.5 ) ) % iRes, level );\n\n\treturn mix( mix( rg1, rg2, f.x ), mix( rg3, rg4, f.x ), f.y );\n\n}\n")},tC={dFdx:"dpdx",dFdy:"- dpdy",mod_float:"tsl_mod_float",mod_vec2:"tsl_mod_vec2",mod_vec3:"tsl_mod_vec3",mod_vec4:"tsl_mod_vec4",equals_bool:"tsl_equals_bool",equals_bvec2:"tsl_equals_bvec2",equals_bvec3:"tsl_equals_bvec3",equals_bvec4:"tsl_equals_bvec4",inversesqrt:"inverseSqrt",bitcast:"bitcast",floatpack_snorm_2x16:"pack2x16snorm",floatpack_unorm_2x16:"pack2x16unorm",floatpack_float16_2x16:"pack2x16float",floatunpack_snorm_2x16:"unpack2x16snorm",floatunpack_unorm_2x16:"unpack2x16unorm",floatunpack_float16_2x16:"unpack2x16float"};let rC="";!0!==("undefined"!=typeof navigator&&/Firefox|Deno/g.test(navigator.userAgent))&&(rC+="diagnostic( off, derivative_uniformity );\n");class sC extends LN{constructor(e,t){super(e,t,new qw),this.uniformGroups={},this.builtins={},this.directives={},this.scopedArrays=new Map}_generateTextureSample(e,t,r,s,i,n=this.shaderStage){return"fragment"===n?s?i?`textureSample( ${t}, ${t}_sampler, ${r}, ${s}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r}, ${s} )`:i?`textureSample( ${t}, ${t}_sampler, ${r}, ${i} )`:`textureSample( ${t}, ${t}_sampler, ${r} )`:this.generateTextureSampleLevel(e,t,r,"0",s)}generateTextureSampleLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateWrapFunction(e){const t=`tsl_coord_${Xw[e.wrapS]}S_${Xw[e.wrapT]}_${e.is3DTexture||e.isData3DTexture?"3d":"2d"}T`;let r=Jw[t];if(void 0===r){const s=[],i=e.is3DTexture||e.isData3DTexture?"vec3f":"vec2f";let n=`fn ${t}( coord : ${i} ) -> ${i} {\n\n\treturn ${i}(\n`;const a=(e,t)=>{e===Ur?(s.push(eC.repeatWrapping_float),n+=`\t\ttsl_repeatWrapping_float( coord.${t} )`):e===ye?(s.push(eC.clampWrapping_float),n+=`\t\ttsl_clampWrapping_float( coord.${t} )`):e===Dr?(s.push(eC.mirrorWrapping_float),n+=`\t\ttsl_mirrorWrapping_float( coord.${t} )`):(n+=`\t\tcoord.${t}`,d(`WebGPURenderer: Unsupported texture wrap type "${e}" for vertex shader.`))};a(e.wrapS,"x"),n+=",\n",a(e.wrapT,"y"),(e.is3DTexture||e.isData3DTexture)&&(n+=",\n",a(e.wrapR,"z")),n+="\n\t);\n\n}\n",Jw[t]=r=new qx(n,s)}return r.build(this),t}generateArrayDeclaration(e,t){return`array< ${this.getType(e)}, ${t} >`}generateTextureDimension(e,t,r){const s=this.getDataFromNode(e,this.shaderStage,this.globalCache);void 0===s.dimensionsSnippet&&(s.dimensionsSnippet={});let i=s.dimensionsSnippet[r];if(void 0===s.dimensionsSnippet[r]){let n,a;const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(e),u=o>1;a=e.is3DTexture||e.isData3DTexture?"vec3":"vec2",n=u||e.isStorageTexture?t:`${t}${r?`, u32( ${r} )`:""}`,i=new Au(new pl(`textureDimensions( ${n} )`,a)),s.dimensionsSnippet[r]=i,(e.isArrayTexture||e.isDataArrayTexture||e.is3DTexture||e.isData3DTexture)&&(s.arrayLayerCount=new Au(new pl(`textureNumLayers(${t})`,"u32"))),e.isTextureCube&&(s.cubeFaceCount=new Au(new pl("6u","u32")))}return i.build(this)}generateFilteredTexture(e,t,r,s,i="0u"){this._include("biquadraticTexture");const n=this.generateWrapFunction(e),a=this.generateTextureDimension(e,t,i);return s&&(r=`${r} + vec2(${s}) / ${a}`),`tsl_biquadraticTexture( ${t}, ${n}( ${r} ), ${a}, u32( ${i} ) )`}generateTextureLod(e,t,r,s,i,n="0u"){const a=this.generateWrapFunction(e),o=this.generateTextureDimension(e,t,n),u=e.is3DTexture||e.isData3DTexture?"vec3":"vec2";i&&(r=`${r} + ${u}(${i}) / ${u}( ${o} )`);const l=`${u}( ${a}( ${r} ) * ${u}( ${o} ) )`;return this.generateTextureLoad(e,t,l,n,s,null)}generateTextureLoad(e,t,r,s,i,n){let a;return null===s&&(s="0u"),n&&(r=`${r} + ${n}`),i?a=`textureLoad( ${t}, ${r}, ${i}, u32( ${s} ) )`:(a=`textureLoad( ${t}, ${r}, u32( ${s} ) )`,this.renderer.backend.compatibilityMode&&e.isDepthTexture&&(a+=".x")),a}generateTextureStore(e,t,r,s,i){let n;return n=s?`textureStore( ${t}, ${r}, ${s}, ${i} )`:`textureStore( ${t}, ${r}, ${i} )`,n}isSampleCompare(e){return!0===e.isDepthTexture&&null!==e.compareFunction}isUnfilterable(e){return"float"!==this.getComponentTypeFromTexture(e)||!this.isAvailable("float32Filterable")&&!0===e.isDataTexture&&e.type===H||!1===this.isSampleCompare(e)&&e.minFilter===A&&e.magFilter===A||this.renderer.backend.utils.getTextureSampleData(e).primarySamples>1}generateTexture(e,t,r,s,i,n=this.shaderStage){let a=null;return a=this.isUnfilterable(e)?this.generateTextureLod(e,t,r,s,i,"0",n):this._generateTextureSample(e,t,r,s,i,n),a}generateTextureGrad(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]}, ${n} )`:`textureSampleGrad( ${t}, ${t}_sampler, ${r}, ${s[0]}, ${s[1]} )`;o(`WebGPURenderer: THREE.TextureNode.gradient() does not support ${a} shader.`)}generateTextureCompare(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return!0===e.isDepthTexture&&!0===e.isArrayTexture?n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${i}, ${s} )`:n?`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleCompare( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.DepthTexture.compareFunction() does not support ${a} shader.`)}generateTextureLevel(e,t,r,s,i,n){return!1===this.isUnfilterable(e)?n?`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleLevel( ${t}, ${t}_sampler, ${r}, ${s} )`:this.isFilteredTexture(e)?this.generateFilteredTexture(e,t,r,n,s):this.generateTextureLod(e,t,r,i,n,s)}generateTextureBias(e,t,r,s,i,n,a=this.shaderStage){if("fragment"===a)return n?`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s}, ${n} )`:`textureSampleBias( ${t}, ${t}_sampler, ${r}, ${s} )`;o(`WebGPURenderer: THREE.TextureNode.biasNode does not support ${a} shader.`)}getPropertyName(e,t=this.shaderStage){if(!0===e.isNodeVarying&&!0===e.needsInterpolation){if("vertex"===t)return`varyings.${e.name}`}else if(!0===e.isNodeUniform){const t=e.name,r=e.type;return"texture"===r||"cubeTexture"===r||"cubeDepthTexture"===r||"storageTexture"===r||"texture3D"===r?t:"buffer"===r||"storageBuffer"===r||"indirectStorageBuffer"===r?this.isCustomStruct(e)?t:t+".value":e.groupNode.name+"."+t}return super.getPropertyName(e)}getOutputStructName(){return"output"}getFunctionOperator(e){const t=Qw[e];return void 0!==t?(this._include(t),t):null}getNodeAccess(e,t){return"compute"!==t?!0===e.isAtomic?(d("WebGPURenderer: Atomic operations are only supported in compute shaders."),Js.READ_WRITE):Js.READ_ONLY:e.access}getStorageAccess(e,t){return jw[this.getNodeAccess(e,t)]}getUniformFromNode(e,t,r,s=null){const i=super.getUniformFromNode(e,t,r,s),n=this.getDataFromNode(e,r,this.globalCache);if(void 0===n.uniformGPU){let a;const o=e.groupNode,u=o.name,l=this.getBindGroupArray(u,r);if("texture"===t||"cubeTexture"===t||"cubeDepthTexture"===t||"storageTexture"===t||"texture3D"===t){let s=null;const n=this.getNodeAccess(e,r);if("texture"===t||"storageTexture"===t?s=!0===e.value.is3DTexture?new HS(i.name,i.node,o,n):new $S(i.name,i.node,o,n):"cubeTexture"===t||"cubeDepthTexture"===t?s=new WS(i.name,i.node,o,n):"texture3D"===t&&(s=new HS(i.name,i.node,o,n)),s.store=!0===e.isStorageTextureNode,s.mipLevel=s.store?e.mipLevel:0,s.setVisibility(Kw[r]),!1===this.isUnfilterable(e.value)&&!1===s.store){const e=new Pw(`${i.name}_sampler`,i.node,o);e.setVisibility(Kw[r]),l.push(e,s),a=[e,s]}else l.push(s),a=[s]}else if("buffer"===t||"storageBuffer"===t||"indirectStorageBuffer"===t){const n=this.getSharedDataFromNode(e);let u=n.buffer;if(void 0===u){u=new("buffer"===t?US:Uw)(e,o),n.buffer=u}u.setVisibility(u.getVisibility()|Kw[r]),l.push(u),a=u,i.name=s||"NodeBuffer_"+i.id}else{const e=this.uniformGroups[r]||(this.uniformGroups[r]={});let s=e[u];void 0===s&&(s=new VS(u,o),s.setVisibility(Kw[r]),e[u]=s,l.push(s)),a=this.getNodeUniform(i,t),s.addUniform(a)}n.uniformGPU=a}return i}getBuiltin(e,t,r,s=this.shaderStage){const i=this.builtins[s]||(this.builtins[s]=new Map);return!1===i.has(e)&&i.set(e,{name:e,property:t,type:r}),t}hasBuiltin(e,t=this.shaderStage){return void 0!==this.builtins[t]&&this.builtins[t].has(e)}getVertexIndex(){return"vertex"===this.shaderStage?this.getBuiltin("vertex_index","vertexIndex","u32","attribute"):"vertexIndex"}buildFunctionCode(e){const t=e.layout,r=this.flowShaderNode(e),s=[];for(const e of t.inputs)s.push(e.name+" : "+this.getType(e.type));let i=`fn ${t.name}( ${s.join(", ")} ) -> ${this.getType(t.type)} {\n${r.vars}\n${r.code}\n`;return r.result&&(i+=`\treturn ${r.result};\n`),i+="\n}\n",i}getInstanceIndex(){return"vertex"===this.shaderStage?this.getBuiltin("instance_index","instanceIndex","u32","attribute"):"instanceIndex"}getInvocationLocalIndex(){return this.getBuiltin("local_invocation_index","invocationLocalIndex","u32","attribute")}getSubgroupSize(){return this.enableSubGroups(),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute")}getInvocationSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_invocation_id","invocationSubgroupIndex","u32","attribute")}getSubgroupIndex(){return this.enableSubGroups(),this.getBuiltin("subgroup_id","subgroupIndex","u32","attribute")}getDrawIndex(){return null}getFrontFacing(){return this.getBuiltin("front_facing","isFront","bool")}getFragCoord(){return this.getBuiltin("position","fragCoord","vec4")+".xy"}getFragDepth(){return"output."+this.getBuiltin("frag_depth","depth","f32","output")}getClipDistance(){return"varyings.hw_clip_distances"}isFlipY(){return!1}enableDirective(e,t=this.shaderStage){(this.directives[t]||(this.directives[t]=new Set)).add(e)}getDirectives(e){const t=[],r=this.directives[e];if(void 0!==r)for(const e of r)t.push(`enable ${e};`);return t.join("\n")}enableSubGroups(){this.enableDirective("subgroups")}enableSubgroupsF16(){this.enableDirective("subgroups-f16")}enableClipDistances(){this.enableDirective("clip_distances")}enableShaderF16(){this.enableDirective("f16")}enableDualSourceBlending(){this.enableDirective("dual_source_blending")}enableHardwareClipping(e){this.enableClipDistances(),this.getBuiltin("clip_distances","hw_clip_distances",`array`,"vertex")}getBuiltins(e){const t=[],r=this.builtins[e];if(void 0!==r)for(const{name:e,property:s,type:i}of r.values())t.push(`@builtin( ${e} ) ${s} : ${i}`);return t.join(",\n\t")}getScopedArray(e,t,r,s){return!1===this.scopedArrays.has(e)&&this.scopedArrays.set(e,{name:e,scope:t,bufferType:r,bufferCount:s}),e}getScopedArrays(e){if("compute"!==e)return;const t=[];for(const{name:e,scope:r,bufferType:s,bufferCount:i}of this.scopedArrays.values()){const n=this.getType(s);t.push(`var<${r}> ${e}: array< ${n}, ${i} >;`)}return t.join("\n")}getAttributes(e){const t=[];if("compute"===e&&(this.getBuiltin("global_invocation_id","globalId","vec3","attribute"),this.getBuiltin("workgroup_id","workgroupId","vec3","attribute"),this.getBuiltin("local_invocation_id","localId","vec3","attribute"),this.getBuiltin("num_workgroups","numWorkgroups","vec3","attribute"),this.renderer.hasFeature("subgroups")&&(this.enableDirective("subgroups",e),this.getBuiltin("subgroup_size","subgroupSize","u32","attribute"))),"vertex"===e||"compute"===e){const e=this.getBuiltins("attribute");e&&t.push(e);const r=this.getAttributesArray();for(let e=0,s=r.length;e"),t.push(`\t${s+r.name} : ${i}`)}return e.output&&t.push(`\t${this.getBuiltins("output")}`),t.join(",\n")}getStructs(e){let t="";const r=this.structs[e];if(r.length>0){const e=[];for(const t of r){let r=`struct ${t.name} {\n`;r+=this.getStructMembers(t),r+="\n};",e.push(r)}t="\n"+e.join("\n\n")+"\n"}return t}getVar(e,t,r=null){let s=`var ${t} : `;return s+=null!==r?this.generateArrayDeclaration(e,r):this.getType(e),s}getVars(e){const t=[],r=this.vars[e];if(void 0!==r)for(const e of r)t.push(`\t${this.getVar(e.type,e.name,e.count)};`);return`\n${t.join("\n")}\n`}getVaryings(e){const t=[];if("vertex"===e&&this.getBuiltin("position","Vertex","vec4","vertex"),"vertex"===e||"fragment"===e){const r=this.varyings,s=this.vars[e];for(let i=0;ir.value.itemSize;return s&&!i}getUniforms(e){const t=this.uniforms[e],r=[],s=[],i=[],n={};for(const i of t){const t=i.groupNode.name,a=this.bindingsIndexes[t];if("texture"===i.type||"cubeTexture"===i.type||"cubeDepthTexture"===i.type||"storageTexture"===i.type||"texture3D"===i.type){const t=i.node.value;let s;!1===this.isUnfilterable(t)&&!0!==i.node.isStorageTextureNode&&(this.isSampleCompare(t)?r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler_comparison;`):r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name}_sampler : sampler;`));let n="";const{primarySamples:o}=this.renderer.backend.utils.getTextureSampleData(t);if(o>1&&(n="_multisampled"),!0===t.isCubeTexture&&!0===t.isDepthTexture)s="texture_depth_cube";else if(!0===t.isCubeTexture)s="texture_cube";else if(!0===t.isDepthTexture)s=this.renderer.backend.compatibilityMode&&null===t.compareFunction?`texture${n}_2d`:`texture_depth${n}_2d${!0===t.isArrayTexture?"_array":""}`;else if(!0===i.node.isStorageTextureNode){const r=Gw(t),n=this.getStorageAccess(i.node,e),a=i.node.value.is3DTexture,o=i.node.value.isArrayTexture;s=`texture_storage_${a?"3d":"2d"+(o?"_array":"")}<${r}, ${n}>`}else if(!0===t.isArrayTexture||!0===t.isDataArrayTexture||!0===t.isCompressedArrayTexture)s="texture_2d_array";else if(!0===t.is3DTexture||!0===t.isData3DTexture)s="texture_3d";else{s=`texture${n}_2d<${this.getComponentTypeFromTexture(t).charAt(0)}32>`}r.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var ${i.name} : ${s};`)}else if("buffer"===i.type||"storageBuffer"===i.type||"indirectStorageBuffer"===i.type){const t=i.node,r=this.getType(t.getNodeType(this)),n=t.bufferCount,o=n>0&&"buffer"===i.type?", "+n:"",u=t.isStorageBufferNode?`storage, ${this.getStorageAccess(t,e)}`:"uniform";if(this.isCustomStruct(i))s.push(`@binding( ${a.binding++} ) @group( ${a.group} ) var<${u}> ${i.name} : ${r};`);else{const e=`\tvalue : array< ${t.isAtomic?`atomic<${r}>`:`${r}`}${o} >`;s.push(this._getWGSLStructBinding(i.name,e,u,a.binding++,a.group))}}else{const e=this.getType(this.getVectorType(i.type)),t=i.groupNode.name;(n[t]||(n[t]={index:a.binding++,id:a.group,snippets:[]})).snippets.push(`\t${i.name} : ${e}`)}}for(const e in n){const t=n[e];i.push(this._getWGSLStructBinding(e,t.snippets.join(",\n"),"uniform",t.index,t.id))}return[...r,...s,...i].join("\n")}buildCode(){const e=null!==this.material?{fragment:{},vertex:{}}:{compute:{}};this.sortBindingGroups();for(const t in e){this.shaderStage=t;const r=e[t];r.uniforms=this.getUniforms(t),r.attributes=this.getAttributes(t),r.varyings=this.getVaryings(t),r.structs=this.getStructs(t),r.vars=this.getVars(t),r.codes=this.getCodes(t),r.directives=this.getDirectives(t),r.scopedArrays=this.getScopedArrays(t);let s="// code\n\n";s+=this.flowCode[t];const i=this.flowNodes[t],n=i[i.length-1],a=n.outputNode,o=void 0!==a&&!0===a.isOutputStructNode;for(const e of i){const i=this.getFlowData(e),u=e.name;if(u&&(s.length>0&&(s+="\n"),s+=`\t// flow -> ${u}\n`),s+=`${i.code}\n\t`,e===n&&"compute"!==t)if(s+="// result\n\n\t","vertex"===t)s+=`varyings.Vertex = ${i.result};`;else if("fragment"===t)if(o)r.returnType=a.getNodeType(this),r.structs+="var output : "+r.returnType+";",s+=`return ${i.result};`;else{let e="\t@location(0) color: vec4";const t=this.getBuiltins("output");t&&(e+=",\n\t"+t),r.returnType="OutputStruct",r.structs+=this._getWGSLStruct("OutputStruct",e),r.structs+="\nvar output : OutputStruct;",s+=`output.color = ${i.result};\n\n\treturn output;`}}r.flow=s}if(this.shaderStage=null,null!==this.material)this.vertexShader=this._getWGSLVertexCode(e.vertex),this.fragmentShader=this._getWGSLFragmentCode(e.fragment);else{const t=this.object.workgroupSize;this.computeShader=this._getWGSLComputeCode(e.compute,t)}}getMethod(e,t=null){let r;return null!==t&&(r=this._getWGSLMethod(e+"_"+t)),void 0===r&&(r=this._getWGSLMethod(e)),r||e}getBitcastMethod(e){return`bitcast<${this.getType(e)}>`}getFloatPackingMethod(e){return this.getMethod(`floatpack_${e}_2x16`)}getFloatUnpackingMethod(e){return this.getMethod(`floatunpack_${e}_2x16`)}getTernary(e,t,r){return`select( ${r}, ${t}, ${e} )`}getType(e){return Zw[e]||e}isAvailable(e){let t=Yw[e];return void 0===t&&("float32Filterable"===e?t=this.renderer.hasFeature("float32-filterable"):"clipDistance"===e&&(t=this.renderer.hasFeature("clip-distances")),Yw[e]=t),t}_getWGSLMethod(e){return void 0!==eC[e]&&this._include(e),tC[e]}_include(e){const t=eC[e];return t.build(this),this.addInclude(t),t}_getWGSLVertexCode(e){return`${this.getSignature()}\n// directives\n${e.directives}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// varyings\n${e.varyings}\nvar varyings : VaryingsStruct;\n\n// codes\n${e.codes}\n\n@vertex\nfn main( ${e.attributes} ) -> VaryingsStruct {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n\treturn varyings;\n\n}\n`}_getWGSLFragmentCode(e){return`${this.getSignature()}\n// global\n${rC}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@fragment\nfn main( ${e.varyings} ) -> ${e.returnType} {\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLComputeCode(e,t){const[r,s,i]=t;return`${this.getSignature()}\n// directives\n${e.directives}\n\n// system\nvar instanceIndex : u32;\n\n// locals\n${e.scopedArrays}\n\n// structs\n${e.structs}\n\n// uniforms\n${e.uniforms}\n\n// codes\n${e.codes}\n\n@compute @workgroup_size( ${r}, ${s}, ${i} )\nfn main( ${e.attributes} ) {\n\n\t// system\n\tinstanceIndex = globalId.x\n\t\t+ globalId.y * ( ${r} * numWorkgroups.x )\n\t\t+ globalId.z * ( ${r} * numWorkgroups.x ) * ( ${s} * numWorkgroups.y );\n\n\t// vars\n\t${e.vars}\n\n\t// flow\n\t${e.flow}\n\n}\n`}_getWGSLStruct(e,t){return`\nstruct ${e} {\n${t}\n};`}_getWGSLStructBinding(e,t,r,s=0,i=0){const n=e+"Struct";return`${this._getWGSLStruct(n,t)}\n@binding( ${s} ) @group( ${i} )\nvar<${r}> ${e} : ${n};`}}class iC{constructor(e){this.backend=e}getCurrentDepthStencilFormat(e){let t;return null!==e.depthTexture?t=this.getTextureFormatGPU(e.depthTexture):e.depth&&e.stencil?t=MA:e.depth&&(t=CA),t}getTextureFormatGPU(e){return this.backend.get(e).format}getTextureSampleData(e){let t;if(e.isFramebufferTexture)t=1;else if(e.isDepthTexture&&!e.renderTarget){const e=this.backend.renderer,r=e.getRenderTarget();t=r?r.samples:e.currentSamples}else e.renderTarget&&(t=e.renderTarget.samples);t=t||1;const r=t>1&&null!==e.renderTarget&&!0!==e.isDepthTexture&&!0!==e.isFramebufferTexture;return{samples:t,primarySamples:r?1:t,isMSAA:r}}getCurrentColorFormat(e){let t;return t=null!==e.textures?this.getTextureFormatGPU(e.textures[0]):this.getPreferredCanvasFormat(),t}getCurrentColorFormats(e){return null!==e.textures?e.textures.map(e=>this.getTextureFormatGPU(e)):[this.getPreferredCanvasFormat()]}getCurrentColorSpace(e){return null!==e.textures?e.textures[0].colorSpace:this.backend.renderer.outputColorSpace}getPrimitiveTopology(e,t){return e.isPoints?NR:e.isLineSegments||e.isMesh&&!0===t.wireframe?SR:e.isLine?RR:e.isMesh?AR:void 0}getSampleCount(e){return e>=4?4:1}getSampleCountRenderContext(e){return null!==e.textures?this.getSampleCount(e.sampleCount):this.getSampleCount(this.backend.renderer.currentSamples)}getPreferredCanvasFormat(){const e=this.backend.parameters.outputType;if(void 0===e)return navigator.gpu.getPreferredCanvasFormat();if(e===ke)return gA;if(e===fe)return SA;throw new Error("Unsupported output buffer type.")}}const nC=new Map([[Int8Array,["sint8","snorm8"]],[Uint8Array,["uint8","unorm8"]],[Int16Array,["sint16","snorm16"]],[Uint16Array,["uint16","unorm16"]],[Int32Array,["sint32","snorm32"]],[Uint32Array,["uint32","unorm32"]],[Float32Array,["float32"]]]);"undefined"!=typeof Float16Array&&nC.set(Float16Array,["float16"]);const aC=new Map([[et,["float16"]]]),oC=new Map([[Int32Array,"sint32"],[Int16Array,"sint32"],[Uint32Array,"uint32"],[Uint16Array,"uint32"],[Float32Array,"float32"]]);class uC{constructor(e){this.backend=e}createAttribute(e,t){const r=this._getBufferAttribute(e),s=this.backend,i=s.get(r);let n=i.buffer;if(void 0===n){const a=s.device;let o=r.array;if(!1===e.normalized)if(o.constructor===Int16Array||o.constructor===Int8Array)o=new Int32Array(o);else if((o.constructor===Uint16Array||o.constructor===Uint8Array)&&(o=new Uint32Array(o),t&GPUBufferUsage.INDEX))for(let e=0;e0&&(void 0===n.groups&&(n.groups=[],n.versions=[]),n.versions[r]===s&&(o=n.groups[r])),void 0===o&&(o=this.createBindGroup(e,a),r>0&&(n.groups[r]=o,n.versions[r]=s)),n.group=o}updateBinding(e){const t=this.backend,r=t.device,s=e.buffer,i=t.get(e).buffer,n=e.updateRanges;if(0===n.length)r.queue.writeBuffer(i,0,s,0);else{const t=jr(s),a=t?1:s.BYTES_PER_ELEMENT;for(let e=0,o=n.length;e1&&(i+=`-${e.texture.depthOrArrayLayers}`),i+=`-${r}-${s}`,a=e[i],void 0===a){const n=ww;let o;o=t.isSampledCubeTexture?Aw:t.isSampledTexture3D?Ew:t.texture.isArrayTexture||t.texture.isDataArrayTexture||t.texture.isCompressedArrayTexture?Rw:Sw,a=e[i]=e.texture.createView({aspect:n,dimension:o,mipLevelCount:r,baseMipLevel:s})}}n.push({binding:i,resource:a})}else if(t.isSampler){const e=r.get(t.texture);n.push({binding:i,resource:e.sampler})}i++}return s.createBindGroup({label:"bindGroup_"+e.name,layout:t,entries:n})}_createLayoutEntries(e){const t=[];let r=0;for(const s of e.bindings){const e=this.backend,i={binding:r,visibility:s.visibility};if(s.isUniformBuffer||s.isStorageBuffer){const e={};s.isStorageBuffer&&(s.visibility&wR.COMPUTE&&(s.access===Js.READ_WRITE||s.access===Js.WRITE_ONLY)?e.type=dw:e.type=cw),i.buffer=e}else if(s.isSampledTexture&&s.store){const e={};e.format=this.backend.get(s.texture).texture.format;const t=s.access;e.access=t===Js.READ_WRITE?gw:t===Js.WRITE_ONLY?hw:pw,s.texture.isArrayTexture?e.viewDimension=Rw:s.texture.is3DTexture&&(e.viewDimension=Ew),i.storageTexture=e}else if(s.isSampledTexture){const t={},{primarySamples:r}=e.utils.getTextureSampleData(s.texture);if(r>1&&(t.multisampled=!0,s.texture.isDepthTexture||(t.sampleType=bw)),s.texture.isDepthTexture)e.compatibilityMode&&null===s.texture.compareFunction?t.sampleType=bw:t.sampleType=xw;else if(s.texture.isDataTexture||s.texture.isDataArrayTexture||s.texture.isData3DTexture){const e=s.texture.type;e===R?t.sampleType=Tw:e===S?t.sampleType=_w:e===H&&(this.backend.hasFeature("float32-filterable")?t.sampleType=yw:t.sampleType=bw)}s.isSampledCubeTexture?t.viewDimension=Aw:s.texture.isArrayTexture||s.texture.isDataArrayTexture||s.texture.isCompressedArrayTexture?t.viewDimension=Rw:s.isSampledTexture3D&&(t.viewDimension=Ew),i.texture=t}else if(s.isSampler){const t={};s.texture.isDepthTexture&&(null!==s.texture.compareFunction?t.type=fw:e.compatibilityMode&&(t.type=mw)),i.sampler=t}else o(`WebGPUBindingUtils: Unsupported binding "${s}".`);t.push(i),r++}return t}deleteBindGroupData(e){const{backend:t}=this,r=t.get(e);r.layout&&(r.layout.usedTimes--,0===r.layout.usedTimes&&this._bindGroupLayoutCache.delete(r.layoutKey),r.layout=void 0,r.layoutKey=void 0)}dispose(){this._bindGroupLayoutCache.clear()}}class cC{constructor(e){this.backend=e,this._activePipelines=new WeakMap}setPipeline(e,t){this._activePipelines.get(e)!==t&&(e.setPipeline(t),this._activePipelines.set(e,t))}_getSampleCount(e){return this.backend.utils.getSampleCountRenderContext(e)}createRenderPipeline(e,t){const{object:r,material:s,geometry:i,pipeline:n}=e,{vertexProgram:a,fragmentProgram:u}=n,l=this.backend,d=l.device,c=l.utils,h=l.get(n),p=[];for(const t of e.getBindings()){const e=l.get(t),{layoutGPU:r}=e.layout;p.push(r)}const g=l.attributeUtils.createShaderVertexBuffers(e);let m;s.blending===Z||s.blending===Qe&&!1===s.transparent||(m=this._getBlending(s));let f={};!0===s.stencilWrite&&(f={compare:this._getStencilCompare(s),failOp:this._getStencilOperation(s.stencilFail),depthFailOp:this._getStencilOperation(s.stencilZFail),passOp:this._getStencilOperation(s.stencilZPass)});const y=this._getColorWriteMask(s),b=[];if(null!==e.context.textures){const t=e.context.textures;for(let e=0;e1},layout:d.createPipelineLayout({bindGroupLayouts:p})},A={},E=e.context.depth,w=e.context.stencil;if(!0!==E&&!0!==w||(!0===E&&(A.format=N,A.depthWriteEnabled=s.depthWrite,A.depthCompare=v),!0===w&&(A.stencilFront=f,A.stencilBack={},A.stencilReadMask=s.stencilFuncMask,A.stencilWriteMask=s.stencilWriteMask),!0===s.polygonOffset&&(A.depthBias=s.polygonOffsetUnits,A.depthBiasSlopeScale=s.polygonOffsetFactor,A.depthBiasClamp=0),R.depthStencil=A),d.pushErrorScope("validation"),null===t)h.pipeline=d.createRenderPipeline(R),d.popErrorScope().then(e=>{null!==e&&(h.error=!0,o(e.message))});else{const e=new Promise(async e=>{try{h.pipeline=await d.createRenderPipelineAsync(R)}catch(e){}const t=await d.popErrorScope();null!==t&&(h.error=!0,o(t.message)),e()});t.push(e)}}createBundleEncoder(e,t="renderBundleEncoder"){const r=this.backend,{utils:s,device:i}=r,n=s.getCurrentDepthStencilFormat(e),a={label:t,colorFormats:s.getCurrentColorFormats(e),depthStencilFormat:n,sampleCount:this._getSampleCount(e)};return i.createRenderBundleEncoder(a)}createComputePipeline(e,t){const r=this.backend,s=r.device,i=r.get(e.computeProgram).module,n=r.get(e),a=[];for(const e of t){const t=r.get(e),{layoutGPU:s}=t.layout;a.push(s)}n.pipeline=s.createComputePipeline({compute:i,layout:s.createPipelineLayout({bindGroupLayouts:a})})}_getBlending(e){let t,r;const s=e.blending,i=e.blendSrc,n=e.blendDst,a=e.blendEquation;if(s===nt){const s=null!==e.blendSrcAlpha?e.blendSrcAlpha:i,o=null!==e.blendDstAlpha?e.blendDstAlpha:n,u=null!==e.blendEquationAlpha?e.blendEquationAlpha:a;t={srcFactor:this._getBlendFactor(i),dstFactor:this._getBlendFactor(n),operation:this._getBlendOperation(a)},r={srcFactor:this._getBlendFactor(s),dstFactor:this._getBlendFactor(o),operation:this._getBlendOperation(u)}}else{const i=(e,s,i,n)=>{t={srcFactor:e,dstFactor:s,operation:KE},r={srcFactor:i,dstFactor:n,operation:KE}};if(e.premultipliedAlpha)switch(s){case Qe:i(IE,GE,IE,GE);break;case $t:i(IE,IE,IE,IE);break;case zt:i(UE,VE,UE,IE);break;case Gt:i(zE,GE,UE,IE)}else switch(s){case Qe:i(kE,GE,IE,GE);break;case $t:i(kE,IE,IE,IE);break;case zt:o("WebGPURenderer: SubtractiveBlending requires material.premultipliedAlpha = true");break;case Gt:o("WebGPURenderer: MultiplyBlending requires material.premultipliedAlpha = true")}}if(void 0!==t&&void 0!==r)return{color:t,alpha:r};o("WebGPURenderer: Invalid blending: ",s)}_getBlendFactor(e){let t;switch(e){case ot:t=UE;break;case It:t=IE;break;case Ut:t=OE;break;case Bt:t=VE;break;case Dt:t=kE;break;case Mt:t=GE;break;case Pt:t=zE;break;case Ct:t=$E;break;case Lt:t=WE;break;case wt:t=HE;break;case Ft:t=qE;break;case 211:t=jE;break;case 212:t=XE;break;default:o("WebGPURenderer: Blend factor not supported.",e)}return t}_getStencilCompare(e){let t;const r=e.stencilFunc;switch(r){case ts:t=CR;break;case es:t=UR;break;case Jr:t=MR;break;case Zr:t=LR;break;case Qr:t=BR;break;case Yr:t=DR;break;case Kr:t=PR;break;case Xr:t=FR;break;default:o("WebGPURenderer: Invalid stencil function.",r)}return t}_getStencilOperation(e){let t;switch(e){case ls:t=rw;break;case us:t=sw;break;case os:t=iw;break;case as:t=nw;break;case ns:t=aw;break;case is:t=ow;break;case ss:t=uw;break;case rs:t=lw;break;default:o("WebGPURenderer: Invalid stencil operation.",t)}return t}_getBlendOperation(e){let t;switch(e){case at:t=KE;break;case Et:t=YE;break;case At:t=QE;break;case cs:t=ZE;break;case ds:t=JE;break;default:o("WebGPUPipelineUtils: Blend equation not supported.",e)}return t}_getPrimitiveState(e,t,r){const s={},i=this.backend.utils;s.topology=i.getPrimitiveTopology(e,r),null!==t.index&&!0===e.isLine&&!0!==e.isLineSegments&&(s.stripIndexFormat=t.index.array instanceof Uint16Array?WR:HR);let n=r.side===w;return e.isMesh&&e.matrixWorld.determinant()<0&&(n=!n),s.frontFace=!0===n?GR:kR,s.cullMode=r.side===C?zR:$R,s}_getColorWriteMask(e){return!0===e.colorWrite?tw:ew}_getDepthCompare(e){let t;if(!1===e.depthTest)t=UR;else{const r=e.depthFunc;switch(r){case Qt:t=CR;break;case Yt:t=UR;break;case Kt:t=MR;break;case Xt:t=LR;break;case jt:t=BR;break;case qt:t=DR;break;case Ht:t=PR;break;case Wt:t=FR;break;default:o("WebGPUPipelineUtils: Invalid depth function.",r)}}return t}}class hC extends TR{constructor(e,t,r=2048){super(r),this.device=e,this.type=t,this.querySet=this.device.createQuerySet({type:"timestamp",count:this.maxQueries,label:`queryset_global_timestamp_${t}`});const s=8*this.maxQueries;this.resolveBuffer=this.device.createBuffer({label:`buffer_timestamp_resolve_${t}`,size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.resultBuffer=this.device.createBuffer({label:`buffer_timestamp_result_${t}`,size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ})}allocateQueriesForContext(e){if(!this.trackTimestamp||this.isDisposed)return null;if(this.currentQueryIndex+2>this.maxQueries)return v(`WebGPUTimestampQueryPool [${this.type}]: Maximum number of queries exceeded, when using trackTimestamp it is necessary to resolves the queries via renderer.resolveTimestampsAsync( THREE.TimestampQuery.${this.type.toUpperCase()} ).`),null;const t=this.currentQueryIndex;return this.currentQueryIndex+=2,this.queryOffsets.set(e,t),t}async resolveQueriesAsync(){if(!this.trackTimestamp||0===this.currentQueryIndex||this.isDisposed)return this.lastValue;if(this.pendingResolve)return this.pendingResolve;this.pendingResolve=this._resolveQueries();try{return await this.pendingResolve}finally{this.pendingResolve=null}}async _resolveQueries(){if(this.isDisposed)return this.lastValue;try{if("unmapped"!==this.resultBuffer.mapState)return this.lastValue;const e=new Map(this.queryOffsets),t=this.currentQueryIndex,r=8*t;this.currentQueryIndex=0,this.queryOffsets.clear();const s=this.device.createCommandEncoder();s.resolveQuerySet(this.querySet,0,t,this.resolveBuffer,0),s.copyBufferToBuffer(this.resolveBuffer,0,this.resultBuffer,0,r);const i=s.finish();if(this.device.queue.submit([i]),"unmapped"!==this.resultBuffer.mapState)return this.lastValue;if(await this.resultBuffer.mapAsync(GPUMapMode.READ,0,r),this.isDisposed)return"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue;const n=new BigUint64Array(this.resultBuffer.getMappedRange(0,r)),a={},o=[];for(const[t,r]of e){const e=t.match(/^(.*):f(\d+)$/),s=parseInt(e[2]);!1===o.includes(s)&&o.push(s),void 0===a[s]&&(a[s]=0);const i=n[r],u=n[r+1],l=Number(u-i)/1e6;this.timestamps.set(t,l),a[s]+=l}const u=a[o[o.length-1]];return this.resultBuffer.unmap(),this.lastValue=u,this.frames=o,u}catch(e){return o("Error resolving queries:",e),"mapped"===this.resultBuffer.mapState&&this.resultBuffer.unmap(),this.lastValue}}async dispose(){if(!this.isDisposed){if(this.isDisposed=!0,this.pendingResolve)try{await this.pendingResolve}catch(e){o("Error waiting for pending resolve:",e)}if(this.resultBuffer&&"mapped"===this.resultBuffer.mapState)try{this.resultBuffer.unmap()}catch(e){o("Error unmapping buffer:",e)}this.querySet&&(this.querySet.destroy(),this.querySet=null),this.resolveBuffer&&(this.resolveBuffer.destroy(),this.resolveBuffer=null),this.resultBuffer&&(this.resultBuffer.destroy(),this.resultBuffer=null),this.queryOffsets.clear(),this.pendingResolve=null}}}class pC extends rR{constructor(e={}){super(e),this.isWebGPUBackend=!0,this.parameters.alpha=void 0===e.alpha||e.alpha,this.parameters.compatibilityMode=void 0!==e.compatibilityMode&&e.compatibilityMode,this.parameters.requiredLimits=void 0===e.requiredLimits?{}:e.requiredLimits,this.compatibilityMode=this.parameters.compatibilityMode,this.device=null,this.defaultRenderPassdescriptor=null,this.utils=new iC(this),this.attributeUtils=new uC(this),this.bindingUtils=new dC(this),this.pipelineUtils=new cC(this),this.textureUtils=new kw(this),this.occludedResolveCache=new Map}async init(e){await super.init(e);const t=this.parameters;let r;if(void 0===t.device){const e={powerPreference:t.powerPreference,featureLevel:t.compatibilityMode?"compatibility":void 0},s="undefined"!=typeof navigator?await navigator.gpu.requestAdapter(e):null;if(null===s)throw new Error("WebGPUBackend: Unable to create WebGPU adapter.");const i=Object.values(Bw),n=[];for(const e of i)s.features.has(e)&&n.push(e);const a={requiredFeatures:n,requiredLimits:t.requiredLimits};r=await s.requestDevice(a)}else r=t.device;r.lost.then(t=>{if("destroyed"===t.reason)return;const r={api:"WebGPU",message:t.message||"Unknown reason",reason:t.reason||null,originalEvent:t};e.onDeviceLost(r)}),this.device=r,this.trackTimestamp=this.trackTimestamp&&this.hasFeature(Bw.TimestampQuery),this.updateSize()}get context(){const e=this.renderer.getCanvasTarget(),t=this.get(e);let r=t.context;if(void 0===r){const s=this.parameters;r=!0===e.isDefaultCanvasTarget&&void 0!==s.context?s.context:e.domElement.getContext("webgpu"),"setAttribute"in e.domElement&&e.domElement.setAttribute("data-engine",`three.js r${tt} webgpu`);const i=s.alpha?"premultiplied":"opaque",n=s.outputType===fe?"extended":"standard";r.configure({device:this.device,format:this.utils.getPreferredCanvasFormat(),usage:GPUTextureUsage.RENDER_ATTACHMENT|GPUTextureUsage.COPY_SRC,alphaMode:i,toneMapping:{mode:n}}),t.context=r}return r}get coordinateSystem(){return h}async getArrayBufferAsync(e){return await this.attributeUtils.getArrayBufferAsync(e)}getContext(){return this.context}_getDefaultRenderPassDescriptor(){const e=this.renderer,t=e.getCanvasTarget(),r=this.get(t),s=e.currentSamples;let i=r.descriptor;if(void 0===i||r.samples!==s){i={colorAttachments:[{view:null}]},!0!==e.depth&&!0!==e.stencil||(i.depthStencilAttachment={view:this.textureUtils.getDepthBuffer(e.depth,e.stencil).createView()});const t=i.colorAttachments[0];s>0?t.view=this.textureUtils.getColorBuffer().createView():t.resolveTarget=void 0,r.descriptor=i,r.samples=s}const n=i.colorAttachments[0];return s>0?n.resolveTarget=this.context.getCurrentTexture().createView():n.view=this.context.getCurrentTexture().createView(),i}_isRenderCameraDepthArray(e){return e.depthTexture&&e.depthTexture.image.depth>1&&e.camera.isArrayCamera}_getRenderPassDescriptor(e,t={}){const r=e.renderTarget,s=this.get(r);let i=s.descriptors;void 0!==i&&s.width===r.width&&s.height===r.height&&s.samples===r.samples||(i={},s.descriptors=i);const n=e.getCacheKey();let a=i[n];if(void 0===a){const t=e.textures,o=[];let u;const l=this._isRenderCameraDepthArray(e);for(let s=0;s1)if(!0===l){const t=e.camera.cameras;for(let e=0;e0&&(t.currentOcclusionQuerySet&&t.currentOcclusionQuerySet.destroy(),t.currentOcclusionQueryBuffer&&t.currentOcclusionQueryBuffer.destroy(),t.currentOcclusionQuerySet=t.occlusionQuerySet,t.currentOcclusionQueryBuffer=t.occlusionQueryBuffer,t.currentOcclusionQueryObjects=t.occlusionQueryObjects,i=r.createQuerySet({type:"occlusion",count:s,label:`occlusionQuerySet_${e.id}`}),t.occlusionQuerySet=i,t.occlusionQueryIndex=0,t.occlusionQueryObjects=new Array(s),t.lastOcclusionObject=null),n=null===e.textures?this._getDefaultRenderPassDescriptor():this._getRenderPassDescriptor(e,{loadOp:OR}),this.initTimestampQuery(St.RENDER,this.getTimestampUID(e),n),n.occlusionQuerySet=i;const a=n.depthStencilAttachment;if(null!==e.textures){const t=n.colorAttachments;for(let r=0;r0&&t.currentPass.executeBundles(t.renderBundles),r>t.occlusionQueryIndex&&t.currentPass.endOcclusionQuery();const s=t.encoder;if(!0===this._isRenderCameraDepthArray(e)){const r=[];for(let e=0;e0){const s=8*r;let i=this.occludedResolveCache.get(s);void 0===i&&(i=this.device.createBuffer({size:s,usage:GPUBufferUsage.QUERY_RESOLVE|GPUBufferUsage.COPY_SRC}),this.occludedResolveCache.set(s,i));const n=this.device.createBuffer({size:s,usage:GPUBufferUsage.COPY_DST|GPUBufferUsage.MAP_READ});t.encoder.resolveQuerySet(t.occlusionQuerySet,0,r,i,0),t.encoder.copyBufferToBuffer(i,0,n,0,s),t.occlusionQueryBuffer=n,this.resolveOccludedAsync(e)}if(this.device.queue.submit([t.encoder.finish()]),null!==e.textures){const t=e.textures;for(let e=0;eo&&(i[0]=Math.min(a,o),i[1]=Math.ceil(a/o)),n.dispatchSize=i}i=n.dispatchSize}a.dispatchWorkgroups(i[0],i[1]||1,i[2]||1)}finishCompute(e){const t=this.get(e);t.passEncoderGPU.end(),this.device.queue.submit([t.cmdEncoderGPU.finish()])}draw(e,t){const{object:r,material:s,context:i,pipeline:n}=e,a=e.getBindings(),o=this.get(i),u=this.get(n),l=u.pipeline;if(!0===u.error)return;const d=e.getIndex(),c=null!==d,h=e.getDrawParameters();if(null===h)return;const p=(t,r)=>{this.pipelineUtils.setPipeline(t,l),r.pipeline=l;const n=r.bindingGroups;for(let e=0,r=a.length;e{if(p(s,i),!0===r.isBatchedMesh){const e=r._multiDrawStarts,i=r._multiDrawCounts,n=r._multiDrawCount,a=r._multiDrawInstances;null!==a&&v("WebGPUBackend: renderMultiDrawInstances has been deprecated and will be removed in r184. Append to renderMultiDraw arguments and use indirection.");for(let o=0;o1?0:o;!0===c?s.drawIndexed(i[o],n,e[o]/d.array.BYTES_PER_ELEMENT,0,u):s.draw(i[o],n,e[o],u),t.update(r,i[o],n)}}else if(!0===c){const{vertexCount:i,instanceCount:n,firstVertex:a}=h,o=e.getIndirect();if(null!==o){const t=this.get(o).buffer,r=e.getIndirectOffset(),i=Array.isArray(r)?r:[r];for(let e=0;e0){const t=this.get(e.camera),s=e.camera.cameras,n=e.getBindingGroup("cameraIndex");if(void 0===t.indexesGPU||t.indexesGPU.length!==s.length){const e=this.get(n),r=[],i=new Uint32Array([0,0,0,0]);for(let t=0,n=s.length;t(d("WebGPURenderer: WebGPU is not available, running under WebGL2 backend."),new vR(e)));super(new t(e),e),this.library=new fC,this.isWebGPURenderer=!0}}class bC extends Rs{constructor(){super(),this.isBundleGroup=!0,this.type="BundleGroup",this.static=!0,this.version=0}set needsUpdate(e){!0===e&&this.version++}}class xC{constructor(e,t=Sn(0,0,1,1)){this.renderer=e,this.outputNode=t,this.outputColorTransform=!0,this.needsUpdate=!0;const r=new Xp;r.name="PostProcessing",this._quadMesh=new Wb(r),this._quadMesh.name="Post-Processing",this._context=null}render(){const e=this.renderer;this._update(),null!==this._context.onBeforePostProcessing&&this._context.onBeforePostProcessing();const t=e.toneMapping,r=e.outputColorSpace;e.toneMapping=m,e.outputColorSpace=p.workingColorSpace;const s=e.xr.enabled;e.xr.enabled=!1,this._quadMesh.render(e),e.xr.enabled=s,e.toneMapping=t,e.outputColorSpace=r,null!==this._context.onAfterPostProcessing&&this._context.onAfterPostProcessing()}get context(){return this._context}dispose(){this._quadMesh.material.dispose()}_update(){if(!0===this.needsUpdate){const e=this.renderer,t=e.toneMapping,r=e.outputColorSpace,s={postProcessing:this,onBeforePostProcessing:null,onAfterPostProcessing:null};let i=this.outputNode;!0===this.outputColorTransform?(i=i.context(s),i=yl(i,t,r)):(s.toneMapping=t,s.outputColorSpace=r,i=i.context(s)),this._context=s,this._quadMesh.material.fragmentNode=i,this._quadMesh.material.needsUpdate=!0,this.needsUpdate=!1}}async renderAsync(){v('PostProcessing: "renderAsync()" has been deprecated. Use "render()" and "await renderer.init();" when creating the renderer.'),await this.renderer.init(),this.render()}}class TC extends N{constructor(e=1,t=1){super(),this.image={width:e,height:t},this.magFilter=ne,this.minFilter=ne,this.isStorageTexture=!0,this.mipmapsAutoUpdate=!0}setSize(e,t){this.image.width===e&&this.image.height===t||(this.image.width=e,this.image.height=t,this.dispose())}}class _C extends sx{constructor(e,t){super(e,t,Uint32Array),this.isIndirectStorageBufferAttribute=!0}}class vC extends As{constructor(e){super(e),this.textures={},this.nodes={}}load(e,t,r,s){const i=new Es(this.manager);i.setPath(this.path),i.setRequestHeader(this.requestHeader),i.setWithCredentials(this.withCredentials),i.load(e,r=>{try{t(this.parse(JSON.parse(r)))}catch(t){s?s(t):o(t),this.manager.itemError(e)}},r,s)}parseNodes(e){const t={};if(void 0!==e){for(const r of e){const{uuid:e,type:s}=r;t[e]=this.createNodeFromType(s),t[e].uuid=e}const r={nodes:t,textures:this.textures};for(const s of e){s.meta=r;t[s.uuid].deserialize(s),delete s.meta}}return t}parse(e){const t=this.createNodeFromType(e.type);t.uuid=e.uuid;const r={nodes:this.parseNodes(e.nodes),textures:this.textures};return e.meta=r,t.deserialize(e),delete e.meta,t}setTextures(e){return this.textures=e,this}setNodes(e){return this.nodes=e,this}createNodeFromType(e){return void 0===this.nodes[e]?(o("NodeLoader: Node type not found:",e),hn()):new this.nodes[e]}}class NC extends ws{constructor(e){super(e),this.nodes={},this.nodeMaterials={}}parse(e){const t=super.parse(e),r=this.nodes,s=e.inputNodes;for(const e in s){const i=s[e];t[e]=r[i]}return t}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}createMaterialFromType(e){const t=this.nodeMaterials[e];return void 0!==t?new t:super.createMaterialFromType(e)}}class SC extends Cs{constructor(e){super(e),this.nodes={},this.nodeMaterials={},this._nodesJSON=null}setNodes(e){return this.nodes=e,this}setNodeMaterials(e){return this.nodeMaterials=e,this}parse(e,t){this._nodesJSON=e.nodes;const r=super.parse(e,t);return this._nodesJSON=null,r}parseNodes(e,t){if(void 0!==e){const r=new vC;return r.setNodes(this.nodes),r.setTextures(t),r.parseNodes(e)}return{}}parseMaterials(e,t){const r={};if(void 0!==e){const s=this.parseNodes(this._nodesJSON,t),i=new NC;i.setTextures(t),i.setNodes(s),i.setNodeMaterials(this.nodeMaterials);for(let t=0,s=e.length;t Date: Tue, 9 Dec 2025 23:37:07 +0900 Subject: [PATCH 2/4] UnrealBloomPass: Use premultiplied alpha and additive blending (#32521) --- examples/jsm/postprocessing/UnrealBloomPass.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/examples/jsm/postprocessing/UnrealBloomPass.js b/examples/jsm/postprocessing/UnrealBloomPass.js index 786ba19751466c..e340e0259eb840 100644 --- a/examples/jsm/postprocessing/UnrealBloomPass.js +++ b/examples/jsm/postprocessing/UnrealBloomPass.js @@ -1,9 +1,8 @@ import { + AdditiveBlending, Color, - CustomBlending, HalfFloatType, MeshBasicMaterial, - OneFactor, ShaderMaterial, UniformsUtils, Vector2, @@ -188,11 +187,8 @@ class UnrealBloomPass extends Pass { uniforms: this.copyUniforms, vertexShader: CopyShader.vertexShader, fragmentShader: CopyShader.fragmentShader, - blending: CustomBlending, - blendSrc: OneFactor, - blendDst: OneFactor, - blendSrcAlpha: OneFactor, - blendDstAlpha: OneFactor, + premultipliedAlpha: true, + blending: AdditiveBlending, depthTest: false, depthWrite: false, transparent: true From 3dba5088720bb2b03ff62d60648bc00783f7bf62 Mon Sep 17 00:00:00 2001 From: mrdoob Date: Wed, 10 Dec 2025 01:53:06 +0900 Subject: [PATCH 3/4] WebGLRenderer: Add outputBufferType and setEffects() (#32461) --- examples/jsm/postprocessing/OutputPass.js | 9 + examples/jsm/postprocessing/RenderPass.js | 10 + examples/screenshots/webgl_loader_ldraw.jpg | Bin 49537 -> 48782 bytes .../webxr_xr_controls_transform.jpg | Bin 38117 -> 44164 bytes examples/webgl_loader_ldraw.html | 2 +- examples/webgl_watch.html | 51 +--- examples/webxr_xr_controls_transform.html | 10 +- src/renderers/WebGLRenderer.js | 143 ++++++++-- src/renderers/webgl/WebGLOutput.js | 267 ++++++++++++++++++ 9 files changed, 427 insertions(+), 65 deletions(-) create mode 100644 src/renderers/webgl/WebGLOutput.js diff --git a/examples/jsm/postprocessing/OutputPass.js b/examples/jsm/postprocessing/OutputPass.js index 1148de644671f9..1366c6e1906e22 100644 --- a/examples/jsm/postprocessing/OutputPass.js +++ b/examples/jsm/postprocessing/OutputPass.js @@ -39,6 +39,15 @@ class OutputPass extends Pass { super(); + /** + * This flag indicates that this is an output pass. + * + * @type {boolean} + * @readonly + * @default true + */ + this.isOutputPass = true; + /** * The pass uniforms. * diff --git a/examples/jsm/postprocessing/RenderPass.js b/examples/jsm/postprocessing/RenderPass.js index c85f0e559a7a78..e8428a1c7ef849 100644 --- a/examples/jsm/postprocessing/RenderPass.js +++ b/examples/jsm/postprocessing/RenderPass.js @@ -93,6 +93,16 @@ class RenderPass extends Pass { * @default false */ this.needsSwap = false; + + /** + * This flag indicates that this pass renders the scene itself. + * + * @type {boolean} + * @readonly + * @default true + */ + this.isRenderPass = true; + this._oldClearColor = new Color(); } diff --git a/examples/screenshots/webgl_loader_ldraw.jpg b/examples/screenshots/webgl_loader_ldraw.jpg index 2b17a519f19bc71133085563e251842ecb290b2a..54fa76e1c988719588534fd264a56c1f4cd00c0c 100644 GIT binary patch literal 48782 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 W{~40`A2!1O&lB^1n5Jca&HP{9`PX~^ literal 49537 zcmeFYXHZk^-z|*2prTX(gNJ-w z(a>DF*lEtEXd*7o{ts{GKWQG^q&dFy`O2jSG?yP-y7J)CdE2G$7x#GWf7}_(|F>Pb zeC6u3>o;!Rx=nkZ=JKU0S1w<@a_!pHs~5ivz4(si>Vs?aPb5^YGw9pi;PPUW{E$*` zllx_5Gn2s(iRYP}_s3henOPpPvhniq3kV8HNz2H}$t%2it){M_sikdbWNcz;W^Q5c z;OOM+;_Bw(>*pT;2@Lua5g8R76C0PBmYxC4{PH#Hdtni*7+!)Xt*S<2YOu9+^)0P! z?H!%Jy1Iu)2%}@;zb7Uah>L%gmRJ6+u90_k_x2ACDM!bbXs-PCK>rUw|35qzz%O0C zdiBcH8~=sp(&d1Q&y@#PuRW2tPOqwe!`6#|OY*}_#+NAtmCd)fpBa#t?7W9=GxJC- z@RI)v(*KL-e-6;c{|M241Nv_~=aV#du3Wl!U{@Z{sL)XRg?}qQ5}^5Z`QO_#|M&2J zhv5I*EV%rIAi@T&7TwRb0=t}k@VS-UYw${A>Bd}>=95g%dDW|4FE&n8YLCD~jm^;$ z&X6Z$PsF@RtP0w+W&0MS=QUJL8g+L~nHw8wsaXr1oZWd20t^p%0$Y}lp2!vEai9^^ z>Q~3pyE-|B)v0ypr=x3X+Kh04rYsBPEStf-?MNFme=}VY2P+}OnUqP){CFC?0OHoC z{u;#$(5;(bW!Rh$2N1FLr~+ZMdiUzZMYovQGZH6R3sY20u4kn}`y~0*kursH+LCUo z(q-18^&F8!6l_cV-T=4&lHEEwfBAV7f&7~F)qv~ zWjV-oxeFa6<6I?ZKgQkD)MGu!sKCGdB`=s zFIlXlq1sQaljD&{&qDI0I`Sor_%?&8iuklU5(9Te+Ti6zfquA(gW;)wIk?)0&tU8P zBf^ZI!J`TxAw_IJ({`8>(y`1sXdT>_{E?I7)46$#s22-lMpLp$+&}3_SX|Py_uMD}7qRDKOS z2Jfhn$a$5@fBJ%;EJF!je2t^W)R2LRbg@Vr7lpr70r<^tYW0*Kp%HAWR1W-yfSv*| zwABE4u;Uv=!}h_nF6cc%an`C)y_@h?QTV2nbx|HdTfw{xxHi^QpQ(3OBTG8n4n|vh z!t2rnkO92Um{}~dst`M_-j!{hl^)xcM*cG~72;5p>nAK9j)uw9zkyz7HL(x%3BI19 zh!ZM-9N&9s>>YqzR776qbupk8uHNKUAKXuTGNiZ%2{K`~z;Ni|_gWD!A6L{NI zl&Jx!P~>|~^YB!ayt_Ewj%NrlB&HVJ7ggx!C|am(4>ai68*zm7 zn=I?J9uU}`@h0fqj>*{U-S{P>Q;y-`ny#4BHY;Bi{&jZ12r}-ES6rf;Di0bU*0a64 zuh4*|jB_?OlRRx$&S_dINEs_hHbmWy*o9jiUkj4yTfa9iOoakh)OF&8vrkrrm-F@N zXMCZ{GorTFO*9g3X9#wiCcq2?dAG6r;laoa?9e$){PN4R#HoZQ{C*JOU@TxZY$pgf zr8Gnc>&@dP&uuJ{KP{ZobmZR)v8PUv!L9l97Lc@8BOz)FO@4~c{19fIGM|8PQzoBI z3;|l^4({TZNuFL9+s>ryiLR`^_k_OgU&4q%YQTx`fYHps*nlk{Qz6~iz$!K2`xruM zENc_40op{Ij4$9R3Rj5uD8JzRyQkWeC!~=MHVh_Rc!}~#my$8R{tLw?q4&6btuufO z=rGG0=rzG$-T7H~bKay(J@iylNIF)nfckHa_5ksYzH)Hr;EA-5M!kQ27cUdGOcp11 zPSf0jXAZF;m6F2xZL0n7t=qAmDVePYp!DQ4`T{%ZkZ#!g@iaSn1^w#&E3YR+`!=r@|i5Lk$Xz7RTmDLV%)hzG2>`#fB3S(4ulx`GL);(_o|OLZ6B?mJCIqDACOygByBg z4E5>;MMK0v^K|#u@E#+c=uVyZI?vY(Uu7&?LTWzaUAD%BNBk#~Ums6t_&JCFT!urj z?4zZHd^3fN@bCV5UzL#-WA&$W!Dk;;<{M{kouR_SFJ@vfC503XILjAZBK0Ft6Q?i9 zHf``qQsd#IUtf;QEC=KiG@pO@8)09q@to#`j;S^c(YvuhZs5ZhS!7|4Rw zb67&6EvGP>ek)iz?tf7Nh~Sh)qtx_#>7q1KZLtAs!vJgjee6c?InA|uXPJ1pZ_sIy+S&tq29ZDmW2}yBjl6xL@j^f zuZD3@(um=0diPFkDB#5=;TC23$}|J=wVAwB=`$A7`jHK;EJ4q_o;PGB!pt9>^!>GqI&^D)*Iu?)Wzy6awFx_Mc;E}*}En}^!*z~;Pc_Roe5Nyu(AA06yM`j0$(!5)JTH*fM+H-uP=smdxy(ByXk|%jnp|7Isk=R4kQkP?+hOhU$c-xqv z*p>XoYrkg_WHcD-q})W&dvoxtpdi;nrrzyP&Ysiq{*jAPbjsvdyc*OQOJ#wm6Lq#3 ztj(;7KNMGFaSfM?N(EMIzXa+a+LaFc6g6BBpliPpUs;(~J)5STR6`dNhnuF$_v@=p z(0}XUeoh3QroYWIQw!EmeA1j>d5}Mbd{HqhJTc+lRp*b;no@UPp3|sfQ(HRK$DgG5 zo=j{mHh!F43Q=MD-t(j9Km$|vAoG{K?3W!_A4;mO4nrw|p)?$Y@mcIk7HT}uY`&&Y zW$H=Rq-^KreMMK!c#ln6C{d87hR`UnG_7bm*i=_*eQ&FOMkdNAW{uXF`EX}ef*b1j zG`K};O2a>6lgcx-i`m2LUgJZS&eb#=Tg-qCA3X}fwry&>tvjJ>Po{A@NR&8XYSb$N zx?Sc=nR2bZAP+$67g(s_6O*?OL8f+faNQAIAOm(1G@*ji!Il&kk2eU+6=$BxJN^l< zC<-dV(c@~!VVV3%;)_4 z8s6}G#NH&`!`^Y|W&z`w((2JMSF-UkT+u2`)CTSjud9#6t2Jd$p=SQnixt4H$I*s= zn8bWiH@lfIE?KMj2b5ra%9q(-o)&cifK1gU-Ak`SIRYiNM?ovkUH>{8W`MN~+-=rp z8qR4x90uhl`Q54zSs=j35wn*^Hi6xtPW|huU`E8K;wyW5Z&Bzlq$oI$8#-Xja%ZeE z`=2qg19GnEQ_GG4%A{?w<3?okmknHdGBYsS%ClQZ zl5y^Sq4>*_y8J!9qkA^eg}QL3hR1W!e)$aRlh(^A{E^bA>%6$g(#gL;Rc1ZcW>W$n z!|M3oUCwX_*spCf*q28wPfPLZO3G!AX|bXwy!~tHhMuyz>yD!{T}7!ivA)39Bk5^> z4nV5>rFwvRbKZb(rS0MsLDz-w7`BU2*fvf?A{&JT?dm@>*JD$)JkGMb!9|W8mperY zItcVMYZ#-k(!HDw+`zN=^`_J#Wn4txl$!L7(3!OT8kC;6xUe<(UM#7>oWNo>7P%dR zDaKUR)Qy6&+b*xaP3>+O`)M`DS5WSHFj(E`6cL*K<~@T~fU859k&rby<9W>yn3iWY z*1HAJeGtrBCx($`%=YouKFF90p4A~W9q%h8&*L`*$-)QjnQ!aPavCicw1L0L!k0u+^JQ_OB03a4iPa2>sQnxFuK5 z(PM1GAuw)SojzCAZ^M>nW)7|Gy6QfG6AD(DZ2UXCA8#CmzjyX;$4UiXX`t{#t3W3Um zXXa+d&S`|rrv{n^WSPI`$lKnu);ft*Q!-WCRS9+jy!a2h8JF`4A@yPTp<#=Hj?O;* zJvpAtq(+zzb*z^TX=Ex@$gwHj6x+aeBAm~>?*Gjh3a>nZTF+v-gQcgF4)({`_#zs62JBIGre7PLF-VkpYf7fJi#=3uZnl@BY2gGJ3 zdfLVQD{((KGxljRPZ3yN%mK$UigfP9GX>|?E3a>b{|Sqv_SulMk|*H@og{D@-J`JH z`tS(cKda|7cSB4R*@?O==49oRc`(Cc>y7UOt~3CK%tUkvun0LA*0ie)e_+|~fX$P| zsP9D72g{$+2n8fK)OqY>Y?5oydjU`LxDsUwVr&*eh$60fTk3LWED1 z_H1KSJ20#v(yrKG-T`*JW=-}f^Z5 zsnodc`aYF!p4CCk@5bk6`h~mIScm-m<-9`~-6@@^P#LLjluwJA#wNO+I`ehSW1=3? zb?RC?fs+{I#?MCwpEK4-hYk+$LLM@KUwoy(Von#rRj(NGX-aUwoNo9kJ z#SU$@^~-0^ep+^C@y6?0>R5g`{KcI&+s7uIs`lb)!p*IX>AY;vG0z;}TRA?{lAr7j zHX5Jz!?6(*uXq*PxXI+-1C>|!HZ+O#sgjxDfnY(xyHV%41NWFanxAt;3KF7IjcW(; z*GuH=1{c4J&9O|S=9 zm7~`F?4L|rh!MC{?y)shNAKrJ@O<9 zTB%GQwkL@H5H zr_wN293Lj7zpO!J?wYdn%&X@Lt2!bm<%^Ci zWrNm1;;aHlk;y}g;OF`ED%ArU>!eo)4y2ouP!h{RezY<(1rQ2YG$)`{?sY=e1Bk5u z)Qo`l@9MlIY@zn84Nkg8K;^iJk~wR=gJ4Z=a~ZCt%fh}jT1bP9)tvE7oUKqo$pB&IuG`C zFC9F8Ynppb0~I}^uAOf0@L972@`lZXvsN|lOz&2 ze5}cqN9LhDHf?1B>&r&;6FKk_F78E zfCe^4QWs^nCQD->+S6S8^t#FZAk|!De*G@(rp+z9{oMWe6>Ul^*;IWd{U>#fG#&x| z;T_V8J>`Cv7-P7kY%d&WOL0Go9-lp@nF{~4Uo~(Pf&wq#8z%kr>P}6MIL>KM=QI{S z8iH$rYN$J>;lHRCJ&E~=&^MekVUzW?fzKSt&Od`v5bGb$C%GIhgnR_os99)S)f z`G)o97OUDl@E$#iO5l?2 zT4S;_d7u>>9ey7@l}*PI>|oTxtrT!S9nt?j1UXCZ6@c{}D>*V;96zO}rQSj=rpLb>4R^4KVpE&> zlgH~`hPpJhhQGHIUOnA57^n~7Hy#w>hK#uy(2Kq--MA4$NDv%^3&WW(V#hv$Hm^@n zN9;x&cHd@7yC!tkzV8EMbi2ilt$FrTvht_OsJB>7gib{%Rf?>nYAVCPWs4b#jrRCr zbpyFQKZdKimH?L4@mC9Ha2=Vp{$2VTm2qoyZ2w^$bgA{9tE9nE!=OEo>t90dTo?6L zbybu?L*lxs66pIlpg*hXsFix-7w+mg%|{dT`0gr*?3LMij6BGO9O_dHWOFj18I?V)j}5tpJ0dl00;4tbFr zb7b1cDgR#IiEwyxqs@=vuk)N&C@aM4@#N==`LQ9Y3yHLCrZPAYa#Lr7;$u)ishQ;( z*Q_XKi-L3XHVR}H*cfYls#VhI<8ejf5kMzbeo0uK@Wsg$Mrwq;O`pAbMy zKZ0u#B&hRMdIBTL8Q?H5qw`=tJBVDM3*=Z`ztHxMlRQj7TKg81%I|FNM~u{KMSWXNJHIPz+wrTjMB@= z0pOCUPe1Li#%;254AmJ+9)C|6(B|gtoj*wR^4~oR*t=aevuxR3jMKF^R${1Dl9?p3 zF3U3a0tZYmHDexTIgVoXYITW5%rxpPw6V$_N7!D84uF9P(94tlNQra6sPVfGK_~kw zNU9i5OHHQEiWBZL(!9O&;u_8W@&OXvUbf>jviJ8(`R9qg_b;|(3MD5du-_z_&`12a zRR^pCKn?|&;~vt-hJCzjafD6~Gqo6& z4MP>9jw|WR&4a}1#n)DfDFzPK&)>K{zOMnUxbFO}^qbq@gVeT5JCb=`s4sVX|e9qt9ge9R*)F<_t~UPb4)0Tv^`R}=9siERD{~%A1^|}uyc4HipNvVH(}uf zQ^5_(p3MH?i+LYzr9uMV=$MPf-vXV}xcAt^ux&2Kf{0}o>QuJgV+=}H@^vLzhY~ju z{ZZOE(%eszRi+>i5+g?WiF%nt*zAD`n9DjBrn*{&4hOG;wjf6lmhMCogu$lp*7tqz z>x|s&-QQHC;&bBMWlHOdYO+RDqdUy%@A1dysxp=C;S0;^Nv2Vn#V5XRT8uJSZy(*f zr}!&N^XtPs3zG)8^osjFwq@A8`y}smdSI5ZYu74f6GIiKgTrdp{pv~vy8;=)owGwt z`(jV=8}Vfzt>Rx(^|ZmRY{y1DG}a)Ql4iT_S(p)ufxEew@k-gD@BZG^Nq`J!0@Je{ z=*kpmaTXXdlXOB9=*V^Xa*{}t7_j6_;w@2w>ad+n&?tJ0YND`;ZxU2#ZpfcV-k^jN zTSJ&XOIC(QhFunUAvZnCGCX%<`UcI(Co8f^{q8BNG^bSdZg~DFXWKsU&q=6ILdS)F zv=W9aS3%DFI(9Z5gN6({BRa~iGK2NpfYCqCf_#gy{OMu220xBB9! zwf2uwRjx{XH(=7?X`I_yYa_33Pay`@nvA9x8m7*w^It<-YyB?!^@pa0tO3q8=}5xk@S=bkF(qpR#}>&PCIB zw8|};b>$~y|2jA&_|@>%#*@5r8iOq9SZ)OmZ_C!JV8!dp3tJ8+Z~TAMeZ@n_?ZVu` z0mD^r_RU}W=QP;d?ZTQ&)9TfoKDeMj$7Y>J#+0@SF=@ai)|~GwM7-6819t^d;fo=y zBzv5y1^v0?Qq@;X|Jx(K`ohFOsIg`IloT$HAj)L^V}kXr8d+iy*ZDhqG&O(#JopIO zZ2$+VXKll>vN1KuvR`nblqn>|@f(^X^L4?}ylL6@dK8R?CUxvaxk06`z09^)#jB=B6i z^<3?g9&~)P0{Zqk*XQqdvLGa*On${Z#jjqQ;ZsFE=qj z1Au>qpjr!@mq;k-lKNi$op_kG+_Yz{l5~ZJ)25AXaQxQ#gy`|1MHt;q-LcjQf7nR9 z#>Oakanlk=sz4A!pIZ)7>AJ%!_cMl38=k&p46=E#B2G%G6^^xuMN#hAFYMyxS+V`B z!B4CQBUw9Smkko@>O2aig;!Zl8*4_iJm1^B?_pfIrKP5BHQAY;ot0Anjx`US9v^qu z7{G?RY*Pe*W#qJl@z&qxG|o!)78F~Q%i;Jiq-v@i$2fc=3N};}=flXHRa5O1T4cS3 z43{!!gT9oXpr6O*ZD*8HYRBHE8>JJ=N0MdDvHs~>`I1YGc6&iHzZ3Yb`!Z?v>!&+R zrx~V$i|9j;s>SIRt^oZ26YX)?|B~MnVR%RQ1a=`gR^(Kr9F>HVcb6T%K4qEt6Dmu+ zH-zrYFn7!ZRE{bt`#mp;vMjT7>AmadE*Q6_CC%7g$`9OA%8D%dgA%M=O9M%bZtS~? z8KFH7{k6>=_RyEs&8Eg{KlQFp)7O1o=KVK2^I4j|i4`{7I;;mzGRdFHJcu7Vb^bfE;?k{^T^9ZV;5>HOE15j(35+j7#R-Qi$<3+ZB^UHq0Z3 zLUoKLVdw-d#wpQk$NSKhEM@hlcv0PTxJ=(ri;$}zZGU0#HEW9*KVen1F@H20H7T7j zkbQ?fv`9npHHbG$_^sy?2rYg}w|A#Bmexaa^VUC?7lMw$`u=XaYk?~!C)c__o;cIh z=~9@V`;5gg4CQ~~eh@x?PGe_NZTvTLUZeT%fIg{gVg1|cNQ=S?aIgK*Ss*{VmWr_d zCeh!iyYa4f7gruVPYxHf1&i z8KOq{S=j0PHEX*U7bf(m=J49Vn$v0(EIMBF^=}yt9(1;5llo8f+R3|x_?PA}mYPvM z)C@6sMZ>WiBv}=qc2ILp6FK**Uwf2cRl1A!NF^I>iddBq+w??8h$>Y#!CId_$#Zv- zkb-GmrTw?eizBFA=&4AN#7b)Qh*NrI;p$F+Uf(0AEBa6uz7u?UxaU~^`9H}jTM*j${gLW zZyQRxE~V(u_-F%$(kx4AaGJvj_Cn}IUPyNlH%~4)JvHcbV1ALxDNa^dPF2QFIm)xnjSHb1#^PLc+FF@(N2`p3W!V%14z6 zeA(5M!a}#r26)YhDC@dW4-qCfsBda>r()9qnzWs@XM5#yL&w9sM<|;IkP@{+mp_8cUleV?_2LH)uTjl-|#09AsFHE2t!Z9 zr5eP<6jW>O>n`xvTsTBQ3q9<+I*c(wj4UVQq-pDe^AwQ^uI)%q6yF{cA$m?j6Fy&( z&pby&wV%^4Oyx7r0NWSDuTpGOqhCh1k178%gwbg(Up=0o;vMZleoi%+GKrOck45VGHV_VG+Ic4fx_OW2Ybw-LXT~zR} zR()Lizz3W)G_(#Etx@^stCBp&g$^HBw}QJ-x5~j_V@qOXDLC?#eLwrAMxJ?>4o@87|aJ{4>w%ImSID`}6=$i0s6}g~t-?D9} zHrlvBD`J%T;l0h!_@^JW<<^f{MdAC6Rb~RFP{$Z^s-zyvM_7Wv+0q@Bd+Pcb8rsDy z4?a6fEo@}Ll99LLoOev=A$|GdtqW_8l&_(d4=VxL1-eUSzCS2m7dCrt*XGP1)H#Nk zN|q;lm-_2S=%pJBdjkh=DS->%+iO{)6`94I)f-t3*-n!ns2Pf9O1dKBvg&u&)R5DQ zM9^x@P5%l*Zs|QL|NCOC)IWj7cbM4^eb?+SMg{s%Kz9Lwca7}+K`Kap$4B7GKk&Et z6tADSSg;$y-DY0l{?)#eSV@;<^cPsfaIl+P6Siap(lC75{>rrY8BazR_L2!IMJ&@vMQ0YN*cw7DMtuz8HDx-3`?{tP?l2*JZg{L-E114@3G#UV$TtOfm+PdR*8M8q zV5v5_`}lSFahrwH_pYT^CFM`8+L%osNKJF0Z;PxbcgF8yNqVpMMkhAvXO7UL-H4Y( z2rR%fb+m)63l{DtJBk@89tLz;7lfFS(*O4Po#A0k(<#5k^;>v<@NXO(G~34;)-^Vn z&fHRdBQp$|=1Ou;tV5I~x0L3jAhiqQ8r~)>503%#Ce)`(#kTam<6`!HoIcCzkE_@@ zCJ6RTN+K=k)U+C2N+ftm6Y8cjGUR4WL*h2}*6)IKM&BicKC>A{ab*UzKc3WsS;;4< zC+>)8W%ee$c1V@5i?lYoA7O`u_n1f^X}jsQI^G@ayL!a9h_rmUR$Mn2Gud}{2G*YQd0Hgkz8s_|h9z$Gw|7tc zyH}A)*8wS2!DY{j^D^~QvWk4&@ zuLfN zL}LeirY##aE0?9&TYU!o^Zd1=hb~ya^)innNZbYlg=C}>>s%L0h?0}ZfztaqvYFe0 zyvDL;Yqy2V>+|~*UH62^vRntXNz5HfkK8{c)(O5vJj#@J2Rf1D6P^F{io-VO$RSN& zXOpsnf22{dDr{2XcUGxPWZBpdN162cCA;AcD4dX!W?1_0m>Geu(^Wq>A#aJ6CRf^4b>m5`8tFD`R$rg=Sy=HY;Lc6 z-acUiwEUZ!HAwvgVpb>PV;G;Dh@W!d?xqTcf7JRj+UQ;Vug0A&Mt@jk|9G+@2z8*G zP)sS5wZhj@e=gLguUXFInmau*C@nfjOO&(S#y1FfAj5Zq+-RTlQO$#^Y zcW&s-{DsMzXs`Q;A@a?_25z&ov2`!z|1ifsev17C&s&ic$1h}^E_S>=r>Wdol_@V< zwBLm?by;=~riIFEg$6_qWOF7ao2q{T9T<;pG&$6t%_zr=D&8RK8mzQ;gx_6H`+J=H z5v|!ab{x7Gn^;^x9IuTN7vjtG;cc%qXHxA+7HGK4LODrz_K1g+rOEt!E``qpdK&XRmKZ{|LX$wZpXJ9nhJI^EOuHS*p7 zdBjC=6_pmjv^iSj@@L^&C3Ukhx&wivv=f%rpbTtO2yNiq#ZE9?E^~6A(&?9a?48s( zD>cy(A%q>#{NNvFdo;cKDHUcD^GqaEaB+|_Ohjb=VOx9!)?w9TRTFtSNl{?H==w3#$No}9hd%>b%>Zx9dX(g-e zgfwq|Z%`=bg38B31;4G_Qmyh_l^0lXNWDy4iUqXM$T(Qn#}F#xKBlFmN7--tQQDiz zfF4FEKp+5^hQhFSoR+!EY)XXha97u<9j|ULl*L9o+2mCq*sFL84&^M*q*-2W7dGj8q?8 z5t8ec`dcE1zDVPI%=(zgt)D39IU}{@H9q&CLXo{_#^N_{P2qzc}-T{PEpw=>>GZpwikln@rQD8|*DV?sw8o7T}+YP70uQo5$a+rz5O(5haRz4Qkm zFz|I&B0V>04ah<^%I>dDK-g9ZNt)#Vl`+zaN+MD`OA440{WgO>AzOP@L4`em{^V-C zEQ|oJ>Ti?p?Z3qjby^6{eD05yyxXU5~Q@M zhZ4Z9p6j{*RAJ8>|MlKY0uF$Wl`N1b0STUO5iTue8`jDYx$X*%E%!kxcX+b_l`*V8 zjFIHn*@0vM68wVE)?6(r*Q_Z#YgyIZ24mukZWeSg``cI5E{w*z@bph+gz`TG52?Uy zZu-~I`9|gB;<|;|6Hhi_}jGA2+EPimM57c%xYpR zWLOvhk8RT~r=rYXMGjuLoz>xV(l^*5x0`Jk`xZWKslygHA48tEWtCv>y?isqRzNEL z$k{WwtBwWqaA@d`H~z?G6vEkUDTFGPx-Gu$0#yZ>)Uh)P|(e ziHZtiq+m&N`kBTgZ~{nN%r_e`FEcJE_O;Z;C8#Np@MI~`a}VjRL-1{=1}pXDWHNhq zIR*r{kfwW%lNgvZ*rN&(TD1)eVqv!ljsk%6T!j>a_zZ>0NKNelGk`=oFp)2u-8oRk zwsivMnBs&+4E9##cyeD#g6S|sbr?kP-!(8Q?SKm3Fu}1f=w*qg;y5rC()O++Ip0UZ za;o8CNr8!cZOzr>BJ)ifFBpCzkuZ)5k;q$o9AG3ogcOg9&cN#W`j3@SAE~fcLo? z8gs3EK-q|=+qYPloQ1o(!d*x`M1=`!5ywY;HETp}#X@D6h=ehYtWSbt;NU@3*o6)iSt*t*0&MR_d5)RCqOCLy=By+b$!W&m*sICQ#5T z-Kq~dw!H6QouG%tFaznTjR0O3y#J`FC4ym7fitcKOP0 zC~A4swt2~oU@oh~WLtLKtzj8fdTGv1u^(VMI0DB8Ug-LV$7TsNg|oVfChR?jXuC4^ zm1uoyhwx`!sKLy((@&E`IX(6?GVZ#JSHa72?>9u9|03lXrvJJLP3rdxjb>9^W``uD z!Xxqb6)kh=gZfkTt6Xh%N?^uG1t(WJ?!QfB?{~3@Wvw}BU#lOP@h`uzW>$E)%58odW7pF zp*B>R^XE6iJ8}O|GK<_YXW0h#6Ww~WNdJ5?9w{7?vR1Y>=)U_3h`TWm-y3xe_ak1d z=1V8Hi0OKII@OqyQ-TT75bf_L3Eix()IhfLLhZR z-?A}OY*CIOA_~DIpt8}3ItZTsk;h8zWG6ev$vgQaEl}?f6Q*cWDM5&3d643qV3$N7 zl;Q3duj>*mIIiqmp{E`5PbbuE;@%^8qk9orBjsW75N)DmLldpxXGg_Xq{UWKxAxzk z#IkwD8Lr(iOT7`xB`M*N)7cQFYIA&J;doToPO{Mfv{kKaXS6 zaqC}dY>MH}?tim8zAVpU{}A<=9EZ8hs%&ccz$Al>k-QHxLArg0Yv(Z2BWJYwO4NnR z(sb&!DZ$zpk4|rTr9slV4t2cS4|es>&kY3P>4fSH3rL z5$d}?LCJF*!Hg+$o`@0*=Gr}L?BCX9S^C!1xnSj7hz2!adY(jqFI8XGPnXEDNmXW} zo#ADizmIat-q}LO%5GO5$EU9mGlD*seKJ}dt;n!($VP3TI0B6h10Byc7g!?Ym+iA0 zzl2G)ki}j_z+ws4%hZSCzcz7$*D+Fl1uAJNf&e+018GATrsR$gO_YRO-DBc=dTK+l9!(=krt zgQGj@hjdZ_S_V;E=q0h&XTQ4*sTLq~^7_WgCz4m|IP^-KPqHgOD(Ag9mQL}`lJQtE zLfdRw-8yq&)xgh+1zq;gmSCAqe(=#-VHZIOFxO?VBT=s#)xpPyk-!EVKn)e;8;Ci-l>gF$sm*8N#}@R9)6UBssw^}e}`v2qD4kNR%UT;);c%HM?6l(}<(I9}@U4)llhISVudJ9 z(iv*US}c^IXKxUPvlKBF5Fi{Ry+?|g() z&xKy(jO;kk4l&o^=``|b>AArs{o|<-nW4o5X~`rohDcayH_jJv(NFdAK5A&sXHw=o z6-hnOAe&Sd3=jp&A5Bp#Tcg4sK=2!fDPK01sK0cAeF~;#SVJ0=+<~}ZDFOK8@Z42; zCdz56T=P;@lrqj<@$qfrTy5WPi|S0JhMBV5rDb-dc6An?a_>ls7^E9&8DJ$&fLhJ0 z*oQ6HJ4=tAMD+PQGND_elp7>e{!U=#e4z9D#Q9U8r_QG?dt-&qg6Uo`7^jOKZUq!5>D48+X_Ww)cE)Yqt2W|);{6A6z2sY|vkuI{Mo$Jbx{M^^w%nh0xDIT5a{t*iJb zDEtk{W{BZ#lo44`FUQXN%ZLv`gKwc+8)?AgrfTRXytvEuFsI?Jy#CvWg>;8Kuk;mw z^pm_XQ2s;8_Rla8a&ZQ7^*9L+U$0)zd^JcjV8i(+Om@8rwXvq3vEIoPk;wKV-BE)sB7fA)7Ew%C zErqN+1PGCG9wG2E;Y4=3DytNS94Sgz6n&EHt*>uWd-&5eLW&GWh z#;BoH?-IQj$y1H7T`K*8B0wgGN#5D_^a3ykr1<;a3s;})=*iWlZZ&K*(nXSpoO0#w z4wWyW^t>f$M1)w2H|NJ>ZAVgtx(X@zrpfx0z=}28HS!7MlYwjyrfs$8Z)SaX%vaDh zDr0Z+hGFvC-FI=VfQDov(d@k5Yz3l7p+wJ$9{bm&qt_RUFavHb3ipUWS?;nK3ASJ$ zy6@J6(o1%T!mShSbtVW-d-jqraHlc{#JHnTunnRJeAQy5+kx4ka`!4%n?C6&AxA!% zlR?DwR+{D9v$ps&KpJi#l9MXTp{7YfMXtlmwnArN-nsBqScASpGRVv;gwBtc?FBzTnGTPz7GwZF?`xN`!rOKYFIl7Q513&hL z3xP%63Dr;9ZH3wuw4st2B5AQ?G?|oOtw4$Uy&)z#8fh$|#0LX#VlJ9c$)`*#ME;9_ z6CI_vb5RXfNlyOByyJ2V%|xNv&=<|>c|{Ebf2^V$?g@D|`<-AR0z-+cqb&xA+qg4u`O9oQ z29r{F{|YZp;i>&1c(9@d+*a4`vjBY7+RyoGr@Z0jZbB*RmhX-QYY!q3`Ni<(3S|0m z2-k7VwIvMMcj->ql}~wGW)S^CA<2V$+*~z$^Ts@W61)J*Z0EeZ3Vb?<4sOyu(aO{y zk40tOh$$EMFqw3+%+_(=GzHXR>#Ccoa8>x>eO>jI<*_ZUOl5DqJ1SVmi6jQ;=Aq8{ z(qJp;urRI3fvgOzp|V?IX>gOA)jsPG|}s#i_&j z^tHo*_fu<|x?kAEFv|a6PP}f?S+n89J&u*-fER)%!qi9?{1f&UZjLip0nG<`6ICx9 ziOXByf+D5PtdtVTeP9qw!>q5P{a@YP%5gR^QRJN;3-t!d3p?pk4YW-f9g4ojK+W!? z#;v}ItL`xMq(1n5pv@B@>$QA!GVE@oC!}=XyCtr8%0`@Rtr_;>dn-et3XKAjYIq(21QZ{)?*RDIaCy)W^WQYpbHlY4a!#=KIhC~2n8Z|+o+Pi(Vlmd*O)PL~!X&Z2M zjPwpm2yz~Zz?8g=_;8IhJw1=}iRia%X>GSZnoh&;(CWCb!pl zA?no1_+Sbx(bf+lWd*)P035pOsfM(D=$XOeEYKBbx^2A;;3hAx~L z3NZh=ClziaDh$YBcMmC5*PfrXbCZ{9=S;;}rCP;RT0F-0OZBePSo?2LTHXex@A>i5 z+DRT+rTxfF`T31Y6*^m8l7W9SP}wij>JO7PIU-(iv@`vnNOxr)zjxLtU8;%iZj#!0 zC4GPtaFBYPewp&YU!UJoEyf5hZ@KYfY8!{rQ1;X%dG}v|n-u}9)=bof2z|+}TjRYh zk7f-Ie`-8~f(<>_&w~y!C~xpxLU_vW>oa|>EyOGTR04TYNy#vcRk4Cl^Qpf7J0U^E zSAMA-lyuuRDPWQNx}P_rJ`}j4B_LB7msX!GxPKOkQ6Y5k=MbJw`Cuh^mclgx21=Ll zK}ZJ?y!5w3kNkV-;;UV$xOMWLII@82{pe=L&rj~Oj-!@iYLGWGw1iT~zt(Aq(1JiAnlpz5A4VOLxvrdS$;z z=G!kVO;qEUD7@4+rPMU?UHQ4si05Dh&N~{xYbFZOohj-t@#z>ikexsHHik*hzvj@- z(?SO0r1XIK119Nwi>}Fnm%ABZ2abt}3X1 zL}*y#xMviBJDJ=UwF#}F{FaiI#j86nH@mj++FY=-n?R)G!jN=x+<|=!JH&dlc56Po zE9>#*&AOYxK5u({$m7z|MTk{1>hxzfYx$DBp>><1$hZ|_dZLD^NvYM%zme~$>yDXg zS@n5Jf<(5<>YsONVP!epo~#R^NQ=LcD^1jV`SYNwfnoCgKeG($vwlP(oFpTL{BEdL z^OcId3lKCXjk{;=xSm#1XGVWPUSY(-iY?_JB&$#lu>BR||&TXgAdX%@#R zQfd$q2bXFzl1!y=v?!$%6G`gknBRJn!*ko~?ZJDMIcLLM4qji*|5E>JswzoGI>+$b zujOw{Aq(snvkPqwl1{Dtf2I`hznpV=l1|lTrgB>mXh!`CJ?oEp+~g6njM?j|;14)Y zyVnmm{vCEgVH;?db={T*69QAi8cA^;6)m%klo^{Yef%r(qv z;_oOEs@X(XXbEls8RvlIZi^OU#fVgwl_tGOeXSo1sh0kgpEY~?NzJMt56`Oq2;cx> zlY+=;Fe{R9GBj2Pl{sJGZOVWaFy9VL7Nd_0a!#cQh59$SMoub!v=+E!xMr?`k^_Qj za$PnC@3`wJ*p{!#FF&ZXmdhhCkz0~D4exl{AP++<^4v_f#$qFza&XUOrDb5-vfOax zUyL@hg4=IJLu@R9%AO&J=tWz}p4w|?y|KcZk2I{ZHH-zHxdGYZODGm;G2 zTB?*s&JF=C_kwF!9&6*_?O%jBAZs7b+pw=}Zn^Wu%lPdidvJ1qGbIKUQVb?eQ;qW+ zM{lj+UrQjwu-e>&MCUztu>?6JVu=&F}O{EZ1gP0ic$4X3F0xXU)D~M^~`AF&V@vouXv*{P zLdBmME}kalC^7Mhy0t^?|7@Mctj``QW{qeDpF7j11)3z_+G(fCzCG`?xcivq1K-ELOEc>${h)v56VT>B`0pO2+D7qdR9Z8s2F43x3A)> zTOEau#uTj5@N0H5Vw_Lbv9-MC#JD<+A%C@)=WA1L(Wx$pHHQg(oR}E=w<9e2+-_BN zUSZWQsqs*qJ-Oo^sfJCd@bsA$H+Du51GJ11@)*#1um~?BfV%vEUO=>A zwGf6sy%?VJ@3}JxZ=7IJIW(qjj*363E-rG)Ll543 zhXFmRKeEVI;nQA$v&5^aaK6jd!G9x#<#J}vU}9_D`yaVvk^Po1P^6`te}yPfGg?RJG) zY5q}Y_ZOn2S%G-LyZCY_e+qzMvUck|0aQ<@Ptzb!k z?j)$U^AU5?(w9B9;BN$*B3Vcr#ySS5x<8Iq4>H(T9bx40Y_Mt2Py6IP%Q~8b_poIZ za*3r64~6f>79}A^xbxh1Dsd=fVgqQc4Wc;SvlyoR4c5L+)ZjruRS={3Qm-d2(k!hh zIk7HTNMMrv*A4?uvNPkR{KIRaIXd(iX*gM=Ih!TE@ne;5!CqGqOG+Ou6S`UnLd8|( zWmcFssql&KgM-&%3V4Jaov5kzn*aqopA2tTZ#}WlelWThAy{y~^h#VUZh>q!}@^EPA96HB1-LAK1yLs04 zrdddVnh0-prliFlY&3eM&--}dmgQ&8wNV4#$NsbN!7-$5ccd#z=<^J<7Y%KyXtsHs zzJV|tae)v)*~sg?Ef}8^UbTY2o@N>X_sv zX!*XqL-s8Ld53X`*Xi3b7!3*K;sQ)=DZ%)l*+-BvKgIl+LaWxxu*gQ99hb9!h#o}M z7}bWYN8focT;l0q-I_k7mKD5`0d&!q&?fCUcR4)`jmLT6YM)`+QTcF zpC5VS=S%{)8wA+^S!y9}@rg%Pq|!Vr9Wg<@oD>mlY)DEOo1?MxUaEg*{!n-$K=1LD zn4?7OtJ11$S&6EJuwPA9NhuD1JYoRaDFtAg5`vzIo_t9^MAFaQjmN3djo~`@dC{C= z2#8i6+KM%X{g!bJmm%Zu&xr^}oNnghGK@ipC%Pq4PxGYvmLB6&j$xXr?SBQadjpEPSaL@|742PU)9Qs5Z7WR zYjF(9S7qEAhBwc4tR%{BeOyb$p9zYxTuDG@xB#Z}S#OF7zr$JJTr0_99}N`&rd#jv zHZlB-wOx15uh1}59XvRPAk3V?Za~>lk1Y;v4-W;ldSN+>y-t_gK0K+i_hRQC63zL( zo7}iZSj=wpL-WJDRUn^c4ZxE?L0Rl4>?UO3@M&lxWK#;X=+YgF>Ftrn9bL* zOgvrwx!XpUtddZDh2hB2H0iEFwBr-1g9{$k(44)_E5fwuuln)q`MzG}*7wXTXg1os z?PbWpyCIK)L$3}GmCT25N`5#g<{RIsKMT~^# zQU(bLYMu%*(zJ^0pF!!B6lusf{p8Y9+9IA>PoEB%*|DL9El#9v2U`=SC$etdYisst zm|wj1cV{Odz~~dcI4|)svhpdGk;^)-Xt=dVv~%!7yTd_g4RhlH*s@IGsXbaTvWCyY zFMItPTB=(>=gx+qB2}^Iv8z7}bux~-t=X1-}IdVZ%v`SzDuG-{TYh}KW1{9s|0APq|WiRL;^Rj@)s~ z_sM1?Q``pcCO%FeH3;^<+j6P1^WbFH;Y=QCi4@3L|0uO8n{5L^3I4vDgo^8#LYZ>L z^cot!sEsJ9DU59fJI7#!8J6LhP?h+)4@T`e-BWYTs<1daPveW}o5GRnlV58!ImYAGE$dFK?^jDIe_7*8Wt1*xW`zh68og?Qw9TohOzqWC(r9<%9lJsDNU`KI3Il4#Z6X%^_)MJk-h*nU-y zK!!kKd7JY`kuP`PW>hDhw!}Mv5Bb9nqhGkCUh}06^j>(f>opY;q9baYBrB84_a^cd zrX~qy1Ypn@p3=BElXfKY2H_47oo45>Ir9TlD!H2|`OlS9tn-E`iJ#TtUbZ$F8;IQ1 zoJ^2?Ii*;c6zbhBGI_1Ha!F)5>%Qa-a@K=41-MgNCn1MBiPQTQSxxV+8%9}j3-Fkr zz*cl}qXIpcEukg@c`_GCcTVRW!dg0Mwk^GWAuDT9{TzAN>!Z zW*J4M9Q<4Wa(&ngM;tnO8iHs4XLx^6*TlLw55?Q`qweUr2`BdfV`?m8SWD*iFSk{!UHiL9* zS%<%cf3hTm8fi+Lf#-rHTK4-4HddBAek&5(`9!Vvq#9U+`1&V?<)ut-nBmQP%n25Q z`+{{(o3F2bTr6ad9YjWt$Tdcw|6OIKW!Y>^p$+usEn>Q3y96m6ZK$d?*dGSGqcaE+ z{r*XHZ#Ze>t#^#n$U}9}8q%Dsuh9+OhB>E29N|vtf!=@`UbR4z^pkITY{MlTYw#jp zD&n@{%4~rc%g4SfB{c{aI7LlzUtPxF%l6kGA>o=7{Jwv4Y{QuMKqw#eYCxV!fva4d zX)Z_fU_&ZPwt@gak^EC)?W90H6UAe~7uS#(AiHfG3EU48At#O95>3Et)wq;4mzdewZ8qJCDOg`ONNFF_z&sptR>~oVG)Oh2a*+K$!Y6Sr ziumE5=u+UJWSNyI$5Yie5>sgFs)cBYK8-=SM05Q~Dz~wq3S)qWq#oxA1K3Dia>O4x>ty)~MX? zMNESr%jvso`?TsMu<9!ToSI)q=-c!{g}jSROCX6BDm!RxmqV%(68;$yjV5jCY}bu? z1!&z3O~7x#hmW<81;ny}5{Og-n-1${m9j7*MMJUT?a`-d=+VslO(cn(9p1K&2X|p$ zsIBbF`_#Kw-008$PQiczh3pI7bjYE?)&YO<&Q&=F5f`f{=LfqN`nc0@op0y-tNyj5 zqSUg){n{v^+9b>X%L`#ZO z$csCZjBTMaBg+cHG5s%SQSlVpUa(?)nD1kjgaQAPSf9LgTUKMStiGHnIry);1D7=k z6!&UqV z-L?QLf2xq1{Nl&jor`2=!I!hlEe_lP`YHqa8o^r@U)DYjS8~M@+_o)Bw}#kr$bsb^ z^m-X@DeDych%Z(Y!_R@X;oyISvLYVjtKj(iY8a+8yo19eKI`7-ZlUa!7O{dqH77EO zWNUN75rb>HuY7j#Qq9vsyq$Z`j$B?+JyBu9sDIE=%0e;QQWQ89ULK zCbacd@PSbm#MjR!vn0$?RNjtfPD*M#NRz*m zr!sDuXMgLrpsap*Rmn);I|NUBaoMj3_9BwDVC8E392zWph9)(!WJ*94cf zT#NGYgUFrzBCkS*a|_D)%N9C0(m=j*wW)Pg)6}k(>KD)Lce@L9ff9@9FfP{rY>aZ; zQUQ0B*2!dedLp;mzOa)u*}qQ0SVFX~kI~8$M&LQ}{q8Lv*E$|&TUJnP1#fEQiwR1J zx6OvQKFFELH=G@WGv7g5SZzyd#27G5LmB!rw+J9kL_0tX%5#Xb6;-? zN$n?f&lMG}TM%67mS`mn6V59ZEYZEI0laxeOB(!@@o4)6S21R)74qzu;?^hh>!WKBak^mN^(eE@}d~Cng-90z<`L?UtLtTvM>S(cM11nTgqBP5q!9MF-sVn!L{BFs)D|v!h?RPS6{aV zpMU0rEGZ-AFnqMLGrPzh2|C3+5W#cqMm^r?ITJo-nbL-YJL4_DG+|vTR}~`i9~mV! z8;kllg2x!{O~L)~OTi8PrJr#nlO{P;TA#dq+^fJ|#|o0Yuf`4Xihd2~f{!MC%{cl5 zS6A=OZM`w;vpmY2f;JqP`|gSiXH{pUC*`Ker%dlUI$T1!UB|AZJSLS9WdEYAnsrf* zYAB3koA^t!NYB(A7Di%Ss4}?z&9hb-QzOsuiyK}m*Qx>v1g}F%iF*b%=C135mkS;fwb)d zB%e@Yv;2yB{xGm;9rsSpSEm&%hZ#0>n9}q`>y1Hw7#xy%w^azOhj&BmGYIot#a;I& z&vo1b#Lu+yD@{qAEGBU#8+gmiko2{6NXdGU2#-kH`Zy4%dk)^D$9y4`gxp0u@{8x& z?PY`DyT3LHrRVEa^JU4}_(Gn=q|nOp#{9SQ20kEZW4fcW=YD+^6*9ln@gXd|!>G#< zdv3$SfwseB3FNw=z0JS2`l= z76n$v-bDb$n06KT9kdC9^2k^m^_njJDA<6Q;4KDx(dD7>>PGC~jTmeKM~ac4?1Yxw80ZmQ~(ZeL-L#+qp^Tn<6; z)R2C4SJ>MS9&+J!C(B6wXKW_LZ@CBzX&#YK8Hg{t;TSkEc@e}CGe!~A&jrd1`_J_< zym;>~W7}c1sAcw?EWn0S0Qf$>tA;y(i+`T493d z%J3YwAa}4ygi39*CzA$e64ys1CdzU~1_1`3(b}m1HN`bG73N^ER8&ev(mL)*W5EZZ zeD=RnqhY+7+y8DpJlnW<{f9x8aJtduMQ4gLjA7kYKEx&a;HTTE`X+@Jk^2|WhgIio zcbV)&e#qHKY0gDHip02Ee9t-)%661JieK5O!Jj^h5Xs)Ut8Wk*D%xd^bPTD(2e7LA zH@upy&=Z)!*4UdH$LR!)cK&3PvNxk=!L0PC1q-S#5=$u?kRax5dK#RYYEE#XrcBk&><6^+;56OO;p)*Bh=HVNusm z@jd3ipT)n!yM??gzjgJC6knC6#$ELT39D!nlc8C%|6$EFMMS=MMPT7?u@HKj-Q^kD zZU>CH#3Z0n2KHYK$r4=XO#{6EOHPgMHJfr;uz^s3k4A$SBX?FM3f!Gl+2YfhSt(lA z!ruhy<*Nj=NUFTr@uYuValrENUqe9Ym~EVkQTXg`4UF$o?0;_mw`xgH+L<&H?A|RZ z%7&WfsL?geUkR~9#=ZkLVS*xSs5cpnB8-8GDB(BTt=C2Kybbj2W(Y4&Fb;~fjhTK! zI#&=sKcWXU>dM5#iv}V~oin^9o=rS&^=6qxEU&%4^+qXXC%}PspvT5bS>>ATv^?IG zGF^pK;_Z}E6s-V(yxrrAB#0K+-&_`-V0w)WsluaqdxKfEQ{FaFFnNasHj8U%Xgz6d zh>gfdxeK)(-#jF4RlqqrX7Ch*9UXc?^-DaLNn(%d(688Rf-18;8WBPwpNl^Y-5K8aebdz;n^+*r4p2qZr|b&*Sy$bz zry~_WFrQT5X~fX|;UE*?;?Ak4p*qEF_eYR?`^;QC)6+JL7>m^yCk#vbHUe!v@ENzH zTBkNubv5t^W7L%Mk%(`xN~3{GQ^U1|pkcK)iAV4ItPE;G1~vNA{v8S${`ZMH^cIrQ z1RyB;(UL?X)lOCw0cA#Cu&)sf}PZEJ|>5>EXC0XT*8P>T&s z#w2_(8xvn|ebYD?#Cn`eg*&*16~L24Sp;lY-v0<-_*YUyQ*G0K4V)XG?ZGsjzV`+g=-Zgpc{_;K zEy~g|(l3%Mt>c~(bIwGAM;{EBgXr-X^bDRMYo#)EafX*dbrlZd`@Jxoq7I+tN zV>K<|FSnPW%Z#)!ullV(`*SO*Oia1gd{ZadaWN97)uQavq}7&LWm0vyuF35fbz39r$DA^6vAbu91w^LUG!cE636{TW z6srczIQ2^nl3Gw4Qh1}olvt_HQ|L-PDUh)eZO!L(shthuOfD0Yc`*Al8Dy&;U%8vP zIhlQTJdqG_5yniM-!`hxY^?7psyJzOa;<$y?BIh1xI@DCKm0J(T+5C^EkZC=vpsu>9j)hdY5vI|qE!`C_eVaJ1*zGF~fVyOO4Y?$m)uys} zxD?lsAj>}tA6kf9f?C{`nzI8FM*)WOQ+K){zq6IOm(H~MYB!zl1M+z`7VmDdU*-P`Qn4hA_dCDS zeRP+qea^YEn({lf+hZ(7NJG0prtCXAYj-Mk><;bSZySnp(z!uRnC>Lsxl&{WJaFu3 z(vz-lSnuCA7HFpUOEGoi;v(3VmMVT|Ni2P?x-|io9FR#1#*A+^KWheK+qIGy6Rb!f zgN4}jX27u{25Hb7I=8P{`KqyA`>qxs%y}k44L&hM=u)k3XpUX_eLvk8d{KR9$_dZ0 z02+&#Q?=?U?B_P9n&XJR<#k{Jr|!N?a{Yqi7&$+1+pJq+B7Fh?ioDb6!!yKFk*2f& zJuS&y8q`1|t1S`@f62}1fAT8%Jv8Ezv9Vw?A<;CU8A>WVzkPPpa8ag+3F>pEr_1AN zIB5&U^(t@L@_W}xw0J4!$A7(SZ*8QEC21HdCl%3R_t(?Dj_;I(o4)+Et_EDkIPHoL z^hyim2AkRky#Wr)kFHx_^bi-jwoiskjQt|l4J1p>21I@$^#`=Xh}vGVb4h(FmrS%2 zk~UwMI#utZD|S*tfXazK%`RA99t6hx`=Vj0_?=5xNcy584?={Xd<@v3ECB_s*W{1T zY#xplPs`pwPj{@>@j4%cJ%d`BfzUFxdsdlQsrr zEnyC>SaTE8S*zE_4w;+EJ5yRKO9es~Dyp)NZNu2(`Ao#3>xh<{V+uWh)~+Yul0p%K z$ryD%g`pxzI+YOXW^(K2QOg)i?d&=NAyfkqLXsT8;=2xOqT@2sKZzfIJnoe#*w%~& zJ-)^xeYdl^n8E9k$iiI{+p8}ST`8sI9hF;oS5U68!h)a=l+bGn-X4@QIiOoYZeC1p zj!Fnm*=Zu_s-A_I#?14JdrK+*j335Qh8p*Q;Db^G8YY)F|t zlcTl^*i!7si@Y{+ zk~1B)W(agsKtg3=ksiWnFkh-hnJgF~3NhqW4?BNfFnBq-XPkX}W3TT?_Tsu^x!QLJ zu;K0XrL<$uMCBg=U#kU8_&a%3KzT?$2y@~D%HpzfDk%$)G|HL2;>eCBoo`Ey$jQet z3g}_q%9(OTWn{79nL_7P7rQz5ZFjizcF#JTgpv=Pew7oa^^}YiF2BqOpW5HJ%u4;w zIL?*x55wm{=%sJ;%J~)F``#DcLp2SgJpEO~xD2F#eLBpA?Hue>h+46;eV|o-I&#sK z|Kh{5rhP}fW}f#$FNt$@OFEJ8nTgrWY-^%zZzOtti~ncrj#9U^Tq-B?zLXvSE*@&@ zLXpV=Oa-V8zg)@^lm-ZQ`v=IvHY1m5_;F}w8! ztWoM2D-fDv-zjwTEPwSG(Gvm8m$@7{dOSBoa+Y>J>{GGV?PMYm{xPp` z#i*RMPd~&oa^x|)FUv{t@g5U3S?j!Z#4_vBYyP5d^chpWOqC_$Tmw{PE2hD*KP{Ss zHxX~0`jEnqi4q}~FGE1l{MX|h;sG&<)5jK{a<4!bA0*AWK)aW0f?pn$C8o7i?-U8@ ziinRox~n((H%_#7>+A@*5%_{5NkGw9Z$0LTKFaRPZD5v~DTnie;R`=9qTI4YfYseb(%|4>?Y_O8_>pRvI(dxxwaI z-JiboKd7_S_KSC#$aITE^OD6!26MA)_~~QGJ0gIpJEIjMuPk|M~?s3Hu9yT{_ zh!gV)?PiLcoTHppPTOr5f4>ZwhGg3f0vQuAQojLcWeo2m-XjB(iYK8f#a#l!h~mWv zla<@q{c#6{+_X4*;<;MMhK|z|Ot~E>evnj2-wtwiJvX${$w0cgCdiYm9+ed{{Gpe- zEK*|+uz*W9m699CB>j7&RL9Y)AtnBlzL|-K$xy-s3%HdmNh&g*%s_*g21^ClZGO(4~G@>5e8+nvr-)67(?fhpbpW)oC0@f^B@31F)66NGzo(xb_Xd7eu7x}Koy`=&s zK2r&Jlt)S!hNw4+TO2i1t(n9%5$2Og<}PX*(`edg$g1DbO@mx3Qb&V8B4HICrE1lX zjK5~j^e@hI+nFvTGyU6(OVw8B4+kCaA^6rW5#%94Y5k>yXdKVPz4eC)Va4n9|- zHve;=sYB@I62P5SCoYRpb?i(dD`~_p;3_S7y7@2hSJBJbDEzVHn@Y&3N3HMu$yXW* z-T|Q~_+#9>1Am5T=&9I$Xoa~X(z_VJhWp42vV;j}h$08=3^N8eO~4+hezk_FIRbpG zwmr=Irz+J*oyn`wHTqoId&h)44_NQH4#MNyD$g^dAm|YBJ|%3r3Uw$YP$Q<##QG2o zLdN1JeqN07T+zQ07qc}oVbzIJ*b-Q|3b+3KoRSuODZO#(xqEF@o2IYWq9H=bUcswJ zV7`yBL#7d$%b7|^+AOr_B`+tTiAw?^H7k;8LDt;i+~RaFCWYU=?AvypIA;sFuzO1P zD2bE3h7d7tEw@4GbudMGuSLGyHPdRI`jsyb>0>BWJf+xK(w5&NX33=}QLyml%$@(%obgD!H%l;Or$;hZK-RNpusl5kvG%x+gR(**3Urxjww zk*bAcjOw_zx{&{$-#rCvMBi#@tn&?8&`(t&qXi${E}tL%@x=*5hZEGX(bp{XD9a@= zM@k^s3OHesZzFyNNL0GNDvp+&IcFTJU*@L*V-+-rfP$b{Slvff$WVflD9>r9@a4E^!L%<7az}!$ryfFUhjejlpU>G*cc7D zvR)LVNg071@9d57C^et2`dGLbNy&987Y#HpTEP>eR@fN7?3nP7~J z{Z_(4sQNK3sl)z)4_LJzh;UP39i>r!TPR$J6Zb9qHb(uU7S9lvFjJ^>jdyZHyU{(a z@^{Dm0)7lv%*Fo1f$@W9F`p+ChoqGym>Y{n=f(L+-+XQ_eocJXmiG=g=D%mOGyH33 znDB=oza`&z(z&{`I6acFbf0z%h&o}UsP+rg;>(G~z=KEz$Hb&1DQUjx z)w)gD>In#e`IT)rF-;u`q%rH1**iFmNH_AwekdRC#mR~WbCjb7F`ln8Q4e#w8VrCV z`wy%0iOsoP6Me1^yR@8N%lS&^Vy`dyPNPc~I()i|PECD$eB6EfJU#ucq4G;O?7{O3 zx`N!()8F*!p7{A)HTWk66v(B_xHL>caTE1KFz2mIv6YfB^U11^y|dR$lS-^c|IZx}Lx|>t zN9NXK$q9PYEW%WOt0_`(Y`yu2?$e5Ly%d0df(dh8_7!r;UJ7oF%F1Mr(t1OxJAmKk z%G@4KAAxz2cch(rwS=(_B2@v~*;;ZRnolOS{7c-0Rg5ok_Hs_Dmm$rI2M`Z%;B?H) zK5;3erP=TNT6L5DKHHi8C0@HJXGfvBAywJt;E1sUq96ekY$b;&v<`qq8U;#hfTz+WL9km(yTV zJr2l&-OYD{M?{aD70pG5JE+8>|B6b+_iAS0281nlqR3WN>-i*OZdn8X~Z!o#%1M z``x?MYJdv*GO`;>P@BQO)x#{`FMR!jdN&>Dx2w&rm6vCirI*S=Fv?)-wY5EK7!8ak z?Ij-pj*qfx{iEf>f}B|)-%y!eCuQK0EY$C}+9?r&=X$A-0+sb?L zaej4GRXNw6F{>;>f(Fa~dqGh;sdoDiAjUQbgPIY{kw;WjkL~Xj`tG|ZE`USzktNkE zDRQ9bqLNOi!Npc#tje6%5No_UND{`hRzY4qBqt8p6)l|HY92uJy-uZUNX;n=Pw*(HR9osr(ZuVo$MRfG#>zmgiMI zNHovN6Fa@B)AOlH;e3VteSjdkUzU`7r*@KtaSJ-Nyq7#2Y_iG7baPp4)=WCN)$`@EnqUy z*l>S|_U`MJ&E@^)+MyNkzm%kxMN?c;zlHa+Q^Ys|4*XlX?xAHkNNa`|!JFn$NOikZ zG3K3lOnfieBu3C8*$SL>Pn_(2!xDa{jJbxMZ%(KwF^v=Y&+2}11Ac=@EhL;<%hJOJ z81H)0=6MUah7=Iyd0rR#G6Q8m_O#x$n?b4UY|$9Q5KSpvBSHAPApG=~{_nYIJX>ug z)6=K>k#02KW$OuNgBGICZ%h}lY`dnYE9s%M_v_}I;UfxWy(s)TiY?J`&OxUXve&3E zbn#b?dx(?G(?}5BqDZ|VhrU^>q9Jp2c-y-29NK*+F9fyB)KZ#r(%;(w>(dBI#*yU{i$?sgf<8RAsc;|a*?c}}DNvP#|`QqBIuDcUTj{Ll~ z3(m$xi{gzcbqmWQrM6pjiuLz%r>(KcTLF#ezn^$|G-to>g|MbCbNda4Jtu8(;3r1? zRo@1e=^19b@S8>7HH0}>2^v4|5gB9dZp%c43@W`?%9QGE(~4e}UpLk2r@8d<^(hF) zj`)w=#VIKWx`&xgQs=_ev*b>cZ`&fUjv89B45*Z%r@1lwR)ObFqr*$(oJ}pPyjR$7 z-^rR50~o%0qJF)l403t<$=@F)-9u-7%z8rk-nGv#UftO#Jd3!t)rL|2?MYAG(Fxkn zv#Ysg(09|4mdhh&NS)=(B; zVJyv(Q%k+ck=^E`9B9*pc9OSgUcVIezy^jP89%zrr#@h`Q6Ug>+s%HG!p@{qOkwDt zr%mop1LnMb%lO)w9tAz6>NSurxK|8P$AII%A3}7OX6CUh?(KE8NxM8b-im<^B{nLr zd=b===RWp>3SYq+y=gxURg;xotrxIxMj?eOCd!O0qdiRw2J`B869?sTkz<02_jgEK zT6X$Q9))|^KJR)~gTjPN^#zh^(%1OhY8(v}UBF!4b5>}+C#0V?>B%8m=t;T;I*n~b z(H%$5e|>MC!e|I!oG;$Z&#PiDbR62-SCm`b+-~NRhFl=X`6R}~tzSR&CzJ%9_4YuoVrg7rTA|BVgb%^FAw#0Dbq&CK05f@W8t6YbZQ)-yHp!nW!Z;seN(C-baL)S zm@IO$UCEM$CJ8+5l>E}Y7{-K%^rSfQw@xedvuAdfS9!=+RhR_(&xWa+XW0$HDo452 z?AeXA-cDGq8cPg_$qsn=uLtyo8OIK&I!h4NKXrM7XkqPF4Acfowu}dTWDHfIw@S01 zhg+is{LzAyR%pY#mor}r`MSh=B1z?#Lo^R*1y`=&{uz3t^_Q{j$_g#RHjV&(jTDZ* zyubZy5!!t#EZ|5}3rHe;tx+;%_S!51+uPdG5+hk5LSoME#%L>w_8jPV?W_ity5piSn16=$2@tuGi0oO-% z{en|pUQj;0<{%3OhNW?ST&2K6KtnUXpzEJ{1vQPVz#p5I_|1?YTPY1ICbx=9^N5-5 z=D1$rzaU3K4`^yKC=%h@xsHz__xP60yl}#~uAd*^vEvFn&L|7!$A)PtKK1z_X4ooU zb!lW1=%6$lXnTpoJKcRbCoR=hEyfmGlhR{s-BYed3u~)-xfNt)P~&Z9nNhJdX)=`w zB_;!&&>6g&^xvtT#7tu56reJ@BB$4hEpYx#XVGA5h;=GYa&>;rF5@}JgG**2wc%)x zRu#b-rbj77Yez4T^vW=Hv?SYUnR9cpA8VKnMGsZnQ?vQDCcc_vtYbszPiXYx07KtK zpsF39Do5ZFYXsDpe6suE0#JziZGnKkUTdC(w2Wx(!o&wu#3Jk;EBug~h3id85G_}I zz^{{Xl=3X!D(2A_wzc}9#xFFj3SRvGsMUU62(hEF`R<9Xkt08`OWTu$^WQ3$h~8$u ztjp;)ulv;|(E~oRp@&V=d*P#1$^zShmwy<<#AN5zyH!+_in1$z9{9|qAs4FA9)J^nBdf1j8AVOY9yd8_a=;Sa-)oIeb(@!dZRt$!FYBEPWj ztel4bVaWW$aQ6BCbs5d>W9>aZ+FuvB^q}AFy}~~X!R)lBky~Pa7}A|DX7rmce_qm` zKZABdVaPwvD4d4D_(mf$r~&M}8Mte;5WMFTQD$nEo)7 z7hW1f9y-8&;10 zOBb}nE{h{iMCi8^92!aAvA06Ga;9=w7`di>xgkuU+y5u&mwMQJR-NW|F?ODN$?!it zgd!aaO7jsc`MBG6zoSs{IMRLZI3z=#XXQ+1Rp2pr1X{)!a4E)n`?! z)t6Zj>g4O>s3sjcpdayO`AjhDmH+>D>yC#vSTu!fEN1piL$?I-_A;h&-q@vLqirgt zw6bLDwF)yRR8z;KD>3x(g2A^;#PT|y%LfA+JwY?YMR0(RQUzqLMh~k`GTn{*!*KoJ zk`UPl-ntZ_nU_Je8-xkDv&&w7U3YuAR`9t)=M5)_ZoK#AZQQg({e3^$GbLe`hmlmu z(Q#m$feX>`Za3F)WXAK~$dA*d7Y7ynn1jO0tBsLIdp^hddp&0_B70c7{bc8q4t*jP zNHp3u1&0HThy9l(-|Y0DKtQK8Jv{VF7YIJ1<7FnhP|fpvGFTFlr_0?Q_~@sa?iNa* zrc?9S{&dNHq#%p#jZ04|(=zyll!cXIkDbN_C%V(W(b!2p6EE*Yx@|2B3;j(^_BRdE zY-%sH%UxJ9441^K!}>~3y=OIQ7ac{42O{)7X;2m(tEGMih|jH#la__clI;+KkF*`| zYL@tE%NLy~&|d%)G@!YGo&uZ6S;GrJON&%?Z}R@;)&TbZP*Qc~>DK@ze5C_MB)N~Q zdXNN+pb6vkZ6I3?xzfasD}HDL$O$$Z+O{cRQd^k~tz8?B!y)4OWD~%$c=nixhn-Ww z(kApUr*JpR#t!cq_JnUu<=ri*#&0Z*`TTxynvP3Ji_Tyr&j{Zd7aT#S#_D1RYg*4k zM+POZyp34jkxfj~j6Gzey`A8~iIlu8PG-#x zMCSfzP34pus_e7241lZCLug_Dr?>ZxYAS8Ry_s@KlMMZG1?ETTETzEy1hU-5rt1+mjXSCKJS_Yg^A+ z!*!?fTc4KC-n%sSS4kGw|Ko#EvbN%jXqV9gM~@FLd07ynEOB|Z*&P`_4fx?E-W791pnI@bX$n({!kphL%JT}3Tdo30+d$2Q z^awby;!YOnIZk#T;ApYvJ<6tWr`OmmY%0gQl=Z@xt8h|&c8deF3yApeK6X!7kKHJ| z(vm$w>JL#pHq_^8Ua!&-B2?cx)b`Nzsc!Z(e_EkDz_&UcFV3atar)-Cd{~{GBT@q0 zT|fR!a7ufrBgBultAC6_tlDdptpQf1gsVv6)&L6$Kj`RnNIZ} zj>s;TQY;!1yo;yXEJ`;r0%uSN1;T>dM+g{7ldzys#9CLUqMNRl!ll^F3QVDktuW} z7Nq9{U4AH;t!16|^~59%FL&m3_P&Ag=%S$PDNN-2$=JWTuaoK%&tRw~gZl(~0e9EK zRC^sAgr$?sV{7cQ&NMTFlK?YhYaY{MWh46|HMH!(!(Ipv0FqlEtb+7n10I~QryuLx zST3_fnWRokgAPlKUcuu6mUm)?p$E>AYN|S8INb!k^f6)b6EGbO*rUS|L&rN9$mu)W z1pdSXAXcTjlAbyQIRDsS_3a$CHtuIyQ3!b=(-QrNXu_d&-H7dcZ_uTD&BWct6zBse z-)geINc^PLn>$-Mu*q)41y}BCKYkPzXVqCE#(d6I21#@16<9wd5UtPXSCT(o6K;YS zZ}S@WSR7k39iR4CKhkOd&siPczW9W6USjpU6u8Ll;MoYJkL*!Fdd<|kXiQfUr5(P+ z>A(Q2QnLLfJ^0VQN?5VBqI!VYCmGB6od-h-3(f@%7mJnS7i|q7+u4}~9=&X&nG%PNVEaYsH(NbS{^R7p!K|Kk3q!PFR1^y%M^8?h-oJ z`76>19KHk8t>F~GnaH-=end&xYwNKtPSOC_gCuSBbowY;7?+kXa_tk^-qX@iXv$XF z05Ta6f8%?3n4@RVo+6WMJdh5tj}?68YRiLt_I%vjH$XJ1$2_IdmC^X5sMfo1J2@ys zIFBrQjRZf5A|q7(9Nw48X^=L0HQbb_i2E_8%atnQ7)L`HG1z>8dTk5(6uT`Qtq~Lu_qqjC+v)=!3wSWrIZk<4A z6^`CWXn9{=lIel4I4*xwckX`E?qPfX!Dq81gz3W%Ez`5iIC%?-T#lx`MXHgG z*rZK>@2jvP@gfO$y@kK>#<`4s=Qe!=q}HsPS;ivOZBZOv)0BSUine0^%T-NTlBK&2 zjT%}BKbx{us(M9YT+lIK2L%c!u0{6w9#-8tHVNw+5@w{b+5u-EB6Lo;zOh%90}hn* zq|qqN2Ndbm#LrvcLTWND-BCV!Z)ho+-Ecw)v#xl-;FhzCmu0h?gNJtsG1++>Dimx@ z$FH?PK9jlpvR657TM5U&XRYjavCS)-(o1(sufNh+9OSr|a)bA4Q_nY`gqaAMa0XEh zboavq0c&Yt;Uu;!4rVfH*Ovh1JLZ35QuSMpJMfZ__M@ zLm?Uu29HU)fX^fx`Wy-H+uB=ZFFCT*T!%t7LQbLRWd#y?$3dklF)9OwD;Hh{_jbme zWzs|`u)f@z1LTe^LX189^_LFjnM2_ln==eW@Sk)(YYL+szD3J&}_y*vIGqB2F-wCgw~1&ra@F;3-aX$GORa;oh;k?3o(}k z-uZY8WJu6}bZJUcmckD;{Bb!VV~3S&cHgP7&%}$K{zf#e=&Y3P9z8plJ>CJ>Utyp} zdDO(7GjMcWYvK*6o-HLYvdy5vK)z;N`@qMPUl(Of{N|1?+Yv3t z4;}cA3#hzA;n*4EuXPYUdr#q8QoBd-4-9xfw@Haq-TN~jwfqghZKM*ht$9}ql}zX; zB?&XRXEdajP|;m2uvj0!BA5C0@#y*MCliardv1XjNC?~pf1y>8IbXXO!X4fDgFfUZ zozK#l70lN3@?I$N%s@@Pb9YK>XY@kt$^f*A{P>@o3#=&}vX@^Mc^kiJD$>lUSIM0O zs|esE2j4`JHLLJ#OyqU8P0Kj)?zn_$ zSnPU9k=}`v-ymiZC4SErWONI6YU;uspQ-G4lde_Qmmort^vb?GamFcCC%%UMws zSZ{aTU|qFrP|8@7D9t{32EJL?v-Yex3dH zV9qT27s;K;mTp@Yjkt%MSD=fEbyFe~ZkklP3P4z$Z1YEN<=kaMx@!}f>Mp>~z8!9j zGV~MLMRkFL8`~zLh_@G#CwF8PLicqrqZrSb2h>Kr=EiEGcX35(t6jksEOi^AVCem# zu4eu0C^WQHI8uvj0t*-7Aw!~QDwMn03Kg^3gomy7!R+e|$9~%WZl!Qn z)3tNn_ZdN{-p4kvb2c7TIJnz`iw?j|;aV5dzn{yuWm=m2LeB5lI3Z}oDD~l>cfU+u zudD}U5HZEx>M3u&u=n&)^IO@gM8JXU3gJ(8@q^pHm0&9c3!-|=0Sehiq+bh37er<(drBj}!25DOOHip9zif}~L>>Hb1iAdg+G0b+V)b8Pd&f^RtlY(r5i8_SH!kae`#m{$!E3lOHraJtzLn zq=cGoF;~4rZG>%L!3(6pk3}uG1@XS@-M-b}9LX?hxJb5V(=!>QHq%GnU5Rp=WqHSb zesQzPbQifp1?Enf{^c#JG`&oM{HH)EBZt^8ldIX_iMJJ zZ7Q%%B?A@(kdU=Cc5{~vBqOaslArCCa4erEEeU&p@N%ctBtz3x17UXAk=0M;2LiBT zO=0QxRRLV0yr@*j_sMK24TzH-M|J4ngB;Dyx^~7|OhkmLe&y8L2=2j9H=^vgT{tCx zJga1I;Wi@w(UzkrHYV*>Dne5)s@I8N#hXkvqUW|t{zaR?HcM<~MDCyz^tgKrqkh_< zZ0_%+rADzL1r-#*bNhmXu91&xNf17qQ@+iBNP8N(>`~#DhBH)gprA8R)ra4B@=p8I z9@7SSRI2ON!|%EwA<#^4LudqHEn@1Rd5H7l<6^5M0!4}4*p zy+X3xLv$n*+ly=iH4<@FXU4vxD4JxZQxiLr04e6+)D#ZG8dpXR)!3S^PeB!i3vAg+ zKe~uU^-cy<8K<~KWr;@j5(^#?rd24y#|>kb>YjhWwMjAX5Td{P7*z87iY6Mo z{dK12z9HRDI#+GtyrlIZhJXIIhDPf;Ovo&#7xtU(Z94Mf0XiLK2^VF+zew1IQ~041{(dT52KngK_r1K!CZvxFD**gwuc2=3rE#y+xX38W-0DykXfdrWUd|x-G(~9;>Kp~qOXfk{ANk1FnDlPGF3^w zfK6^Ir*jr4%R99vhmb2L7eF<;5c#8$#+`i3N(DNmS6MD1v6_sbUop$)xluX1fUICC zCc2P1+9OMdH4M=s&qN^J<~gpP>6YQ&9%l=6`uh`y7`$Aj(PM{^VT;=fTU<#}3|h$_ zoz`M-=juVLW^vo!E0U6GLLe5cZHdN^QoHjz22&F4TLwd*l(qJX2%v~Y5tCyqNAF!toFkMdf^ADJ1r{%^n zVm%%aJ?bh4vDt|`ZkG(V&pAVR;^#y2-w%a^#^Ki{&34-qaV>_7P2XqS4tdA+0d?oc()8{vz zfmrV7qBz9|oaIt|^NWj1Vlw9bCSlJs{#CW4>Dfd28uCNS31fZ2riZ^R-gf5ba5p$N9=L%^jCRzVX_F-GfRF2` zv4kZ)8=!(->w*Zvae(IH#wCY4ekrbvh1AL8AtaII!L}93N70R5hTYtdcW#>kZ_?qg~imZWYkazfXly8VRtlHZx)+YEgjN zO3o#`?q-qEVjA!S(i!;jaq=B9lCwoVI0lU)u9AguTD9+&INFfJQ4||OnL4x#j#0k66We_NPbTTsQd&(i zttnPLU@mIK(&I>*F`8{gLnA3$Uxb|67hB-C2*+PKfDK#uEKv=td-G?fF=tCUmEV10 z|6T=MJ!jJN~j|}+ukpUC<*K9S1$6b!`T*c`$5*0sog**k8UF+p~i-kSA<3MCMio{R+u^7YMk8{2HYa+o)`#`$~d z?qTv9ucKCEP)?%PJeyf8p zhEBd2vW4Stmx5%g?nJ%~A+g%#u!BBFy74?pZ*j>C-&$1Q!?$-q< z>t9m~?4gaCDxKk$lShe~0cdVGT4}62uw@KC4I%ryfk3~GVA^w{?S_of-?YwBNyo<* zd7->Ct7L7eE7^1P5ur7aORv(w?rG&Fz9KSz!Ogg~E_SEoVro+PY!U5`b%ek(&##3b znP)|cGofxWm^+S8EBsh7ap6aKfn|M1(2i@-(G)GUBBQ1CJ0>(Y@-UH=I!9h3b#`U{ zI@;qXUOz)qfrAY5IwKK=gm|MLRObVu%s-|pl8wi9v8v;{GC~{I(5`-ngZ9aq;Ocv( ze^fYEHQ9H+ull$xBg~B|^I9kSi(ljp1s(ak%;dc%F_nY5x>k3Q**0>AM zqWsc6Q`qt3?^=qxu@Gh?3=)0GcCHi|?}Y^+3qB|C`p776gx=;_4)$U>Y6Clk20d@t zm>82@ze10Q5y=($hZ8vGJVxWt z6|VgJiv{jmE@F7j6sX=GOI>RBuqjDKsXEBu(g`0}aG;iUC`ahTPrBN@o{e(vo%&cX z6Fh9C!17z09jJw4547#F?=6ErIp;c^{ee|~OVYm?Hck2Qj*8@@LVM>l*>7HC_Bq`? z?~TG4Uw$(_0}59kiQMWQ(?l%^G{}`P$v;sc1xu2}d~s6?y#p9c4DmATnR%h1t};G8 z?oan=`Y9=1$5w_Roqf4@;U0GP#s)10#S2R?>z6g7Y0Z0f8z+V??C4#g3EgJ4>*Xm~ zx*6EkTL9En(Oaiks|pDEN$@R*{d(JsH6mU5$?~R}wqRn`ivqr;jdmb%;<4r`*A33^ zD%b58^o9D+Lod~8jf`>olciXPCxz?Z3^l}c>~j2&9C%-&{dOA_F<|UgK^1k`1N(t#?5Z`Pw_v6^$zHr7yNF+PwuKN57T+}02;6KHo4^d!wr?;WPY^!=%Ws+eAq zgb9RI-7+)g((-r@vx&HrR<)ci$o^v`7_z8;Nld;BsC%=HZ4qvI^AZRQXyC$I#-pu0 z)LoN!u!lPj#uvN0#~%!@K7>BBCN{ofYHfZ}U?DX;J9O*Cig#nsJPb3HzJBu`rr?0G zlRkJk_Y@dV&!=C0pV2^81It!uWNF$@x}m-ENMKxjW50RSSd8vJinuEPj%fc%J5aO1 zE+iYv#gVtPv@S%lnwCyHbC1_9v)=uvpM~EBd|&^d92E+t7!YJ};P?*KHY$<=?a~yY zzFQtTZ&$zE!Yzta#Trj6{-k@-2KYog6>TS4X%MQ|67A+|l3Twlp7l8HBELg$3&|1){tbA{bf9{Z*Kl}XbRCJX z$%AU$(B#u5R9;6&kVjDgwN8Z0(Vf;2?mr^I)Ay#ZQnwqpF@6O~3qi`ZX{O<=9?})q zo%*`^@-j=i*ZZLr!h%mt(ME`cP0N&`vbxMynW?+j@Az7nPKfdhaStaK;HCJPmFY%3cc%jrh?iD_+wo0f(sbZTTqlx^_YPQT;9@mhfO>;{;*ul zg(6sJIznib+>oB~If^OFzE4p9ka7>BgHau5mT^}ZdYLZuc}c0>ex%XcEhbXh&JxW4 zBsGiP@bK>&*dGy^e3$}WSK})k|ffrvB6yn9o zZCBsmHxyHk4PaK@h_u*nwnU5#o@G3&R$sbQxn8@ zK!#+CBgh<#$g+LlxJS0gfC8xcN}u~f1A=R~^2f&m0VRd$7gn@8Z+73gIp6!MB0Z3= z*DL1_sBJn^J#P!7UkjuZ3c=c5@ zxepeX%ipR=|^!jsBG|d zsr1ZL7fb!qua{=~%hT6Lm3^aKr7N2>h4yNB}Q2ziSB z96~VUv#q_ok>-^2q^z4aTJghBaFL!L;v3$R>|r_|o2|aP;^XvsUrABSx!$+TTUMb1(9uS@Q*m_0ko4z7odOs4a&iFO#Y*kLr(jal%EbC)~~ND zD(_!(YV#eHmPg)4qW`f%{KtB+2Lh%p@>=JwfK{ett@2oFXYbq5gQZhI0OJdYOKxlR zBr@jmQ|bFO*%PGI?b<_dZ~C%}mCJ?BnH-#neSu?pYm%_nQd)C(^qg!#OJhUE<~Wd* zRIl3_Y{WPs63TfzsOM`UhQkj zMqiQY`IA4$l8Nsw)yC6_UYe|vhb&r8D2*tk?~-70%a(d^Bmg;aMn-lr(Ig2wmQX_# zoYjYoee2CjUP|h8ky3p7(59^;ASZWx1Q*Sj*T0ZSj6yt&L)9sTDJ3dpUYPh68j(n+|O~CT2rh`ED0EAgWlx>AQNMUuUNAGU!|y zoi#C79ULmmlJR0T?$^N$mufh3Gf5N|e9b1ZZ;;2UrT|C04MdH^ziBE{T(hiTXEQWn zFSRXK*Q_R#139j_J<!@@{dsA z6dd-uL5ZXFBD{F>Y*T6pzuvd>c)UYWdAP}_lZo(v*2Zb8YtFW=R-? zf(6z6``TSAx-%5}-5Zkg*(9OYQYPc=^{3A1J+b!(c(10I%3cDFcI7u#-)UNpKDLoa24 zkoCl!Om7JTCRWz-U?JoeYx~T*c^R%egP*?sTKuZ|V}^|kIPr_c*((17o0nQ_2K*n# z`qos3Z^$$_2yfGLWu^Zny~jB`mms-B^{m?Sel_TWXDumJrme!Cxbh6kSTJia&NV>8 z`o>EmhWBHd)0kMKxESHjDw#gH2KdL^8YXDVkGhlm>dFX|I=Pf}Ctv%cwJ)Qbj&syn zn@Od=m9(N9e<$a5zr9Va*rYOFghTL-sf4PzcRNn zKh@O&?&=G5p*t^T-<--^VM;ge_U*ID@~co*bA6V1ccch~^AnV40+p4a6O(K@v?RKW z;?;)ad&X0y`BKH4Pt85e_A$Ofu;_wJ7r)>Lkkzf10-W7*tj8$|_DixB{$6PfPI1Gl z=&<+5n*HrjUMqT&Az7T7%28RWFUz1gMJ?wZ_3gPaq%mqI04xlbn0V?`E*eg3ou+wn zpOaKV5AG$`F0G!2_cp=gCuT~jTGRiROm zB&*|)Q8#T_!YM)i)=*XQm&pW&cl`i(%1c9PQ%U6GOTU1Psl0@Ek@T7TJU+^hFyQ~5 zDg9{D?ba+J)nHzIbI^TySYai;K*~o}y8mnOL;0?6-6YA$ArXO5sUcURHW#a31O)9} z)uwug>n7hRU|eECMp|MyI1iy)TTQVnAc9#(S@D6nY{Q3Mh%dgja>E7)n8l# z{l(WTsJZfe&nfk5@jcTvs9OS(b_^dTaaKKJD1J6x7ji(_Lk4ZR^05R$?oD~#m&yUE z=`73#Y%v4PYSqm}0+{oMthi=nZe^TV!nFjh;w$XYL@#C6%&|Tvck>?eZVPl+sU?b^ zJF461f|d9(oC0VnQQ5BKlO8_DT;jZYp!Hs5pu^)m-RjPy^Dm*|-@JAWr$2q(dewu6 z#RfWD>6OO`CEZOw=N_>9vqt>X=hkqO_LUsxY5{PXi@c49%`!R?AOY6NQ{xon7M>=r zT5L$DwhhU=pO(GXwQ2*}G~gX!tvskV5m!3Q(n+T{ir(om{<~I6T53N+eXQ46-a4j9 zK>0zreWb!rfvH8+ryynXc9eH)*GqCdh+eAbUAzdNzCrpRz&$%SPVCI>DJ3LEIr5Kt z%eJ{evFkJ3_!+=+2;06k-e&e2-gU@sA4*nO&FJ&_Nl` zuprn4g$^5XiX4{wVS{pDZoR5i(J#|OP(@Wh4LI%Q&*^a&O#OHn3~7dvP>%LIv&0ZX z;=x_}kIJ^*q+vV?z8eI}&MLXX%CU-u@=`7#2GTM(+?%)UbwONzOA#vU zt01M1EYH<&oz^*yhNv3|C%Bo`dYPH!iu%i(mC#X+8`Rzpb>MfhgpUWzLBT9ktf zZKMRHZv5i3zb%UQy@d3rO7%yTx$z7uEBq4Ik2TUK#P&POr}!R}#srEvmrNH$4po`E zo2A`CF|no@8v^kIABnXBuj_~X93ubw<_JXGfcoL|C*6kB88hs>9(?Zqlg{X0`?lMl zoB!{nz<;}uIL$dYmcK~ayOi=k3i<&3Le}sHwC7_!Nk8eHQBj)0a33vpJ5LjNxRMK! z^S!rbtrs=K!I|JXxntu34QYz=OUIB@8)=YI1@+Tj zAjf3AB!6`INKQCh+2h;yufM9X)pg_Xd+QGn5ijSEY%Ytg;a@6*2G?J{%8N!PWZNU4 ztIeTid^|QzavuS^V%cdt{YXsd8m@a#L$Pm(hR_cb7uxvVYNmx3`1%3m!VFDK=2UX+FkZ=E6k?5vlrhuwfD_Cw}w z_7X5nE;+>RHOsNKE7*Ib0k$*eX3y9V&&cjE#O|qj1sLWj@@@XcG#&^`)jh|qb$t~b zk_SB@2m0DnSl~JxvJO1iv(>H3tfi2*p1acP=r&GL5H!)8gYjO=1a|x~U{-aZ1Xj=4 z_S1}Ph@Ce`a-Wzfla%0>E;&OCMmcttasbS~XBmzZl$gY*nOH9fs!}u!I6)e+6<<}G zEz=zI)7a(GSZ9^?`0?wScN)pt(<5A z?9qAC^t6+xOe%Q}#%eiSGx#Y>9v~N@d(^mD)lJ_oeD^wG&2koZW_R4H$rH#g^wcIL zm(vU0y}RqD)(%n*On*^Rpk^`rD(+k*B2cU>VB?2shfud=fmmno*S029+{Qo%P-K+Z z4$^1B6^{QLM;NCCrRVTW*L{BjX)r{h=N3HhIiHF>f;4%k!6c^kS8szh-|}54!mn#_ zfW)Q0gjg%xesh+Z-H;u4%m&B`Y;xgl@q>a0U160k&ik`(9dr2E9n&Nk;`&_V)fzco z1U%Rb4&;NM#q!$86PQ;ynxW?1Eo|LZr7?xoG8~uMkqDjcwUnyAN>f~_no;-7?a6f# z1j@%ZJhpSJEPi+U&HK%Bt}(Gh4pK2v@SHb_6edmqOJNpm4j`#DT9FkGCCEnYmIrJ} z`}{FgS?|EDQ$4|B<1kv{slM7N8@U{5&^it~l9seE5Kj`+wgBoS{vmG_{kHm+=1(s? zevcZa-6eUI#d}%am5r;iMhIyMNB4Yyk$h*L`7m0?yvpIfYQPPr_T4D|;qRp1K`wHa_{dNJ$@OGy(jxY~|flBg!a`yO^XFw03kLrC+iAnL} zd1myWn4jG;jS;25Ty0hq1%v`JTpn}&E8O$Eqxz4|)q&G~kDPo@L#;mEU!P8UP;o7{Ivb+>kR-hA zb9-oCYdg+IJx7vWAV@(F(5DtYSdgM9$&GSG|L6u^)nvl zgr7B|1%}9_K>t2R$h@P{l!?>tnIJTL?Kvl{VBQRzB{W`=eZ&(_}g3*;xV zxrmc|ZE~)l4rqF;&J=6D;P+Y8s&DE_hS*F~$a29!w*sMNd6DHALstYsMV!S}U_xYg zvq@WeJejwJ5M|!w@@fIX@gv2*jf%b%|I4leeYiGR!`~RXn^^ZNPe|%DKEeyE|*fM+|=dbOLF8eRq&xDErb(?JG zuJGlLhl6Vx+Ohyc-oa~Q&1PJ&-F|~FwWGF35Dc#CRDW6No~#2c+xSW683U>Iv>XGL zJJ?(A6^F;k!yg7QlBn&jRW%gksOZmr7dc76_oaXK0s7ho{;iLEeYlUf?q6COi_F{)>0_pwo`SAT02T6teoLoz(Oea zT;lN5b7D39-i$(r1VW1}V2B2VGLYk71q-$g8_YTUV;|~T%QbNZ<5-!1RlDE4e5C3| zSal}K?>ERl^>!-Q2=cA5+c^G!TQ`VqO7iQ~MLfzeQr)yzcX5%L7ZxLl5dnP4%lir9 zAZ_ay>o`Z3kItA0%qU}1R?vfX9f_ul@mxm0OklvArjuM0j(Oa`CRO_zkV?#j5@w3P zpd4{0oW8SO_qkag7s=R+<)Lt6KyF*SYTtDI^4@iL(uv_@n+^fOvV~8GOP60iIh&3w z_DpXvbsTcjAbK=fP1lY(r~7;05i^p|dyj*?ynduSoPTV_+^ISGAWKu0A$3iy!Y-nJ zFr|9ds}m^0$<#R~f@3y=^EzS63>}rqC@=!abbC_mGKUwQ7-PYWAOESWdPa|u4edf|8O zD_3#M2==t;d?HFXA4vVAQy-SMfIg=v`KfNt2*&nU^tg^y3UsvVPi;+>s?YKetL3|< zQnJX^Jyzx-S8dVCYDm@>yoP+%2+ZAq{b7ykR%l%mByG70zz+9Hu=Sc18L;SPiR0J> zWcZXw*Gs0Y-!SGU6@b&q({bQPKG(0g!NoK!vQchup}pbjB8NG++2gwA37LxDekHDf zbC|BL)HG$;;-iZj+<&Cl{Yx-&Akk+wL7Iql0QMfvo`pxzdGSR?C}q@LwPC19?^xmL zhDonkX>4?Dga@G6NK>#O*>t|use8~HlN6KYb&bJ`CTwnEB zR~ZATYV19+#D%Y$klZtFjGYz=TdU_obQC?~x={~A(h%gPJZEqqPR~>^QvjB%rf-^d z3%f!u@zG8EtI_-ULV$6~G_aVKNDyYA2K)}_0Z^cac~Rq+VttAE8!gWhG%R;Dw9VtM zrq=PZn|8)X&L7%KuPm4>EHK>H@f%AVRcIRz!DlMcYMk~Hn&x?Jq@>aA6L5h&Z5gD1pLbDIXn*b@cjkZ6>F;dm zLwXWNf6_g5lTo?Aqb~pp9s2iR=^&x&|2)$8H*xMCCJ+DcqD zov^*Z=9VN@?2z9nBf)@ zM^|P%_Y^0ryO6{Pn?^-9-k7_Xt@?ww0%b%9v>BO%YYmX_A=PlH5npOsKX+IuVqUnr zDeJxplP=2cqjBF<*SCRMu@C{nXDmgrXhwJh1X0?exs@V1WXhO(_($GAw;&(_W7E}`zh7bRdA$4txn}jZgca&eC9waC?v)c&;kp>4AbOxTqG z`AO-qx`+)alqaCOK6+iV_~2Ca$>+|`@}b{H z31i%JrG5if4n4bR#e=LIA#!D}A$?CLgW|(nPN;2PCVjY-8MPndxU|`lomNC_zXEQo zt&YXvbMicXwL`~(^st+@#h7Be4jLyEO9D3U*2~uS6iT?vnZ!u?-%sB04-&Glk^n< zhjbEEQnoacZ1XrxFI@h(CYo+iNw~1Bec@gnmWx%*( z&Uc}$UNgCJV07}|Qm_BNu3bBVw^6^*`RjSNeZ*ePDY7NQa1nx6`AJt6Pl?|;sm`Kg z3Ak9^N|%*ruY7B|_f zs*f$S(kY3j*+1zVaLCb7S`zvv-S5KWWOwAjIpD&bLDCZSYD#IHamZoKRv?W$H}_No zeEBb}|KWWSUCmCBJU{6^zJ1N|lTJ%(Uq6@jC$ifx?I3`PD()j9=ai0?DCfp=Y^rL_XS;Wrwo;1!z7rPI-Z3XKMsbS04czW~5gWneg~ z)p;rn80Y^!43WqkqW05pTTQT2pe2)J4!rQnEHlx z>Xrhpqo>`&3)28&^N;$apLBP}w#$&RB;f)wr zfHmIYsiaPexzj8v)`Brb^t#bLqQSn_s*bo=A?}rH_I0ap{~tx~|DZ4Yk8aQZtP}MA K(eJMOock|9y3x=8 diff --git a/examples/screenshots/webxr_xr_controls_transform.jpg b/examples/screenshots/webxr_xr_controls_transform.jpg index 1eb4306a715ef0386a79a085324b1e006f276966..1931b1b51cea28584ad406d65603f4051a8b4c40 100644 GIT binary patch literal 44164 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

=fSXI#6W{Dfz>EpBAiZ>(VSfpNp1L)EU-Ce#uTg z(;RzTv;F788Hb(sb4QekgL~n_ib409(6l#}o>`D|mK)Adf;7sXsxFEaiLWeu&tyw#Ox$@53HC*ciN4@TGo3BJ_TF^zZszC zM$o6$>(ucmEGDe4G)-w;4SH%VgKjuf4yFaZ1lZRM@+n%heD)s8o(eUt8>e)PFt}F! zOdy(?zly`=b)d@4$2DzQSwc)99WeLka>k{3J_70^1xc$XLO=A3Cr!RJKe>5f6lBY>o-tNpG<6B^`g3R}x?u)1iJLpz zKUWMti*+=ZzXCBdaquH0VTJ79gE8`P4_1WpJ>$k4Hk5^v@+*QS$ zZ_p4gc+7Lsh$?Qk49D8qV=bRmW^)n~EoDpLI*Xx6k2A+I3r@_0z>pC$A9(N?OJMge zx-&cPD<0Q>Lx%i!cKuI7a(!E(T^uO(IU&}MD0a+l)+B@JJk#jxHLQk*HMn;CeqdG4 zM{pbsxo~E5@Chs(W1oPlW?VP#FkCY4O?+kJ!OEXJl_+q7A_g1;0Tw9M8yoH_z*IvJ zHR_Vgxt*;a1ngz~i|HZfS5&>33pk~UeMgU6z}^U?9<$be(H)(K*Dd>If*aT@4!V7z zzq-$`kwdgOC76zez04Zv_yj*k!N;^kq70O~Z=~96NT#2z-osn+_)WDf&DJX+KWU!R z;;CNb&f~+=Si1_t>)Po`9`uQB=ya5G({M&hel1v%imdeN42 zc3nafdUIu))xp_SK!O;n$+`t_pqb-}-N~<)zLc>n)h~k^G3K)RhhG&Wd*pX&a;0<; zoL|*FrRI$qTI&3D5TyYtLSAx8PoAq3#UNf=IO=j5foXH z*dK)Vh+YEdYGGtC{leq1wA{Ee)%m^;4_kGMZ>$b?67(n|{`zX52A0V0F{-p=zVAkh z+HZN4O?@W09lo-Uw}#(!V;Xa)(`P->4eNDp%#}qasf(0$%KNsqK0gvT&%onvPsRB}Jqf zfO?-YtdX- zIiX;a{ZJ zH?QB5qS)M)lFl;xy#)I-r&G=}NM}LM9rI#dsA%ysqP~2w(JUn`)#`kack$~DND<$Drjbr__l*Mg9JAPXRqJ>7P>)ZpBOvC5yT0?k zHqI1qKwDOic0(`mX-xKFY<{xD*FBM|%>}7b{Ss6P%oRQwMv4c?ituQ+AzZETN4JXL z_Fj=*=BfQ6{IW`jbDCpX71&MBXF}sm086dk6>mv*@VBD=WW>KBKk9hX7PxN#V=gF|-Jd_}~DL~Aa2yBkhmjDZ!35`j)-~4$E4jW0yP4TRXS1(2c z*>2DUGiJ8^O+NiU8ZAeJ_pi;g5aPVtE3j&TrJhp6_Y2*#W5SCmg6tLL;8qC8+azXs zBu(QAu8-nb`>Eod6fElB9RpY8 z<*mLZmLn}cb`dy}8^Dnnrs+_$6ovRmF_b1)l~BX55X3?(6N;)>D`I@ZYOP8g8lB4u zu}{%K$)*U@klhL}$auBd&tpp=p7=_`hvL2iM5*KwKy|@-W|FC6_3NkOPb#t{nC74 z9FeN4n^!f;tOB^UAwKy->@!aI#f$3;p}J;oDbAFzRDulD?X}E%!h5{q-H5s?L&u_* z$O}V9VKlLEw_TCz7PgFNy<#ds7V5B2a4a;2;=Vn14ul5IPMGx@L%=vu&{8mxILCpI zP^Z2%01c(^*iL`%*qg~)JthsVa;UOq%*zBPq?-&ojbSF@hBT8E`5cBE*m#n7Us#Jb zAodOtmAB%pd~H$jUE_)(dQ-iR8M^N%<;E~gJHD+gA5Rz?HSXkEMMM!>47Yx99BUXr6~`^ zPY3rtdx(^KnC1OxZLp#tXUgDwb}+nS^ortk?7k7VVzae{z+g*lm>9*U=8Rh3^Sn50qf39zdpxgoWN^zs`5qt8k&whdDm~AC^}V-ciEZtA>qZKK z0hyoIltkdaCd`68E&&|J_Xe-bf|XxfpSIWXq0$be;^3C~-#uPVWY1gzz6+cx)rI|I zLVmT(Of1pIPbzg9>6=c>F(msOR?H~bYTPjOCrpHS=PEQuPZ*ug1Joj)$lf>=k6B@X zrnR$X6B7Li&Fr0TuBgs5eSbKMEOiB%BU`!!G+u66G*pF!`c79G=1VS0j8Dzs)Pvhb zmV!$3cixTvUk%CC`)+Cy=O|;IW8-qCI=K30x62*X5y;B;%GTDR4{^u#r12hAPq`xB zs-1CkvQ{v~5i%rcNyCdHu{Pqup2QSC5%*%Fl0|v>M`Vt21L=)rxpe(}Al~YhiU4W? zRWUDd`9Z2J5^g&b(-n@PTh zw>9`zdq;ez#8{c_CBQ||DPY(>ATE2L0c{+hIxNn(sJYSqyu+`lk0`F4v`ZMNnlQ9X zw@U<_3IM;G=1!r=nWEU2Fs!?c-PAF^&tfwTf^Fs-pAzM0%%agS_k+Dgm*11v5`Ooh za+kHyT;96gY@qjhWJcU*?O;a`ZGTWWt1-chpA>%XiqFmydV35pP8sR8z^k5$G0n5T z9|gYNW~6o$xNXpV3V)!NX|2qdua~E@K9DF4jT>mGRO&I~?ka*5pLFtzC6B-9*?qKQXG!nP&cq>|QazH|QbA z*|sDt_z-J_ko8p*0X$O0qMsC^i~#0=!xg6BuW>7!O-jh*D$q; zjZ1)FD@6XMufA@%{jPf>_XB^wy#+jPuVCfF6&3Axw@kIF@?G{0_K2y&xU&6Uo47zh z`tsOef{ei9##oS5L;M1G;g!B-JIS0V+^&tY)9)Aw<@0yY&hLTIn$hHg@0&Agp%{6&oS-1Tka%14{P87VzoiE= zUzt7>@XKW#6O`t1q8?atMt9mW;<4m1MXEV2{)=XX63vrn9f)rTR0lsbX4CCoobgB{ zwRFNsG`?B`blw=vSmrq=JCU=x`~8UC06o0W=TQ<+{(#N(yJK99c6bZ3U|0^GT2DJBJ+ZibD8YOfczegbW zVE9j)yMpQx|KWho;?X4_^|amlzz2Rabd7N{LHwsw2H+EOUNcxZbuy`x~eZzXT>6&$SuH!*^aRa%!&yh@X0* zs0_jfXUM|{YD=l50=blmZ@8gL#kIY};uH-on6>S`K@eW9hB={Ab)pDq6el)k>{Elu zS{_S0)-L?-tEm4;_t3iVFLleJL|f7kYce=2hru$4^(%6e)=MlwNFSEEm>5bTZ*4J zu~KGf4c3m$L$2G%FotSG zq6eY+s9#JTB1Q|;$$3tfu6avEN0{jj?b>!JtC^*|py?)B-YMWYDy%~%{}7T;v^sT= zSm2nZupk?jP_lYpRF)j<+*SIga#LkW4#)qU@vRX{y8V|l?uYkc^WF`&=(k&Z{dvYl zE8M0R#zPj{p@lUU5l{DA$GeH=7*iYF&YJ-aX8@m7VwgCN{XdGbE{A$-{0TjZ66{=L zeb(XIZ2f7u4k8L<=UC~3agnN{}TY}EE z@sxH?U&Nb>6IF#)n{NcNpJ|+^xS5HC$cyy4*2UT;TYHI>Owgs;Fa}@*aH1;~u17CF zcFnupF7x|YqRV^*hWL4H>!x270Uj{ZtwB%huqXWdLdiMn>^IN&|2lIVIb+%W)1k;= zf5uR1mu*Ab`215Xer^1ua$-uNbE8J{`bj{V)#0J{q27dKfqAesS8j=oj6v|DK!E^m zg3BH0n%keZ3)l+OyBaA8-S1QHczo{B>VoOE5X6a3jC5C)7~i~Dx!TYrd~{;a$o=>| z<~dymTDb|Bk!UekFb}^k!UP|}C=kPZ>12O8KiO_+H93*F1RO-8^;$>U5fgX;RQN^z zNuq%TdNdY9j>Sy44xB__CoVucUCmfRTmv2m9Ex<#7rU9U%Y=!>3f=zDXg8FL{LMe?8cVXnr|eNG zI~2~z>~slmLii8{!zR70HHCV2`=;gl5y`ZPizx!t$#*P>x@ZeW{Y0QcQ-I220}1lc zP9Z0#bT}kY8uBGkt<;~I3=!A}Dt%7%aT7H~S2xND*x32B_~g))bXIz&^}1B@()YTZ z{$M`Wn-rsjjFT|7QkfFWjd3Bd4A|m0o5&PQ?eQymABib&koOE ziNanHa}5vdP{~$|z8d~7Ba2z|`xG)~^3?@$c|Ia%Or;{O>Ts%bAERX0r=LIlf26%< zP?K%ju8kF?TIf}!_g+PEt2ZD40)!HJr1uWe0w`6wbfk(9LI@D)MT&F@2tp{*N$5=o zHB?vbcYW_#?>sZlH}lNOK z&hmXZE*h>d;^kq$2a-JYj4;iKfD#aI=b8Nr@FjBb9&PL%Y7Yr37Hr>f-Lo%WMpX|Q z`XvoiuUk7V!jn+%I(q9BTNNgHRrLLx=r>hf7&xg)Zwz@}Y%N?3Z;?#R=qXEi{Rk($ zG<%R|JWgI6_%I?R&Gx^{S8*Uok~Pcm*C9$56^$~C3^d?}6oP%6bt~@bp;RjraSjH9p1h)4{WL=vAF=RzUs&nj}noODi>VL~8EqkWUnl0qnPS8Rt#> zzxHOsCPMBt*fe9eMIi$P-8EcM2`1#%jSinDV23u_-Oaz4WX7!Kb7F`GNu?{&PAdw} z{0)AT34qZSIjd3T3dq|rs-*(Wm6^Pk5J`iu3MRIgOm`We@``Xko{l?ZrG{{$@ZuL9C<1jsf? z<3Y`Qp%%JGd*8{BVJJJ0*!5~u#*?~uW?`Vl)oyfJ<91rp2Q_DZd)5ZmXpiqi4k6qw z1u>dlo3byxI+s_}r$~b~DWI2AU`X8KYZ@QW8%^u}-1`S6kvEDr7JQtH7^V+hcfYNi zweV`8h?*s3&ppX9)AnJn{-8I_ZM+%7L#4%*<5r;l#>82#Y5a1xEpd9J>!x0~$`+6@fLKFRN*GT@8Iurfe$BOA@=4zXqoW2p&MANe1 ze0|RfZTQCVftp}?iokE{*5uE&F2Gb16JYyeTZd&4%nhh{Lal>3x^{`aGV%8rEEAp- z*71UvH3#qnYMI()inf+dpB5zjA!Bd1-;Mf1Rtt%Ax!@u^>C?#{&>X`Wjk+HO9h7WN zTYUPW<+ML-9ss#l>&Ji{pzf)gtNT&=sZSun?76!%wA}yJVGKcPeWs^zUVIPBo~hHj z`cZ%1WkGDH`sm~GX(d!xh0R>is70_M3eD08GoUco`<2TpL>W^&4g}V8;U(yt&dao1 z0#7=i;R`j;u3f4PWs1zj-7Zv+Hq9??Md3irK&%2cc@l;>qo$x&Q9zC#KiRe29U3go+w_P6P z5<*;^E49`GphTKPk~5=IX*j>Q3{X&&Fv0Z+v;d=oR*_&d9m#FR%sh@ahXk{ zlbJSrRs~0=^k7d;x%gr>~rrlBm6?ptM%vuxA~o z*9WWobLsCGz%yTa?01d$XM3ZKCysTOOOPF%D6MvT1s>+7DpwzIw4-ai7c~ju#%Nam zKVT3?X>}McWagoD2hw=Q>!qZ=BpNT~ zae=~yv}qhNCn>&Gx{FE=sPp98t$Y`|FYq9>p6Os;^|pqBpSyPS1<#^Orcl>wr@eXg zEUUs>!WK^-X5gF*y74>}>U@f>o$)ra4&blHK4W@bIk_u10s;%!km!LuPyF%aN`_dN zLK3!l3{=OrClJGFqrNTTevgDF2*a!)^k4z~UMm(*U4VM8^m=bP3ykCgyt+$d{YNk6 z^{WpzwV0t1=e%oCMw0%-bZJ2l6p7vlkWX32@S)dPP_QUW zY>}qIO2WncWkH#PUAj9}dFp z^zRF)geBu@{8n-4u5i16pQ^d#Pwi+HwM}KF1dMncL@7|%JrJBbw9ZS z7z8hV>jhh#s@;5@CkhqoNG5Th zAwZTup47P80}>qcpXmni|7h%st$}E7O-=a5W^gfr^X>@x!=A~IRK+;)!%;+32Tnkz z(-QYvw+N)j;mo%^MW_~tC;xWv)jK-LcyIYba{o=u=BD>HRFQTNX0lSNTfxh)zZXwm z7M$B*JM33C$! z-?Ru_>5pC81MPj~a-!e45RtMY)pRp(X<$jq>9+BcRJ{fbSC)ALTbmSWdhSMJn-_P6 zihP6bfAHG5H`tI?5 zDEPhx=lAPQIFK(pveP@bkdg01Mb=DUtaJzTu=Mx=65C1J_1vEPttM|I&8leD>TQ9lzKj zN*g6fu}htAZ)B3yVyKu4XHzvzS4{1~W<1a^@o({UGK%#fNMtHAPMc$mON76bRP0;O^)vP_x-E`|%_=21t^q;38%L=BZTPMR)g}O+CO(XXG}UA+I?YhzC5!@_;fwtK2m{SFE7vLvm(!V4`wp75+3Cn zH&jE;_#VkN`3w<-coCKgM!vlJz8ecl7eas&A(0i^*8Kh0*z^TgW7|^$ngHEM7QYn> zOn9p6j5$XB`jMN z5n)Jona=-Q4{`f59Fyaww}QuQ2gs!kVtFLMY~kNr;Ynr{M^TtW^SSxWI`& z%>L$SrD7C0P3zg{NeR{y4pJOLJq^xM{XGc+{j@kt;ZHG23CzAg(8r+SyA8T0{PK*= zk7K9B6G-aAG^?+oYlj@rw_Ph)icG@NuD}Qdy*I15IW3!7#i@Df4GK?r{A@@b$zRwJdtmqSCYUwGz*yvSzBij# zJx7|5Ap!_@uv}8`YOZ_e5gw%AwV8g{HsELbrlAWQ8926~UqPj0FA8z<30u5pd&Q+r1LaE5+;dhy`bmps2zR}Tg4c~kHxOj z`Sf2GoPoYe?zw=$b2Gp#y|UDNS5Bajh5JRe(fjs`^~>7(22_&_GjG}g=VzD`k#l;-bg6&Hz99|X z?6;mj&Dk>|J}nL4<2)SQ=xe{I7C&A}TC<2$e)#<{L8qH!Ye#1x(U;O2fgF*__i>wV zR*T+O{2_x%$k1N~$H9q46Jax*$RttBc-0@WXC~^cfv2P2X(tO-%*U#!qSBkZFfd?0d;b2lm)4XET2r5z)4wpi zWV-Rmg6x8vesTwFR%KSTLzi-1`6kGK{`Y#OiUWMT=#w&nLUp(4&foT2&t8OSGau6D zX{yykYyvO7L?DFPl0l&J4ck=}&A+WdzC3Ow9%;+7wYu?Ud50s$PX6qn%A7<0$y}JT z4p0@{%?hOq8JcE~cu)+^3+iE%D>S<8{Lxq4z(n))?m3%bY*YXKxVYzAz%aB}l%}4q zhYe#um&=v0yw`QW=Wg{yCsn6)Qfz|HWLITqZR}zp=CQzPU5<&MzP@{C^i;{t%HZ-P zZ0HYJFDK`%GGNH`ZOPCHD!-ErqJ8W|0cC2F%{p@BF11V)ptgvNmKAMqTEZmd;X9~2L^4u5IpCp-n}S`>^b;#4I};34&wp(4^3 zNd+?Ib_Y7?Yb{L~ctgI`fVg+hj+}kOpAdql!DFXt9a;Hni<{MVhNkdF{p1 z_N_zt1h-9TEPA!^8a{Et&W0N|V|oA6qcF->x(4rVN>JT-bpM2dWAQ-PoivAL~7FiOZyBlSQmDjei7^a3w@R_=B*ws;PuD>3jISi!Y)^Oksg zdGTWg%?j#p#$!`$HSgZ-mgk-iP9cv#;xB-+ifop!L8@1uj`(QDGGwkwE2MYk76^gu zh9Q=M5^m>y8unMviMNA8gWDQX4~+7Q^VL6%JAR&`F8u0rsA0J97w}BPbcAONA@ti# zd3|GdGqh`lfd1jVJ+jJFU=M_J;${+_x`Km%HNW%6c57wS6~12%M0njwT?}q}a@UUO zd#^!d>n2@ox{_==C6wK!0rk6q2S}CJ@^I^aqA71I0}|WsxLakf;W^(u&JbFe^TccM zev^FmO~*pZ4#PxretUZdI4uouTs_hs5>4ovurVGeUJCEgcVYxa+FfysA;gxi)a8D| z0JI`)Ump+UvWXj&C8)i^ZK+>8HHlx?|3fz1B=`G*c5Y>5kCp~zKIyX{`ZO+vH^DghLjO#a;?5)aM{GTU{Ze|_#^*ZB{bMP+|wGp8Sw=2B58;DE&1n>|UQy|8zV)IO}q zC427uA-F^7bpZ%5-(2)wJ9I1f&E?a;ybs-o_KlNMF%r$Q*}eNXP2gNLki+!U`Yid< z*;ZE>-4HSjYp?9ZltT;Lw?a3s)NCCIcfMacsLAzlNx~*g?(aAS7xY3FlZWGs(&{30T8s!}%75uUH3uqAJ&?8VFAb`{V_35|5!Es$(q?gJR1A3*>NL%BG zGXYC@`#($0|K2SA4Rx0Ga~m~Gz3rz@0;E%b>(1I&SBq{p3Z?$XQPXEiOI*thbsy>6 z$Qh~YLaY`B^8p@l-G-RP`gnyRP?{I4x4-RGS$Y){#SWjFF{tuMq|ed)8QXo#{h>IosQrf0(lhOS^qK=W zQo0Fp0nl50py9sRdlP$p)jo+mJ>;mXHTXkT!I(o@aoe?a#7MWnyRC&&Nd6RdBjQz1w8@HoU%;F30nNhv*>dW8z zH>p5#Jw znKjYbn@iB&FKgU9gva>%Lka~CcL1+Zdg;KQ2|!Qw8?WMzu_!fZs_)+yQDN~0>F<^$ z#iySiAIhB7n`bRb!ERH^V5+iQ`a}jjY9$(}LTKugR39>j_kbf|vV61_X>d>l%b`6* zTGr>a2=0hcxG zXkR#@N98%AuNutlh^3)5mIxPa?%Il&q>I+cK!3lz=}m(Q^lvz$VH?$@|G(VlH*gE2 zzSzwIP|9v!K6N#3$G|KxRkbb&VD%v*pe~L-6R-}p_q}XUkK?0$6TY1wUUSZtB)_WD zVTIU5snHs0wI92 zSn*@uwskhSy2b7LwbZ;&2~Z zUl4+5zmUq;0<-Su?pvv9@Uy0r6Cavc*XxE1NlL07Gv5d&z$_D5JQ|rWC+-go_@)on z7bcEOEp&r6VcN{rXg1O7lA8pX%+EgSl{>OqvUzp7Z^n*Hh>&yS?Nb}V- zPU^v)-=D|l?$4`P=pI*)lE6*v;tk7>=47Z0qDQf;)o1*xcU-aE)1Ah0bRz^h1u%MP*}Cz1uG?l-GrAFG#dAeW zC9^qG+?6x#t5ZuMkH#hq#^8-f0Q&^P`5A?qUCh>B$&*)~D!sjThvpjd?e+$xXSkTX z0xF#3wwl=F7N`UuvFt?Bp8>;s(o&tEkU~%tGe)G-3og*H-_PltfwOo>N#WH{o9Zh# zbGqWHG;3AFFp*F)5w^}UJ54{^peqn6JBpu6mA^Gd`PW**?@9(ag`1}#R%j6@;}SaT zR4!3TAboGb)sRUood9}SpwoLU8kpRPlSnSge_hBgKaq5t|MER)Nof*%alcQA=1GIJ z_ymCb40y>w4Bg=DUXD)ZwDTz@;xn#Sdq|>Qb^AFNXZ}yGOA&#A^{ltcJ0xDmsr6bgMP=6!b~sAFSP=C zg&O2{_;HU_J9bFVrs6ic#VA1E-OHlMk9Emr`_}cVrg)ac8h0*G-=dpA9S3y<8 z^*fL5{R3-$z8FS(^Zu9)`8NQ^)m?R5TwDQ*KX9-i>bH&L=9z2r!^?2b$E=lBf053? zHfFDSV#^}1w#r774twvFXSj#xec5;gp=~B$B;SR8J%ohHsWOKW7*EilP2Ud+%2nkx zNk`o2Cl$cr0s_8mAoSo^Xie9-9J_iNrV!|T#dV=}dW?o|V4)Yc&d@bt&lm^vHU^Rh zF)xMa0rOzBRlx9QwyQ(K732({eZb=C;$!lr4wlmQfbnCoZ=$qj&DSQ1_pvP*c8_1g zFXvv%Zg=`zd8n&ZJ6BPHHWf12g{)b%A_Uz`c~JW%^}8F(A)oy@pSx50LsUoY$Shvk zrEGH3yKKqZ%+nUIn5ARs;VP>7h7c$4Re8)vxuUpM!103 zYFdHbe#*o$2$FN$* zJzBPtAHVk@km2Ux+B=J0^^O*)u9V}CB$!brq$X*?6cy8B0vy$N7>hJ%vF0f*qDT(c zsx*~ND1H5<(LPYx`fjLH3u4Vt3!|>wUu-vtWq`u?ic;&!RbnlRvM_g zY8{93{<(=a;>UoSn}t7Wdh>XC^Sm&nhi#;vYNYt*U=m#wFpk@+?@5~fvf3?kc6EsA zEo1eY_g)o~F4nZ;oJ^6H3wC`Z#Z?+hf)|lU_jOwTFyw|w6yJhde0ws>^L%@AEvf#> z$HCZ_O!n?HW`m0&wSB@nC0bmr)y-~?>`Yms7LFa=+O~LqOo$56TBuuDv+^Dqy@wM- z+5_mzKi35gDSGo?{#MTwwqf9CN$Gj+FrPm!;4FW59ODcY!cTZYA3znk3*KGQo|42< zke@!AlS`aL&Uc4uBY+z8yQJ6)yX^7hTea>KS#@{gkm9pW@R-pGFVzVNOhV|B{p-`k zUepbg1+;*^VAI>{z3SuL^Y@+c2~R_gEg%;7wuU@xi+KyjqrPCs?e$K>ir7{e`*O$7 zfhidF*m+0`9a&H$vq!#G_;0THe=gm&cVdBOe5Cvl;7NCvCG*W2vM29ylXLeKX|B4m z&)ps@p3T10#e3=@BQOpF8F2reATzDM$M=Y!P`~VjZZwaej~kjL6&8I=I}*B{Q{aCP zSJ7?!TZpl9o@qrs$vO#tM>o9BJ_`emt4Q^jm7x4JR44z`y2hlIz@$`#xt~sD!3#Bj ziV}y9^J;3xOrP(GCivl9EeF)t-n`kL$LyBoBv+*%-$YFa+pJAVzI9DJV#%E!}At0NqbWzCtfIalXB}wxaG4eb=K+ zwR%OJB&(A>D?bo0jL5ZqKPaCgn@dO``BBmeX)CZ@qj@SClrJKAKxwc7WH&$t&n7C-1I`vZPF`w#09u%)fq#fUnwoe*wWMJ9y$mnO!5xp32hsEH(Q}9Z zIfnBk%Sszd4}$tRF89KZ!$y?3G_z&)ML(h?uU5$|SLV{qs=KFpulli`o%gtHXit+E z_YxTrC_c7nsQ-imm58&~y>lN^P8;Ql$*dwfFUCvjmq2-&dY*{8F96@5K+Ym^s@IZc zT|KmSyrx!|*ve9S2+=q6kg>f#J6_K&?KFl*^B5Y%Ybo7+m^U#bIbCP_Qmmu5#4;j- z^;%R#RMDZx9K7zbq9=X(zPX8cmq^`s?Rs^W(!vkX6*C!68G994t-V`&YM_S&8uz$i z50s~j#?5)HB*g80|4CWDAtGZMW0bYMlV0N*EMTof@x+@4e;+XWT59{5rj&nkY~quM z;2l6>#wdcmWyL-4t~*|O&&}`iHnacV z@dy99XaDCy!P|B$I9V? zFe!9IYiRP==P2E&eiI3f-vsa%_~DXnSi>}yuILucZmGR!cwk3_QJaCokw?Ne^$7|k zuQ!TkC!iT5i;pceoP}DBZU#z5LjULU5fS*gr?`{I-^Olrs2ck5>5ThR(@$zAGbPi6 z-n+VTWdvNmw<_PQ6E2(_eo2|sv*;fx5Q5?8yOsG<2M(ke0$qGTa2z?0Wwt7qW4wKN zkJ6G(G`eYIaGW<`68^#nYO10Lc~)LT_(1h6*Git_L79;zy+ECS;h?umXNv_FBP83` z)4zN%D50QL(CxkFOx+)uV6=Tg6nkya8N64+#R2(CAC@Kv6=P zP5D^rxb*Ljr&qMhaRXKUBu&9X605Xh5+2iOwKs16@_tmePBv1tm11nx35)_3Tg!tU zkbr%TB}w1gV=Oo_ag05!7F}HjTCVPJC)vQZ$VXno)bM3-C&S~OnYCn>!5`MmT0b5& z(5wtF0NOo{pRJzCGTt{=^+tgzsPs)v?D-XRk-sZMjQM0!s`VUACIHh(H~ohYF%}Ga z$HBQ+`1>9^BdRyL1tUJAh4JWcbPUFu+%V1cmWEW37QRe364@)?N5Ue3V=pcDhQ72t z-dlZ#engQy9|zyWe4?k2VdWP+j^ueiv*y}ir7Dp+(SElNcZEpowUh}p?6KnKotx2j z8p?J>S!~L+CK0d+l002(mOW-9-rmbcc%>~~1nC|a$}s(C<>7-6;7-fk7>S=vQJ+6H zWljGM`~IK*fBuiq_Fw0iFx$S{o%)mP*YM3Yt}j^j^w`LxZN-wpgL}^vQaY7H zX4a_#f=OLu;}6zkTHPJ=^eRqFnbxfx`i&gf5F#vMND94&}DO|(`f%@p@Q z-f}Oc|x?FyW!a~u8T7XoI*~9 z9&`+oe|Y`aP*g^+w}ht$CEs@+Y#^{(<`!2nU0q{;{_M~R2ZK@)g*qBtf)z%3SD9dT z!6pf>Fb@zKihWiRL?+CGlR~+S@eYiqlc)@j^!O1#3wEtU`!kWTBU@#(+1xRo{->~8 zisr6Hj=A6j^U|ZTTn1J*79KcEKqgq;Z<#v4DQ) z11XqtD4vmR&0qb6zvfI_W1M)WKEj?N%goR{t|GcL*H*sWQPm?S&1Q*@7r#9+3AskF z{C}vQ_-}q7<4%1`*3b9z+SnwB@>cwyr@zZ>Xk@o_)vxKpFO5nZ4-zz0h3I3@GN1&i zXB4`5CgWveX_lZod5kxScIcW*Y_VXx7S(O-*%-^D`QPtGQ82-tQHc8r{(}xH0;LOj z#N}>+bmOgZQq?)-E}+Djpv7SG3klpgC2Iv($ic2<49&+VJK?1Xm36dt7OXM&_`YXd_0)JF1qsf+3IRt{jTz|AKK^J&J2TQ{7+C?m z62oP{r_V(UBSa2Yy#0HHAL?Vh zo_3z}3eaDRo_d(Q%}JmTZN{ZxrXXnk&}J^Jctu1L1!X5pqPq$1=kYS{wZh2uolV(Z%dbS=|?u8xj+xi;nH z<4Izay)gT*(lSeb^m_+&jhxvbZ^paNLKMBa6@4FmZE;f7_4Cs_TDTiBGA}yH6U+Ia zk37a_yG$waan-oh^LNccasH#zi=UU%nj0jCzTN)%KEs>X&K%6#C?!{9*iJc)?mR7M zl?NLLS?|YU1NX2vW7M3fb=I3LZ^oxLDf=z-H|xFR{YzKI%v ziXw#>96^+zK>t`eTr`@$55lHJ4z5wxpx0{Bx=g|Wm>f7{MzIEamz#6X(>30+-Pskk z=i;3|{+03*s4(p{0xTK~Gq!p>Oi*L=u)nvb?5tGu{)=QMq!tm4zP-6vbx21dDBXxr zf6>Z_kgRpqO+EIH)ptVbK__!XdYTxSR;qqTvblIlyE8$Gc(w`tf>ST0>BLQ4sJ6JGwff>mlw( z=_-14wvicTc%wli!X33Z=p$~ta|;Z-*9%65dA%7mFym8kZg>``Ul_XUY+H7fbSCKe zhBe~C62p~HL8bgKW>0>e9%+K;VmVFF6crOe1XV&}epFxFejr%`G?_BZbVp2J1Ki9a66%CZ8qe z@~I)jz{l3dm#Vy2vib|A`pb9Q*UxW0xT8Q%EdGq2waK+*SmN)O#$#)=p6O|;l8Wf% zA0`G4Bx-o8Vw$rqQqiDvJOVjR(jn&xl4^{9+T_wp^6I2kd9S+k$npXc39nT^4U_Wr zvJca~x6mcbLi4eOd9}&I`rIX%-_BI%i6$0<<9ee~r+%xOAaF?=<}l}Bnk&IUaW+qUly*Gs z_l*u<&ENNIi7 zVE2i^!2|%FzO`qw<%}aHfT0QR+|QKkaTPRc>bSC}naNVI>{9*q`+!|$O*Acw&?TCF zO@BYWx(vZx<=;3I_24e|l21BtVoEiF$A2ALy3sq~irz{pM#TOCP!VsiYuq)-Q|85M zDhu)A21WRLfZ<4>v}Y5dMx6w4Lr@#*7mt~7D3*}ZY&84w@sq5Ji+#kQ|EIE@lL2N; z+$x=gTKJoG$PHT~rdu+a^IL5N<0@2b9%;Cj%>Aul@~eAuq~F*5$#7stGI!#z$Jak( zFE4KHm1W+r^$!vJ;X#1eX5(7nEU7EGjX@$kdLSklLQ8tP7y7eF!bHU)b;yD#Hm^9&s|V@WtNKdj>66d^SJ4}{lAnt?EB84&c7CVF4klc2B@r3< z3FOgL3cU7ruoVM>O?Fnu-V!dMzS66$hpN9N(-owV_%E9tiM-+Ia{Ss;V~Arm+TH-f z4f{sel4x2PxW&;Im#}^HQLJ=&yRhD>mF3`kb zQ_Celzcy-r;>GobOv$JzL7P+Wzh^$@KhaQ;RB}BKK<{ro?XS9cmb0qB;i&e@j@d%A zo|axq+2I^0>A41fD(0wK9^mw|EK|fpD)QBNwc6RU)YV_YCqm!snO&hIY4?}fDu1U0 zuYsv?5@`9=+`a)q2wS1`6^pvtY0{IOzLNhz=LUD8LQx8Hk-Akni-J|M!BUDG7|r(n z8>$E?i1~&Rcoar0J!_I?N(xAdPjxKG!)iH^sN8j$qvuR%Ap-~WgTMHxtF1jy7l4PINm%ej5ktIDQ%56kL72b>HuuNDZ6_cmoFP}G4I{S zY{4MIF06K(FKIR;QKUPD7_Lrt(eR2Eblz4>tsl{KEO<{WI&9uMh}`>y-p<7<`E{p8 zzQTQJ0tszp(VK|$=4tjl1C=~r3UO$2SlqNGxT?x_spc*jheQ$iI+Qtyp}2Ex8vi#x zO{ZoO4u*LrTgKek^|eDoL{rU(Or^zIEKr=J;)P<5>$xtl(+dM z_#smS2sMdciK}49PBT}c7XI6DEV>oc3Y64(Ds}K$uJ8{TUU;NS-=corsYg>>X%*e;wm|`_b;aFQO_%&ilCkunEL7uPPp$v?&U8(@zVVTG zm{qZjc+7XMG4@8TSqPFUNf8B-aa=xy14%)wf-l8-hH^h2f#a7{dUbs33NC=19ivuTE6&l>mEs;<rc zP`|>Q(6ryHb9jErx0inEyVEQJQL%vqmWmclt14w*xt!@>BSF_OWp%qF_;QMf=KV3u zLDrD6ZmLekOh-V`8TtAeSZB!$lLl>qL{;Suv=n}{6_q@Kq*#DM)Yfl>-YS@W_kWM4 zMvZk%wV{HWcSV*vB@zt;o)x z_^1Cs{qtYb`Rm7d2(wK;0aurgc3eTZ+c8oD--E9G^0oeUb8>PIdduF-H+K{x8K}s| zlC>RdG_V=qM*mggek_t6zQdy$9~$(&v`L_XhyNm)g;1&Stx3jgLB3*FhX1uV9h|e$ z&Zsywk&{xZH8ssVaNlBpTI(E$HtIFEs|d!SuN%qqbj0EbI+^*)Txl*h&TB2JdBF1D z7QzpnzP3KkjA#*COuXJD@blZ~j~e|nl)XYLi+nCb@}wfXh`&Yodah0DFsf^&u@;5* zWUETKV#4pz$8ie&c;9jP!%kB>L%y>~2r%f&sui=kT+kUm-&HzjDDLfv1k zdB6k&KY(-fADTYn*xH`HN?dq%Ft@OCAD_C!NZ`l|5T1tZnV8P5Xa3$d(q?b2Zu`~1 zSxu7WZTY%@&AS8Ie4c-H|K2zp?WHW6XVN&!&2P2BIlHuXh|^#O!t2rybQ!$VsG+Jug`+?xB#l_%G@jZ;E`9Wb8z-~OxQz& z`+5{Q1k;2%uLkI&bDZ)5wYD6+Fp_a6$g%jv-%Ea%@49kdzQwy#CfdJE)g}46f9AE; zGd{e2-x>@BZC`4Q@ghX>kKwm>mzTdC)( zYY}pP;k@n=dT7wwvFJY_)>;PcSz+ofm`1!WN-Pxeg{5@% z?KZ|cSF=>lRDA>&x47r~hvYwcoh)ZsFYPTgqPKj7T&DNuLY{^QUs+1+`sPV#pi-R>7@>|BT>V@;Ik$(7GV|+=m67+0A`oYV3ohaXd-KUf8l;Q(NYqL_>WH#M zoM@nr;CNZ~ivH}Z)hQ~8?H8{~9eiw=qnc^)t*cpI28PD0*r{oNl3&WwDEl3Pv_1-gcZgA*uq}z zy!v6ArjXIz)jgg#k@L0QnYizLg$6|i%grhkoKbn62Zpr3EciAobNkzodm+ZpeT;Ik z^l{GSq8pZ9{IJ!Kz>TUCCg^8gjhk&vy&vIz$N7u`ot6)=pHXqWbrtiKCXN-A(``?i z$=9$uzXFA;A75bF_sjV&g&HH(m9!~rj!3BapS?>S`zxDin`(5a!93qbuMAzG>j_=e zaYk-pL#0DQqv*Ha@K4|)jd~gMwfS3la-$mF6Bl<2N!#>27x&#-XCZDa03|or>6qGA zxQ{7P6NtMZ&#&jVvpXI>mb^Q|5Qa zXpLZd&dB0Pxm~w3+as~#f3g zcUqU!;OCP+$=^lCh;JSrz@v9=8Yuq(W20CQiDQaZd zqvb!}2F zElzQVRJ-710I{63K4G0FJ=3Cx%nm!EQE)**E>rFJ*EHEXkAZGnpU_nUEecDyBPxqT zsO(D4iIdfrKV(yf@QTW^rIo0XrO>(`1FNw5r-{U;qRl;?48}j`cVAMQTbGIPY2U1R z2%f~Ptk%~n9q3#ZD{~sR4H(s3>VyuPYAN2aAYX|2uyyt;Grq;2iSA|sns;cyHp z#TI=PjISCmBSAiNJFPZMTetY8q?W4kW%fci%o+m&+5lJimU})(y+33FgCLfQ^N@|R zBBc=Q)%6=E*^t=uCY;NmAJbW$CrxnumG3y9Xn{%Pys3e*?sD7CkvVixh_7I6Utwt} zno?%hHuojtl%>~{SetPE@htk=53i7{4gmNw7f+jzHcO2**>|sDW5}KK_3;N3!OHyErL}>FbHtx zq?_@`3kmeM*LLb3`|7_*(DpsM%se4E8QhtDFMNXj?R@3mRI0%Wd~eCY+J8OkUxe5} z-}cyLU2vGbE8bd?AZ9aZitz7(+ny9V>LnbjV>Gh0U-j;jpyqv9OM6X*H<&+Km-R-` zUW-D<^%!Q1ty^wjD%4F;x^XM96X05_97pyt=!`#9C1vIN!SYM)q@TZMzA^Jrw2}=Y zmq{7BY>OfH2Z%SK_NJ6+r^b7Lf^E);I=aZDJ`kX_bS|wmQbfSgalph!p!WnRFci8* z%Sw1-*>|BHGgOs(_yq%nU_5Bt^!McN0LMuG6E|pY)YI`Y*Qt)sCwto(~}sBCpdX$ z+5uS-i?ykbIvgRxJed{{u%a*xOlR@47)8aoV(ybb<&Gz9tp0xS_;~$XItNP!FKzk+ zBu$_Xm$KWdUdE()v|a`TtXr!&Y0a!YtE=1{*nXq#ZLuFp4|_ojt$@i8*s^&`RR$kC zZXWfOPb+6hf0taO{$iyi?mZ@}a)nEBChzG|wJF|G9vx_;Am7IfG#u%@x6)&d_WYTW(6kCaY@_$Q zrHOdIu~H{!dLwU!T3-FUs#jGqgQ7eTIpm6SsV$gznC+I!7Ls{c*up9nr_5oYZF@gc ze{ZbIqE6*zzersRSgp*olq_S;YTvBfiBjWP@qM(g5blB;zwXh%Vabm#I~V@?-Z9h) z59du+^p8Dytkm4{dlV@D{Uxnnij#CH9;Kg=4A3MXBGa$5KoEy~p;#ND>yL&sRfSDcs*1NxWwl^Jd=oi^gqXL@Fmm#z zX;ieW$(Ph53;&I0IN>55j2FeYY>hVdOx@Ee+c6(mFWgp|Fp++20CI zBM2?k)OeJ4*M3qFG};W%tI!*iL!hPzNF))tGlC(4btaVtdI_BNdV}i18WR7cX8wQS*Zb;QP*RlICdgNi^s)8R5DG&ez1-zlxB^BC z15V5NFI( z;f5b<=HH)i@!jFr*%5QGg@Bpf|9w55@D^KONkPJnmk6isxzxZ&O6@sB!4L9kw2 zP2Bl8Vos(RVA*b;#JF*#wAcQ=MGNtZl^;RyozKsALQJoPb*cWm8s@=r$8#hO>lHE-;XIMg+fb9(KUM+O%dH3qLT)g@_sq1^ zsA~RKW#|6Sbonnu}!2oHitQEzMuQ|@BPE~Ke&Fl-q+)Oy|35xd^V!=lEsmwDYQ7s zg(BMt=S=0-9mov$gKY?sc&_GoQ+04l3(D%*-H1GB;hq6U{=P5e)26!=Dy9GXC#=>o zzKqh&#?RMM&a1^o_&~tOE{m@3C5=x!$}Es^n*0mJ&*_%UvJ@P7;H1R~8<{^*9o=%4 zPK79%y-^s}v4Ad-K9>XNLbMd-=5i$-XPg_+zp*Q+Jc=;#dW-J&8Vh*JS; zffZ+^a6Qo9o`gixe)w#;eF}pZFIhRZurBO_D7B*w?tKfQO7?8@Ej#kb;bRbk`;nFJUdC@YtB72O|F=9&R$^c(caX|1q%x{UJUSc6&_q zo=%ZZ;G@8{d;L)^hRO?R6D|48DUFxyY896d{9IPeTG03KUs z>`Ecei6rriC zdIFt~9irLLZ8E?^&s4DV@k{M(^Zs-8x|26Tf5dKcZ`7`aO(kb1#Cf0>ddG+1k~ z4<>fTmpsaQRc^JZ@orHEBug}mV1N?k-?~gHgIgk!Pw8Do~ zS9kFnjtqo>ZiZ?T;XYd`z^Q2haWNNK!?nzXx&N42j#n+wU+`^&T&toKc;ns#1f4l{Zhl#F}9-}9WwFn@A`um?geiA>4;{s zJzmqb^y|~znDxU&W?4F8N$emP!Aade%YPj=jGdgO!B{VDG6Eh!7MI3^4{IpUNf&KQ zhk1Cwsc-T>pN4Q<?wMfHM(UKvz-_j$4-K z>O)Yez^qooDS2^4;w{n{&4}ppNSG~Oda_z+mXIxqEAi`3Vy{TM;gDnFZ=e@4!sRwY zYkyO5&Fb+Xe9i2=VFvbI@;0Bf((3-U_mHC&ZN%S@JwuD z^_y13CC{?nwk-XpFrM5gUu)hODTA!-9{ghaQXU$~6?;fU#dPZaFJB7-@H@TLg+<-29hmKK0whPlcx6Oc-Q>LVXVg$#c=pv}F?n_M z)5GICqQq@wHB{FinV{+X8CAYb^&O!aseqn}9|WTRUcW?~i)}j?b_z&DzrJ~`fQc>5 zjyio34oF`OfYc?U9#V$qqh+0z+$8uRUvtA^GWK@r7{zmzF0<^QF zL$j}f=adYnq_In3Ngcx_OhC{${zxlz=3}?ys%!kU!&~hbU6?QLI&;CaeEV7p>Q*AV zyV+{Ny<1Ww>-NWcjROuAtmA2=emg~^Grx}L3(c+j%_|$?XHTRAOA;_S>vIM6bHFA~ zcMIdAt_4pyw9dgK{qe@iSC2lw>9N4(4Ht*u1C~QsLi=I5r-_=SWNG!QCm*~6ez&1) z%b#2CHsHU)BX+**tZx8*-bvk{bc_a*GZch#1Y-2N`df>UCL8ZQ5j4rxS3UglZK<3n zQ+#n?)`3g2Eg69gDd&^4trcF5&M6xNehf*Gr&I41LNJ0ygb}*Tic@b8lBjzE3;m0Y z+g1Ga4A5;gdXcuqN1qlh@{9tkS!f(XuK^v}T*2RpR1Ww2;9K?&SDXJGP7^azF`FQ} zQB;9hx0HrrlpcJC6gj#j_IQm*FwNu2$QcjlrB5Ld!A_V%5QCC@n)r>Y;eGO@c_h*4 zwI4`wqEk8@qT&6}>&|PurFKpM_tZMkZQfA7q>c^=xG)_bQMJ{4ZS^|*Z}!p97;W!6 z+VGS0Sh1Hh>Eee31?O8Gl0TK(bz*xJ&r;vn*vE_uvc70_PB;@Yll?eT=Z2!zxHj_+ow^L~q?|^N9Th-8~jv&i7p_+!OKe_ie4)U-4-QG2X?RNQfGi=&>hV#r>#hJZ=ddp zIl3L~w==$X>Fai$|NHmQu*!AMmxpvDKti+-Kwr&TuTh1`w_+CZhN|PI%?8gx-cPT< z0(O8ie0?^xwrC(*0<=dJWP=1RxNkuRMA9q2P!1a!l@6){>URpz!j`X}d2*W|*G>kC zxa(S4Y1rT$4RDh*T)W3bbe?;PEE}Xn@?34mHo4Y__n9un*M9yUWG~#<867!mU>3L6 zqVEor4iK4Pr5=?I#UCWWjV!a^>fkir!*G+H6`rTzC9dsW2tZ6P&$#lVq~i1E86D>+ z_ixCSFHz8$TS^y_Tm5FMbCu4_Sy?5GykdQIRe+~b6qUyMs>dd zZsM@>42hQ%*?iw4?eMO^oZCbin3XqyEeIFBYc9G~wO!R)ytiPQ_|MIS+5Y%{0bH6_ AcmMzZ diff --git a/examples/webgl_loader_ldraw.html b/examples/webgl_loader_ldraw.html index f6c10569cf5474..8a2e0d6f60b4db 100644 --- a/examples/webgl_loader_ldraw.html +++ b/examples/webgl_loader_ldraw.html @@ -81,7 +81,7 @@ // - renderer = new THREE.WebGLRenderer( { antialias: true } ); + renderer = new THREE.WebGLRenderer( { antialias: true, outputBufferType: THREE.HalfFloatType } ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); renderer.setAnimationLoop( animate ); diff --git a/examples/webgl_watch.html b/examples/webgl_watch.html index 262ab6b9586b8c..b4ff698edb1336 100644 --- a/examples/webgl_watch.html +++ b/examples/webgl_watch.html @@ -35,12 +35,10 @@ import { GUI } from 'three/addons/libs/lil-gui.module.min.js'; - import { EffectComposer } from 'three/addons/postprocessing/EffectComposer.js'; import { UnrealBloomPass } from 'three/addons/postprocessing/UnrealBloomPass.js'; - import { OutputPass } from 'three/addons/postprocessing/OutputPass.js'; import { TAARenderPass } from 'three/addons/postprocessing/TAARenderPass.js'; - let composer, camera, scene, renderer; + let camera, scene, renderer; let gui, dirLight, pointLight, controls, bloomPass, taaPass; let ready = false; @@ -53,7 +51,7 @@ metalness: 1.0, opacity: 0.4, threshold: 0, - strength: 0.08, + strength: 0.007, radius: 0.0, postProcess: false }; @@ -69,7 +67,7 @@ scene = new THREE.Scene(); - renderer = new THREE.WebGLRenderer( { antialias: true } ); + renderer = new THREE.WebGLRenderer( { antialias: true, outputBufferType: THREE.HalfFloatType } ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); renderer.setAnimationLoop( animate ); @@ -79,6 +77,14 @@ renderer.shadowMap.type = THREE.VSMShadowMap; container.appendChild( renderer.domElement ); + taaPass = new TAARenderPass( scene, camera ); + taaPass.sampleLevel = 2; + + bloomPass = new UnrealBloomPass( new THREE.Vector2( window.innerWidth, window.innerHeight ), 1.5, 0.4, 0.85 ); + bloomPass.threshold = setting.threshold; + bloomPass.strength = setting.strength; + bloomPass.radius = setting.radius; + new HDRLoader() .setPath( 'textures/equirectangular/' ) .load( 'lobe.hdr', function ( texture ) { @@ -213,32 +219,11 @@ if ( b ) { - if ( composer ) return; - - bloomPass = new UnrealBloomPass( new THREE.Vector2( window.innerWidth, window.innerHeight ), 1.5, 0.4, 0.85 ); - bloomPass.threshold = setting.threshold; - bloomPass.strength = setting.strength; - bloomPass.radius = setting.radius; - - taaPass = new TAARenderPass( scene, camera ); - taaPass.sampleLevel = 2; - taaPass.unbiased = false; - - composer = new EffectComposer( renderer ); - composer.setPixelRatio( window.devicePixelRatio ); - composer.setSize( window.innerWidth, window.innerHeight ); - - composer.addPass( taaPass ); - composer.addPass( bloomPass ); - composer.addPass( new OutputPass() ); + renderer.setEffects( [ taaPass, bloomPass ] ); } else { - if ( ! composer ) return; - composer.dispose(); - composer = null; - bloomPass = null; - taaPass = null; + renderer.setEffects( null ); } @@ -255,7 +240,7 @@ gui.add( setting, 'postProcess' ).onChange( postProcess ); gui.add( setting, 'threshold', 0, 1, 0.01 ).onChange( upBloom ); - gui.add( setting, 'strength', 0, 3, 0.01 ).onChange( upBloom ); + gui.add( setting, 'strength', 0, 0.1, 0.001 ).onChange( upBloom ); gui.add( setting, 'radius', 0, 1, 0.01 ).onChange( upBloom ); } @@ -306,11 +291,6 @@ camera.aspect = width / height; camera.updateProjectionMatrix(); renderer.setSize( width, height ); - if ( composer ) { - - composer.setSize( width, height ); - - } } @@ -322,8 +302,7 @@ TWEEN.update(); - if ( composer ) composer.render(); - else renderer.render( scene, camera ); + renderer.render( scene, camera ); if ( ready ) getTime(); diff --git a/examples/webxr_xr_controls_transform.html b/examples/webxr_xr_controls_transform.html index 7e535b08fa0346..3dc27cec8c4973 100644 --- a/examples/webxr_xr_controls_transform.html +++ b/examples/webxr_xr_controls_transform.html @@ -27,9 +27,11 @@ import { TransformControls } from 'three/addons/controls/TransformControls.js'; import { XRButton } from 'three/addons/webxr/XRButton.js'; import { XRControllerModelFactory } from 'three/addons/webxr/XRControllerModelFactory.js'; + import { UnrealBloomPass } from 'three/addons/postprocessing/UnrealBloomPass.js'; let container; let camera, scene, renderer; + let bloomPass; let controller1, controller2, line; let controllerGrip1, controllerGrip2; @@ -110,14 +112,20 @@ // - renderer = new THREE.WebGLRenderer( { antialias: true } ); + renderer = new THREE.WebGLRenderer( { antialias: true, outputBufferType: THREE.HalfFloatType } ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); renderer.setAnimationLoop( animate ); renderer.shadowMap.enabled = true; + renderer.toneMapping = THREE.ACESFilmicToneMapping; renderer.xr.enabled = true; container.appendChild( renderer.domElement ); + // post-processing + + bloomPass = new UnrealBloomPass( new THREE.Vector2( window.innerWidth, window.innerHeight ), 1.5, 0.4, 0.85 ); + renderer.setEffects( [ bloomPass ] ); + document.body.appendChild( XRButton.createButton( renderer ) ); // controllers diff --git a/src/renderers/WebGLRenderer.js b/src/renderers/WebGLRenderer.js index 9cd5b4c43fee84..4c523e3259e96f 100644 --- a/src/renderers/WebGLRenderer.js +++ b/src/renderers/WebGLRenderer.js @@ -39,6 +39,7 @@ import { WebGLIndexedBufferRenderer } from './webgl/WebGLIndexedBufferRenderer.j import { WebGLInfo } from './webgl/WebGLInfo.js'; import { WebGLMorphtargets } from './webgl/WebGLMorphtargets.js'; import { WebGLObjects } from './webgl/WebGLObjects.js'; +import { WebGLOutput } from './webgl/WebGLOutput.js'; import { WebGLPrograms } from './webgl/WebGLPrograms.js'; import { WebGLProperties } from './webgl/WebGLProperties.js'; import { WebGLRenderLists } from './webgl/WebGLRenderLists.js'; @@ -82,6 +83,7 @@ class WebGLRenderer { powerPreference = 'default', failIfMajorPerformanceCaveat = false, reversedDepthBuffer = false, + outputBufferType = UnsignedByteType, } = parameters; /** @@ -111,6 +113,8 @@ class WebGLRenderer { } + const _outputBufferType = outputBufferType; + const INTEGER_FORMATS = new Set( [ RGBAIntegerFormat, RGIntegerFormat, @@ -138,6 +142,10 @@ class WebGLRenderer { const renderListStack = []; const renderStateStack = []; + // internal render target for non-UnsignedByteType color buffer + + let output = null; + // public properties /** @@ -533,6 +541,14 @@ class WebGLRenderer { initGLContext(); + // initialize internal render target for non-UnsignedByteType color buffer + + if ( _outputBufferType !== UnsignedByteType ) { + + output = new WebGLOutput( _outputBufferType, canvas.width, canvas.height, depth, stencil ); + + } + // xr const xr = new WebXRManager( _this, _gl ); @@ -655,6 +671,12 @@ class WebGLRenderer { } + if ( output !== null ) { + + output.setSize( canvas.width, canvas.height ); + + } + this.setViewport( 0, 0, width, height ); }; @@ -698,6 +720,39 @@ class WebGLRenderer { }; + /** + * Sets the post-processing effects to be applied after rendering. + * + * @param {Array} effects - An array of post-processing effects. + */ + this.setEffects = function ( effects ) { + + if ( _outputBufferType === UnsignedByteType ) { + + console.error( 'THREE.WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.' ); + return; + + } + + if ( effects ) { + + for ( let i = 0; i < effects.length; i ++ ) { + + if ( effects[ i ].isOutputPass === true ) { + + console.warn( 'THREE.WebGLRenderer: OutputPass is not needed in setEffects(). Tone mapping and color space conversion are applied automatically.' ); + break; + + } + + } + + } + + output.setEffects( effects || [] ); + + }; + /** * Returns the current viewport definition. * @@ -1547,6 +1602,12 @@ class WebGLRenderer { if ( _isContextLost === true ) return; + // use internal render target for HalfFloatType color buffer (only when tone mapping is enabled) + + const isXRPresenting = xr.enabled === true && xr.isPresenting === true; + + const useOutput = output !== null && ( _currentRenderTarget === null || isXRPresenting ) && output.begin( _this, _currentRenderTarget ); + // update scene graph if ( scene.matrixWorldAutoUpdate === true ) scene.updateMatrixWorld(); @@ -1555,7 +1616,7 @@ class WebGLRenderer { if ( camera.parent === null && camera.matrixWorldAutoUpdate === true ) camera.updateMatrixWorld(); - if ( xr.enabled === true && xr.isPresenting === true ) { + if ( xr.enabled === true && xr.isPresenting === true && ( output === null || output.isCompositing() === false ) ) { if ( xr.cameraAutoUpdate === true ) xr.updateCamera( camera ); @@ -1627,46 +1688,52 @@ class WebGLRenderer { if ( this.info.autoReset === true ) this.info.reset(); - // render scene + // render scene (skip if first effect is a render pass - it will render the scene itself) - const opaqueObjects = currentRenderList.opaque; - const transmissiveObjects = currentRenderList.transmissive; + const skipSceneRender = useOutput && output.hasRenderPass(); - currentRenderState.setupLights(); + if ( skipSceneRender === false ) { - if ( camera.isArrayCamera ) { + const opaqueObjects = currentRenderList.opaque; + const transmissiveObjects = currentRenderList.transmissive; - const cameras = camera.cameras; + currentRenderState.setupLights(); - if ( transmissiveObjects.length > 0 ) { + if ( camera.isArrayCamera ) { - for ( let i = 0, l = cameras.length; i < l; i ++ ) { + const cameras = camera.cameras; - const camera2 = cameras[ i ]; + if ( transmissiveObjects.length > 0 ) { + + for ( let i = 0, l = cameras.length; i < l; i ++ ) { + + const camera2 = cameras[ i ]; + + renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera2 ); - renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera2 ); + } } - } + if ( _renderBackground ) background.render( scene ); - if ( _renderBackground ) background.render( scene ); + for ( let i = 0, l = cameras.length; i < l; i ++ ) { - for ( let i = 0, l = cameras.length; i < l; i ++ ) { + const camera2 = cameras[ i ]; - const camera2 = cameras[ i ]; + renderScene( currentRenderList, scene, camera2, camera2.viewport ); - renderScene( currentRenderList, scene, camera2, camera2.viewport ); + } - } + } else { - } else { + if ( transmissiveObjects.length > 0 ) renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera ); - if ( transmissiveObjects.length > 0 ) renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera ); + if ( _renderBackground ) background.render( scene ); - if ( _renderBackground ) background.render( scene ); + renderScene( currentRenderList, scene, camera ); - renderScene( currentRenderList, scene, camera ); + } } @@ -1684,6 +1751,14 @@ class WebGLRenderer { } + // copy from internal render target to canvas using fullscreen quad + + if ( useOutput ) { + + output.end( _this ); + + } + // if ( scene.isScene === true ) scene.onAfterRender( _this, scene, camera ); @@ -1872,9 +1947,11 @@ class WebGLRenderer { if ( currentRenderState.state.transmissionRenderTarget[ camera.id ] === undefined ) { + const hasHalfFloatSupport = extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ); + currentRenderState.state.transmissionRenderTarget[ camera.id ] = new WebGLRenderTarget( 1, 1, { generateMipmaps: true, - type: ( extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ) ) ? HalfFloatType : UnsignedByteType, + type: hasHalfFloatSupport ? HalfFloatType : UnsignedByteType, minFilter: LinearMipmapLinearFilter, samples: capabilities.samples, stencilBuffer: stencil, @@ -2722,7 +2799,6 @@ class WebGLRenderer { _currentActiveCubeFace = activeCubeFace; _currentActiveMipmapLevel = activeMipmapLevel; - let useDefaultFramebuffer = true; let framebuffer = null; let isCube = false; let isRenderTarget3D = false; @@ -2733,9 +2809,21 @@ class WebGLRenderer { if ( renderTargetProperties.__useDefaultFramebuffer !== undefined ) { - // We need to make sure to rebind the framebuffer. - state.bindFramebuffer( _gl.FRAMEBUFFER, null ); - useDefaultFramebuffer = false; + // Externally-managed framebuffer (e.g. XR) + // Bind to the stored framebuffer (may be null for default, or a WebGLFramebuffer) + state.bindFramebuffer( _gl.FRAMEBUFFER, renderTargetProperties.__webglFramebuffer ); + + _currentViewport.copy( renderTarget.viewport ); + _currentScissor.copy( renderTarget.scissor ); + _currentScissorTest = renderTarget.scissorTest; + + state.viewport( _currentViewport ); + state.scissor( _currentScissor ); + state.setScissorTest( _currentScissorTest ); + + _currentMaterialId = - 1; + + return; } else if ( renderTargetProperties.__webglFramebuffer === undefined ) { @@ -2834,7 +2922,7 @@ class WebGLRenderer { const framebufferBound = state.bindFramebuffer( _gl.FRAMEBUFFER, framebuffer ); - if ( framebufferBound && useDefaultFramebuffer ) { + if ( framebufferBound ) { state.drawBuffers( renderTarget, framebuffer ); @@ -3469,6 +3557,7 @@ class WebGLRenderer { * Note that this setting uses `gl_FragDepth` if available which disables the Early Fragment Test optimization and can cause a decrease in performance. * @property {boolean} [reversedDepthBuffer=false] Whether to use a reverse depth buffer. Requires the `EXT_clip_control` extension. * This is a more faster and accurate version than logarithmic depth buffer. + * @property {number} [outputBufferType=UnsignedByteType] Defines the type of the output buffer. Use `HalfFloatType` for HDR rendering with tone mapping and post-processing support. **/ /** diff --git a/src/renderers/webgl/WebGLOutput.js b/src/renderers/webgl/WebGLOutput.js new file mode 100644 index 00000000000000..711411fb2a8f95 --- /dev/null +++ b/src/renderers/webgl/WebGLOutput.js @@ -0,0 +1,267 @@ +import { + NoToneMapping, + LinearToneMapping, + ReinhardToneMapping, + CineonToneMapping, + ACESFilmicToneMapping, + AgXToneMapping, + NeutralToneMapping, + CustomToneMapping, + SRGBTransfer, + HalfFloatType +} from '../../constants.js'; +import { BufferGeometry } from '../../core/BufferGeometry.js'; +import { Float32BufferAttribute } from '../../core/BufferAttribute.js'; +import { RawShaderMaterial } from '../../materials/RawShaderMaterial.js'; +import { Mesh } from '../../objects/Mesh.js'; +import { OrthographicCamera } from '../../cameras/OrthographicCamera.js'; +import { WebGLRenderTarget } from '../WebGLRenderTarget.js'; +import { ColorManagement } from '../../math/ColorManagement.js'; + +const toneMappingMap = { + [ LinearToneMapping ]: 'LINEAR_TONE_MAPPING', + [ ReinhardToneMapping ]: 'REINHARD_TONE_MAPPING', + [ CineonToneMapping ]: 'CINEON_TONE_MAPPING', + [ ACESFilmicToneMapping ]: 'ACES_FILMIC_TONE_MAPPING', + [ AgXToneMapping ]: 'AGX_TONE_MAPPING', + [ NeutralToneMapping ]: 'NEUTRAL_TONE_MAPPING', + [ CustomToneMapping ]: 'CUSTOM_TONE_MAPPING' +}; + +function WebGLOutput( type, width, height, depth, stencil ) { + + // render targets for scene and post-processing + const targetA = new WebGLRenderTarget( width, height, { + type: type, + depthBuffer: depth, + stencilBuffer: stencil + } ); + + const targetB = new WebGLRenderTarget( width, height, { + type: HalfFloatType, + depthBuffer: false, + stencilBuffer: false + } ); + + // create fullscreen triangle geometry + const geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( [ - 1, 3, 0, - 1, - 1, 0, 3, - 1, 0 ], 3 ) ); + geometry.setAttribute( 'uv', new Float32BufferAttribute( [ 0, 2, 0, 0, 2, 0 ], 2 ) ); + + // create output material with tone mapping support + const material = new RawShaderMaterial( { + uniforms: { + tDiffuse: { value: null } + }, + vertexShader: /* glsl */` + precision highp float; + + uniform mat4 modelViewMatrix; + uniform mat4 projectionMatrix; + + attribute vec3 position; + attribute vec2 uv; + + varying vec2 vUv; + + void main() { + vUv = uv; + gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 ); + }`, + fragmentShader: /* glsl */` + precision highp float; + + uniform sampler2D tDiffuse; + + varying vec2 vUv; + + #include + #include + + void main() { + gl_FragColor = texture2D( tDiffuse, vUv ); + + #ifdef LINEAR_TONE_MAPPING + gl_FragColor.rgb = LinearToneMapping( gl_FragColor.rgb ); + #elif defined( REINHARD_TONE_MAPPING ) + gl_FragColor.rgb = ReinhardToneMapping( gl_FragColor.rgb ); + #elif defined( CINEON_TONE_MAPPING ) + gl_FragColor.rgb = CineonToneMapping( gl_FragColor.rgb ); + #elif defined( ACES_FILMIC_TONE_MAPPING ) + gl_FragColor.rgb = ACESFilmicToneMapping( gl_FragColor.rgb ); + #elif defined( AGX_TONE_MAPPING ) + gl_FragColor.rgb = AgXToneMapping( gl_FragColor.rgb ); + #elif defined( NEUTRAL_TONE_MAPPING ) + gl_FragColor.rgb = NeutralToneMapping( gl_FragColor.rgb ); + #elif defined( CUSTOM_TONE_MAPPING ) + gl_FragColor.rgb = CustomToneMapping( gl_FragColor.rgb ); + #endif + + #ifdef SRGB_TRANSFER + gl_FragColor = sRGBTransferOETF( gl_FragColor ); + #endif + }`, + depthTest: false, + depthWrite: false + } ); + + const mesh = new Mesh( geometry, material ); + const camera = new OrthographicCamera( - 1, 1, 1, - 1, 0, 1 ); + + let _outputColorSpace = null; + let _outputToneMapping = null; + let _isCompositing = false; + let _savedToneMapping; + let _savedRenderTarget = null; + let _effects = []; + let _hasRenderPass = false; + + this.setSize = function ( width, height ) { + + targetA.setSize( width, height ); + targetB.setSize( width, height ); + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + if ( effect.setSize ) effect.setSize( width, height ); + + } + + }; + + this.setEffects = function ( effects ) { + + _effects = effects; + _hasRenderPass = _effects.length > 0 && _effects[ 0 ].isRenderPass === true; + + const width = targetA.width; + const height = targetA.height; + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + if ( effect.setSize ) effect.setSize( width, height ); + + } + + }; + + this.begin = function ( renderer, renderTarget ) { + + // Don't begin during compositing phase (post-processing effects call render()) + if ( _isCompositing ) return false; + + if ( renderer.toneMapping === NoToneMapping && _effects.length === 0 ) return false; + + _savedRenderTarget = renderTarget; + + // resize internal buffers to match render target (e.g. XR resolution) + if ( renderTarget !== null ) { + + const width = renderTarget.width; + const height = renderTarget.height; + + if ( targetA.width !== width || targetA.height !== height ) { + + this.setSize( width, height ); + + } + + } + + // if first effect is a RenderPass, it will set its own render target + if ( _hasRenderPass === false ) { + + renderer.setRenderTarget( targetA ); + + } + + // disable tone mapping during render - it will be applied in end() + _savedToneMapping = renderer.toneMapping; + renderer.toneMapping = NoToneMapping; + + return true; + + }; + + this.hasRenderPass = function () { + + return _hasRenderPass; + + }; + + this.end = function ( renderer, deltaTime ) { + + // restore tone mapping + renderer.toneMapping = _savedToneMapping; + + _isCompositing = true; + + // run post-processing effects + let readBuffer = targetA; + let writeBuffer = targetB; + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + + if ( effect.enabled === false ) continue; + + effect.render( renderer, writeBuffer, readBuffer, deltaTime ); + + if ( effect.needsSwap !== false ) { + + const temp = readBuffer; + readBuffer = writeBuffer; + writeBuffer = temp; + + } + + } + + // update output material defines if settings changed + if ( _outputColorSpace !== renderer.outputColorSpace || _outputToneMapping !== renderer.toneMapping ) { + + _outputColorSpace = renderer.outputColorSpace; + _outputToneMapping = renderer.toneMapping; + + material.defines = {}; + + if ( ColorManagement.getTransfer( _outputColorSpace ) === SRGBTransfer ) material.defines.SRGB_TRANSFER = ''; + + const toneMapping = toneMappingMap[ _outputToneMapping ]; + if ( toneMapping ) material.defines[ toneMapping ] = ''; + + material.needsUpdate = true; + + } + + // final output to canvas (or XR render target) + material.uniforms.tDiffuse.value = readBuffer.texture; + renderer.setRenderTarget( _savedRenderTarget ); + renderer.render( mesh, camera ); + + _savedRenderTarget = null; + _isCompositing = false; + + }; + + this.isCompositing = function () { + + return _isCompositing; + + }; + + this.dispose = function () { + + targetA.dispose(); + targetB.dispose(); + geometry.dispose(); + material.dispose(); + + }; + +} + +export { WebGLOutput }; From 733f7abc2378874b0c386010b675b7a43f5c6aa5 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 10 Dec 2025 02:05:02 +0900 Subject: [PATCH 4/4] Updated builds. --- build/three.cjs | 387 ++++++++++++++++++++++++++++++++++--- build/three.module.js | 393 +++++++++++++++++++++++++++++++++++--- build/three.module.min.js | 2 +- 3 files changed, 724 insertions(+), 58 deletions(-) diff --git a/build/three.cjs b/build/three.cjs index 8c8a0775d409d7..ee726a50d966d7 100644 --- a/build/three.cjs +++ b/build/three.cjs @@ -63662,6 +63662,252 @@ function WebGLObjects( gl, geometries, attributes, info ) { } +const toneMappingMap = { + [ LinearToneMapping ]: 'LINEAR_TONE_MAPPING', + [ ReinhardToneMapping ]: 'REINHARD_TONE_MAPPING', + [ CineonToneMapping ]: 'CINEON_TONE_MAPPING', + [ ACESFilmicToneMapping ]: 'ACES_FILMIC_TONE_MAPPING', + [ AgXToneMapping ]: 'AGX_TONE_MAPPING', + [ NeutralToneMapping ]: 'NEUTRAL_TONE_MAPPING', + [ CustomToneMapping ]: 'CUSTOM_TONE_MAPPING' +}; + +function WebGLOutput( type, width, height, depth, stencil ) { + + // render targets for scene and post-processing + const targetA = new WebGLRenderTarget( width, height, { + type: type, + depthBuffer: depth, + stencilBuffer: stencil + } ); + + const targetB = new WebGLRenderTarget( width, height, { + type: HalfFloatType, + depthBuffer: false, + stencilBuffer: false + } ); + + // create fullscreen triangle geometry + const geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( [ -1, 3, 0, -1, -1, 0, 3, -1, 0 ], 3 ) ); + geometry.setAttribute( 'uv', new Float32BufferAttribute( [ 0, 2, 0, 0, 2, 0 ], 2 ) ); + + // create output material with tone mapping support + const material = new RawShaderMaterial( { + uniforms: { + tDiffuse: { value: null } + }, + vertexShader: /* glsl */` + precision highp float; + + uniform mat4 modelViewMatrix; + uniform mat4 projectionMatrix; + + attribute vec3 position; + attribute vec2 uv; + + varying vec2 vUv; + + void main() { + vUv = uv; + gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 ); + }`, + fragmentShader: /* glsl */` + precision highp float; + + uniform sampler2D tDiffuse; + + varying vec2 vUv; + + #include + #include + + void main() { + gl_FragColor = texture2D( tDiffuse, vUv ); + + #ifdef LINEAR_TONE_MAPPING + gl_FragColor.rgb = LinearToneMapping( gl_FragColor.rgb ); + #elif defined( REINHARD_TONE_MAPPING ) + gl_FragColor.rgb = ReinhardToneMapping( gl_FragColor.rgb ); + #elif defined( CINEON_TONE_MAPPING ) + gl_FragColor.rgb = CineonToneMapping( gl_FragColor.rgb ); + #elif defined( ACES_FILMIC_TONE_MAPPING ) + gl_FragColor.rgb = ACESFilmicToneMapping( gl_FragColor.rgb ); + #elif defined( AGX_TONE_MAPPING ) + gl_FragColor.rgb = AgXToneMapping( gl_FragColor.rgb ); + #elif defined( NEUTRAL_TONE_MAPPING ) + gl_FragColor.rgb = NeutralToneMapping( gl_FragColor.rgb ); + #elif defined( CUSTOM_TONE_MAPPING ) + gl_FragColor.rgb = CustomToneMapping( gl_FragColor.rgb ); + #endif + + #ifdef SRGB_TRANSFER + gl_FragColor = sRGBTransferOETF( gl_FragColor ); + #endif + }`, + depthTest: false, + depthWrite: false + } ); + + const mesh = new Mesh( geometry, material ); + const camera = new OrthographicCamera( -1, 1, 1, -1, 0, 1 ); + + let _outputColorSpace = null; + let _outputToneMapping = null; + let _isCompositing = false; + let _savedToneMapping; + let _savedRenderTarget = null; + let _effects = []; + let _hasRenderPass = false; + + this.setSize = function ( width, height ) { + + targetA.setSize( width, height ); + targetB.setSize( width, height ); + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + if ( effect.setSize ) effect.setSize( width, height ); + + } + + }; + + this.setEffects = function ( effects ) { + + _effects = effects; + _hasRenderPass = _effects.length > 0 && _effects[ 0 ].isRenderPass === true; + + const width = targetA.width; + const height = targetA.height; + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + if ( effect.setSize ) effect.setSize( width, height ); + + } + + }; + + this.begin = function ( renderer, renderTarget ) { + + // Don't begin during compositing phase (post-processing effects call render()) + if ( _isCompositing ) return false; + + if ( renderer.toneMapping === NoToneMapping && _effects.length === 0 ) return false; + + _savedRenderTarget = renderTarget; + + // resize internal buffers to match render target (e.g. XR resolution) + if ( renderTarget !== null ) { + + const width = renderTarget.width; + const height = renderTarget.height; + + if ( targetA.width !== width || targetA.height !== height ) { + + this.setSize( width, height ); + + } + + } + + // if first effect is a RenderPass, it will set its own render target + if ( _hasRenderPass === false ) { + + renderer.setRenderTarget( targetA ); + + } + + // disable tone mapping during render - it will be applied in end() + _savedToneMapping = renderer.toneMapping; + renderer.toneMapping = NoToneMapping; + + return true; + + }; + + this.hasRenderPass = function () { + + return _hasRenderPass; + + }; + + this.end = function ( renderer, deltaTime ) { + + // restore tone mapping + renderer.toneMapping = _savedToneMapping; + + _isCompositing = true; + + // run post-processing effects + let readBuffer = targetA; + let writeBuffer = targetB; + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + + if ( effect.enabled === false ) continue; + + effect.render( renderer, writeBuffer, readBuffer, deltaTime ); + + if ( effect.needsSwap !== false ) { + + const temp = readBuffer; + readBuffer = writeBuffer; + writeBuffer = temp; + + } + + } + + // update output material defines if settings changed + if ( _outputColorSpace !== renderer.outputColorSpace || _outputToneMapping !== renderer.toneMapping ) { + + _outputColorSpace = renderer.outputColorSpace; + _outputToneMapping = renderer.toneMapping; + + material.defines = {}; + + if ( ColorManagement.getTransfer( _outputColorSpace ) === SRGBTransfer ) material.defines.SRGB_TRANSFER = ''; + + const toneMapping = toneMappingMap[ _outputToneMapping ]; + if ( toneMapping ) material.defines[ toneMapping ] = ''; + + material.needsUpdate = true; + + } + + // final output to canvas (or XR render target) + material.uniforms.tDiffuse.value = readBuffer.texture; + renderer.setRenderTarget( _savedRenderTarget ); + renderer.render( mesh, camera ); + + _savedRenderTarget = null; + _isCompositing = false; + + }; + + this.isCompositing = function () { + + return _isCompositing; + + }; + + this.dispose = function () { + + targetA.dispose(); + targetB.dispose(); + geometry.dispose(); + material.dispose(); + + }; + +} + /** * Uniforms of a program. * Those form a tree structure with a special top-level container for the root, @@ -74428,6 +74674,7 @@ class WebGLRenderer { powerPreference = 'default', failIfMajorPerformanceCaveat = false, reversedDepthBuffer = false, + outputBufferType = UnsignedByteType, } = parameters; /** @@ -74457,6 +74704,8 @@ class WebGLRenderer { } + const _outputBufferType = outputBufferType; + const INTEGER_FORMATS = new Set( [ RGBAIntegerFormat, RGIntegerFormat, @@ -74484,6 +74733,10 @@ class WebGLRenderer { const renderListStack = []; const renderStateStack = []; + // internal render target for non-UnsignedByteType color buffer + + let output = null; + // public properties /** @@ -74879,6 +75132,14 @@ class WebGLRenderer { initGLContext(); + // initialize internal render target for non-UnsignedByteType color buffer + + if ( _outputBufferType !== UnsignedByteType ) { + + output = new WebGLOutput( _outputBufferType, canvas.width, canvas.height, depth, stencil ); + + } + // xr const xr = new WebXRManager( _this, _gl ); @@ -75001,6 +75262,12 @@ class WebGLRenderer { } + if ( output !== null ) { + + output.setSize( canvas.width, canvas.height ); + + } + this.setViewport( 0, 0, width, height ); }; @@ -75044,6 +75311,39 @@ class WebGLRenderer { }; + /** + * Sets the post-processing effects to be applied after rendering. + * + * @param {Array} effects - An array of post-processing effects. + */ + this.setEffects = function ( effects ) { + + if ( _outputBufferType === UnsignedByteType ) { + + console.error( 'THREE.WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.' ); + return; + + } + + if ( effects ) { + + for ( let i = 0; i < effects.length; i ++ ) { + + if ( effects[ i ].isOutputPass === true ) { + + console.warn( 'THREE.WebGLRenderer: OutputPass is not needed in setEffects(). Tone mapping and color space conversion are applied automatically.' ); + break; + + } + + } + + } + + output.setEffects( effects || [] ); + + }; + /** * Returns the current viewport definition. * @@ -75893,6 +76193,12 @@ class WebGLRenderer { if ( _isContextLost === true ) return; + // use internal render target for HalfFloatType color buffer (only when tone mapping is enabled) + + const isXRPresenting = xr.enabled === true && xr.isPresenting === true; + + const useOutput = output !== null && ( _currentRenderTarget === null || isXRPresenting ) && output.begin( _this, _currentRenderTarget ); + // update scene graph if ( scene.matrixWorldAutoUpdate === true ) scene.updateMatrixWorld(); @@ -75901,7 +76207,7 @@ class WebGLRenderer { if ( camera.parent === null && camera.matrixWorldAutoUpdate === true ) camera.updateMatrixWorld(); - if ( xr.enabled === true && xr.isPresenting === true ) { + if ( xr.enabled === true && xr.isPresenting === true && ( output === null || output.isCompositing() === false ) ) { if ( xr.cameraAutoUpdate === true ) xr.updateCamera( camera ); @@ -75973,46 +76279,52 @@ class WebGLRenderer { if ( this.info.autoReset === true ) this.info.reset(); - // render scene + // render scene (skip if first effect is a render pass - it will render the scene itself) - const opaqueObjects = currentRenderList.opaque; - const transmissiveObjects = currentRenderList.transmissive; + const skipSceneRender = useOutput && output.hasRenderPass(); - currentRenderState.setupLights(); + if ( skipSceneRender === false ) { - if ( camera.isArrayCamera ) { + const opaqueObjects = currentRenderList.opaque; + const transmissiveObjects = currentRenderList.transmissive; - const cameras = camera.cameras; + currentRenderState.setupLights(); - if ( transmissiveObjects.length > 0 ) { + if ( camera.isArrayCamera ) { - for ( let i = 0, l = cameras.length; i < l; i ++ ) { + const cameras = camera.cameras; - const camera2 = cameras[ i ]; + if ( transmissiveObjects.length > 0 ) { + + for ( let i = 0, l = cameras.length; i < l; i ++ ) { - renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera2 ); + const camera2 = cameras[ i ]; + + renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera2 ); + + } } - } + if ( _renderBackground ) background.render( scene ); - if ( _renderBackground ) background.render( scene ); + for ( let i = 0, l = cameras.length; i < l; i ++ ) { - for ( let i = 0, l = cameras.length; i < l; i ++ ) { + const camera2 = cameras[ i ]; - const camera2 = cameras[ i ]; + renderScene( currentRenderList, scene, camera2, camera2.viewport ); - renderScene( currentRenderList, scene, camera2, camera2.viewport ); + } - } + } else { - } else { + if ( transmissiveObjects.length > 0 ) renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera ); - if ( transmissiveObjects.length > 0 ) renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera ); + if ( _renderBackground ) background.render( scene ); - if ( _renderBackground ) background.render( scene ); + renderScene( currentRenderList, scene, camera ); - renderScene( currentRenderList, scene, camera ); + } } @@ -76030,6 +76342,14 @@ class WebGLRenderer { } + // copy from internal render target to canvas using fullscreen quad + + if ( useOutput ) { + + output.end( _this ); + + } + // if ( scene.isScene === true ) scene.onAfterRender( _this, scene, camera ); @@ -76218,9 +76538,11 @@ class WebGLRenderer { if ( currentRenderState.state.transmissionRenderTarget[ camera.id ] === undefined ) { + const hasHalfFloatSupport = extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ); + currentRenderState.state.transmissionRenderTarget[ camera.id ] = new WebGLRenderTarget( 1, 1, { generateMipmaps: true, - type: ( extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ) ) ? HalfFloatType : UnsignedByteType, + type: hasHalfFloatSupport ? HalfFloatType : UnsignedByteType, minFilter: LinearMipmapLinearFilter, samples: capabilities.samples, stencilBuffer: stencil, @@ -77068,7 +77390,6 @@ class WebGLRenderer { _currentActiveCubeFace = activeCubeFace; _currentActiveMipmapLevel = activeMipmapLevel; - let useDefaultFramebuffer = true; let framebuffer = null; let isCube = false; let isRenderTarget3D = false; @@ -77079,9 +77400,21 @@ class WebGLRenderer { if ( renderTargetProperties.__useDefaultFramebuffer !== undefined ) { - // We need to make sure to rebind the framebuffer. - state.bindFramebuffer( _gl.FRAMEBUFFER, null ); - useDefaultFramebuffer = false; + // Externally-managed framebuffer (e.g. XR) + // Bind to the stored framebuffer (may be null for default, or a WebGLFramebuffer) + state.bindFramebuffer( _gl.FRAMEBUFFER, renderTargetProperties.__webglFramebuffer ); + + _currentViewport.copy( renderTarget.viewport ); + _currentScissor.copy( renderTarget.scissor ); + _currentScissorTest = renderTarget.scissorTest; + + state.viewport( _currentViewport ); + state.scissor( _currentScissor ); + state.setScissorTest( _currentScissorTest ); + + _currentMaterialId = -1; + + return; } else if ( renderTargetProperties.__webglFramebuffer === undefined ) { @@ -77180,7 +77513,7 @@ class WebGLRenderer { const framebufferBound = state.bindFramebuffer( _gl.FRAMEBUFFER, framebuffer ); - if ( framebufferBound && useDefaultFramebuffer ) { + if ( framebufferBound ) { state.drawBuffers( renderTarget, framebuffer ); diff --git a/build/three.module.js b/build/three.module.js index 6ad3a0e8562cf8..08dd84044224ad 100644 --- a/build/three.module.js +++ b/build/three.module.js @@ -3,8 +3,8 @@ * Copyright 2010-2025 Three.js Authors * SPDX-License-Identifier: MIT */ -import { Matrix3, Vector2, Color, mergeUniforms, Vector3, CubeUVReflectionMapping, Mesh, BoxGeometry, ShaderMaterial, BackSide, cloneUniforms, Euler, Matrix4, ColorManagement, SRGBTransfer, PlaneGeometry, FrontSide, getUnlitUniformColorSpace, IntType, warn, HalfFloatType, UnsignedByteType, FloatType, RGBAFormat, Plane, EquirectangularReflectionMapping, EquirectangularRefractionMapping, WebGLCubeRenderTarget, CubeReflectionMapping, CubeRefractionMapping, BufferGeometry, OrthographicCamera, PerspectiveCamera, NoToneMapping, MeshBasicMaterial, error, NoBlending, WebGLRenderTarget, BufferAttribute, LinearSRGBColorSpace, LinearFilter, warnOnce, Uint32BufferAttribute, Uint16BufferAttribute, arrayNeedsUint32, Vector4, DataArrayTexture, CubeTexture, Data3DTexture, GreaterEqualCompare, LessEqualCompare, DepthTexture, Texture, GLSL3, VSMShadowMap, PCFShadowMap, AddOperation, MixOperation, MultiplyOperation, LinearTransfer, CustomToneMapping, NeutralToneMapping, AgXToneMapping, ACESFilmicToneMapping, CineonToneMapping, ReinhardToneMapping, LinearToneMapping, UniformsUtils, DoubleSide, NormalBlending, TangentSpaceNormalMap, ObjectSpaceNormalMap, Layers, RGFormat, Frustum, MeshDepthMaterial, MeshDistanceMaterial, PCFSoftShadowMap, DepthFormat, NearestFilter, CubeDepthTexture, UnsignedIntType, LessEqualDepth, ReverseSubtractEquation, SubtractEquation, AddEquation, OneMinusConstantAlphaFactor, ConstantAlphaFactor, OneMinusConstantColorFactor, ConstantColorFactor, OneMinusDstAlphaFactor, OneMinusDstColorFactor, OneMinusSrcAlphaFactor, OneMinusSrcColorFactor, DstAlphaFactor, DstColorFactor, SrcAlphaSaturateFactor, SrcAlphaFactor, SrcColorFactor, OneFactor, ZeroFactor, NotEqualDepth, GreaterDepth, GreaterEqualDepth, EqualDepth, LessDepth, AlwaysDepth, NeverDepth, CullFaceNone, CullFaceBack, CullFaceFront, CustomBlending, MultiplyBlending, SubtractiveBlending, AdditiveBlending, MinEquation, MaxEquation, MirroredRepeatWrapping, ClampToEdgeWrapping, RepeatWrapping, LinearMipmapLinearFilter, LinearMipmapNearestFilter, NearestMipmapLinearFilter, NearestMipmapNearestFilter, NotEqualCompare, GreaterCompare, EqualCompare, LessCompare, AlwaysCompare, NeverCompare, NoColorSpace, DepthStencilFormat, getByteLength, UnsignedInt248Type, UnsignedShortType, createElementNS, UnsignedShort4444Type, UnsignedShort5551Type, UnsignedInt5999Type, UnsignedInt101111Type, ByteType, ShortType, AlphaFormat, RGBFormat, RedFormat, RedIntegerFormat, RGIntegerFormat, RGBAIntegerFormat, RGB_S3TC_DXT1_Format, RGBA_S3TC_DXT1_Format, RGBA_S3TC_DXT3_Format, RGBA_S3TC_DXT5_Format, RGB_PVRTC_4BPPV1_Format, RGB_PVRTC_2BPPV1_Format, RGBA_PVRTC_4BPPV1_Format, RGBA_PVRTC_2BPPV1_Format, RGB_ETC1_Format, RGB_ETC2_Format, RGBA_ETC2_EAC_Format, R11_EAC_Format, SIGNED_R11_EAC_Format, RG11_EAC_Format, SIGNED_RG11_EAC_Format, RGBA_ASTC_4x4_Format, RGBA_ASTC_5x4_Format, RGBA_ASTC_5x5_Format, RGBA_ASTC_6x5_Format, RGBA_ASTC_6x6_Format, RGBA_ASTC_8x5_Format, RGBA_ASTC_8x6_Format, RGBA_ASTC_8x8_Format, RGBA_ASTC_10x5_Format, RGBA_ASTC_10x6_Format, RGBA_ASTC_10x8_Format, RGBA_ASTC_10x10_Format, RGBA_ASTC_12x10_Format, RGBA_ASTC_12x12_Format, RGBA_BPTC_Format, RGB_BPTC_SIGNED_Format, RGB_BPTC_UNSIGNED_Format, RED_RGTC1_Format, SIGNED_RED_RGTC1_Format, RED_GREEN_RGTC2_Format, SIGNED_RED_GREEN_RGTC2_Format, ExternalTexture, EventDispatcher, ArrayCamera, WebXRController, RAD2DEG, DataTexture, createCanvasElement, SRGBColorSpace, REVISION, log, WebGLCoordinateSystem, probeAsync } from './three.core.js'; -export { AdditiveAnimationBlendMode, AlwaysStencilFunc, AmbientLight, AnimationAction, AnimationClip, AnimationLoader, AnimationMixer, AnimationObjectGroup, AnimationUtils, ArcCurve, ArrowHelper, AttachedBindMode, Audio, AudioAnalyser, AudioContext, AudioListener, AudioLoader, AxesHelper, BasicDepthPacking, BasicShadowMap, BatchedMesh, Bone, BooleanKeyframeTrack, Box2, Box3, Box3Helper, BoxHelper, BufferGeometryLoader, Cache, Camera, CameraHelper, CanvasTexture, CapsuleGeometry, CatmullRomCurve3, CircleGeometry, Clock, ColorKeyframeTrack, CompressedArrayTexture, CompressedCubeTexture, CompressedTexture, CompressedTextureLoader, ConeGeometry, Controls, CubeCamera, CubeTextureLoader, CubicBezierCurve, CubicBezierCurve3, CubicInterpolant, CullFaceFrontBack, Curve, CurvePath, CylinderGeometry, Cylindrical, DataTextureLoader, DataUtils, DecrementStencilOp, DecrementWrapStencilOp, DefaultLoadingManager, DetachedBindMode, DirectionalLight, DirectionalLightHelper, DiscreteInterpolant, DodecahedronGeometry, DynamicCopyUsage, DynamicDrawUsage, DynamicReadUsage, EdgesGeometry, EllipseCurve, EqualStencilFunc, ExtrudeGeometry, FileLoader, Float16BufferAttribute, Float32BufferAttribute, Fog, FogExp2, FramebufferTexture, FrustumArray, GLBufferAttribute, GLSL1, GreaterEqualStencilFunc, GreaterStencilFunc, GridHelper, Group, HemisphereLight, HemisphereLightHelper, IcosahedronGeometry, ImageBitmapLoader, ImageLoader, ImageUtils, IncrementStencilOp, IncrementWrapStencilOp, InstancedBufferAttribute, InstancedBufferGeometry, InstancedInterleavedBuffer, InstancedMesh, Int16BufferAttribute, Int32BufferAttribute, Int8BufferAttribute, InterleavedBuffer, InterleavedBufferAttribute, Interpolant, InterpolateDiscrete, InterpolateLinear, InterpolateSmooth, InterpolationSamplingMode, InterpolationSamplingType, InvertStencilOp, KeepStencilOp, KeyframeTrack, LOD, LatheGeometry, LessEqualStencilFunc, LessStencilFunc, Light, LightProbe, Line, Line3, LineBasicMaterial, LineCurve, LineCurve3, LineDashedMaterial, LineLoop, LineSegments, LinearInterpolant, LinearMipMapLinearFilter, LinearMipMapNearestFilter, Loader, LoaderUtils, LoadingManager, LoopOnce, LoopPingPong, LoopRepeat, MOUSE, Material, MaterialLoader, MathUtils, Matrix2, MeshLambertMaterial, MeshMatcapMaterial, MeshNormalMaterial, MeshPhongMaterial, MeshPhysicalMaterial, MeshStandardMaterial, MeshToonMaterial, NearestMipMapLinearFilter, NearestMipMapNearestFilter, NeverStencilFunc, NoNormalPacking, NormalAnimationBlendMode, NormalGAPacking, NormalRGPacking, NotEqualStencilFunc, NumberKeyframeTrack, Object3D, ObjectLoader, OctahedronGeometry, Path, PlaneHelper, PointLight, PointLightHelper, Points, PointsMaterial, PolarGridHelper, PolyhedronGeometry, PositionalAudio, PropertyBinding, PropertyMixer, QuadraticBezierCurve, QuadraticBezierCurve3, Quaternion, QuaternionKeyframeTrack, QuaternionLinearInterpolant, RGBADepthPacking, RGBDepthPacking, RGBIntegerFormat, RGDepthPacking, RawShaderMaterial, Ray, Raycaster, RectAreaLight, RenderTarget, RenderTarget3D, ReplaceStencilOp, RingGeometry, Scene, ShadowMaterial, Shape, ShapeGeometry, ShapePath, ShapeUtils, Skeleton, SkeletonHelper, SkinnedMesh, Source, Sphere, SphereGeometry, Spherical, SphericalHarmonics3, SplineCurve, SpotLight, SpotLightHelper, Sprite, SpriteMaterial, StaticCopyUsage, StaticDrawUsage, StaticReadUsage, StereoCamera, StreamCopyUsage, StreamDrawUsage, StreamReadUsage, StringKeyframeTrack, TOUCH, TetrahedronGeometry, TextureLoader, TextureUtils, Timer, TimestampQuery, TorusGeometry, TorusKnotGeometry, Triangle, TriangleFanDrawMode, TriangleStripDrawMode, TrianglesDrawMode, TubeGeometry, UVMapping, Uint8BufferAttribute, Uint8ClampedBufferAttribute, Uniform, UniformsGroup, VectorKeyframeTrack, VideoFrameTexture, VideoTexture, WebGL3DRenderTarget, WebGLArrayRenderTarget, WebGPUCoordinateSystem, WireframeGeometry, WrapAroundEnding, ZeroCurvatureEnding, ZeroSlopeEnding, ZeroStencilOp, getConsoleFunction, setConsoleFunction } from './three.core.js'; +import { Matrix3, Vector2, Color, mergeUniforms, Vector3, CubeUVReflectionMapping, Mesh, BoxGeometry, ShaderMaterial, BackSide, cloneUniforms, Euler, Matrix4, ColorManagement, SRGBTransfer, PlaneGeometry, FrontSide, getUnlitUniformColorSpace, IntType, warn, HalfFloatType, UnsignedByteType, FloatType, RGBAFormat, Plane, EquirectangularReflectionMapping, EquirectangularRefractionMapping, WebGLCubeRenderTarget, CubeReflectionMapping, CubeRefractionMapping, BufferGeometry, OrthographicCamera, PerspectiveCamera, NoToneMapping, MeshBasicMaterial, error, NoBlending, WebGLRenderTarget, BufferAttribute, LinearSRGBColorSpace, LinearFilter, warnOnce, Uint32BufferAttribute, Uint16BufferAttribute, arrayNeedsUint32, Vector4, DataArrayTexture, Float32BufferAttribute, RawShaderMaterial, CustomToneMapping, NeutralToneMapping, AgXToneMapping, ACESFilmicToneMapping, CineonToneMapping, ReinhardToneMapping, LinearToneMapping, CubeTexture, Data3DTexture, GreaterEqualCompare, LessEqualCompare, DepthTexture, Texture, GLSL3, VSMShadowMap, PCFShadowMap, AddOperation, MixOperation, MultiplyOperation, LinearTransfer, UniformsUtils, DoubleSide, NormalBlending, TangentSpaceNormalMap, ObjectSpaceNormalMap, Layers, RGFormat, Frustum, MeshDepthMaterial, MeshDistanceMaterial, PCFSoftShadowMap, DepthFormat, NearestFilter, CubeDepthTexture, UnsignedIntType, LessEqualDepth, ReverseSubtractEquation, SubtractEquation, AddEquation, OneMinusConstantAlphaFactor, ConstantAlphaFactor, OneMinusConstantColorFactor, ConstantColorFactor, OneMinusDstAlphaFactor, OneMinusDstColorFactor, OneMinusSrcAlphaFactor, OneMinusSrcColorFactor, DstAlphaFactor, DstColorFactor, SrcAlphaSaturateFactor, SrcAlphaFactor, SrcColorFactor, OneFactor, ZeroFactor, NotEqualDepth, GreaterDepth, GreaterEqualDepth, EqualDepth, LessDepth, AlwaysDepth, NeverDepth, CullFaceNone, CullFaceBack, CullFaceFront, CustomBlending, MultiplyBlending, SubtractiveBlending, AdditiveBlending, MinEquation, MaxEquation, MirroredRepeatWrapping, ClampToEdgeWrapping, RepeatWrapping, LinearMipmapLinearFilter, LinearMipmapNearestFilter, NearestMipmapLinearFilter, NearestMipmapNearestFilter, NotEqualCompare, GreaterCompare, EqualCompare, LessCompare, AlwaysCompare, NeverCompare, NoColorSpace, DepthStencilFormat, getByteLength, UnsignedInt248Type, UnsignedShortType, createElementNS, UnsignedShort4444Type, UnsignedShort5551Type, UnsignedInt5999Type, UnsignedInt101111Type, ByteType, ShortType, AlphaFormat, RGBFormat, RedFormat, RedIntegerFormat, RGIntegerFormat, RGBAIntegerFormat, RGB_S3TC_DXT1_Format, RGBA_S3TC_DXT1_Format, RGBA_S3TC_DXT3_Format, RGBA_S3TC_DXT5_Format, RGB_PVRTC_4BPPV1_Format, RGB_PVRTC_2BPPV1_Format, RGBA_PVRTC_4BPPV1_Format, RGBA_PVRTC_2BPPV1_Format, RGB_ETC1_Format, RGB_ETC2_Format, RGBA_ETC2_EAC_Format, R11_EAC_Format, SIGNED_R11_EAC_Format, RG11_EAC_Format, SIGNED_RG11_EAC_Format, RGBA_ASTC_4x4_Format, RGBA_ASTC_5x4_Format, RGBA_ASTC_5x5_Format, RGBA_ASTC_6x5_Format, RGBA_ASTC_6x6_Format, RGBA_ASTC_8x5_Format, RGBA_ASTC_8x6_Format, RGBA_ASTC_8x8_Format, RGBA_ASTC_10x5_Format, RGBA_ASTC_10x6_Format, RGBA_ASTC_10x8_Format, RGBA_ASTC_10x10_Format, RGBA_ASTC_12x10_Format, RGBA_ASTC_12x12_Format, RGBA_BPTC_Format, RGB_BPTC_SIGNED_Format, RGB_BPTC_UNSIGNED_Format, RED_RGTC1_Format, SIGNED_RED_RGTC1_Format, RED_GREEN_RGTC2_Format, SIGNED_RED_GREEN_RGTC2_Format, ExternalTexture, EventDispatcher, ArrayCamera, WebXRController, RAD2DEG, DataTexture, createCanvasElement, SRGBColorSpace, REVISION, log, WebGLCoordinateSystem, probeAsync } from './three.core.js'; +export { AdditiveAnimationBlendMode, AlwaysStencilFunc, AmbientLight, AnimationAction, AnimationClip, AnimationLoader, AnimationMixer, AnimationObjectGroup, AnimationUtils, ArcCurve, ArrowHelper, AttachedBindMode, Audio, AudioAnalyser, AudioContext, AudioListener, AudioLoader, AxesHelper, BasicDepthPacking, BasicShadowMap, BatchedMesh, Bone, BooleanKeyframeTrack, Box2, Box3, Box3Helper, BoxHelper, BufferGeometryLoader, Cache, Camera, CameraHelper, CanvasTexture, CapsuleGeometry, CatmullRomCurve3, CircleGeometry, Clock, ColorKeyframeTrack, CompressedArrayTexture, CompressedCubeTexture, CompressedTexture, CompressedTextureLoader, ConeGeometry, Controls, CubeCamera, CubeTextureLoader, CubicBezierCurve, CubicBezierCurve3, CubicInterpolant, CullFaceFrontBack, Curve, CurvePath, CylinderGeometry, Cylindrical, DataTextureLoader, DataUtils, DecrementStencilOp, DecrementWrapStencilOp, DefaultLoadingManager, DetachedBindMode, DirectionalLight, DirectionalLightHelper, DiscreteInterpolant, DodecahedronGeometry, DynamicCopyUsage, DynamicDrawUsage, DynamicReadUsage, EdgesGeometry, EllipseCurve, EqualStencilFunc, ExtrudeGeometry, FileLoader, Float16BufferAttribute, Fog, FogExp2, FramebufferTexture, FrustumArray, GLBufferAttribute, GLSL1, GreaterEqualStencilFunc, GreaterStencilFunc, GridHelper, Group, HemisphereLight, HemisphereLightHelper, IcosahedronGeometry, ImageBitmapLoader, ImageLoader, ImageUtils, IncrementStencilOp, IncrementWrapStencilOp, InstancedBufferAttribute, InstancedBufferGeometry, InstancedInterleavedBuffer, InstancedMesh, Int16BufferAttribute, Int32BufferAttribute, Int8BufferAttribute, InterleavedBuffer, InterleavedBufferAttribute, Interpolant, InterpolateDiscrete, InterpolateLinear, InterpolateSmooth, InterpolationSamplingMode, InterpolationSamplingType, InvertStencilOp, KeepStencilOp, KeyframeTrack, LOD, LatheGeometry, LessEqualStencilFunc, LessStencilFunc, Light, LightProbe, Line, Line3, LineBasicMaterial, LineCurve, LineCurve3, LineDashedMaterial, LineLoop, LineSegments, LinearInterpolant, LinearMipMapLinearFilter, LinearMipMapNearestFilter, Loader, LoaderUtils, LoadingManager, LoopOnce, LoopPingPong, LoopRepeat, MOUSE, Material, MaterialLoader, MathUtils, Matrix2, MeshLambertMaterial, MeshMatcapMaterial, MeshNormalMaterial, MeshPhongMaterial, MeshPhysicalMaterial, MeshStandardMaterial, MeshToonMaterial, NearestMipMapLinearFilter, NearestMipMapNearestFilter, NeverStencilFunc, NoNormalPacking, NormalAnimationBlendMode, NormalGAPacking, NormalRGPacking, NotEqualStencilFunc, NumberKeyframeTrack, Object3D, ObjectLoader, OctahedronGeometry, Path, PlaneHelper, PointLight, PointLightHelper, Points, PointsMaterial, PolarGridHelper, PolyhedronGeometry, PositionalAudio, PropertyBinding, PropertyMixer, QuadraticBezierCurve, QuadraticBezierCurve3, Quaternion, QuaternionKeyframeTrack, QuaternionLinearInterpolant, RGBADepthPacking, RGBDepthPacking, RGBIntegerFormat, RGDepthPacking, Ray, Raycaster, RectAreaLight, RenderTarget, RenderTarget3D, ReplaceStencilOp, RingGeometry, Scene, ShadowMaterial, Shape, ShapeGeometry, ShapePath, ShapeUtils, Skeleton, SkeletonHelper, SkinnedMesh, Source, Sphere, SphereGeometry, Spherical, SphericalHarmonics3, SplineCurve, SpotLight, SpotLightHelper, Sprite, SpriteMaterial, StaticCopyUsage, StaticDrawUsage, StaticReadUsage, StereoCamera, StreamCopyUsage, StreamDrawUsage, StreamReadUsage, StringKeyframeTrack, TOUCH, TetrahedronGeometry, TextureLoader, TextureUtils, Timer, TimestampQuery, TorusGeometry, TorusKnotGeometry, Triangle, TriangleFanDrawMode, TriangleStripDrawMode, TrianglesDrawMode, TubeGeometry, UVMapping, Uint8BufferAttribute, Uint8ClampedBufferAttribute, Uniform, UniformsGroup, VectorKeyframeTrack, VideoFrameTexture, VideoTexture, WebGL3DRenderTarget, WebGLArrayRenderTarget, WebGPUCoordinateSystem, WireframeGeometry, WrapAroundEnding, ZeroCurvatureEnding, ZeroSlopeEnding, ZeroStencilOp, getConsoleFunction, setConsoleFunction } from './three.core.js'; function WebGLAnimation() { @@ -4591,6 +4591,252 @@ function WebGLObjects( gl, geometries, attributes, info ) { } +const toneMappingMap = { + [ LinearToneMapping ]: 'LINEAR_TONE_MAPPING', + [ ReinhardToneMapping ]: 'REINHARD_TONE_MAPPING', + [ CineonToneMapping ]: 'CINEON_TONE_MAPPING', + [ ACESFilmicToneMapping ]: 'ACES_FILMIC_TONE_MAPPING', + [ AgXToneMapping ]: 'AGX_TONE_MAPPING', + [ NeutralToneMapping ]: 'NEUTRAL_TONE_MAPPING', + [ CustomToneMapping ]: 'CUSTOM_TONE_MAPPING' +}; + +function WebGLOutput( type, width, height, depth, stencil ) { + + // render targets for scene and post-processing + const targetA = new WebGLRenderTarget( width, height, { + type: type, + depthBuffer: depth, + stencilBuffer: stencil + } ); + + const targetB = new WebGLRenderTarget( width, height, { + type: HalfFloatType, + depthBuffer: false, + stencilBuffer: false + } ); + + // create fullscreen triangle geometry + const geometry = new BufferGeometry(); + geometry.setAttribute( 'position', new Float32BufferAttribute( [ -1, 3, 0, -1, -1, 0, 3, -1, 0 ], 3 ) ); + geometry.setAttribute( 'uv', new Float32BufferAttribute( [ 0, 2, 0, 0, 2, 0 ], 2 ) ); + + // create output material with tone mapping support + const material = new RawShaderMaterial( { + uniforms: { + tDiffuse: { value: null } + }, + vertexShader: /* glsl */` + precision highp float; + + uniform mat4 modelViewMatrix; + uniform mat4 projectionMatrix; + + attribute vec3 position; + attribute vec2 uv; + + varying vec2 vUv; + + void main() { + vUv = uv; + gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 ); + }`, + fragmentShader: /* glsl */` + precision highp float; + + uniform sampler2D tDiffuse; + + varying vec2 vUv; + + #include + #include + + void main() { + gl_FragColor = texture2D( tDiffuse, vUv ); + + #ifdef LINEAR_TONE_MAPPING + gl_FragColor.rgb = LinearToneMapping( gl_FragColor.rgb ); + #elif defined( REINHARD_TONE_MAPPING ) + gl_FragColor.rgb = ReinhardToneMapping( gl_FragColor.rgb ); + #elif defined( CINEON_TONE_MAPPING ) + gl_FragColor.rgb = CineonToneMapping( gl_FragColor.rgb ); + #elif defined( ACES_FILMIC_TONE_MAPPING ) + gl_FragColor.rgb = ACESFilmicToneMapping( gl_FragColor.rgb ); + #elif defined( AGX_TONE_MAPPING ) + gl_FragColor.rgb = AgXToneMapping( gl_FragColor.rgb ); + #elif defined( NEUTRAL_TONE_MAPPING ) + gl_FragColor.rgb = NeutralToneMapping( gl_FragColor.rgb ); + #elif defined( CUSTOM_TONE_MAPPING ) + gl_FragColor.rgb = CustomToneMapping( gl_FragColor.rgb ); + #endif + + #ifdef SRGB_TRANSFER + gl_FragColor = sRGBTransferOETF( gl_FragColor ); + #endif + }`, + depthTest: false, + depthWrite: false + } ); + + const mesh = new Mesh( geometry, material ); + const camera = new OrthographicCamera( -1, 1, 1, -1, 0, 1 ); + + let _outputColorSpace = null; + let _outputToneMapping = null; + let _isCompositing = false; + let _savedToneMapping; + let _savedRenderTarget = null; + let _effects = []; + let _hasRenderPass = false; + + this.setSize = function ( width, height ) { + + targetA.setSize( width, height ); + targetB.setSize( width, height ); + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + if ( effect.setSize ) effect.setSize( width, height ); + + } + + }; + + this.setEffects = function ( effects ) { + + _effects = effects; + _hasRenderPass = _effects.length > 0 && _effects[ 0 ].isRenderPass === true; + + const width = targetA.width; + const height = targetA.height; + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + if ( effect.setSize ) effect.setSize( width, height ); + + } + + }; + + this.begin = function ( renderer, renderTarget ) { + + // Don't begin during compositing phase (post-processing effects call render()) + if ( _isCompositing ) return false; + + if ( renderer.toneMapping === NoToneMapping && _effects.length === 0 ) return false; + + _savedRenderTarget = renderTarget; + + // resize internal buffers to match render target (e.g. XR resolution) + if ( renderTarget !== null ) { + + const width = renderTarget.width; + const height = renderTarget.height; + + if ( targetA.width !== width || targetA.height !== height ) { + + this.setSize( width, height ); + + } + + } + + // if first effect is a RenderPass, it will set its own render target + if ( _hasRenderPass === false ) { + + renderer.setRenderTarget( targetA ); + + } + + // disable tone mapping during render - it will be applied in end() + _savedToneMapping = renderer.toneMapping; + renderer.toneMapping = NoToneMapping; + + return true; + + }; + + this.hasRenderPass = function () { + + return _hasRenderPass; + + }; + + this.end = function ( renderer, deltaTime ) { + + // restore tone mapping + renderer.toneMapping = _savedToneMapping; + + _isCompositing = true; + + // run post-processing effects + let readBuffer = targetA; + let writeBuffer = targetB; + + for ( let i = 0; i < _effects.length; i ++ ) { + + const effect = _effects[ i ]; + + if ( effect.enabled === false ) continue; + + effect.render( renderer, writeBuffer, readBuffer, deltaTime ); + + if ( effect.needsSwap !== false ) { + + const temp = readBuffer; + readBuffer = writeBuffer; + writeBuffer = temp; + + } + + } + + // update output material defines if settings changed + if ( _outputColorSpace !== renderer.outputColorSpace || _outputToneMapping !== renderer.toneMapping ) { + + _outputColorSpace = renderer.outputColorSpace; + _outputToneMapping = renderer.toneMapping; + + material.defines = {}; + + if ( ColorManagement.getTransfer( _outputColorSpace ) === SRGBTransfer ) material.defines.SRGB_TRANSFER = ''; + + const toneMapping = toneMappingMap[ _outputToneMapping ]; + if ( toneMapping ) material.defines[ toneMapping ] = ''; + + material.needsUpdate = true; + + } + + // final output to canvas (or XR render target) + material.uniforms.tDiffuse.value = readBuffer.texture; + renderer.setRenderTarget( _savedRenderTarget ); + renderer.render( mesh, camera ); + + _savedRenderTarget = null; + _isCompositing = false; + + }; + + this.isCompositing = function () { + + return _isCompositing; + + }; + + this.dispose = function () { + + targetA.dispose(); + targetB.dispose(); + geometry.dispose(); + material.dispose(); + + }; + +} + /** * Uniforms of a program. * Those form a tree structure with a special top-level container for the root, @@ -15357,6 +15603,7 @@ class WebGLRenderer { powerPreference = 'default', failIfMajorPerformanceCaveat = false, reversedDepthBuffer = false, + outputBufferType = UnsignedByteType, } = parameters; /** @@ -15386,6 +15633,8 @@ class WebGLRenderer { } + const _outputBufferType = outputBufferType; + const INTEGER_FORMATS = new Set( [ RGBAIntegerFormat, RGIntegerFormat, @@ -15413,6 +15662,10 @@ class WebGLRenderer { const renderListStack = []; const renderStateStack = []; + // internal render target for non-UnsignedByteType color buffer + + let output = null; + // public properties /** @@ -15808,6 +16061,14 @@ class WebGLRenderer { initGLContext(); + // initialize internal render target for non-UnsignedByteType color buffer + + if ( _outputBufferType !== UnsignedByteType ) { + + output = new WebGLOutput( _outputBufferType, canvas.width, canvas.height, depth, stencil ); + + } + // xr const xr = new WebXRManager( _this, _gl ); @@ -15930,6 +16191,12 @@ class WebGLRenderer { } + if ( output !== null ) { + + output.setSize( canvas.width, canvas.height ); + + } + this.setViewport( 0, 0, width, height ); }; @@ -15973,6 +16240,39 @@ class WebGLRenderer { }; + /** + * Sets the post-processing effects to be applied after rendering. + * + * @param {Array} effects - An array of post-processing effects. + */ + this.setEffects = function ( effects ) { + + if ( _outputBufferType === UnsignedByteType ) { + + console.error( 'THREE.WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.' ); + return; + + } + + if ( effects ) { + + for ( let i = 0; i < effects.length; i ++ ) { + + if ( effects[ i ].isOutputPass === true ) { + + console.warn( 'THREE.WebGLRenderer: OutputPass is not needed in setEffects(). Tone mapping and color space conversion are applied automatically.' ); + break; + + } + + } + + } + + output.setEffects( effects || [] ); + + }; + /** * Returns the current viewport definition. * @@ -16822,6 +17122,12 @@ class WebGLRenderer { if ( _isContextLost === true ) return; + // use internal render target for HalfFloatType color buffer (only when tone mapping is enabled) + + const isXRPresenting = xr.enabled === true && xr.isPresenting === true; + + const useOutput = output !== null && ( _currentRenderTarget === null || isXRPresenting ) && output.begin( _this, _currentRenderTarget ); + // update scene graph if ( scene.matrixWorldAutoUpdate === true ) scene.updateMatrixWorld(); @@ -16830,7 +17136,7 @@ class WebGLRenderer { if ( camera.parent === null && camera.matrixWorldAutoUpdate === true ) camera.updateMatrixWorld(); - if ( xr.enabled === true && xr.isPresenting === true ) { + if ( xr.enabled === true && xr.isPresenting === true && ( output === null || output.isCompositing() === false ) ) { if ( xr.cameraAutoUpdate === true ) xr.updateCamera( camera ); @@ -16902,46 +17208,52 @@ class WebGLRenderer { if ( this.info.autoReset === true ) this.info.reset(); - // render scene + // render scene (skip if first effect is a render pass - it will render the scene itself) - const opaqueObjects = currentRenderList.opaque; - const transmissiveObjects = currentRenderList.transmissive; + const skipSceneRender = useOutput && output.hasRenderPass(); - currentRenderState.setupLights(); + if ( skipSceneRender === false ) { - if ( camera.isArrayCamera ) { + const opaqueObjects = currentRenderList.opaque; + const transmissiveObjects = currentRenderList.transmissive; - const cameras = camera.cameras; + currentRenderState.setupLights(); - if ( transmissiveObjects.length > 0 ) { + if ( camera.isArrayCamera ) { - for ( let i = 0, l = cameras.length; i < l; i ++ ) { + const cameras = camera.cameras; - const camera2 = cameras[ i ]; + if ( transmissiveObjects.length > 0 ) { + + for ( let i = 0, l = cameras.length; i < l; i ++ ) { - renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera2 ); + const camera2 = cameras[ i ]; + + renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera2 ); + + } } - } + if ( _renderBackground ) background.render( scene ); - if ( _renderBackground ) background.render( scene ); + for ( let i = 0, l = cameras.length; i < l; i ++ ) { - for ( let i = 0, l = cameras.length; i < l; i ++ ) { + const camera2 = cameras[ i ]; - const camera2 = cameras[ i ]; + renderScene( currentRenderList, scene, camera2, camera2.viewport ); - renderScene( currentRenderList, scene, camera2, camera2.viewport ); + } - } + } else { - } else { + if ( transmissiveObjects.length > 0 ) renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera ); - if ( transmissiveObjects.length > 0 ) renderTransmissionPass( opaqueObjects, transmissiveObjects, scene, camera ); + if ( _renderBackground ) background.render( scene ); - if ( _renderBackground ) background.render( scene ); + renderScene( currentRenderList, scene, camera ); - renderScene( currentRenderList, scene, camera ); + } } @@ -16959,6 +17271,14 @@ class WebGLRenderer { } + // copy from internal render target to canvas using fullscreen quad + + if ( useOutput ) { + + output.end( _this ); + + } + // if ( scene.isScene === true ) scene.onAfterRender( _this, scene, camera ); @@ -17147,9 +17467,11 @@ class WebGLRenderer { if ( currentRenderState.state.transmissionRenderTarget[ camera.id ] === undefined ) { + const hasHalfFloatSupport = extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ); + currentRenderState.state.transmissionRenderTarget[ camera.id ] = new WebGLRenderTarget( 1, 1, { generateMipmaps: true, - type: ( extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ) ) ? HalfFloatType : UnsignedByteType, + type: hasHalfFloatSupport ? HalfFloatType : UnsignedByteType, minFilter: LinearMipmapLinearFilter, samples: capabilities.samples, stencilBuffer: stencil, @@ -17997,7 +18319,6 @@ class WebGLRenderer { _currentActiveCubeFace = activeCubeFace; _currentActiveMipmapLevel = activeMipmapLevel; - let useDefaultFramebuffer = true; let framebuffer = null; let isCube = false; let isRenderTarget3D = false; @@ -18008,9 +18329,21 @@ class WebGLRenderer { if ( renderTargetProperties.__useDefaultFramebuffer !== undefined ) { - // We need to make sure to rebind the framebuffer. - state.bindFramebuffer( _gl.FRAMEBUFFER, null ); - useDefaultFramebuffer = false; + // Externally-managed framebuffer (e.g. XR) + // Bind to the stored framebuffer (may be null for default, or a WebGLFramebuffer) + state.bindFramebuffer( _gl.FRAMEBUFFER, renderTargetProperties.__webglFramebuffer ); + + _currentViewport.copy( renderTarget.viewport ); + _currentScissor.copy( renderTarget.scissor ); + _currentScissorTest = renderTarget.scissorTest; + + state.viewport( _currentViewport ); + state.scissor( _currentScissor ); + state.setScissorTest( _currentScissorTest ); + + _currentMaterialId = -1; + + return; } else if ( renderTargetProperties.__webglFramebuffer === undefined ) { @@ -18109,7 +18442,7 @@ class WebGLRenderer { const framebufferBound = state.bindFramebuffer( _gl.FRAMEBUFFER, framebuffer ); - if ( framebufferBound && useDefaultFramebuffer ) { + if ( framebufferBound ) { state.drawBuffers( renderTarget, framebuffer ); @@ -18723,4 +19056,4 @@ class WebGLRenderer { } -export { ACESFilmicToneMapping, AddEquation, AddOperation, AdditiveBlending, AgXToneMapping, AlphaFormat, AlwaysCompare, AlwaysDepth, ArrayCamera, BackSide, BoxGeometry, BufferAttribute, BufferGeometry, ByteType, CineonToneMapping, ClampToEdgeWrapping, Color, ColorManagement, ConstantAlphaFactor, ConstantColorFactor, CubeDepthTexture, CubeReflectionMapping, CubeRefractionMapping, CubeTexture, CubeUVReflectionMapping, CullFaceBack, CullFaceFront, CullFaceNone, CustomBlending, CustomToneMapping, Data3DTexture, DataArrayTexture, DataTexture, DepthFormat, DepthStencilFormat, DepthTexture, DoubleSide, DstAlphaFactor, DstColorFactor, EqualCompare, EqualDepth, EquirectangularReflectionMapping, EquirectangularRefractionMapping, Euler, EventDispatcher, ExternalTexture, FloatType, FrontSide, Frustum, GLSL3, GreaterCompare, GreaterDepth, GreaterEqualCompare, GreaterEqualDepth, HalfFloatType, IntType, Layers, LessCompare, LessDepth, LessEqualCompare, LessEqualDepth, LinearFilter, LinearMipmapLinearFilter, LinearMipmapNearestFilter, LinearSRGBColorSpace, LinearToneMapping, LinearTransfer, Matrix3, Matrix4, MaxEquation, Mesh, MeshBasicMaterial, MeshDepthMaterial, MeshDistanceMaterial, MinEquation, MirroredRepeatWrapping, MixOperation, MultiplyBlending, MultiplyOperation, NearestFilter, NearestMipmapLinearFilter, NearestMipmapNearestFilter, NeutralToneMapping, NeverCompare, NeverDepth, NoBlending, NoColorSpace, NoToneMapping, NormalBlending, NotEqualCompare, NotEqualDepth, ObjectSpaceNormalMap, OneFactor, OneMinusConstantAlphaFactor, OneMinusConstantColorFactor, OneMinusDstAlphaFactor, OneMinusDstColorFactor, OneMinusSrcAlphaFactor, OneMinusSrcColorFactor, OrthographicCamera, PCFShadowMap, PCFSoftShadowMap, PMREMGenerator, PerspectiveCamera, Plane, PlaneGeometry, R11_EAC_Format, RED_GREEN_RGTC2_Format, RED_RGTC1_Format, REVISION, RG11_EAC_Format, RGBAFormat, RGBAIntegerFormat, RGBA_ASTC_10x10_Format, RGBA_ASTC_10x5_Format, RGBA_ASTC_10x6_Format, RGBA_ASTC_10x8_Format, RGBA_ASTC_12x10_Format, RGBA_ASTC_12x12_Format, RGBA_ASTC_4x4_Format, RGBA_ASTC_5x4_Format, RGBA_ASTC_5x5_Format, RGBA_ASTC_6x5_Format, RGBA_ASTC_6x6_Format, RGBA_ASTC_8x5_Format, RGBA_ASTC_8x6_Format, RGBA_ASTC_8x8_Format, RGBA_BPTC_Format, RGBA_ETC2_EAC_Format, RGBA_PVRTC_2BPPV1_Format, RGBA_PVRTC_4BPPV1_Format, RGBA_S3TC_DXT1_Format, RGBA_S3TC_DXT3_Format, RGBA_S3TC_DXT5_Format, RGBFormat, RGB_BPTC_SIGNED_Format, RGB_BPTC_UNSIGNED_Format, RGB_ETC1_Format, RGB_ETC2_Format, RGB_PVRTC_2BPPV1_Format, RGB_PVRTC_4BPPV1_Format, RGB_S3TC_DXT1_Format, RGFormat, RGIntegerFormat, RedFormat, RedIntegerFormat, ReinhardToneMapping, RepeatWrapping, ReverseSubtractEquation, SIGNED_R11_EAC_Format, SIGNED_RED_GREEN_RGTC2_Format, SIGNED_RED_RGTC1_Format, SIGNED_RG11_EAC_Format, SRGBColorSpace, SRGBTransfer, ShaderChunk, ShaderLib, ShaderMaterial, ShortType, SrcAlphaFactor, SrcAlphaSaturateFactor, SrcColorFactor, SubtractEquation, SubtractiveBlending, TangentSpaceNormalMap, Texture, Uint16BufferAttribute, Uint32BufferAttribute, UniformsLib, UniformsUtils, UnsignedByteType, UnsignedInt101111Type, UnsignedInt248Type, UnsignedInt5999Type, UnsignedIntType, UnsignedShort4444Type, UnsignedShort5551Type, UnsignedShortType, VSMShadowMap, Vector2, Vector3, Vector4, WebGLCoordinateSystem, WebGLCubeRenderTarget, WebGLRenderTarget, WebGLRenderer, WebGLUtils, WebXRController, ZeroFactor, createCanvasElement, error, log, warn, warnOnce }; +export { ACESFilmicToneMapping, AddEquation, AddOperation, AdditiveBlending, AgXToneMapping, AlphaFormat, AlwaysCompare, AlwaysDepth, ArrayCamera, BackSide, BoxGeometry, BufferAttribute, BufferGeometry, ByteType, CineonToneMapping, ClampToEdgeWrapping, Color, ColorManagement, ConstantAlphaFactor, ConstantColorFactor, CubeDepthTexture, CubeReflectionMapping, CubeRefractionMapping, CubeTexture, CubeUVReflectionMapping, CullFaceBack, CullFaceFront, CullFaceNone, CustomBlending, CustomToneMapping, Data3DTexture, DataArrayTexture, DataTexture, DepthFormat, DepthStencilFormat, DepthTexture, DoubleSide, DstAlphaFactor, DstColorFactor, EqualCompare, EqualDepth, EquirectangularReflectionMapping, EquirectangularRefractionMapping, Euler, EventDispatcher, ExternalTexture, Float32BufferAttribute, FloatType, FrontSide, Frustum, GLSL3, GreaterCompare, GreaterDepth, GreaterEqualCompare, GreaterEqualDepth, HalfFloatType, IntType, Layers, LessCompare, LessDepth, LessEqualCompare, LessEqualDepth, LinearFilter, LinearMipmapLinearFilter, LinearMipmapNearestFilter, LinearSRGBColorSpace, LinearToneMapping, LinearTransfer, Matrix3, Matrix4, MaxEquation, Mesh, MeshBasicMaterial, MeshDepthMaterial, MeshDistanceMaterial, MinEquation, MirroredRepeatWrapping, MixOperation, MultiplyBlending, MultiplyOperation, NearestFilter, NearestMipmapLinearFilter, NearestMipmapNearestFilter, NeutralToneMapping, NeverCompare, NeverDepth, NoBlending, NoColorSpace, NoToneMapping, NormalBlending, NotEqualCompare, NotEqualDepth, ObjectSpaceNormalMap, OneFactor, OneMinusConstantAlphaFactor, OneMinusConstantColorFactor, OneMinusDstAlphaFactor, OneMinusDstColorFactor, OneMinusSrcAlphaFactor, OneMinusSrcColorFactor, OrthographicCamera, PCFShadowMap, PCFSoftShadowMap, PMREMGenerator, PerspectiveCamera, Plane, PlaneGeometry, R11_EAC_Format, RED_GREEN_RGTC2_Format, RED_RGTC1_Format, REVISION, RG11_EAC_Format, RGBAFormat, RGBAIntegerFormat, RGBA_ASTC_10x10_Format, RGBA_ASTC_10x5_Format, RGBA_ASTC_10x6_Format, RGBA_ASTC_10x8_Format, RGBA_ASTC_12x10_Format, RGBA_ASTC_12x12_Format, RGBA_ASTC_4x4_Format, RGBA_ASTC_5x4_Format, RGBA_ASTC_5x5_Format, RGBA_ASTC_6x5_Format, RGBA_ASTC_6x6_Format, RGBA_ASTC_8x5_Format, RGBA_ASTC_8x6_Format, RGBA_ASTC_8x8_Format, RGBA_BPTC_Format, RGBA_ETC2_EAC_Format, RGBA_PVRTC_2BPPV1_Format, RGBA_PVRTC_4BPPV1_Format, RGBA_S3TC_DXT1_Format, RGBA_S3TC_DXT3_Format, RGBA_S3TC_DXT5_Format, RGBFormat, RGB_BPTC_SIGNED_Format, RGB_BPTC_UNSIGNED_Format, RGB_ETC1_Format, RGB_ETC2_Format, RGB_PVRTC_2BPPV1_Format, RGB_PVRTC_4BPPV1_Format, RGB_S3TC_DXT1_Format, RGFormat, RGIntegerFormat, RawShaderMaterial, RedFormat, RedIntegerFormat, ReinhardToneMapping, RepeatWrapping, ReverseSubtractEquation, SIGNED_R11_EAC_Format, SIGNED_RED_GREEN_RGTC2_Format, SIGNED_RED_RGTC1_Format, SIGNED_RG11_EAC_Format, SRGBColorSpace, SRGBTransfer, ShaderChunk, ShaderLib, ShaderMaterial, ShortType, SrcAlphaFactor, SrcAlphaSaturateFactor, SrcColorFactor, SubtractEquation, SubtractiveBlending, TangentSpaceNormalMap, Texture, Uint16BufferAttribute, Uint32BufferAttribute, UniformsLib, UniformsUtils, UnsignedByteType, UnsignedInt101111Type, UnsignedInt248Type, UnsignedInt5999Type, UnsignedIntType, UnsignedShort4444Type, UnsignedShort5551Type, UnsignedShortType, VSMShadowMap, Vector2, Vector3, Vector4, WebGLCoordinateSystem, WebGLCubeRenderTarget, WebGLRenderTarget, WebGLRenderer, WebGLUtils, WebXRController, ZeroFactor, createCanvasElement, error, log, warn, warnOnce }; diff --git a/build/three.module.min.js b/build/three.module.min.js index f5eda88bdc76d2..261543eb54d196 100644 --- a/build/three.module.min.js +++ b/build/three.module.min.js @@ -3,4 +3,4 @@ * Copyright 2010-2025 Three.js Authors * SPDX-License-Identifier: MIT */ -import{Matrix3 as e,Vector2 as t,Color as n,mergeUniforms as i,Vector3 as r,CubeUVReflectionMapping as a,Mesh as o,BoxGeometry as s,ShaderMaterial as l,BackSide as c,cloneUniforms as d,Euler as u,Matrix4 as f,ColorManagement as p,SRGBTransfer as m,PlaneGeometry as h,FrontSide as _,getUnlitUniformColorSpace as g,IntType as v,warn as E,HalfFloatType as S,UnsignedByteType as T,FloatType as M,RGBAFormat as x,Plane as A,EquirectangularReflectionMapping as R,EquirectangularRefractionMapping as b,WebGLCubeRenderTarget as C,CubeReflectionMapping as L,CubeRefractionMapping as P,BufferGeometry as U,OrthographicCamera as D,PerspectiveCamera as w,NoToneMapping as I,MeshBasicMaterial as N,error as y,NoBlending as O,WebGLRenderTarget as F,BufferAttribute as B,LinearSRGBColorSpace as G,LinearFilter as H,warnOnce as V,Uint32BufferAttribute as W,Uint16BufferAttribute as k,arrayNeedsUint32 as z,Vector4 as X,DataArrayTexture as Y,CubeTexture as K,Data3DTexture as q,GreaterEqualCompare as j,LessEqualCompare as Z,DepthTexture as $,Texture as Q,GLSL3 as J,VSMShadowMap as ee,PCFShadowMap as te,AddOperation as ne,MixOperation as ie,MultiplyOperation as re,LinearTransfer as ae,CustomToneMapping as oe,NeutralToneMapping as se,AgXToneMapping as le,ACESFilmicToneMapping as ce,CineonToneMapping as de,ReinhardToneMapping as ue,LinearToneMapping as fe,UniformsUtils as pe,DoubleSide as me,NormalBlending as he,TangentSpaceNormalMap as _e,ObjectSpaceNormalMap as ge,Layers as ve,RGFormat as Ee,Frustum as Se,MeshDepthMaterial as Te,MeshDistanceMaterial as Me,PCFSoftShadowMap as xe,DepthFormat as Ae,NearestFilter as Re,CubeDepthTexture as be,UnsignedIntType as Ce,LessEqualDepth as Le,ReverseSubtractEquation as Pe,SubtractEquation as Ue,AddEquation as De,OneMinusConstantAlphaFactor as we,ConstantAlphaFactor as Ie,OneMinusConstantColorFactor as Ne,ConstantColorFactor as ye,OneMinusDstAlphaFactor as Oe,OneMinusDstColorFactor as Fe,OneMinusSrcAlphaFactor as Be,OneMinusSrcColorFactor as Ge,DstAlphaFactor as He,DstColorFactor as Ve,SrcAlphaSaturateFactor as We,SrcAlphaFactor as ke,SrcColorFactor as ze,OneFactor as Xe,ZeroFactor as Ye,NotEqualDepth as Ke,GreaterDepth as qe,GreaterEqualDepth as je,EqualDepth as Ze,LessDepth as $e,AlwaysDepth as Qe,NeverDepth as Je,CullFaceNone as et,CullFaceBack as tt,CullFaceFront as nt,CustomBlending as it,MultiplyBlending as rt,SubtractiveBlending as at,AdditiveBlending as ot,MinEquation as st,MaxEquation as lt,MirroredRepeatWrapping as ct,ClampToEdgeWrapping as dt,RepeatWrapping as ut,LinearMipmapLinearFilter as ft,LinearMipmapNearestFilter as pt,NearestMipmapLinearFilter as mt,NearestMipmapNearestFilter as ht,NotEqualCompare as _t,GreaterCompare as gt,EqualCompare as vt,LessCompare as Et,AlwaysCompare as St,NeverCompare as Tt,NoColorSpace as Mt,DepthStencilFormat as xt,getByteLength as At,UnsignedInt248Type as Rt,UnsignedShortType as bt,createElementNS as Ct,UnsignedShort4444Type as Lt,UnsignedShort5551Type as Pt,UnsignedInt5999Type as Ut,UnsignedInt101111Type as Dt,ByteType as wt,ShortType as It,AlphaFormat as Nt,RGBFormat as yt,RedFormat as Ot,RedIntegerFormat as Ft,RGIntegerFormat as Bt,RGBAIntegerFormat as Gt,RGB_S3TC_DXT1_Format as Ht,RGBA_S3TC_DXT1_Format as Vt,RGBA_S3TC_DXT3_Format as Wt,RGBA_S3TC_DXT5_Format as kt,RGB_PVRTC_4BPPV1_Format as zt,RGB_PVRTC_2BPPV1_Format as Xt,RGBA_PVRTC_4BPPV1_Format as Yt,RGBA_PVRTC_2BPPV1_Format as Kt,RGB_ETC1_Format as qt,RGB_ETC2_Format as jt,RGBA_ETC2_EAC_Format as Zt,R11_EAC_Format as $t,SIGNED_R11_EAC_Format as Qt,RG11_EAC_Format as Jt,SIGNED_RG11_EAC_Format as en,RGBA_ASTC_4x4_Format as tn,RGBA_ASTC_5x4_Format as nn,RGBA_ASTC_5x5_Format as rn,RGBA_ASTC_6x5_Format as an,RGBA_ASTC_6x6_Format as on,RGBA_ASTC_8x5_Format as sn,RGBA_ASTC_8x6_Format as ln,RGBA_ASTC_8x8_Format as cn,RGBA_ASTC_10x5_Format as dn,RGBA_ASTC_10x6_Format as un,RGBA_ASTC_10x8_Format as fn,RGBA_ASTC_10x10_Format as pn,RGBA_ASTC_12x10_Format as mn,RGBA_ASTC_12x12_Format as hn,RGBA_BPTC_Format as _n,RGB_BPTC_SIGNED_Format as gn,RGB_BPTC_UNSIGNED_Format as vn,RED_RGTC1_Format as En,SIGNED_RED_RGTC1_Format as Sn,RED_GREEN_RGTC2_Format as Tn,SIGNED_RED_GREEN_RGTC2_Format as Mn,ExternalTexture as xn,EventDispatcher as An,ArrayCamera as Rn,WebXRController as bn,RAD2DEG as Cn,DataTexture as Ln,createCanvasElement as Pn,SRGBColorSpace as Un,REVISION as Dn,log as wn,WebGLCoordinateSystem as In,probeAsync as Nn}from"./three.core.min.js";export{AdditiveAnimationBlendMode,AlwaysStencilFunc,AmbientLight,AnimationAction,AnimationClip,AnimationLoader,AnimationMixer,AnimationObjectGroup,AnimationUtils,ArcCurve,ArrowHelper,AttachedBindMode,Audio,AudioAnalyser,AudioContext,AudioListener,AudioLoader,AxesHelper,BasicDepthPacking,BasicShadowMap,BatchedMesh,Bone,BooleanKeyframeTrack,Box2,Box3,Box3Helper,BoxHelper,BufferGeometryLoader,Cache,Camera,CameraHelper,CanvasTexture,CapsuleGeometry,CatmullRomCurve3,CircleGeometry,Clock,ColorKeyframeTrack,CompressedArrayTexture,CompressedCubeTexture,CompressedTexture,CompressedTextureLoader,ConeGeometry,Controls,CubeCamera,CubeTextureLoader,CubicBezierCurve,CubicBezierCurve3,CubicInterpolant,CullFaceFrontBack,Curve,CurvePath,CylinderGeometry,Cylindrical,DataTextureLoader,DataUtils,DecrementStencilOp,DecrementWrapStencilOp,DefaultLoadingManager,DetachedBindMode,DirectionalLight,DirectionalLightHelper,DiscreteInterpolant,DodecahedronGeometry,DynamicCopyUsage,DynamicDrawUsage,DynamicReadUsage,EdgesGeometry,EllipseCurve,EqualStencilFunc,ExtrudeGeometry,FileLoader,Float16BufferAttribute,Float32BufferAttribute,Fog,FogExp2,FramebufferTexture,FrustumArray,GLBufferAttribute,GLSL1,GreaterEqualStencilFunc,GreaterStencilFunc,GridHelper,Group,HemisphereLight,HemisphereLightHelper,IcosahedronGeometry,ImageBitmapLoader,ImageLoader,ImageUtils,IncrementStencilOp,IncrementWrapStencilOp,InstancedBufferAttribute,InstancedBufferGeometry,InstancedInterleavedBuffer,InstancedMesh,Int16BufferAttribute,Int32BufferAttribute,Int8BufferAttribute,InterleavedBuffer,InterleavedBufferAttribute,Interpolant,InterpolateDiscrete,InterpolateLinear,InterpolateSmooth,InterpolationSamplingMode,InterpolationSamplingType,InvertStencilOp,KeepStencilOp,KeyframeTrack,LOD,LatheGeometry,LessEqualStencilFunc,LessStencilFunc,Light,LightProbe,Line,Line3,LineBasicMaterial,LineCurve,LineCurve3,LineDashedMaterial,LineLoop,LineSegments,LinearInterpolant,LinearMipMapLinearFilter,LinearMipMapNearestFilter,Loader,LoaderUtils,LoadingManager,LoopOnce,LoopPingPong,LoopRepeat,MOUSE,Material,MaterialLoader,MathUtils,Matrix2,MeshLambertMaterial,MeshMatcapMaterial,MeshNormalMaterial,MeshPhongMaterial,MeshPhysicalMaterial,MeshStandardMaterial,MeshToonMaterial,NearestMipMapLinearFilter,NearestMipMapNearestFilter,NeverStencilFunc,NoNormalPacking,NormalAnimationBlendMode,NormalGAPacking,NormalRGPacking,NotEqualStencilFunc,NumberKeyframeTrack,Object3D,ObjectLoader,OctahedronGeometry,Path,PlaneHelper,PointLight,PointLightHelper,Points,PointsMaterial,PolarGridHelper,PolyhedronGeometry,PositionalAudio,PropertyBinding,PropertyMixer,QuadraticBezierCurve,QuadraticBezierCurve3,Quaternion,QuaternionKeyframeTrack,QuaternionLinearInterpolant,RGBADepthPacking,RGBDepthPacking,RGBIntegerFormat,RGDepthPacking,RawShaderMaterial,Ray,Raycaster,RectAreaLight,RenderTarget,RenderTarget3D,ReplaceStencilOp,RingGeometry,Scene,ShadowMaterial,Shape,ShapeGeometry,ShapePath,ShapeUtils,Skeleton,SkeletonHelper,SkinnedMesh,Source,Sphere,SphereGeometry,Spherical,SphericalHarmonics3,SplineCurve,SpotLight,SpotLightHelper,Sprite,SpriteMaterial,StaticCopyUsage,StaticDrawUsage,StaticReadUsage,StereoCamera,StreamCopyUsage,StreamDrawUsage,StreamReadUsage,StringKeyframeTrack,TOUCH,TetrahedronGeometry,TextureLoader,TextureUtils,Timer,TimestampQuery,TorusGeometry,TorusKnotGeometry,Triangle,TriangleFanDrawMode,TriangleStripDrawMode,TrianglesDrawMode,TubeGeometry,UVMapping,Uint8BufferAttribute,Uint8ClampedBufferAttribute,Uniform,UniformsGroup,VectorKeyframeTrack,VideoFrameTexture,VideoTexture,WebGL3DRenderTarget,WebGLArrayRenderTarget,WebGPUCoordinateSystem,WireframeGeometry,WrapAroundEnding,ZeroCurvatureEnding,ZeroSlopeEnding,ZeroStencilOp,getConsoleFunction,setConsoleFunction}from"./three.core.min.js";function yn(){let e=null,t=!1,n=null,i=null;function r(t,a){n(t,a),i=e.requestAnimationFrame(r)}return{start:function(){!0!==t&&null!==n&&(i=e.requestAnimationFrame(r),t=!0)},stop:function(){e.cancelAnimationFrame(i),t=!1},setAnimationLoop:function(e){n=e},setContext:function(t){e=t}}}function On(e){const t=new WeakMap;return{get:function(e){return e.isInterleavedBufferAttribute&&(e=e.data),t.get(e)},remove:function(n){n.isInterleavedBufferAttribute&&(n=n.data);const i=t.get(n);i&&(e.deleteBuffer(i.buffer),t.delete(n))},update:function(n,i){if(n.isInterleavedBufferAttribute&&(n=n.data),n.isGLBufferAttribute){const e=t.get(n);return void((!e||e.versione.start-t.start);let t=0;for(let e=1;e 0\n\tvec4 plane;\n\t#ifdef ALPHA_TO_COVERAGE\n\t\tfloat distanceToPlane, distanceGradient;\n\t\tfloat clipOpacity = 1.0;\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < UNION_CLIPPING_PLANES; i ++ ) {\n\t\t\tplane = clippingPlanes[ i ];\n\t\t\tdistanceToPlane = - dot( vClipPosition, plane.xyz ) + plane.w;\n\t\t\tdistanceGradient = fwidth( distanceToPlane ) / 2.0;\n\t\t\tclipOpacity *= smoothstep( - distanceGradient, distanceGradient, distanceToPlane );\n\t\t\tif ( clipOpacity == 0.0 ) discard;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t\t#if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES\n\t\t\tfloat unionClipOpacity = 1.0;\n\t\t\t#pragma unroll_loop_start\n\t\t\tfor ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; i ++ ) {\n\t\t\t\tplane = clippingPlanes[ i ];\n\t\t\t\tdistanceToPlane = - dot( vClipPosition, plane.xyz ) + plane.w;\n\t\t\t\tdistanceGradient = fwidth( distanceToPlane ) / 2.0;\n\t\t\t\tunionClipOpacity *= 1.0 - smoothstep( - distanceGradient, distanceGradient, distanceToPlane );\n\t\t\t}\n\t\t\t#pragma unroll_loop_end\n\t\t\tclipOpacity *= 1.0 - unionClipOpacity;\n\t\t#endif\n\t\tdiffuseColor.a *= clipOpacity;\n\t\tif ( diffuseColor.a == 0.0 ) discard;\n\t#else\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < UNION_CLIPPING_PLANES; i ++ ) {\n\t\t\tplane = clippingPlanes[ i ];\n\t\t\tif ( dot( vClipPosition, plane.xyz ) > plane.w ) discard;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t\t#if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES\n\t\t\tbool clipped = true;\n\t\t\t#pragma unroll_loop_start\n\t\t\tfor ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; i ++ ) {\n\t\t\t\tplane = clippingPlanes[ i ];\n\t\t\t\tclipped = ( dot( vClipPosition, plane.xyz ) > plane.w ) && clipped;\n\t\t\t}\n\t\t\t#pragma unroll_loop_end\n\t\t\tif ( clipped ) discard;\n\t\t#endif\n\t#endif\n#endif",clipping_planes_pars_fragment:"#if NUM_CLIPPING_PLANES > 0\n\tvarying vec3 vClipPosition;\n\tuniform vec4 clippingPlanes[ NUM_CLIPPING_PLANES ];\n#endif",clipping_planes_pars_vertex:"#if NUM_CLIPPING_PLANES > 0\n\tvarying vec3 vClipPosition;\n#endif",clipping_planes_vertex:"#if NUM_CLIPPING_PLANES > 0\n\tvClipPosition = - mvPosition.xyz;\n#endif",color_fragment:"#if defined( USE_COLOR_ALPHA )\n\tdiffuseColor *= vColor;\n#elif defined( USE_COLOR )\n\tdiffuseColor.rgb *= vColor;\n#endif",color_pars_fragment:"#if defined( USE_COLOR_ALPHA )\n\tvarying vec4 vColor;\n#elif defined( USE_COLOR )\n\tvarying vec3 vColor;\n#endif",color_pars_vertex:"#if defined( USE_COLOR_ALPHA )\n\tvarying vec4 vColor;\n#elif defined( USE_COLOR ) || defined( USE_INSTANCING_COLOR ) || defined( USE_BATCHING_COLOR )\n\tvarying vec3 vColor;\n#endif",color_vertex:"#if defined( USE_COLOR_ALPHA )\n\tvColor = vec4( 1.0 );\n#elif defined( USE_COLOR ) || defined( USE_INSTANCING_COLOR ) || defined( USE_BATCHING_COLOR )\n\tvColor = vec3( 1.0 );\n#endif\n#ifdef USE_COLOR\n\tvColor *= color;\n#endif\n#ifdef USE_INSTANCING_COLOR\n\tvColor.xyz *= instanceColor.xyz;\n#endif\n#ifdef USE_BATCHING_COLOR\n\tvec3 batchingColor = getBatchingColor( getIndirectIndex( gl_DrawID ) );\n\tvColor.xyz *= batchingColor.xyz;\n#endif",common:"#define PI 3.141592653589793\n#define PI2 6.283185307179586\n#define PI_HALF 1.5707963267948966\n#define RECIPROCAL_PI 0.3183098861837907\n#define RECIPROCAL_PI2 0.15915494309189535\n#define EPSILON 1e-6\n#ifndef saturate\n#define saturate( a ) clamp( a, 0.0, 1.0 )\n#endif\n#define whiteComplement( a ) ( 1.0 - saturate( a ) )\nfloat pow2( const in float x ) { return x*x; }\nvec3 pow2( const in vec3 x ) { return x*x; }\nfloat pow3( const in float x ) { return x*x*x; }\nfloat pow4( const in float x ) { float x2 = x*x; return x2*x2; }\nfloat max3( const in vec3 v ) { return max( max( v.x, v.y ), v.z ); }\nfloat average( const in vec3 v ) { return dot( v, vec3( 0.3333333 ) ); }\nhighp float rand( const in vec2 uv ) {\n\tconst highp float a = 12.9898, b = 78.233, c = 43758.5453;\n\thighp float dt = dot( uv.xy, vec2( a,b ) ), sn = mod( dt, PI );\n\treturn fract( sin( sn ) * c );\n}\n#ifdef HIGH_PRECISION\n\tfloat precisionSafeLength( vec3 v ) { return length( v ); }\n#else\n\tfloat precisionSafeLength( vec3 v ) {\n\t\tfloat maxComponent = max3( abs( v ) );\n\t\treturn length( v / maxComponent ) * maxComponent;\n\t}\n#endif\nstruct IncidentLight {\n\tvec3 color;\n\tvec3 direction;\n\tbool visible;\n};\nstruct ReflectedLight {\n\tvec3 directDiffuse;\n\tvec3 directSpecular;\n\tvec3 indirectDiffuse;\n\tvec3 indirectSpecular;\n};\n#ifdef USE_ALPHAHASH\n\tvarying vec3 vPosition;\n#endif\nvec3 transformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( matrix * vec4( dir, 0.0 ) ).xyz );\n}\nvec3 inverseTransformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( vec4( dir, 0.0 ) * matrix ).xyz );\n}\nbool isPerspectiveMatrix( mat4 m ) {\n\treturn m[ 2 ][ 3 ] == - 1.0;\n}\nvec2 equirectUv( in vec3 dir ) {\n\tfloat u = atan( dir.z, dir.x ) * RECIPROCAL_PI2 + 0.5;\n\tfloat v = asin( clamp( dir.y, - 1.0, 1.0 ) ) * RECIPROCAL_PI + 0.5;\n\treturn vec2( u, v );\n}\nvec3 BRDF_Lambert( const in vec3 diffuseColor ) {\n\treturn RECIPROCAL_PI * diffuseColor;\n}\nvec3 F_Schlick( const in vec3 f0, const in float f90, const in float dotVH ) {\n\tfloat fresnel = exp2( ( - 5.55473 * dotVH - 6.98316 ) * dotVH );\n\treturn f0 * ( 1.0 - fresnel ) + ( f90 * fresnel );\n}\nfloat F_Schlick( const in float f0, const in float f90, const in float dotVH ) {\n\tfloat fresnel = exp2( ( - 5.55473 * dotVH - 6.98316 ) * dotVH );\n\treturn f0 * ( 1.0 - fresnel ) + ( f90 * fresnel );\n} // validated",cube_uv_reflection_fragment:"#ifdef ENVMAP_TYPE_CUBE_UV\n\t#define cubeUV_minMipLevel 4.0\n\t#define cubeUV_minTileSize 16.0\n\tfloat getFace( vec3 direction ) {\n\t\tvec3 absDirection = abs( direction );\n\t\tfloat face = - 1.0;\n\t\tif ( absDirection.x > absDirection.z ) {\n\t\t\tif ( absDirection.x > absDirection.y )\n\t\t\t\tface = direction.x > 0.0 ? 0.0 : 3.0;\n\t\t\telse\n\t\t\t\tface = direction.y > 0.0 ? 1.0 : 4.0;\n\t\t} else {\n\t\t\tif ( absDirection.z > absDirection.y )\n\t\t\t\tface = direction.z > 0.0 ? 2.0 : 5.0;\n\t\t\telse\n\t\t\t\tface = direction.y > 0.0 ? 1.0 : 4.0;\n\t\t}\n\t\treturn face;\n\t}\n\tvec2 getUV( vec3 direction, float face ) {\n\t\tvec2 uv;\n\t\tif ( face == 0.0 ) {\n\t\t\tuv = vec2( direction.z, direction.y ) / abs( direction.x );\n\t\t} else if ( face == 1.0 ) {\n\t\t\tuv = vec2( - direction.x, - direction.z ) / abs( direction.y );\n\t\t} else if ( face == 2.0 ) {\n\t\t\tuv = vec2( - direction.x, direction.y ) / abs( direction.z );\n\t\t} else if ( face == 3.0 ) {\n\t\t\tuv = vec2( - direction.z, direction.y ) / abs( direction.x );\n\t\t} else if ( face == 4.0 ) {\n\t\t\tuv = vec2( - direction.x, direction.z ) / abs( direction.y );\n\t\t} else {\n\t\t\tuv = vec2( direction.x, direction.y ) / abs( direction.z );\n\t\t}\n\t\treturn 0.5 * ( uv + 1.0 );\n\t}\n\tvec3 bilinearCubeUV( sampler2D envMap, vec3 direction, float mipInt ) {\n\t\tfloat face = getFace( direction );\n\t\tfloat filterInt = max( cubeUV_minMipLevel - mipInt, 0.0 );\n\t\tmipInt = max( mipInt, cubeUV_minMipLevel );\n\t\tfloat faceSize = exp2( mipInt );\n\t\thighp vec2 uv = getUV( direction, face ) * ( faceSize - 2.0 ) + 1.0;\n\t\tif ( face > 2.0 ) {\n\t\t\tuv.y += faceSize;\n\t\t\tface -= 3.0;\n\t\t}\n\t\tuv.x += face * faceSize;\n\t\tuv.x += filterInt * 3.0 * cubeUV_minTileSize;\n\t\tuv.y += 4.0 * ( exp2( CUBEUV_MAX_MIP ) - faceSize );\n\t\tuv.x *= CUBEUV_TEXEL_WIDTH;\n\t\tuv.y *= CUBEUV_TEXEL_HEIGHT;\n\t\t#ifdef texture2DGradEXT\n\t\t\treturn texture2DGradEXT( envMap, uv, vec2( 0.0 ), vec2( 0.0 ) ).rgb;\n\t\t#else\n\t\t\treturn texture2D( envMap, uv ).rgb;\n\t\t#endif\n\t}\n\t#define cubeUV_r0 1.0\n\t#define cubeUV_m0 - 2.0\n\t#define cubeUV_r1 0.8\n\t#define cubeUV_m1 - 1.0\n\t#define cubeUV_r4 0.4\n\t#define cubeUV_m4 2.0\n\t#define cubeUV_r5 0.305\n\t#define cubeUV_m5 3.0\n\t#define cubeUV_r6 0.21\n\t#define cubeUV_m6 4.0\n\tfloat roughnessToMip( float roughness ) {\n\t\tfloat mip = 0.0;\n\t\tif ( roughness >= cubeUV_r1 ) {\n\t\t\tmip = ( cubeUV_r0 - roughness ) * ( cubeUV_m1 - cubeUV_m0 ) / ( cubeUV_r0 - cubeUV_r1 ) + cubeUV_m0;\n\t\t} else if ( roughness >= cubeUV_r4 ) {\n\t\t\tmip = ( cubeUV_r1 - roughness ) * ( cubeUV_m4 - cubeUV_m1 ) / ( cubeUV_r1 - cubeUV_r4 ) + cubeUV_m1;\n\t\t} else if ( roughness >= cubeUV_r5 ) {\n\t\t\tmip = ( cubeUV_r4 - roughness ) * ( cubeUV_m5 - cubeUV_m4 ) / ( cubeUV_r4 - cubeUV_r5 ) + cubeUV_m4;\n\t\t} else if ( roughness >= cubeUV_r6 ) {\n\t\t\tmip = ( cubeUV_r5 - roughness ) * ( cubeUV_m6 - cubeUV_m5 ) / ( cubeUV_r5 - cubeUV_r6 ) + cubeUV_m5;\n\t\t} else {\n\t\t\tmip = - 2.0 * log2( 1.16 * roughness );\t\t}\n\t\treturn mip;\n\t}\n\tvec4 textureCubeUV( sampler2D envMap, vec3 sampleDir, float roughness ) {\n\t\tfloat mip = clamp( roughnessToMip( roughness ), cubeUV_m0, CUBEUV_MAX_MIP );\n\t\tfloat mipF = fract( mip );\n\t\tfloat mipInt = floor( mip );\n\t\tvec3 color0 = bilinearCubeUV( envMap, sampleDir, mipInt );\n\t\tif ( mipF == 0.0 ) {\n\t\t\treturn vec4( color0, 1.0 );\n\t\t} else {\n\t\t\tvec3 color1 = bilinearCubeUV( envMap, sampleDir, mipInt + 1.0 );\n\t\t\treturn vec4( mix( color0, color1, mipF ), 1.0 );\n\t\t}\n\t}\n#endif",defaultnormal_vertex:"vec3 transformedNormal = objectNormal;\n#ifdef USE_TANGENT\n\tvec3 transformedTangent = objectTangent;\n#endif\n#ifdef USE_BATCHING\n\tmat3 bm = mat3( batchingMatrix );\n\ttransformedNormal /= vec3( dot( bm[ 0 ], bm[ 0 ] ), dot( bm[ 1 ], bm[ 1 ] ), dot( bm[ 2 ], bm[ 2 ] ) );\n\ttransformedNormal = bm * transformedNormal;\n\t#ifdef USE_TANGENT\n\t\ttransformedTangent = bm * transformedTangent;\n\t#endif\n#endif\n#ifdef USE_INSTANCING\n\tmat3 im = mat3( instanceMatrix );\n\ttransformedNormal /= vec3( dot( im[ 0 ], im[ 0 ] ), dot( im[ 1 ], im[ 1 ] ), dot( im[ 2 ], im[ 2 ] ) );\n\ttransformedNormal = im * transformedNormal;\n\t#ifdef USE_TANGENT\n\t\ttransformedTangent = im * transformedTangent;\n\t#endif\n#endif\ntransformedNormal = normalMatrix * transformedNormal;\n#ifdef FLIP_SIDED\n\ttransformedNormal = - transformedNormal;\n#endif\n#ifdef USE_TANGENT\n\ttransformedTangent = ( modelViewMatrix * vec4( transformedTangent, 0.0 ) ).xyz;\n\t#ifdef FLIP_SIDED\n\t\ttransformedTangent = - transformedTangent;\n\t#endif\n#endif",displacementmap_pars_vertex:"#ifdef USE_DISPLACEMENTMAP\n\tuniform sampler2D displacementMap;\n\tuniform float displacementScale;\n\tuniform float displacementBias;\n#endif",displacementmap_vertex:"#ifdef USE_DISPLACEMENTMAP\n\ttransformed += normalize( objectNormal ) * ( texture2D( displacementMap, vDisplacementMapUv ).x * displacementScale + displacementBias );\n#endif",emissivemap_fragment:"#ifdef USE_EMISSIVEMAP\n\tvec4 emissiveColor = texture2D( emissiveMap, vEmissiveMapUv );\n\t#ifdef DECODE_VIDEO_TEXTURE_EMISSIVE\n\t\temissiveColor = sRGBTransferEOTF( emissiveColor );\n\t#endif\n\ttotalEmissiveRadiance *= emissiveColor.rgb;\n#endif",emissivemap_pars_fragment:"#ifdef USE_EMISSIVEMAP\n\tuniform sampler2D emissiveMap;\n#endif",colorspace_fragment:"gl_FragColor = linearToOutputTexel( gl_FragColor );",colorspace_pars_fragment:"vec4 LinearTransferOETF( in vec4 value ) {\n\treturn value;\n}\nvec4 sRGBTransferEOTF( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), value.rgb * 0.0773993808, vec3( lessThanEqual( value.rgb, vec3( 0.04045 ) ) ) ), value.a );\n}\nvec4 sRGBTransferOETF( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb, vec3( 0.41666 ) ) * 1.055 - vec3( 0.055 ), value.rgb * 12.92, vec3( lessThanEqual( value.rgb, vec3( 0.0031308 ) ) ) ), value.a );\n}",envmap_fragment:"#ifdef USE_ENVMAP\n\t#ifdef ENV_WORLDPOS\n\t\tvec3 cameraToFrag;\n\t\tif ( isOrthographic ) {\n\t\t\tcameraToFrag = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) );\n\t\t} else {\n\t\t\tcameraToFrag = normalize( vWorldPosition - cameraPosition );\n\t\t}\n\t\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvec3 reflectVec = reflect( cameraToFrag, worldNormal );\n\t\t#else\n\t\t\tvec3 reflectVec = refract( cameraToFrag, worldNormal, refractionRatio );\n\t\t#endif\n\t#else\n\t\tvec3 reflectVec = vReflect;\n\t#endif\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tvec4 envColor = textureCube( envMap, envMapRotation * vec3( flipEnvMap * reflectVec.x, reflectVec.yz ) );\n\t#else\n\t\tvec4 envColor = vec4( 0.0 );\n\t#endif\n\t#ifdef ENVMAP_BLENDING_MULTIPLY\n\t\toutgoingLight = mix( outgoingLight, outgoingLight * envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_MIX )\n\t\toutgoingLight = mix( outgoingLight, envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_ADD )\n\t\toutgoingLight += envColor.xyz * specularStrength * reflectivity;\n\t#endif\n#endif",envmap_common_pars_fragment:"#ifdef USE_ENVMAP\n\tuniform float envMapIntensity;\n\tuniform float flipEnvMap;\n\tuniform mat3 envMapRotation;\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tuniform samplerCube envMap;\n\t#else\n\t\tuniform sampler2D envMap;\n\t#endif\n#endif",envmap_pars_fragment:"#ifdef USE_ENVMAP\n\tuniform float reflectivity;\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( LAMBERT )\n\t\t#define ENV_WORLDPOS\n\t#endif\n\t#ifdef ENV_WORLDPOS\n\t\tvarying vec3 vWorldPosition;\n\t\tuniform float refractionRatio;\n\t#else\n\t\tvarying vec3 vReflect;\n\t#endif\n#endif",envmap_pars_vertex:"#ifdef USE_ENVMAP\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( LAMBERT )\n\t\t#define ENV_WORLDPOS\n\t#endif\n\t#ifdef ENV_WORLDPOS\n\t\t\n\t\tvarying vec3 vWorldPosition;\n\t#else\n\t\tvarying vec3 vReflect;\n\t\tuniform float refractionRatio;\n\t#endif\n#endif",envmap_physical_pars_fragment:"#ifdef USE_ENVMAP\n\tvec3 getIBLIrradiance( const in vec3 normal ) {\n\t\t#ifdef ENVMAP_TYPE_CUBE_UV\n\t\t\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\t\t\tvec4 envMapColor = textureCubeUV( envMap, envMapRotation * worldNormal, 1.0 );\n\t\t\treturn PI * envMapColor.rgb * envMapIntensity;\n\t\t#else\n\t\t\treturn vec3( 0.0 );\n\t\t#endif\n\t}\n\tvec3 getIBLRadiance( const in vec3 viewDir, const in vec3 normal, const in float roughness ) {\n\t\t#ifdef ENVMAP_TYPE_CUBE_UV\n\t\t\tvec3 reflectVec = reflect( - viewDir, normal );\n\t\t\treflectVec = normalize( mix( reflectVec, normal, pow4( roughness ) ) );\n\t\t\treflectVec = inverseTransformDirection( reflectVec, viewMatrix );\n\t\t\tvec4 envMapColor = textureCubeUV( envMap, envMapRotation * reflectVec, roughness );\n\t\t\treturn envMapColor.rgb * envMapIntensity;\n\t\t#else\n\t\t\treturn vec3( 0.0 );\n\t\t#endif\n\t}\n\t#ifdef USE_ANISOTROPY\n\t\tvec3 getIBLAnisotropyRadiance( const in vec3 viewDir, const in vec3 normal, const in float roughness, const in vec3 bitangent, const in float anisotropy ) {\n\t\t\t#ifdef ENVMAP_TYPE_CUBE_UV\n\t\t\t\tvec3 bentNormal = cross( bitangent, viewDir );\n\t\t\t\tbentNormal = normalize( cross( bentNormal, bitangent ) );\n\t\t\t\tbentNormal = normalize( mix( bentNormal, normal, pow2( pow2( 1.0 - anisotropy * ( 1.0 - roughness ) ) ) ) );\n\t\t\t\treturn getIBLRadiance( viewDir, bentNormal, roughness );\n\t\t\t#else\n\t\t\t\treturn vec3( 0.0 );\n\t\t\t#endif\n\t\t}\n\t#endif\n#endif",envmap_vertex:"#ifdef USE_ENVMAP\n\t#ifdef ENV_WORLDPOS\n\t\tvWorldPosition = worldPosition.xyz;\n\t#else\n\t\tvec3 cameraToVertex;\n\t\tif ( isOrthographic ) {\n\t\t\tcameraToVertex = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) );\n\t\t} else {\n\t\t\tcameraToVertex = normalize( worldPosition.xyz - cameraPosition );\n\t\t}\n\t\tvec3 worldNormal = inverseTransformDirection( transformedNormal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvReflect = reflect( cameraToVertex, worldNormal );\n\t\t#else\n\t\t\tvReflect = refract( cameraToVertex, worldNormal, refractionRatio );\n\t\t#endif\n\t#endif\n#endif",fog_vertex:"#ifdef USE_FOG\n\tvFogDepth = - mvPosition.z;\n#endif",fog_pars_vertex:"#ifdef USE_FOG\n\tvarying float vFogDepth;\n#endif",fog_fragment:"#ifdef USE_FOG\n\t#ifdef FOG_EXP2\n\t\tfloat fogFactor = 1.0 - exp( - fogDensity * fogDensity * vFogDepth * vFogDepth );\n\t#else\n\t\tfloat fogFactor = smoothstep( fogNear, fogFar, vFogDepth );\n\t#endif\n\tgl_FragColor.rgb = mix( gl_FragColor.rgb, fogColor, fogFactor );\n#endif",fog_pars_fragment:"#ifdef USE_FOG\n\tuniform vec3 fogColor;\n\tvarying float vFogDepth;\n\t#ifdef FOG_EXP2\n\t\tuniform float fogDensity;\n\t#else\n\t\tuniform float fogNear;\n\t\tuniform float fogFar;\n\t#endif\n#endif",gradientmap_pars_fragment:"#ifdef USE_GRADIENTMAP\n\tuniform sampler2D gradientMap;\n#endif\nvec3 getGradientIrradiance( vec3 normal, vec3 lightDirection ) {\n\tfloat dotNL = dot( normal, lightDirection );\n\tvec2 coord = vec2( dotNL * 0.5 + 0.5, 0.0 );\n\t#ifdef USE_GRADIENTMAP\n\t\treturn vec3( texture2D( gradientMap, coord ).r );\n\t#else\n\t\tvec2 fw = fwidth( coord ) * 0.5;\n\t\treturn mix( vec3( 0.7 ), vec3( 1.0 ), smoothstep( 0.7 - fw.x, 0.7 + fw.x, coord.x ) );\n\t#endif\n}",lightmap_pars_fragment:"#ifdef USE_LIGHTMAP\n\tuniform sampler2D lightMap;\n\tuniform float lightMapIntensity;\n#endif",lights_lambert_fragment:"LambertMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.specularStrength = specularStrength;",lights_lambert_pars_fragment:"varying vec3 vViewPosition;\nstruct LambertMaterial {\n\tvec3 diffuseColor;\n\tfloat specularStrength;\n};\nvoid RE_Direct_Lambert( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in LambertMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometryNormal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectDiffuse_Lambert( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in LambertMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_Lambert\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Lambert",lights_pars_begin:"uniform bool receiveShadow;\nuniform vec3 ambientLightColor;\n#if defined( USE_LIGHT_PROBES )\n\tuniform vec3 lightProbe[ 9 ];\n#endif\nvec3 shGetIrradianceAt( in vec3 normal, in vec3 shCoefficients[ 9 ] ) {\n\tfloat x = normal.x, y = normal.y, z = normal.z;\n\tvec3 result = shCoefficients[ 0 ] * 0.886227;\n\tresult += shCoefficients[ 1 ] * 2.0 * 0.511664 * y;\n\tresult += shCoefficients[ 2 ] * 2.0 * 0.511664 * z;\n\tresult += shCoefficients[ 3 ] * 2.0 * 0.511664 * x;\n\tresult += shCoefficients[ 4 ] * 2.0 * 0.429043 * x * y;\n\tresult += shCoefficients[ 5 ] * 2.0 * 0.429043 * y * z;\n\tresult += shCoefficients[ 6 ] * ( 0.743125 * z * z - 0.247708 );\n\tresult += shCoefficients[ 7 ] * 2.0 * 0.429043 * x * z;\n\tresult += shCoefficients[ 8 ] * 0.429043 * ( x * x - y * y );\n\treturn result;\n}\nvec3 getLightProbeIrradiance( const in vec3 lightProbe[ 9 ], const in vec3 normal ) {\n\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\tvec3 irradiance = shGetIrradianceAt( worldNormal, lightProbe );\n\treturn irradiance;\n}\nvec3 getAmbientLightIrradiance( const in vec3 ambientLightColor ) {\n\tvec3 irradiance = ambientLightColor;\n\treturn irradiance;\n}\nfloat getDistanceAttenuation( const in float lightDistance, const in float cutoffDistance, const in float decayExponent ) {\n\tfloat distanceFalloff = 1.0 / max( pow( lightDistance, decayExponent ), 0.01 );\n\tif ( cutoffDistance > 0.0 ) {\n\t\tdistanceFalloff *= pow2( saturate( 1.0 - pow4( lightDistance / cutoffDistance ) ) );\n\t}\n\treturn distanceFalloff;\n}\nfloat getSpotAttenuation( const in float coneCosine, const in float penumbraCosine, const in float angleCosine ) {\n\treturn smoothstep( coneCosine, penumbraCosine, angleCosine );\n}\n#if NUM_DIR_LIGHTS > 0\n\tstruct DirectionalLight {\n\t\tvec3 direction;\n\t\tvec3 color;\n\t};\n\tuniform DirectionalLight directionalLights[ NUM_DIR_LIGHTS ];\n\tvoid getDirectionalLightInfo( const in DirectionalLight directionalLight, out IncidentLight light ) {\n\t\tlight.color = directionalLight.color;\n\t\tlight.direction = directionalLight.direction;\n\t\tlight.visible = true;\n\t}\n#endif\n#if NUM_POINT_LIGHTS > 0\n\tstruct PointLight {\n\t\tvec3 position;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t};\n\tuniform PointLight pointLights[ NUM_POINT_LIGHTS ];\n\tvoid getPointLightInfo( const in PointLight pointLight, const in vec3 geometryPosition, out IncidentLight light ) {\n\t\tvec3 lVector = pointLight.position - geometryPosition;\n\t\tlight.direction = normalize( lVector );\n\t\tfloat lightDistance = length( lVector );\n\t\tlight.color = pointLight.color;\n\t\tlight.color *= getDistanceAttenuation( lightDistance, pointLight.distance, pointLight.decay );\n\t\tlight.visible = ( light.color != vec3( 0.0 ) );\n\t}\n#endif\n#if NUM_SPOT_LIGHTS > 0\n\tstruct SpotLight {\n\t\tvec3 position;\n\t\tvec3 direction;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t\tfloat coneCos;\n\t\tfloat penumbraCos;\n\t};\n\tuniform SpotLight spotLights[ NUM_SPOT_LIGHTS ];\n\tvoid getSpotLightInfo( const in SpotLight spotLight, const in vec3 geometryPosition, out IncidentLight light ) {\n\t\tvec3 lVector = spotLight.position - geometryPosition;\n\t\tlight.direction = normalize( lVector );\n\t\tfloat angleCos = dot( light.direction, spotLight.direction );\n\t\tfloat spotAttenuation = getSpotAttenuation( spotLight.coneCos, spotLight.penumbraCos, angleCos );\n\t\tif ( spotAttenuation > 0.0 ) {\n\t\t\tfloat lightDistance = length( lVector );\n\t\t\tlight.color = spotLight.color * spotAttenuation;\n\t\t\tlight.color *= getDistanceAttenuation( lightDistance, spotLight.distance, spotLight.decay );\n\t\t\tlight.visible = ( light.color != vec3( 0.0 ) );\n\t\t} else {\n\t\t\tlight.color = vec3( 0.0 );\n\t\t\tlight.visible = false;\n\t\t}\n\t}\n#endif\n#if NUM_RECT_AREA_LIGHTS > 0\n\tstruct RectAreaLight {\n\t\tvec3 color;\n\t\tvec3 position;\n\t\tvec3 halfWidth;\n\t\tvec3 halfHeight;\n\t};\n\tuniform sampler2D ltc_1;\tuniform sampler2D ltc_2;\n\tuniform RectAreaLight rectAreaLights[ NUM_RECT_AREA_LIGHTS ];\n#endif\n#if NUM_HEMI_LIGHTS > 0\n\tstruct HemisphereLight {\n\t\tvec3 direction;\n\t\tvec3 skyColor;\n\t\tvec3 groundColor;\n\t};\n\tuniform HemisphereLight hemisphereLights[ NUM_HEMI_LIGHTS ];\n\tvec3 getHemisphereLightIrradiance( const in HemisphereLight hemiLight, const in vec3 normal ) {\n\t\tfloat dotNL = dot( normal, hemiLight.direction );\n\t\tfloat hemiDiffuseWeight = 0.5 * dotNL + 0.5;\n\t\tvec3 irradiance = mix( hemiLight.groundColor, hemiLight.skyColor, hemiDiffuseWeight );\n\t\treturn irradiance;\n\t}\n#endif",lights_toon_fragment:"ToonMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;",lights_toon_pars_fragment:"varying vec3 vViewPosition;\nstruct ToonMaterial {\n\tvec3 diffuseColor;\n};\nvoid RE_Direct_Toon( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in ToonMaterial material, inout ReflectedLight reflectedLight ) {\n\tvec3 irradiance = getGradientIrradiance( geometryNormal, directLight.direction ) * directLight.color;\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectDiffuse_Toon( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in ToonMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_Toon\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Toon",lights_phong_fragment:"BlinnPhongMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.specularColor = specular;\nmaterial.specularShininess = shininess;\nmaterial.specularStrength = specularStrength;",lights_phong_pars_fragment:"varying vec3 vViewPosition;\nstruct BlinnPhongMaterial {\n\tvec3 diffuseColor;\n\tvec3 specularColor;\n\tfloat specularShininess;\n\tfloat specularStrength;\n};\nvoid RE_Direct_BlinnPhong( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometryNormal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n\treflectedLight.directSpecular += irradiance * BRDF_BlinnPhong( directLight.direction, geometryViewDir, geometryNormal, material.specularColor, material.specularShininess ) * material.specularStrength;\n}\nvoid RE_IndirectDiffuse_BlinnPhong( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_BlinnPhong\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_BlinnPhong",lights_physical_fragment:"PhysicalMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.diffuseContribution = diffuseColor.rgb * ( 1.0 - metalnessFactor );\nmaterial.metalness = metalnessFactor;\nvec3 dxy = max( abs( dFdx( nonPerturbedNormal ) ), abs( dFdy( nonPerturbedNormal ) ) );\nfloat geometryRoughness = max( max( dxy.x, dxy.y ), dxy.z );\nmaterial.roughness = max( roughnessFactor, 0.0525 );material.roughness += geometryRoughness;\nmaterial.roughness = min( material.roughness, 1.0 );\n#ifdef IOR\n\tmaterial.ior = ior;\n\t#ifdef USE_SPECULAR\n\t\tfloat specularIntensityFactor = specularIntensity;\n\t\tvec3 specularColorFactor = specularColor;\n\t\t#ifdef USE_SPECULAR_COLORMAP\n\t\t\tspecularColorFactor *= texture2D( specularColorMap, vSpecularColorMapUv ).rgb;\n\t\t#endif\n\t\t#ifdef USE_SPECULAR_INTENSITYMAP\n\t\t\tspecularIntensityFactor *= texture2D( specularIntensityMap, vSpecularIntensityMapUv ).a;\n\t\t#endif\n\t\tmaterial.specularF90 = mix( specularIntensityFactor, 1.0, metalnessFactor );\n\t#else\n\t\tfloat specularIntensityFactor = 1.0;\n\t\tvec3 specularColorFactor = vec3( 1.0 );\n\t\tmaterial.specularF90 = 1.0;\n\t#endif\n\tmaterial.specularColor = min( pow2( ( material.ior - 1.0 ) / ( material.ior + 1.0 ) ) * specularColorFactor, vec3( 1.0 ) ) * specularIntensityFactor;\n\tmaterial.specularColorBlended = mix( material.specularColor, diffuseColor.rgb, metalnessFactor );\n#else\n\tmaterial.specularColor = vec3( 0.04 );\n\tmaterial.specularColorBlended = mix( material.specularColor, diffuseColor.rgb, metalnessFactor );\n\tmaterial.specularF90 = 1.0;\n#endif\n#ifdef USE_CLEARCOAT\n\tmaterial.clearcoat = clearcoat;\n\tmaterial.clearcoatRoughness = clearcoatRoughness;\n\tmaterial.clearcoatF0 = vec3( 0.04 );\n\tmaterial.clearcoatF90 = 1.0;\n\t#ifdef USE_CLEARCOATMAP\n\t\tmaterial.clearcoat *= texture2D( clearcoatMap, vClearcoatMapUv ).x;\n\t#endif\n\t#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\t\tmaterial.clearcoatRoughness *= texture2D( clearcoatRoughnessMap, vClearcoatRoughnessMapUv ).y;\n\t#endif\n\tmaterial.clearcoat = saturate( material.clearcoat );\tmaterial.clearcoatRoughness = max( material.clearcoatRoughness, 0.0525 );\n\tmaterial.clearcoatRoughness += geometryRoughness;\n\tmaterial.clearcoatRoughness = min( material.clearcoatRoughness, 1.0 );\n#endif\n#ifdef USE_DISPERSION\n\tmaterial.dispersion = dispersion;\n#endif\n#ifdef USE_IRIDESCENCE\n\tmaterial.iridescence = iridescence;\n\tmaterial.iridescenceIOR = iridescenceIOR;\n\t#ifdef USE_IRIDESCENCEMAP\n\t\tmaterial.iridescence *= texture2D( iridescenceMap, vIridescenceMapUv ).r;\n\t#endif\n\t#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\t\tmaterial.iridescenceThickness = (iridescenceThicknessMaximum - iridescenceThicknessMinimum) * texture2D( iridescenceThicknessMap, vIridescenceThicknessMapUv ).g + iridescenceThicknessMinimum;\n\t#else\n\t\tmaterial.iridescenceThickness = iridescenceThicknessMaximum;\n\t#endif\n#endif\n#ifdef USE_SHEEN\n\tmaterial.sheenColor = sheenColor;\n\t#ifdef USE_SHEEN_COLORMAP\n\t\tmaterial.sheenColor *= texture2D( sheenColorMap, vSheenColorMapUv ).rgb;\n\t#endif\n\tmaterial.sheenRoughness = clamp( sheenRoughness, 0.0001, 1.0 );\n\t#ifdef USE_SHEEN_ROUGHNESSMAP\n\t\tmaterial.sheenRoughness *= texture2D( sheenRoughnessMap, vSheenRoughnessMapUv ).a;\n\t#endif\n#endif\n#ifdef USE_ANISOTROPY\n\t#ifdef USE_ANISOTROPYMAP\n\t\tmat2 anisotropyMat = mat2( anisotropyVector.x, anisotropyVector.y, - anisotropyVector.y, anisotropyVector.x );\n\t\tvec3 anisotropyPolar = texture2D( anisotropyMap, vAnisotropyMapUv ).rgb;\n\t\tvec2 anisotropyV = anisotropyMat * normalize( 2.0 * anisotropyPolar.rg - vec2( 1.0 ) ) * anisotropyPolar.b;\n\t#else\n\t\tvec2 anisotropyV = anisotropyVector;\n\t#endif\n\tmaterial.anisotropy = length( anisotropyV );\n\tif( material.anisotropy == 0.0 ) {\n\t\tanisotropyV = vec2( 1.0, 0.0 );\n\t} else {\n\t\tanisotropyV /= material.anisotropy;\n\t\tmaterial.anisotropy = saturate( material.anisotropy );\n\t}\n\tmaterial.alphaT = mix( pow2( material.roughness ), 1.0, pow2( material.anisotropy ) );\n\tmaterial.anisotropyT = tbn[ 0 ] * anisotropyV.x + tbn[ 1 ] * anisotropyV.y;\n\tmaterial.anisotropyB = tbn[ 1 ] * anisotropyV.x - tbn[ 0 ] * anisotropyV.y;\n#endif",lights_physical_pars_fragment:"uniform sampler2D dfgLUT;\nstruct PhysicalMaterial {\n\tvec3 diffuseColor;\n\tvec3 diffuseContribution;\n\tvec3 specularColor;\n\tvec3 specularColorBlended;\n\tfloat roughness;\n\tfloat metalness;\n\tfloat specularF90;\n\tfloat dispersion;\n\t#ifdef USE_CLEARCOAT\n\t\tfloat clearcoat;\n\t\tfloat clearcoatRoughness;\n\t\tvec3 clearcoatF0;\n\t\tfloat clearcoatF90;\n\t#endif\n\t#ifdef USE_IRIDESCENCE\n\t\tfloat iridescence;\n\t\tfloat iridescenceIOR;\n\t\tfloat iridescenceThickness;\n\t\tvec3 iridescenceFresnel;\n\t\tvec3 iridescenceF0;\n\t\tvec3 iridescenceFresnelDielectric;\n\t\tvec3 iridescenceFresnelMetallic;\n\t#endif\n\t#ifdef USE_SHEEN\n\t\tvec3 sheenColor;\n\t\tfloat sheenRoughness;\n\t#endif\n\t#ifdef IOR\n\t\tfloat ior;\n\t#endif\n\t#ifdef USE_TRANSMISSION\n\t\tfloat transmission;\n\t\tfloat transmissionAlpha;\n\t\tfloat thickness;\n\t\tfloat attenuationDistance;\n\t\tvec3 attenuationColor;\n\t#endif\n\t#ifdef USE_ANISOTROPY\n\t\tfloat anisotropy;\n\t\tfloat alphaT;\n\t\tvec3 anisotropyT;\n\t\tvec3 anisotropyB;\n\t#endif\n};\nvec3 clearcoatSpecularDirect = vec3( 0.0 );\nvec3 clearcoatSpecularIndirect = vec3( 0.0 );\nvec3 sheenSpecularDirect = vec3( 0.0 );\nvec3 sheenSpecularIndirect = vec3(0.0 );\nvec3 Schlick_to_F0( const in vec3 f, const in float f90, const in float dotVH ) {\n float x = clamp( 1.0 - dotVH, 0.0, 1.0 );\n float x2 = x * x;\n float x5 = clamp( x * x2 * x2, 0.0, 0.9999 );\n return ( f - vec3( f90 ) * x5 ) / ( 1.0 - x5 );\n}\nfloat V_GGX_SmithCorrelated( const in float alpha, const in float dotNL, const in float dotNV ) {\n\tfloat a2 = pow2( alpha );\n\tfloat gv = dotNL * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNV ) );\n\tfloat gl = dotNV * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNL ) );\n\treturn 0.5 / max( gv + gl, EPSILON );\n}\nfloat D_GGX( const in float alpha, const in float dotNH ) {\n\tfloat a2 = pow2( alpha );\n\tfloat denom = pow2( dotNH ) * ( a2 - 1.0 ) + 1.0;\n\treturn RECIPROCAL_PI * a2 / pow2( denom );\n}\n#ifdef USE_ANISOTROPY\n\tfloat V_GGX_SmithCorrelated_Anisotropic( const in float alphaT, const in float alphaB, const in float dotTV, const in float dotBV, const in float dotTL, const in float dotBL, const in float dotNV, const in float dotNL ) {\n\t\tfloat gv = dotNL * length( vec3( alphaT * dotTV, alphaB * dotBV, dotNV ) );\n\t\tfloat gl = dotNV * length( vec3( alphaT * dotTL, alphaB * dotBL, dotNL ) );\n\t\tfloat v = 0.5 / ( gv + gl );\n\t\treturn v;\n\t}\n\tfloat D_GGX_Anisotropic( const in float alphaT, const in float alphaB, const in float dotNH, const in float dotTH, const in float dotBH ) {\n\t\tfloat a2 = alphaT * alphaB;\n\t\thighp vec3 v = vec3( alphaB * dotTH, alphaT * dotBH, a2 * dotNH );\n\t\thighp float v2 = dot( v, v );\n\t\tfloat w2 = a2 / v2;\n\t\treturn RECIPROCAL_PI * a2 * pow2 ( w2 );\n\t}\n#endif\n#ifdef USE_CLEARCOAT\n\tvec3 BRDF_GGX_Clearcoat( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material) {\n\t\tvec3 f0 = material.clearcoatF0;\n\t\tfloat f90 = material.clearcoatF90;\n\t\tfloat roughness = material.clearcoatRoughness;\n\t\tfloat alpha = pow2( roughness );\n\t\tvec3 halfDir = normalize( lightDir + viewDir );\n\t\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\t\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\t\tfloat dotNH = saturate( dot( normal, halfDir ) );\n\t\tfloat dotVH = saturate( dot( viewDir, halfDir ) );\n\t\tvec3 F = F_Schlick( f0, f90, dotVH );\n\t\tfloat V = V_GGX_SmithCorrelated( alpha, dotNL, dotNV );\n\t\tfloat D = D_GGX( alpha, dotNH );\n\t\treturn F * ( V * D );\n\t}\n#endif\nvec3 BRDF_GGX( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material ) {\n\tvec3 f0 = material.specularColorBlended;\n\tfloat f90 = material.specularF90;\n\tfloat roughness = material.roughness;\n\tfloat alpha = pow2( roughness );\n\tvec3 halfDir = normalize( lightDir + viewDir );\n\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tfloat dotNH = saturate( dot( normal, halfDir ) );\n\tfloat dotVH = saturate( dot( viewDir, halfDir ) );\n\tvec3 F = F_Schlick( f0, f90, dotVH );\n\t#ifdef USE_IRIDESCENCE\n\t\tF = mix( F, material.iridescenceFresnel, material.iridescence );\n\t#endif\n\t#ifdef USE_ANISOTROPY\n\t\tfloat dotTL = dot( material.anisotropyT, lightDir );\n\t\tfloat dotTV = dot( material.anisotropyT, viewDir );\n\t\tfloat dotTH = dot( material.anisotropyT, halfDir );\n\t\tfloat dotBL = dot( material.anisotropyB, lightDir );\n\t\tfloat dotBV = dot( material.anisotropyB, viewDir );\n\t\tfloat dotBH = dot( material.anisotropyB, halfDir );\n\t\tfloat V = V_GGX_SmithCorrelated_Anisotropic( material.alphaT, alpha, dotTV, dotBV, dotTL, dotBL, dotNV, dotNL );\n\t\tfloat D = D_GGX_Anisotropic( material.alphaT, alpha, dotNH, dotTH, dotBH );\n\t#else\n\t\tfloat V = V_GGX_SmithCorrelated( alpha, dotNL, dotNV );\n\t\tfloat D = D_GGX( alpha, dotNH );\n\t#endif\n\treturn F * ( V * D );\n}\nvec2 LTC_Uv( const in vec3 N, const in vec3 V, const in float roughness ) {\n\tconst float LUT_SIZE = 64.0;\n\tconst float LUT_SCALE = ( LUT_SIZE - 1.0 ) / LUT_SIZE;\n\tconst float LUT_BIAS = 0.5 / LUT_SIZE;\n\tfloat dotNV = saturate( dot( N, V ) );\n\tvec2 uv = vec2( roughness, sqrt( 1.0 - dotNV ) );\n\tuv = uv * LUT_SCALE + LUT_BIAS;\n\treturn uv;\n}\nfloat LTC_ClippedSphereFormFactor( const in vec3 f ) {\n\tfloat l = length( f );\n\treturn max( ( l * l + f.z ) / ( l + 1.0 ), 0.0 );\n}\nvec3 LTC_EdgeVectorFormFactor( const in vec3 v1, const in vec3 v2 ) {\n\tfloat x = dot( v1, v2 );\n\tfloat y = abs( x );\n\tfloat a = 0.8543985 + ( 0.4965155 + 0.0145206 * y ) * y;\n\tfloat b = 3.4175940 + ( 4.1616724 + y ) * y;\n\tfloat v = a / b;\n\tfloat theta_sintheta = ( x > 0.0 ) ? v : 0.5 * inversesqrt( max( 1.0 - x * x, 1e-7 ) ) - v;\n\treturn cross( v1, v2 ) * theta_sintheta;\n}\nvec3 LTC_Evaluate( const in vec3 N, const in vec3 V, const in vec3 P, const in mat3 mInv, const in vec3 rectCoords[ 4 ] ) {\n\tvec3 v1 = rectCoords[ 1 ] - rectCoords[ 0 ];\n\tvec3 v2 = rectCoords[ 3 ] - rectCoords[ 0 ];\n\tvec3 lightNormal = cross( v1, v2 );\n\tif( dot( lightNormal, P - rectCoords[ 0 ] ) < 0.0 ) return vec3( 0.0 );\n\tvec3 T1, T2;\n\tT1 = normalize( V - N * dot( V, N ) );\n\tT2 = - cross( N, T1 );\n\tmat3 mat = mInv * transpose( mat3( T1, T2, N ) );\n\tvec3 coords[ 4 ];\n\tcoords[ 0 ] = mat * ( rectCoords[ 0 ] - P );\n\tcoords[ 1 ] = mat * ( rectCoords[ 1 ] - P );\n\tcoords[ 2 ] = mat * ( rectCoords[ 2 ] - P );\n\tcoords[ 3 ] = mat * ( rectCoords[ 3 ] - P );\n\tcoords[ 0 ] = normalize( coords[ 0 ] );\n\tcoords[ 1 ] = normalize( coords[ 1 ] );\n\tcoords[ 2 ] = normalize( coords[ 2 ] );\n\tcoords[ 3 ] = normalize( coords[ 3 ] );\n\tvec3 vectorFormFactor = vec3( 0.0 );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 0 ], coords[ 1 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 1 ], coords[ 2 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 3 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 3 ], coords[ 0 ] );\n\tfloat result = LTC_ClippedSphereFormFactor( vectorFormFactor );\n\treturn vec3( result );\n}\n#if defined( USE_SHEEN )\nfloat D_Charlie( float roughness, float dotNH ) {\n\tfloat alpha = pow2( roughness );\n\tfloat invAlpha = 1.0 / alpha;\n\tfloat cos2h = dotNH * dotNH;\n\tfloat sin2h = max( 1.0 - cos2h, 0.0078125 );\n\treturn ( 2.0 + invAlpha ) * pow( sin2h, invAlpha * 0.5 ) / ( 2.0 * PI );\n}\nfloat V_Neubelt( float dotNV, float dotNL ) {\n\treturn saturate( 1.0 / ( 4.0 * ( dotNL + dotNV - dotNL * dotNV ) ) );\n}\nvec3 BRDF_Sheen( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, vec3 sheenColor, const in float sheenRoughness ) {\n\tvec3 halfDir = normalize( lightDir + viewDir );\n\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tfloat dotNH = saturate( dot( normal, halfDir ) );\n\tfloat D = D_Charlie( sheenRoughness, dotNH );\n\tfloat V = V_Neubelt( dotNV, dotNL );\n\treturn sheenColor * ( D * V );\n}\n#endif\nfloat IBLSheenBRDF( const in vec3 normal, const in vec3 viewDir, const in float roughness ) {\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tfloat r2 = roughness * roughness;\n\tfloat rInv = 1.0 / ( roughness + 0.1 );\n\tfloat a = -1.9362 + 1.0678 * roughness + 0.4573 * r2 - 0.8469 * rInv;\n\tfloat b = -0.6014 + 0.5538 * roughness - 0.4670 * r2 - 0.1255 * rInv;\n\tfloat DG = exp( a * dotNV + b );\n\treturn saturate( DG );\n}\nvec3 EnvironmentBRDF( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float roughness ) {\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tvec2 fab = texture2D( dfgLUT, vec2( roughness, dotNV ) ).rg;\n\treturn specularColor * fab.x + specularF90 * fab.y;\n}\n#ifdef USE_IRIDESCENCE\nvoid computeMultiscatteringIridescence( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float iridescence, const in vec3 iridescenceF0, const in float roughness, inout vec3 singleScatter, inout vec3 multiScatter ) {\n#else\nvoid computeMultiscattering( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float roughness, inout vec3 singleScatter, inout vec3 multiScatter ) {\n#endif\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tvec2 fab = texture2D( dfgLUT, vec2( roughness, dotNV ) ).rg;\n\t#ifdef USE_IRIDESCENCE\n\t\tvec3 Fr = mix( specularColor, iridescenceF0, iridescence );\n\t#else\n\t\tvec3 Fr = specularColor;\n\t#endif\n\tvec3 FssEss = Fr * fab.x + specularF90 * fab.y;\n\tfloat Ess = fab.x + fab.y;\n\tfloat Ems = 1.0 - Ess;\n\tvec3 Favg = Fr + ( 1.0 - Fr ) * 0.047619;\tvec3 Fms = FssEss * Favg / ( 1.0 - Ems * Favg );\n\tsingleScatter += FssEss;\n\tmultiScatter += Fms * Ems;\n}\nvec3 BRDF_GGX_Multiscatter( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material ) {\n\tvec3 singleScatter = BRDF_GGX( lightDir, viewDir, normal, material );\n\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tvec2 dfgV = texture2D( dfgLUT, vec2( material.roughness, dotNV ) ).rg;\n\tvec2 dfgL = texture2D( dfgLUT, vec2( material.roughness, dotNL ) ).rg;\n\tvec3 FssEss_V = material.specularColorBlended * dfgV.x + material.specularF90 * dfgV.y;\n\tvec3 FssEss_L = material.specularColorBlended * dfgL.x + material.specularF90 * dfgL.y;\n\tfloat Ess_V = dfgV.x + dfgV.y;\n\tfloat Ess_L = dfgL.x + dfgL.y;\n\tfloat Ems_V = 1.0 - Ess_V;\n\tfloat Ems_L = 1.0 - Ess_L;\n\tvec3 Favg = material.specularColorBlended + ( 1.0 - material.specularColorBlended ) * 0.047619;\n\tvec3 Fms = FssEss_V * FssEss_L * Favg / ( 1.0 - Ems_V * Ems_L * Favg + EPSILON );\n\tfloat compensationFactor = Ems_V * Ems_L;\n\tvec3 multiScatter = Fms * compensationFactor;\n\treturn singleScatter + multiScatter;\n}\n#if NUM_RECT_AREA_LIGHTS > 0\n\tvoid RE_Direct_RectArea_Physical( const in RectAreaLight rectAreaLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\t\tvec3 normal = geometryNormal;\n\t\tvec3 viewDir = geometryViewDir;\n\t\tvec3 position = geometryPosition;\n\t\tvec3 lightPos = rectAreaLight.position;\n\t\tvec3 halfWidth = rectAreaLight.halfWidth;\n\t\tvec3 halfHeight = rectAreaLight.halfHeight;\n\t\tvec3 lightColor = rectAreaLight.color;\n\t\tfloat roughness = material.roughness;\n\t\tvec3 rectCoords[ 4 ];\n\t\trectCoords[ 0 ] = lightPos + halfWidth - halfHeight;\t\trectCoords[ 1 ] = lightPos - halfWidth - halfHeight;\n\t\trectCoords[ 2 ] = lightPos - halfWidth + halfHeight;\n\t\trectCoords[ 3 ] = lightPos + halfWidth + halfHeight;\n\t\tvec2 uv = LTC_Uv( normal, viewDir, roughness );\n\t\tvec4 t1 = texture2D( ltc_1, uv );\n\t\tvec4 t2 = texture2D( ltc_2, uv );\n\t\tmat3 mInv = mat3(\n\t\t\tvec3( t1.x, 0, t1.y ),\n\t\t\tvec3( 0, 1, 0 ),\n\t\t\tvec3( t1.z, 0, t1.w )\n\t\t);\n\t\tvec3 fresnel = ( material.specularColorBlended * t2.x + ( vec3( 1.0 ) - material.specularColorBlended ) * t2.y );\n\t\treflectedLight.directSpecular += lightColor * fresnel * LTC_Evaluate( normal, viewDir, position, mInv, rectCoords );\n\t\treflectedLight.directDiffuse += lightColor * material.diffuseContribution * LTC_Evaluate( normal, viewDir, position, mat3( 1.0 ), rectCoords );\n\t}\n#endif\nvoid RE_Direct_Physical( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometryNormal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\t#ifdef USE_CLEARCOAT\n\t\tfloat dotNLcc = saturate( dot( geometryClearcoatNormal, directLight.direction ) );\n\t\tvec3 ccIrradiance = dotNLcc * directLight.color;\n\t\tclearcoatSpecularDirect += ccIrradiance * BRDF_GGX_Clearcoat( directLight.direction, geometryViewDir, geometryClearcoatNormal, material );\n\t#endif\n\t#ifdef USE_SHEEN\n \n \t\tsheenSpecularDirect += irradiance * BRDF_Sheen( directLight.direction, geometryViewDir, geometryNormal, material.sheenColor, material.sheenRoughness );\n \n \t\tfloat sheenAlbedoV = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness );\n \t\tfloat sheenAlbedoL = IBLSheenBRDF( geometryNormal, directLight.direction, material.sheenRoughness );\n \n \t\tfloat sheenEnergyComp = 1.0 - max3( material.sheenColor ) * max( sheenAlbedoV, sheenAlbedoL );\n \n \t\tirradiance *= sheenEnergyComp;\n \n \t#endif\n\treflectedLight.directSpecular += irradiance * BRDF_GGX_Multiscatter( directLight.direction, geometryViewDir, geometryNormal, material );\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseContribution );\n}\nvoid RE_IndirectDiffuse_Physical( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\tvec3 diffuse = irradiance * BRDF_Lambert( material.diffuseContribution );\n\t#ifdef USE_SHEEN\n\t\tfloat sheenAlbedo = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness );\n\t\tfloat sheenEnergyComp = 1.0 - max3( material.sheenColor ) * sheenAlbedo;\n\t\tdiffuse *= sheenEnergyComp;\n\t#endif\n\treflectedLight.indirectDiffuse += diffuse;\n}\nvoid RE_IndirectSpecular_Physical( const in vec3 radiance, const in vec3 irradiance, const in vec3 clearcoatRadiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight) {\n\t#ifdef USE_CLEARCOAT\n\t\tclearcoatSpecularIndirect += clearcoatRadiance * EnvironmentBRDF( geometryClearcoatNormal, geometryViewDir, material.clearcoatF0, material.clearcoatF90, material.clearcoatRoughness );\n\t#endif\n\t#ifdef USE_SHEEN\n\t\tsheenSpecularIndirect += irradiance * material.sheenColor * IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness ) * RECIPROCAL_PI;\n \t#endif\n\tvec3 singleScatteringDielectric = vec3( 0.0 );\n\tvec3 multiScatteringDielectric = vec3( 0.0 );\n\tvec3 singleScatteringMetallic = vec3( 0.0 );\n\tvec3 multiScatteringMetallic = vec3( 0.0 );\n\t#ifdef USE_IRIDESCENCE\n\t\tcomputeMultiscatteringIridescence( geometryNormal, geometryViewDir, material.specularColor, material.specularF90, material.iridescence, material.iridescenceFresnelDielectric, material.roughness, singleScatteringDielectric, multiScatteringDielectric );\n\t\tcomputeMultiscatteringIridescence( geometryNormal, geometryViewDir, material.diffuseColor, material.specularF90, material.iridescence, material.iridescenceFresnelMetallic, material.roughness, singleScatteringMetallic, multiScatteringMetallic );\n\t#else\n\t\tcomputeMultiscattering( geometryNormal, geometryViewDir, material.specularColor, material.specularF90, material.roughness, singleScatteringDielectric, multiScatteringDielectric );\n\t\tcomputeMultiscattering( geometryNormal, geometryViewDir, material.diffuseColor, material.specularF90, material.roughness, singleScatteringMetallic, multiScatteringMetallic );\n\t#endif\n\tvec3 singleScattering = mix( singleScatteringDielectric, singleScatteringMetallic, material.metalness );\n\tvec3 multiScattering = mix( multiScatteringDielectric, multiScatteringMetallic, material.metalness );\n\tvec3 totalScatteringDielectric = singleScatteringDielectric + multiScatteringDielectric;\n\tvec3 diffuse = material.diffuseContribution * ( 1.0 - totalScatteringDielectric );\n\tvec3 cosineWeightedIrradiance = irradiance * RECIPROCAL_PI;\n\tvec3 indirectSpecular = radiance * singleScattering;\n\tindirectSpecular += multiScattering * cosineWeightedIrradiance;\n\tvec3 indirectDiffuse = diffuse * cosineWeightedIrradiance;\n\t#ifdef USE_SHEEN\n\t\tfloat sheenAlbedo = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness );\n\t\tfloat sheenEnergyComp = 1.0 - max3( material.sheenColor ) * sheenAlbedo;\n\t\tindirectSpecular *= sheenEnergyComp;\n\t\tindirectDiffuse *= sheenEnergyComp;\n\t#endif\n\treflectedLight.indirectSpecular += indirectSpecular;\n\treflectedLight.indirectDiffuse += indirectDiffuse;\n}\n#define RE_Direct\t\t\t\tRE_Direct_Physical\n#define RE_Direct_RectArea\t\tRE_Direct_RectArea_Physical\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Physical\n#define RE_IndirectSpecular\t\tRE_IndirectSpecular_Physical\nfloat computeSpecularOcclusion( const in float dotNV, const in float ambientOcclusion, const in float roughness ) {\n\treturn saturate( pow( dotNV + ambientOcclusion, exp2( - 16.0 * roughness - 1.0 ) ) - 1.0 + ambientOcclusion );\n}",lights_fragment_begin:"\nvec3 geometryPosition = - vViewPosition;\nvec3 geometryNormal = normal;\nvec3 geometryViewDir = ( isOrthographic ) ? vec3( 0, 0, 1 ) : normalize( vViewPosition );\nvec3 geometryClearcoatNormal = vec3( 0.0 );\n#ifdef USE_CLEARCOAT\n\tgeometryClearcoatNormal = clearcoatNormal;\n#endif\n#ifdef USE_IRIDESCENCE\n\tfloat dotNVi = saturate( dot( normal, geometryViewDir ) );\n\tif ( material.iridescenceThickness == 0.0 ) {\n\t\tmaterial.iridescence = 0.0;\n\t} else {\n\t\tmaterial.iridescence = saturate( material.iridescence );\n\t}\n\tif ( material.iridescence > 0.0 ) {\n\t\tmaterial.iridescenceFresnelDielectric = evalIridescence( 1.0, material.iridescenceIOR, dotNVi, material.iridescenceThickness, material.specularColor );\n\t\tmaterial.iridescenceFresnelMetallic = evalIridescence( 1.0, material.iridescenceIOR, dotNVi, material.iridescenceThickness, material.diffuseColor );\n\t\tmaterial.iridescenceFresnel = mix( material.iridescenceFresnelDielectric, material.iridescenceFresnelMetallic, material.metalness );\n\t\tmaterial.iridescenceF0 = Schlick_to_F0( material.iridescenceFresnel, 1.0, dotNVi );\n\t}\n#endif\nIncidentLight directLight;\n#if ( NUM_POINT_LIGHTS > 0 ) && defined( RE_Direct )\n\tPointLight pointLight;\n\t#if defined( USE_SHADOWMAP ) && NUM_POINT_LIGHT_SHADOWS > 0\n\tPointLightShadow pointLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tpointLight = pointLights[ i ];\n\t\tgetPointLightInfo( pointLight, geometryPosition, directLight );\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_POINT_LIGHT_SHADOWS ) && ( defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_BASIC ) )\n\t\tpointLightShadow = pointLightShadows[ i ];\n\t\tdirectLight.color *= ( directLight.visible && receiveShadow ) ? getPointShadow( pointShadowMap[ i ], pointLightShadow.shadowMapSize, pointLightShadow.shadowIntensity, pointLightShadow.shadowBias, pointLightShadow.shadowRadius, vPointShadowCoord[ i ], pointLightShadow.shadowCameraNear, pointLightShadow.shadowCameraFar ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_SPOT_LIGHTS > 0 ) && defined( RE_Direct )\n\tSpotLight spotLight;\n\tvec4 spotColor;\n\tvec3 spotLightCoord;\n\tbool inSpotLightMap;\n\t#if defined( USE_SHADOWMAP ) && NUM_SPOT_LIGHT_SHADOWS > 0\n\tSpotLightShadow spotLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tspotLight = spotLights[ i ];\n\t\tgetSpotLightInfo( spotLight, geometryPosition, directLight );\n\t\t#if ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS )\n\t\t#define SPOT_LIGHT_MAP_INDEX UNROLLED_LOOP_INDEX\n\t\t#elif ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS )\n\t\t#define SPOT_LIGHT_MAP_INDEX NUM_SPOT_LIGHT_MAPS\n\t\t#else\n\t\t#define SPOT_LIGHT_MAP_INDEX ( UNROLLED_LOOP_INDEX - NUM_SPOT_LIGHT_SHADOWS + NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS )\n\t\t#endif\n\t\t#if ( SPOT_LIGHT_MAP_INDEX < NUM_SPOT_LIGHT_MAPS )\n\t\t\tspotLightCoord = vSpotLightCoord[ i ].xyz / vSpotLightCoord[ i ].w;\n\t\t\tinSpotLightMap = all( lessThan( abs( spotLightCoord * 2. - 1. ), vec3( 1.0 ) ) );\n\t\t\tspotColor = texture2D( spotLightMap[ SPOT_LIGHT_MAP_INDEX ], spotLightCoord.xy );\n\t\t\tdirectLight.color = inSpotLightMap ? directLight.color * spotColor.rgb : directLight.color;\n\t\t#endif\n\t\t#undef SPOT_LIGHT_MAP_INDEX\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS )\n\t\tspotLightShadow = spotLightShadows[ i ];\n\t\tdirectLight.color *= ( directLight.visible && receiveShadow ) ? getShadow( spotShadowMap[ i ], spotLightShadow.shadowMapSize, spotLightShadow.shadowIntensity, spotLightShadow.shadowBias, spotLightShadow.shadowRadius, vSpotLightCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_DIR_LIGHTS > 0 ) && defined( RE_Direct )\n\tDirectionalLight directionalLight;\n\t#if defined( USE_SHADOWMAP ) && NUM_DIR_LIGHT_SHADOWS > 0\n\tDirectionalLightShadow directionalLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tdirectionalLight = directionalLights[ i ];\n\t\tgetDirectionalLightInfo( directionalLight, directLight );\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_DIR_LIGHT_SHADOWS )\n\t\tdirectionalLightShadow = directionalLightShadows[ i ];\n\t\tdirectLight.color *= ( directLight.visible && receiveShadow ) ? getShadow( directionalShadowMap[ i ], directionalLightShadow.shadowMapSize, directionalLightShadow.shadowIntensity, directionalLightShadow.shadowBias, directionalLightShadow.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_RECT_AREA_LIGHTS > 0 ) && defined( RE_Direct_RectArea )\n\tRectAreaLight rectAreaLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_RECT_AREA_LIGHTS; i ++ ) {\n\t\trectAreaLight = rectAreaLights[ i ];\n\t\tRE_Direct_RectArea( rectAreaLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if defined( RE_IndirectDiffuse )\n\tvec3 iblIrradiance = vec3( 0.0 );\n\tvec3 irradiance = getAmbientLightIrradiance( ambientLightColor );\n\t#if defined( USE_LIGHT_PROBES )\n\t\tirradiance += getLightProbeIrradiance( lightProbe, geometryNormal );\n\t#endif\n\t#if ( NUM_HEMI_LIGHTS > 0 )\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < NUM_HEMI_LIGHTS; i ++ ) {\n\t\t\tirradiance += getHemisphereLightIrradiance( hemisphereLights[ i ], geometryNormal );\n\t\t}\n\t\t#pragma unroll_loop_end\n\t#endif\n#endif\n#if defined( RE_IndirectSpecular )\n\tvec3 radiance = vec3( 0.0 );\n\tvec3 clearcoatRadiance = vec3( 0.0 );\n#endif",lights_fragment_maps:"#if defined( RE_IndirectDiffuse )\n\t#ifdef USE_LIGHTMAP\n\t\tvec4 lightMapTexel = texture2D( lightMap, vLightMapUv );\n\t\tvec3 lightMapIrradiance = lightMapTexel.rgb * lightMapIntensity;\n\t\tirradiance += lightMapIrradiance;\n\t#endif\n\t#if defined( USE_ENVMAP ) && defined( STANDARD ) && defined( ENVMAP_TYPE_CUBE_UV )\n\t\tiblIrradiance += getIBLIrradiance( geometryNormal );\n\t#endif\n#endif\n#if defined( USE_ENVMAP ) && defined( RE_IndirectSpecular )\n\t#ifdef USE_ANISOTROPY\n\t\tradiance += getIBLAnisotropyRadiance( geometryViewDir, geometryNormal, material.roughness, material.anisotropyB, material.anisotropy );\n\t#else\n\t\tradiance += getIBLRadiance( geometryViewDir, geometryNormal, material.roughness );\n\t#endif\n\t#ifdef USE_CLEARCOAT\n\t\tclearcoatRadiance += getIBLRadiance( geometryViewDir, geometryClearcoatNormal, material.clearcoatRoughness );\n\t#endif\n#endif",lights_fragment_end:"#if defined( RE_IndirectDiffuse )\n\tRE_IndirectDiffuse( irradiance, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n#endif\n#if defined( RE_IndirectSpecular )\n\tRE_IndirectSpecular( radiance, iblIrradiance, clearcoatRadiance, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n#endif",logdepthbuf_fragment:"#if defined( USE_LOGARITHMIC_DEPTH_BUFFER )\n\tgl_FragDepth = vIsPerspective == 0.0 ? gl_FragCoord.z : log2( vFragDepth ) * logDepthBufFC * 0.5;\n#endif",logdepthbuf_pars_fragment:"#if defined( USE_LOGARITHMIC_DEPTH_BUFFER )\n\tuniform float logDepthBufFC;\n\tvarying float vFragDepth;\n\tvarying float vIsPerspective;\n#endif",logdepthbuf_pars_vertex:"#ifdef USE_LOGARITHMIC_DEPTH_BUFFER\n\tvarying float vFragDepth;\n\tvarying float vIsPerspective;\n#endif",logdepthbuf_vertex:"#ifdef USE_LOGARITHMIC_DEPTH_BUFFER\n\tvFragDepth = 1.0 + gl_Position.w;\n\tvIsPerspective = float( isPerspectiveMatrix( projectionMatrix ) );\n#endif",map_fragment:"#ifdef USE_MAP\n\tvec4 sampledDiffuseColor = texture2D( map, vMapUv );\n\t#ifdef DECODE_VIDEO_TEXTURE\n\t\tsampledDiffuseColor = sRGBTransferEOTF( sampledDiffuseColor );\n\t#endif\n\tdiffuseColor *= sampledDiffuseColor;\n#endif",map_pars_fragment:"#ifdef USE_MAP\n\tuniform sampler2D map;\n#endif",map_particle_fragment:"#if defined( USE_MAP ) || defined( USE_ALPHAMAP )\n\t#if defined( USE_POINTS_UV )\n\t\tvec2 uv = vUv;\n\t#else\n\t\tvec2 uv = ( uvTransform * vec3( gl_PointCoord.x, 1.0 - gl_PointCoord.y, 1 ) ).xy;\n\t#endif\n#endif\n#ifdef USE_MAP\n\tdiffuseColor *= texture2D( map, uv );\n#endif\n#ifdef USE_ALPHAMAP\n\tdiffuseColor.a *= texture2D( alphaMap, uv ).g;\n#endif",map_particle_pars_fragment:"#if defined( USE_POINTS_UV )\n\tvarying vec2 vUv;\n#else\n\t#if defined( USE_MAP ) || defined( USE_ALPHAMAP )\n\t\tuniform mat3 uvTransform;\n\t#endif\n#endif\n#ifdef USE_MAP\n\tuniform sampler2D map;\n#endif\n#ifdef USE_ALPHAMAP\n\tuniform sampler2D alphaMap;\n#endif",metalnessmap_fragment:"float metalnessFactor = metalness;\n#ifdef USE_METALNESSMAP\n\tvec4 texelMetalness = texture2D( metalnessMap, vMetalnessMapUv );\n\tmetalnessFactor *= texelMetalness.b;\n#endif",metalnessmap_pars_fragment:"#ifdef USE_METALNESSMAP\n\tuniform sampler2D metalnessMap;\n#endif",morphinstance_vertex:"#ifdef USE_INSTANCING_MORPH\n\tfloat morphTargetInfluences[ MORPHTARGETS_COUNT ];\n\tfloat morphTargetBaseInfluence = texelFetch( morphTexture, ivec2( 0, gl_InstanceID ), 0 ).r;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\tmorphTargetInfluences[i] = texelFetch( morphTexture, ivec2( i + 1, gl_InstanceID ), 0 ).r;\n\t}\n#endif",morphcolor_vertex:"#if defined( USE_MORPHCOLORS )\n\tvColor *= morphTargetBaseInfluence;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\t#if defined( USE_COLOR_ALPHA )\n\t\t\tif ( morphTargetInfluences[ i ] != 0.0 ) vColor += getMorph( gl_VertexID, i, 2 ) * morphTargetInfluences[ i ];\n\t\t#elif defined( USE_COLOR )\n\t\t\tif ( morphTargetInfluences[ i ] != 0.0 ) vColor += getMorph( gl_VertexID, i, 2 ).rgb * morphTargetInfluences[ i ];\n\t\t#endif\n\t}\n#endif",morphnormal_vertex:"#ifdef USE_MORPHNORMALS\n\tobjectNormal *= morphTargetBaseInfluence;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\tif ( morphTargetInfluences[ i ] != 0.0 ) objectNormal += getMorph( gl_VertexID, i, 1 ).xyz * morphTargetInfluences[ i ];\n\t}\n#endif",morphtarget_pars_vertex:"#ifdef USE_MORPHTARGETS\n\t#ifndef USE_INSTANCING_MORPH\n\t\tuniform float morphTargetBaseInfluence;\n\t\tuniform float morphTargetInfluences[ MORPHTARGETS_COUNT ];\n\t#endif\n\tuniform sampler2DArray morphTargetsTexture;\n\tuniform ivec2 morphTargetsTextureSize;\n\tvec4 getMorph( const in int vertexIndex, const in int morphTargetIndex, const in int offset ) {\n\t\tint texelIndex = vertexIndex * MORPHTARGETS_TEXTURE_STRIDE + offset;\n\t\tint y = texelIndex / morphTargetsTextureSize.x;\n\t\tint x = texelIndex - y * morphTargetsTextureSize.x;\n\t\tivec3 morphUV = ivec3( x, y, morphTargetIndex );\n\t\treturn texelFetch( morphTargetsTexture, morphUV, 0 );\n\t}\n#endif",morphtarget_vertex:"#ifdef USE_MORPHTARGETS\n\ttransformed *= morphTargetBaseInfluence;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\tif ( morphTargetInfluences[ i ] != 0.0 ) transformed += getMorph( gl_VertexID, i, 0 ).xyz * morphTargetInfluences[ i ];\n\t}\n#endif",normal_fragment_begin:"float faceDirection = gl_FrontFacing ? 1.0 : - 1.0;\n#ifdef FLAT_SHADED\n\tvec3 fdx = dFdx( vViewPosition );\n\tvec3 fdy = dFdy( vViewPosition );\n\tvec3 normal = normalize( cross( fdx, fdy ) );\n#else\n\tvec3 normal = normalize( vNormal );\n\t#ifdef DOUBLE_SIDED\n\t\tnormal *= faceDirection;\n\t#endif\n#endif\n#if defined( USE_NORMALMAP_TANGENTSPACE ) || defined( USE_CLEARCOAT_NORMALMAP ) || defined( USE_ANISOTROPY )\n\t#ifdef USE_TANGENT\n\t\tmat3 tbn = mat3( normalize( vTangent ), normalize( vBitangent ), normal );\n\t#else\n\t\tmat3 tbn = getTangentFrame( - vViewPosition, normal,\n\t\t#if defined( USE_NORMALMAP )\n\t\t\tvNormalMapUv\n\t\t#elif defined( USE_CLEARCOAT_NORMALMAP )\n\t\t\tvClearcoatNormalMapUv\n\t\t#else\n\t\t\tvUv\n\t\t#endif\n\t\t);\n\t#endif\n\t#if defined( DOUBLE_SIDED ) && ! defined( FLAT_SHADED )\n\t\ttbn[0] *= faceDirection;\n\t\ttbn[1] *= faceDirection;\n\t#endif\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\t#ifdef USE_TANGENT\n\t\tmat3 tbn2 = mat3( normalize( vTangent ), normalize( vBitangent ), normal );\n\t#else\n\t\tmat3 tbn2 = getTangentFrame( - vViewPosition, normal, vClearcoatNormalMapUv );\n\t#endif\n\t#if defined( DOUBLE_SIDED ) && ! defined( FLAT_SHADED )\n\t\ttbn2[0] *= faceDirection;\n\t\ttbn2[1] *= faceDirection;\n\t#endif\n#endif\nvec3 nonPerturbedNormal = normal;",normal_fragment_maps:"#ifdef USE_NORMALMAP_OBJECTSPACE\n\tnormal = texture2D( normalMap, vNormalMapUv ).xyz * 2.0 - 1.0;\n\t#ifdef FLIP_SIDED\n\t\tnormal = - normal;\n\t#endif\n\t#ifdef DOUBLE_SIDED\n\t\tnormal = normal * faceDirection;\n\t#endif\n\tnormal = normalize( normalMatrix * normal );\n#elif defined( USE_NORMALMAP_TANGENTSPACE )\n\tvec3 mapN = texture2D( normalMap, vNormalMapUv ).xyz * 2.0 - 1.0;\n\tmapN.xy *= normalScale;\n\tnormal = normalize( tbn * mapN );\n#elif defined( USE_BUMPMAP )\n\tnormal = perturbNormalArb( - vViewPosition, normal, dHdxy_fwd(), faceDirection );\n#endif",normal_pars_fragment:"#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif",normal_pars_vertex:"#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif",normal_vertex:"#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n\t#ifdef USE_TANGENT\n\t\tvTangent = normalize( transformedTangent );\n\t\tvBitangent = normalize( cross( vNormal, vTangent ) * tangent.w );\n\t#endif\n#endif",normalmap_pars_fragment:"#ifdef USE_NORMALMAP\n\tuniform sampler2D normalMap;\n\tuniform vec2 normalScale;\n#endif\n#ifdef USE_NORMALMAP_OBJECTSPACE\n\tuniform mat3 normalMatrix;\n#endif\n#if ! defined ( USE_TANGENT ) && ( defined ( USE_NORMALMAP_TANGENTSPACE ) || defined ( USE_CLEARCOAT_NORMALMAP ) || defined( USE_ANISOTROPY ) )\n\tmat3 getTangentFrame( vec3 eye_pos, vec3 surf_norm, vec2 uv ) {\n\t\tvec3 q0 = dFdx( eye_pos.xyz );\n\t\tvec3 q1 = dFdy( eye_pos.xyz );\n\t\tvec2 st0 = dFdx( uv.st );\n\t\tvec2 st1 = dFdy( uv.st );\n\t\tvec3 N = surf_norm;\n\t\tvec3 q1perp = cross( q1, N );\n\t\tvec3 q0perp = cross( N, q0 );\n\t\tvec3 T = q1perp * st0.x + q0perp * st1.x;\n\t\tvec3 B = q1perp * st0.y + q0perp * st1.y;\n\t\tfloat det = max( dot( T, T ), dot( B, B ) );\n\t\tfloat scale = ( det == 0.0 ) ? 0.0 : inversesqrt( det );\n\t\treturn mat3( T * scale, B * scale, N );\n\t}\n#endif",clearcoat_normal_fragment_begin:"#ifdef USE_CLEARCOAT\n\tvec3 clearcoatNormal = nonPerturbedNormal;\n#endif",clearcoat_normal_fragment_maps:"#ifdef USE_CLEARCOAT_NORMALMAP\n\tvec3 clearcoatMapN = texture2D( clearcoatNormalMap, vClearcoatNormalMapUv ).xyz * 2.0 - 1.0;\n\tclearcoatMapN.xy *= clearcoatNormalScale;\n\tclearcoatNormal = normalize( tbn2 * clearcoatMapN );\n#endif",clearcoat_pars_fragment:"#ifdef USE_CLEARCOATMAP\n\tuniform sampler2D clearcoatMap;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tuniform sampler2D clearcoatNormalMap;\n\tuniform vec2 clearcoatNormalScale;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tuniform sampler2D clearcoatRoughnessMap;\n#endif",iridescence_pars_fragment:"#ifdef USE_IRIDESCENCEMAP\n\tuniform sampler2D iridescenceMap;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tuniform sampler2D iridescenceThicknessMap;\n#endif",opaque_fragment:"#ifdef OPAQUE\ndiffuseColor.a = 1.0;\n#endif\n#ifdef USE_TRANSMISSION\ndiffuseColor.a *= material.transmissionAlpha;\n#endif\ngl_FragColor = vec4( outgoingLight, diffuseColor.a );",packing:"vec3 packNormalToRGB( const in vec3 normal ) {\n\treturn normalize( normal ) * 0.5 + 0.5;\n}\nvec3 unpackRGBToNormal( const in vec3 rgb ) {\n\treturn 2.0 * rgb.xyz - 1.0;\n}\nconst float PackUpscale = 256. / 255.;const float UnpackDownscale = 255. / 256.;const float ShiftRight8 = 1. / 256.;\nconst float Inv255 = 1. / 255.;\nconst vec4 PackFactors = vec4( 1.0, 256.0, 256.0 * 256.0, 256.0 * 256.0 * 256.0 );\nconst vec2 UnpackFactors2 = vec2( UnpackDownscale, 1.0 / PackFactors.g );\nconst vec3 UnpackFactors3 = vec3( UnpackDownscale / PackFactors.rg, 1.0 / PackFactors.b );\nconst vec4 UnpackFactors4 = vec4( UnpackDownscale / PackFactors.rgb, 1.0 / PackFactors.a );\nvec4 packDepthToRGBA( const in float v ) {\n\tif( v <= 0.0 )\n\t\treturn vec4( 0., 0., 0., 0. );\n\tif( v >= 1.0 )\n\t\treturn vec4( 1., 1., 1., 1. );\n\tfloat vuf;\n\tfloat af = modf( v * PackFactors.a, vuf );\n\tfloat bf = modf( vuf * ShiftRight8, vuf );\n\tfloat gf = modf( vuf * ShiftRight8, vuf );\n\treturn vec4( vuf * Inv255, gf * PackUpscale, bf * PackUpscale, af );\n}\nvec3 packDepthToRGB( const in float v ) {\n\tif( v <= 0.0 )\n\t\treturn vec3( 0., 0., 0. );\n\tif( v >= 1.0 )\n\t\treturn vec3( 1., 1., 1. );\n\tfloat vuf;\n\tfloat bf = modf( v * PackFactors.b, vuf );\n\tfloat gf = modf( vuf * ShiftRight8, vuf );\n\treturn vec3( vuf * Inv255, gf * PackUpscale, bf );\n}\nvec2 packDepthToRG( const in float v ) {\n\tif( v <= 0.0 )\n\t\treturn vec2( 0., 0. );\n\tif( v >= 1.0 )\n\t\treturn vec2( 1., 1. );\n\tfloat vuf;\n\tfloat gf = modf( v * 256., vuf );\n\treturn vec2( vuf * Inv255, gf );\n}\nfloat unpackRGBAToDepth( const in vec4 v ) {\n\treturn dot( v, UnpackFactors4 );\n}\nfloat unpackRGBToDepth( const in vec3 v ) {\n\treturn dot( v, UnpackFactors3 );\n}\nfloat unpackRGToDepth( const in vec2 v ) {\n\treturn v.r * UnpackFactors2.r + v.g * UnpackFactors2.g;\n}\nvec4 pack2HalfToRGBA( const in vec2 v ) {\n\tvec4 r = vec4( v.x, fract( v.x * 255.0 ), v.y, fract( v.y * 255.0 ) );\n\treturn vec4( r.x - r.y / 255.0, r.y, r.z - r.w / 255.0, r.w );\n}\nvec2 unpackRGBATo2Half( const in vec4 v ) {\n\treturn vec2( v.x + ( v.y / 255.0 ), v.z + ( v.w / 255.0 ) );\n}\nfloat viewZToOrthographicDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn ( viewZ + near ) / ( near - far );\n}\nfloat orthographicDepthToViewZ( const in float depth, const in float near, const in float far ) {\n\treturn depth * ( near - far ) - near;\n}\nfloat viewZToPerspectiveDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn ( ( near + viewZ ) * far ) / ( ( far - near ) * viewZ );\n}\nfloat perspectiveDepthToViewZ( const in float depth, const in float near, const in float far ) {\n\treturn ( near * far ) / ( ( far - near ) * depth - far );\n}",premultiplied_alpha_fragment:"#ifdef PREMULTIPLIED_ALPHA\n\tgl_FragColor.rgb *= gl_FragColor.a;\n#endif",project_vertex:"vec4 mvPosition = vec4( transformed, 1.0 );\n#ifdef USE_BATCHING\n\tmvPosition = batchingMatrix * mvPosition;\n#endif\n#ifdef USE_INSTANCING\n\tmvPosition = instanceMatrix * mvPosition;\n#endif\nmvPosition = modelViewMatrix * mvPosition;\ngl_Position = projectionMatrix * mvPosition;",dithering_fragment:"#ifdef DITHERING\n\tgl_FragColor.rgb = dithering( gl_FragColor.rgb );\n#endif",dithering_pars_fragment:"#ifdef DITHERING\n\tvec3 dithering( vec3 color ) {\n\t\tfloat grid_position = rand( gl_FragCoord.xy );\n\t\tvec3 dither_shift_RGB = vec3( 0.25 / 255.0, -0.25 / 255.0, 0.25 / 255.0 );\n\t\tdither_shift_RGB = mix( 2.0 * dither_shift_RGB, -2.0 * dither_shift_RGB, grid_position );\n\t\treturn color + dither_shift_RGB;\n\t}\n#endif",roughnessmap_fragment:"float roughnessFactor = roughness;\n#ifdef USE_ROUGHNESSMAP\n\tvec4 texelRoughness = texture2D( roughnessMap, vRoughnessMapUv );\n\troughnessFactor *= texelRoughness.g;\n#endif",roughnessmap_pars_fragment:"#ifdef USE_ROUGHNESSMAP\n\tuniform sampler2D roughnessMap;\n#endif",shadowmap_pars_fragment:"#if NUM_SPOT_LIGHT_COORDS > 0\n\tvarying vec4 vSpotLightCoord[ NUM_SPOT_LIGHT_COORDS ];\n#endif\n#if NUM_SPOT_LIGHT_MAPS > 0\n\tuniform sampler2D spotLightMap[ NUM_SPOT_LIGHT_MAPS ];\n#endif\n#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tuniform sampler2DShadow directionalShadowMap[ NUM_DIR_LIGHT_SHADOWS ];\n\t\t#else\n\t\t\tuniform sampler2D directionalShadowMap[ NUM_DIR_LIGHT_SHADOWS ];\n\t\t#endif\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tstruct DirectionalLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tuniform sampler2DShadow spotShadowMap[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\t#else\n\t\t\tuniform sampler2D spotShadowMap[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\t#endif\n\t\tstruct SpotLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tuniform samplerCubeShadow pointShadowMap[ NUM_POINT_LIGHT_SHADOWS ];\n\t\t#elif defined( SHADOWMAP_TYPE_BASIC )\n\t\t\tuniform samplerCube pointShadowMap[ NUM_POINT_LIGHT_SHADOWS ];\n\t\t#endif\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tstruct PointLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t\tfloat shadowCameraNear;\n\t\t\tfloat shadowCameraFar;\n\t\t};\n\t\tuniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ];\n\t#endif\n\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\tfloat interleavedGradientNoise( vec2 position ) {\n\t\t\treturn fract( 52.9829189 * fract( dot( position, vec2( 0.06711056, 0.00583715 ) ) ) );\n\t\t}\n\t\tvec2 vogelDiskSample( int sampleIndex, int samplesCount, float phi ) {\n\t\t\tconst float goldenAngle = 2.399963229728653;\n\t\t\tfloat r = sqrt( ( float( sampleIndex ) + 0.5 ) / float( samplesCount ) );\n\t\t\tfloat theta = float( sampleIndex ) * goldenAngle + phi;\n\t\t\treturn vec2( cos( theta ), sin( theta ) ) * r;\n\t\t}\n\t#endif\n\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\tfloat getShadow( sampler2DShadow shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\t\tfloat shadow = 1.0;\n\t\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\t\tshadowCoord.z += shadowBias;\n\t\t\tbool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0;\n\t\t\tbool frustumTest = inFrustum && shadowCoord.z <= 1.0;\n\t\t\tif ( frustumTest ) {\n\t\t\t\tvec2 texelSize = vec2( 1.0 ) / shadowMapSize;\n\t\t\t\tfloat radius = shadowRadius * texelSize.x;\n\t\t\t\tfloat phi = interleavedGradientNoise( gl_FragCoord.xy ) * 6.28318530718;\n\t\t\t\tshadow = (\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 0, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 1, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 2, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 3, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 4, 5, phi ) * radius, shadowCoord.z ) )\n\t\t\t\t) * 0.2;\n\t\t\t}\n\t\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t\t}\n\t#elif defined( SHADOWMAP_TYPE_VSM )\n\t\tfloat getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\t\tfloat shadow = 1.0;\n\t\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\t\tshadowCoord.z += shadowBias;\n\t\t\tbool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0;\n\t\t\tbool frustumTest = inFrustum && shadowCoord.z <= 1.0;\n\t\t\tif ( frustumTest ) {\n\t\t\t\tvec2 distribution = texture2D( shadowMap, shadowCoord.xy ).rg;\n\t\t\t\tfloat mean = distribution.x;\n\t\t\t\tfloat variance = distribution.y * distribution.y;\n\t\t\t\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\t\t\t\tfloat hard_shadow = step( mean, shadowCoord.z );\n\t\t\t\t#else\n\t\t\t\t\tfloat hard_shadow = step( shadowCoord.z, mean );\n\t\t\t\t#endif\n\t\t\t\tif ( hard_shadow == 1.0 ) {\n\t\t\t\t\tshadow = 1.0;\n\t\t\t\t} else {\n\t\t\t\t\tvariance = max( variance, 0.0000001 );\n\t\t\t\t\tfloat d = shadowCoord.z - mean;\n\t\t\t\t\tfloat p_max = variance / ( variance + d * d );\n\t\t\t\t\tp_max = clamp( ( p_max - 0.3 ) / 0.65, 0.0, 1.0 );\n\t\t\t\t\tshadow = max( hard_shadow, p_max );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t\t}\n\t#else\n\t\tfloat getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\t\tfloat shadow = 1.0;\n\t\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\t\tshadowCoord.z += shadowBias;\n\t\t\tbool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0;\n\t\t\tbool frustumTest = inFrustum && shadowCoord.z <= 1.0;\n\t\t\tif ( frustumTest ) {\n\t\t\t\tfloat depth = texture2D( shadowMap, shadowCoord.xy ).r;\n\t\t\t\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\t\t\t\tshadow = step( depth, shadowCoord.z );\n\t\t\t\t#else\n\t\t\t\t\tshadow = step( shadowCoord.z, depth );\n\t\t\t\t#endif\n\t\t\t}\n\t\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t\t}\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t#if defined( SHADOWMAP_TYPE_PCF )\n\tfloat getPointShadow( samplerCubeShadow shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord, float shadowCameraNear, float shadowCameraFar ) {\n\t\tfloat shadow = 1.0;\n\t\tvec3 lightToPosition = shadowCoord.xyz;\n\t\tvec3 bd3D = normalize( lightToPosition );\n\t\tvec3 absVec = abs( lightToPosition );\n\t\tfloat viewSpaceZ = max( max( absVec.x, absVec.y ), absVec.z );\n\t\tif ( viewSpaceZ - shadowCameraFar <= 0.0 && viewSpaceZ - shadowCameraNear >= 0.0 ) {\n\t\t\tfloat dp = ( shadowCameraFar * ( viewSpaceZ - shadowCameraNear ) ) / ( viewSpaceZ * ( shadowCameraFar - shadowCameraNear ) );\n\t\t\tdp += shadowBias;\n\t\t\tfloat texelSize = shadowRadius / shadowMapSize.x;\n\t\t\tvec3 absDir = abs( bd3D );\n\t\t\tvec3 tangent = absDir.x > absDir.z ? vec3( 0.0, 1.0, 0.0 ) : vec3( 1.0, 0.0, 0.0 );\n\t\t\ttangent = normalize( cross( bd3D, tangent ) );\n\t\t\tvec3 bitangent = cross( bd3D, tangent );\n\t\t\tfloat phi = interleavedGradientNoise( gl_FragCoord.xy ) * 6.28318530718;\n\t\t\tshadow = (\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 0, 5, phi ).x + bitangent * vogelDiskSample( 0, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 1, 5, phi ).x + bitangent * vogelDiskSample( 1, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 2, 5, phi ).x + bitangent * vogelDiskSample( 2, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 3, 5, phi ).x + bitangent * vogelDiskSample( 3, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 4, 5, phi ).x + bitangent * vogelDiskSample( 4, 5, phi ).y ) * texelSize, dp ) )\n\t\t\t) * 0.2;\n\t\t}\n\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t}\n\t#elif defined( SHADOWMAP_TYPE_BASIC )\n\tfloat getPointShadow( samplerCube shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord, float shadowCameraNear, float shadowCameraFar ) {\n\t\tfloat shadow = 1.0;\n\t\tvec3 lightToPosition = shadowCoord.xyz;\n\t\tvec3 bd3D = normalize( lightToPosition );\n\t\tvec3 absVec = abs( lightToPosition );\n\t\tfloat viewSpaceZ = max( max( absVec.x, absVec.y ), absVec.z );\n\t\tif ( viewSpaceZ - shadowCameraFar <= 0.0 && viewSpaceZ - shadowCameraNear >= 0.0 ) {\n\t\t\tfloat dp = ( shadowCameraFar * ( viewSpaceZ - shadowCameraNear ) ) / ( viewSpaceZ * ( shadowCameraFar - shadowCameraNear ) );\n\t\t\tdp += shadowBias;\n\t\t\tfloat depth = textureCube( shadowMap, bd3D ).r;\n\t\t\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\t\t\tshadow = step( depth, dp );\n\t\t\t#else\n\t\t\t\tshadow = step( dp, depth );\n\t\t\t#endif\n\t\t}\n\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t}\n\t#endif\n\t#endif\n#endif",shadowmap_pars_vertex:"#if NUM_SPOT_LIGHT_COORDS > 0\n\tuniform mat4 spotLightMatrix[ NUM_SPOT_LIGHT_COORDS ];\n\tvarying vec4 vSpotLightCoord[ NUM_SPOT_LIGHT_COORDS ];\n#endif\n#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\tuniform mat4 directionalShadowMatrix[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tstruct DirectionalLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\t\tstruct SpotLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\tuniform mat4 pointShadowMatrix[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tstruct PointLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t\tfloat shadowCameraNear;\n\t\t\tfloat shadowCameraFar;\n\t\t};\n\t\tuniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ];\n\t#endif\n#endif",shadowmap_vertex:"#if ( defined( USE_SHADOWMAP ) && ( NUM_DIR_LIGHT_SHADOWS > 0 || NUM_POINT_LIGHT_SHADOWS > 0 ) ) || ( NUM_SPOT_LIGHT_COORDS > 0 )\n\tvec3 shadowWorldNormal = inverseTransformDirection( transformedNormal, viewMatrix );\n\tvec4 shadowWorldPosition;\n#endif\n#if defined( USE_SHADOWMAP )\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) {\n\t\t\tshadowWorldPosition = worldPosition + vec4( shadowWorldNormal * directionalLightShadows[ i ].shadowNormalBias, 0 );\n\t\t\tvDirectionalShadowCoord[ i ] = directionalShadowMatrix[ i ] * shadowWorldPosition;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) {\n\t\t\tshadowWorldPosition = worldPosition + vec4( shadowWorldNormal * pointLightShadows[ i ].shadowNormalBias, 0 );\n\t\t\tvPointShadowCoord[ i ] = pointShadowMatrix[ i ] * shadowWorldPosition;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t#endif\n#endif\n#if NUM_SPOT_LIGHT_COORDS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHT_COORDS; i ++ ) {\n\t\tshadowWorldPosition = worldPosition;\n\t\t#if ( defined( USE_SHADOWMAP ) && UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS )\n\t\t\tshadowWorldPosition.xyz += shadowWorldNormal * spotLightShadows[ i ].shadowNormalBias;\n\t\t#endif\n\t\tvSpotLightCoord[ i ] = spotLightMatrix[ i ] * shadowWorldPosition;\n\t}\n\t#pragma unroll_loop_end\n#endif",shadowmask_pars_fragment:"float getShadowMask() {\n\tfloat shadow = 1.0;\n\t#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\tDirectionalLightShadow directionalLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) {\n\t\tdirectionalLight = directionalLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getShadow( directionalShadowMap[ i ], directionalLight.shadowMapSize, directionalLight.shadowIntensity, directionalLight.shadowBias, directionalLight.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\tSpotLightShadow spotLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHT_SHADOWS; i ++ ) {\n\t\tspotLight = spotLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getShadow( spotShadowMap[ i ], spotLight.shadowMapSize, spotLight.shadowIntensity, spotLight.shadowBias, spotLight.shadowRadius, vSpotLightCoord[ i ] ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0 && ( defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_BASIC ) )\n\tPointLightShadow pointLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) {\n\t\tpointLight = pointLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getPointShadow( pointShadowMap[ i ], pointLight.shadowMapSize, pointLight.shadowIntensity, pointLight.shadowBias, pointLight.shadowRadius, vPointShadowCoord[ i ], pointLight.shadowCameraNear, pointLight.shadowCameraFar ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#endif\n\treturn shadow;\n}",skinbase_vertex:"#ifdef USE_SKINNING\n\tmat4 boneMatX = getBoneMatrix( skinIndex.x );\n\tmat4 boneMatY = getBoneMatrix( skinIndex.y );\n\tmat4 boneMatZ = getBoneMatrix( skinIndex.z );\n\tmat4 boneMatW = getBoneMatrix( skinIndex.w );\n#endif",skinning_pars_vertex:"#ifdef USE_SKINNING\n\tuniform mat4 bindMatrix;\n\tuniform mat4 bindMatrixInverse;\n\tuniform highp sampler2D boneTexture;\n\tmat4 getBoneMatrix( const in float i ) {\n\t\tint size = textureSize( boneTexture, 0 ).x;\n\t\tint j = int( i ) * 4;\n\t\tint x = j % size;\n\t\tint y = j / size;\n\t\tvec4 v1 = texelFetch( boneTexture, ivec2( x, y ), 0 );\n\t\tvec4 v2 = texelFetch( boneTexture, ivec2( x + 1, y ), 0 );\n\t\tvec4 v3 = texelFetch( boneTexture, ivec2( x + 2, y ), 0 );\n\t\tvec4 v4 = texelFetch( boneTexture, ivec2( x + 3, y ), 0 );\n\t\treturn mat4( v1, v2, v3, v4 );\n\t}\n#endif",skinning_vertex:"#ifdef USE_SKINNING\n\tvec4 skinVertex = bindMatrix * vec4( transformed, 1.0 );\n\tvec4 skinned = vec4( 0.0 );\n\tskinned += boneMatX * skinVertex * skinWeight.x;\n\tskinned += boneMatY * skinVertex * skinWeight.y;\n\tskinned += boneMatZ * skinVertex * skinWeight.z;\n\tskinned += boneMatW * skinVertex * skinWeight.w;\n\ttransformed = ( bindMatrixInverse * skinned ).xyz;\n#endif",skinnormal_vertex:"#ifdef USE_SKINNING\n\tmat4 skinMatrix = mat4( 0.0 );\n\tskinMatrix += skinWeight.x * boneMatX;\n\tskinMatrix += skinWeight.y * boneMatY;\n\tskinMatrix += skinWeight.z * boneMatZ;\n\tskinMatrix += skinWeight.w * boneMatW;\n\tskinMatrix = bindMatrixInverse * skinMatrix * bindMatrix;\n\tobjectNormal = vec4( skinMatrix * vec4( objectNormal, 0.0 ) ).xyz;\n\t#ifdef USE_TANGENT\n\t\tobjectTangent = vec4( skinMatrix * vec4( objectTangent, 0.0 ) ).xyz;\n\t#endif\n#endif",specularmap_fragment:"float specularStrength;\n#ifdef USE_SPECULARMAP\n\tvec4 texelSpecular = texture2D( specularMap, vSpecularMapUv );\n\tspecularStrength = texelSpecular.r;\n#else\n\tspecularStrength = 1.0;\n#endif",specularmap_pars_fragment:"#ifdef USE_SPECULARMAP\n\tuniform sampler2D specularMap;\n#endif",tonemapping_fragment:"#if defined( TONE_MAPPING )\n\tgl_FragColor.rgb = toneMapping( gl_FragColor.rgb );\n#endif",tonemapping_pars_fragment:"#ifndef saturate\n#define saturate( a ) clamp( a, 0.0, 1.0 )\n#endif\nuniform float toneMappingExposure;\nvec3 LinearToneMapping( vec3 color ) {\n\treturn saturate( toneMappingExposure * color );\n}\nvec3 ReinhardToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\treturn saturate( color / ( vec3( 1.0 ) + color ) );\n}\nvec3 CineonToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\tcolor = max( vec3( 0.0 ), color - 0.004 );\n\treturn pow( ( color * ( 6.2 * color + 0.5 ) ) / ( color * ( 6.2 * color + 1.7 ) + 0.06 ), vec3( 2.2 ) );\n}\nvec3 RRTAndODTFit( vec3 v ) {\n\tvec3 a = v * ( v + 0.0245786 ) - 0.000090537;\n\tvec3 b = v * ( 0.983729 * v + 0.4329510 ) + 0.238081;\n\treturn a / b;\n}\nvec3 ACESFilmicToneMapping( vec3 color ) {\n\tconst mat3 ACESInputMat = mat3(\n\t\tvec3( 0.59719, 0.07600, 0.02840 ),\t\tvec3( 0.35458, 0.90834, 0.13383 ),\n\t\tvec3( 0.04823, 0.01566, 0.83777 )\n\t);\n\tconst mat3 ACESOutputMat = mat3(\n\t\tvec3( 1.60475, -0.10208, -0.00327 ),\t\tvec3( -0.53108, 1.10813, -0.07276 ),\n\t\tvec3( -0.07367, -0.00605, 1.07602 )\n\t);\n\tcolor *= toneMappingExposure / 0.6;\n\tcolor = ACESInputMat * color;\n\tcolor = RRTAndODTFit( color );\n\tcolor = ACESOutputMat * color;\n\treturn saturate( color );\n}\nconst mat3 LINEAR_REC2020_TO_LINEAR_SRGB = mat3(\n\tvec3( 1.6605, - 0.1246, - 0.0182 ),\n\tvec3( - 0.5876, 1.1329, - 0.1006 ),\n\tvec3( - 0.0728, - 0.0083, 1.1187 )\n);\nconst mat3 LINEAR_SRGB_TO_LINEAR_REC2020 = mat3(\n\tvec3( 0.6274, 0.0691, 0.0164 ),\n\tvec3( 0.3293, 0.9195, 0.0880 ),\n\tvec3( 0.0433, 0.0113, 0.8956 )\n);\nvec3 agxDefaultContrastApprox( vec3 x ) {\n\tvec3 x2 = x * x;\n\tvec3 x4 = x2 * x2;\n\treturn + 15.5 * x4 * x2\n\t\t- 40.14 * x4 * x\n\t\t+ 31.96 * x4\n\t\t- 6.868 * x2 * x\n\t\t+ 0.4298 * x2\n\t\t+ 0.1191 * x\n\t\t- 0.00232;\n}\nvec3 AgXToneMapping( vec3 color ) {\n\tconst mat3 AgXInsetMatrix = mat3(\n\t\tvec3( 0.856627153315983, 0.137318972929847, 0.11189821299995 ),\n\t\tvec3( 0.0951212405381588, 0.761241990602591, 0.0767994186031903 ),\n\t\tvec3( 0.0482516061458583, 0.101439036467562, 0.811302368396859 )\n\t);\n\tconst mat3 AgXOutsetMatrix = mat3(\n\t\tvec3( 1.1271005818144368, - 0.1413297634984383, - 0.14132976349843826 ),\n\t\tvec3( - 0.11060664309660323, 1.157823702216272, - 0.11060664309660294 ),\n\t\tvec3( - 0.016493938717834573, - 0.016493938717834257, 1.2519364065950405 )\n\t);\n\tconst float AgxMinEv = - 12.47393;\tconst float AgxMaxEv = 4.026069;\n\tcolor *= toneMappingExposure;\n\tcolor = LINEAR_SRGB_TO_LINEAR_REC2020 * color;\n\tcolor = AgXInsetMatrix * color;\n\tcolor = max( color, 1e-10 );\tcolor = log2( color );\n\tcolor = ( color - AgxMinEv ) / ( AgxMaxEv - AgxMinEv );\n\tcolor = clamp( color, 0.0, 1.0 );\n\tcolor = agxDefaultContrastApprox( color );\n\tcolor = AgXOutsetMatrix * color;\n\tcolor = pow( max( vec3( 0.0 ), color ), vec3( 2.2 ) );\n\tcolor = LINEAR_REC2020_TO_LINEAR_SRGB * color;\n\tcolor = clamp( color, 0.0, 1.0 );\n\treturn color;\n}\nvec3 NeutralToneMapping( vec3 color ) {\n\tconst float StartCompression = 0.8 - 0.04;\n\tconst float Desaturation = 0.15;\n\tcolor *= toneMappingExposure;\n\tfloat x = min( color.r, min( color.g, color.b ) );\n\tfloat offset = x < 0.08 ? x - 6.25 * x * x : 0.04;\n\tcolor -= offset;\n\tfloat peak = max( color.r, max( color.g, color.b ) );\n\tif ( peak < StartCompression ) return color;\n\tfloat d = 1. - StartCompression;\n\tfloat newPeak = 1. - d * d / ( peak + d - StartCompression );\n\tcolor *= newPeak / peak;\n\tfloat g = 1. - 1. / ( Desaturation * ( peak - newPeak ) + 1. );\n\treturn mix( color, vec3( newPeak ), g );\n}\nvec3 CustomToneMapping( vec3 color ) { return color; }",transmission_fragment:"#ifdef USE_TRANSMISSION\n\tmaterial.transmission = transmission;\n\tmaterial.transmissionAlpha = 1.0;\n\tmaterial.thickness = thickness;\n\tmaterial.attenuationDistance = attenuationDistance;\n\tmaterial.attenuationColor = attenuationColor;\n\t#ifdef USE_TRANSMISSIONMAP\n\t\tmaterial.transmission *= texture2D( transmissionMap, vTransmissionMapUv ).r;\n\t#endif\n\t#ifdef USE_THICKNESSMAP\n\t\tmaterial.thickness *= texture2D( thicknessMap, vThicknessMapUv ).g;\n\t#endif\n\tvec3 pos = vWorldPosition;\n\tvec3 v = normalize( cameraPosition - pos );\n\tvec3 n = inverseTransformDirection( normal, viewMatrix );\n\tvec4 transmitted = getIBLVolumeRefraction(\n\t\tn, v, material.roughness, material.diffuseContribution, material.specularColorBlended, material.specularF90,\n\t\tpos, modelMatrix, viewMatrix, projectionMatrix, material.dispersion, material.ior, material.thickness,\n\t\tmaterial.attenuationColor, material.attenuationDistance );\n\tmaterial.transmissionAlpha = mix( material.transmissionAlpha, transmitted.a, material.transmission );\n\ttotalDiffuse = mix( totalDiffuse, transmitted.rgb, material.transmission );\n#endif",transmission_pars_fragment:"#ifdef USE_TRANSMISSION\n\tuniform float transmission;\n\tuniform float thickness;\n\tuniform float attenuationDistance;\n\tuniform vec3 attenuationColor;\n\t#ifdef USE_TRANSMISSIONMAP\n\t\tuniform sampler2D transmissionMap;\n\t#endif\n\t#ifdef USE_THICKNESSMAP\n\t\tuniform sampler2D thicknessMap;\n\t#endif\n\tuniform vec2 transmissionSamplerSize;\n\tuniform sampler2D transmissionSamplerMap;\n\tuniform mat4 modelMatrix;\n\tuniform mat4 projectionMatrix;\n\tvarying vec3 vWorldPosition;\n\tfloat w0( float a ) {\n\t\treturn ( 1.0 / 6.0 ) * ( a * ( a * ( - a + 3.0 ) - 3.0 ) + 1.0 );\n\t}\n\tfloat w1( float a ) {\n\t\treturn ( 1.0 / 6.0 ) * ( a * a * ( 3.0 * a - 6.0 ) + 4.0 );\n\t}\n\tfloat w2( float a ){\n\t\treturn ( 1.0 / 6.0 ) * ( a * ( a * ( - 3.0 * a + 3.0 ) + 3.0 ) + 1.0 );\n\t}\n\tfloat w3( float a ) {\n\t\treturn ( 1.0 / 6.0 ) * ( a * a * a );\n\t}\n\tfloat g0( float a ) {\n\t\treturn w0( a ) + w1( a );\n\t}\n\tfloat g1( float a ) {\n\t\treturn w2( a ) + w3( a );\n\t}\n\tfloat h0( float a ) {\n\t\treturn - 1.0 + w1( a ) / ( w0( a ) + w1( a ) );\n\t}\n\tfloat h1( float a ) {\n\t\treturn 1.0 + w3( a ) / ( w2( a ) + w3( a ) );\n\t}\n\tvec4 bicubic( sampler2D tex, vec2 uv, vec4 texelSize, float lod ) {\n\t\tuv = uv * texelSize.zw + 0.5;\n\t\tvec2 iuv = floor( uv );\n\t\tvec2 fuv = fract( uv );\n\t\tfloat g0x = g0( fuv.x );\n\t\tfloat g1x = g1( fuv.x );\n\t\tfloat h0x = h0( fuv.x );\n\t\tfloat h1x = h1( fuv.x );\n\t\tfloat h0y = h0( fuv.y );\n\t\tfloat h1y = h1( fuv.y );\n\t\tvec2 p0 = ( vec2( iuv.x + h0x, iuv.y + h0y ) - 0.5 ) * texelSize.xy;\n\t\tvec2 p1 = ( vec2( iuv.x + h1x, iuv.y + h0y ) - 0.5 ) * texelSize.xy;\n\t\tvec2 p2 = ( vec2( iuv.x + h0x, iuv.y + h1y ) - 0.5 ) * texelSize.xy;\n\t\tvec2 p3 = ( vec2( iuv.x + h1x, iuv.y + h1y ) - 0.5 ) * texelSize.xy;\n\t\treturn g0( fuv.y ) * ( g0x * textureLod( tex, p0, lod ) + g1x * textureLod( tex, p1, lod ) ) +\n\t\t\tg1( fuv.y ) * ( g0x * textureLod( tex, p2, lod ) + g1x * textureLod( tex, p3, lod ) );\n\t}\n\tvec4 textureBicubic( sampler2D sampler, vec2 uv, float lod ) {\n\t\tvec2 fLodSize = vec2( textureSize( sampler, int( lod ) ) );\n\t\tvec2 cLodSize = vec2( textureSize( sampler, int( lod + 1.0 ) ) );\n\t\tvec2 fLodSizeInv = 1.0 / fLodSize;\n\t\tvec2 cLodSizeInv = 1.0 / cLodSize;\n\t\tvec4 fSample = bicubic( sampler, uv, vec4( fLodSizeInv, fLodSize ), floor( lod ) );\n\t\tvec4 cSample = bicubic( sampler, uv, vec4( cLodSizeInv, cLodSize ), ceil( lod ) );\n\t\treturn mix( fSample, cSample, fract( lod ) );\n\t}\n\tvec3 getVolumeTransmissionRay( const in vec3 n, const in vec3 v, const in float thickness, const in float ior, const in mat4 modelMatrix ) {\n\t\tvec3 refractionVector = refract( - v, normalize( n ), 1.0 / ior );\n\t\tvec3 modelScale;\n\t\tmodelScale.x = length( vec3( modelMatrix[ 0 ].xyz ) );\n\t\tmodelScale.y = length( vec3( modelMatrix[ 1 ].xyz ) );\n\t\tmodelScale.z = length( vec3( modelMatrix[ 2 ].xyz ) );\n\t\treturn normalize( refractionVector ) * thickness * modelScale;\n\t}\n\tfloat applyIorToRoughness( const in float roughness, const in float ior ) {\n\t\treturn roughness * clamp( ior * 2.0 - 2.0, 0.0, 1.0 );\n\t}\n\tvec4 getTransmissionSample( const in vec2 fragCoord, const in float roughness, const in float ior ) {\n\t\tfloat lod = log2( transmissionSamplerSize.x ) * applyIorToRoughness( roughness, ior );\n\t\treturn textureBicubic( transmissionSamplerMap, fragCoord.xy, lod );\n\t}\n\tvec3 volumeAttenuation( const in float transmissionDistance, const in vec3 attenuationColor, const in float attenuationDistance ) {\n\t\tif ( isinf( attenuationDistance ) ) {\n\t\t\treturn vec3( 1.0 );\n\t\t} else {\n\t\t\tvec3 attenuationCoefficient = -log( attenuationColor ) / attenuationDistance;\n\t\t\tvec3 transmittance = exp( - attenuationCoefficient * transmissionDistance );\t\t\treturn transmittance;\n\t\t}\n\t}\n\tvec4 getIBLVolumeRefraction( const in vec3 n, const in vec3 v, const in float roughness, const in vec3 diffuseColor,\n\t\tconst in vec3 specularColor, const in float specularF90, const in vec3 position, const in mat4 modelMatrix,\n\t\tconst in mat4 viewMatrix, const in mat4 projMatrix, const in float dispersion, const in float ior, const in float thickness,\n\t\tconst in vec3 attenuationColor, const in float attenuationDistance ) {\n\t\tvec4 transmittedLight;\n\t\tvec3 transmittance;\n\t\t#ifdef USE_DISPERSION\n\t\t\tfloat halfSpread = ( ior - 1.0 ) * 0.025 * dispersion;\n\t\t\tvec3 iors = vec3( ior - halfSpread, ior, ior + halfSpread );\n\t\t\tfor ( int i = 0; i < 3; i ++ ) {\n\t\t\t\tvec3 transmissionRay = getVolumeTransmissionRay( n, v, thickness, iors[ i ], modelMatrix );\n\t\t\t\tvec3 refractedRayExit = position + transmissionRay;\n\t\t\t\tvec4 ndcPos = projMatrix * viewMatrix * vec4( refractedRayExit, 1.0 );\n\t\t\t\tvec2 refractionCoords = ndcPos.xy / ndcPos.w;\n\t\t\t\trefractionCoords += 1.0;\n\t\t\t\trefractionCoords /= 2.0;\n\t\t\t\tvec4 transmissionSample = getTransmissionSample( refractionCoords, roughness, iors[ i ] );\n\t\t\t\ttransmittedLight[ i ] = transmissionSample[ i ];\n\t\t\t\ttransmittedLight.a += transmissionSample.a;\n\t\t\t\ttransmittance[ i ] = diffuseColor[ i ] * volumeAttenuation( length( transmissionRay ), attenuationColor, attenuationDistance )[ i ];\n\t\t\t}\n\t\t\ttransmittedLight.a /= 3.0;\n\t\t#else\n\t\t\tvec3 transmissionRay = getVolumeTransmissionRay( n, v, thickness, ior, modelMatrix );\n\t\t\tvec3 refractedRayExit = position + transmissionRay;\n\t\t\tvec4 ndcPos = projMatrix * viewMatrix * vec4( refractedRayExit, 1.0 );\n\t\t\tvec2 refractionCoords = ndcPos.xy / ndcPos.w;\n\t\t\trefractionCoords += 1.0;\n\t\t\trefractionCoords /= 2.0;\n\t\t\ttransmittedLight = getTransmissionSample( refractionCoords, roughness, ior );\n\t\t\ttransmittance = diffuseColor * volumeAttenuation( length( transmissionRay ), attenuationColor, attenuationDistance );\n\t\t#endif\n\t\tvec3 attenuatedColor = transmittance * transmittedLight.rgb;\n\t\tvec3 F = EnvironmentBRDF( n, v, specularColor, specularF90, roughness );\n\t\tfloat transmittanceFactor = ( transmittance.r + transmittance.g + transmittance.b ) / 3.0;\n\t\treturn vec4( ( 1.0 - F ) * attenuatedColor, 1.0 - ( 1.0 - transmittedLight.a ) * transmittanceFactor );\n\t}\n#endif",uv_pars_fragment:"#if defined( USE_UV ) || defined( USE_ANISOTROPY )\n\tvarying vec2 vUv;\n#endif\n#ifdef USE_MAP\n\tvarying vec2 vMapUv;\n#endif\n#ifdef USE_ALPHAMAP\n\tvarying vec2 vAlphaMapUv;\n#endif\n#ifdef USE_LIGHTMAP\n\tvarying vec2 vLightMapUv;\n#endif\n#ifdef USE_AOMAP\n\tvarying vec2 vAoMapUv;\n#endif\n#ifdef USE_BUMPMAP\n\tvarying vec2 vBumpMapUv;\n#endif\n#ifdef USE_NORMALMAP\n\tvarying vec2 vNormalMapUv;\n#endif\n#ifdef USE_EMISSIVEMAP\n\tvarying vec2 vEmissiveMapUv;\n#endif\n#ifdef USE_METALNESSMAP\n\tvarying vec2 vMetalnessMapUv;\n#endif\n#ifdef USE_ROUGHNESSMAP\n\tvarying vec2 vRoughnessMapUv;\n#endif\n#ifdef USE_ANISOTROPYMAP\n\tvarying vec2 vAnisotropyMapUv;\n#endif\n#ifdef USE_CLEARCOATMAP\n\tvarying vec2 vClearcoatMapUv;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tvarying vec2 vClearcoatNormalMapUv;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tvarying vec2 vClearcoatRoughnessMapUv;\n#endif\n#ifdef USE_IRIDESCENCEMAP\n\tvarying vec2 vIridescenceMapUv;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tvarying vec2 vIridescenceThicknessMapUv;\n#endif\n#ifdef USE_SHEEN_COLORMAP\n\tvarying vec2 vSheenColorMapUv;\n#endif\n#ifdef USE_SHEEN_ROUGHNESSMAP\n\tvarying vec2 vSheenRoughnessMapUv;\n#endif\n#ifdef USE_SPECULARMAP\n\tvarying vec2 vSpecularMapUv;\n#endif\n#ifdef USE_SPECULAR_COLORMAP\n\tvarying vec2 vSpecularColorMapUv;\n#endif\n#ifdef USE_SPECULAR_INTENSITYMAP\n\tvarying vec2 vSpecularIntensityMapUv;\n#endif\n#ifdef USE_TRANSMISSIONMAP\n\tuniform mat3 transmissionMapTransform;\n\tvarying vec2 vTransmissionMapUv;\n#endif\n#ifdef USE_THICKNESSMAP\n\tuniform mat3 thicknessMapTransform;\n\tvarying vec2 vThicknessMapUv;\n#endif",uv_pars_vertex:"#if defined( USE_UV ) || defined( USE_ANISOTROPY )\n\tvarying vec2 vUv;\n#endif\n#ifdef USE_MAP\n\tuniform mat3 mapTransform;\n\tvarying vec2 vMapUv;\n#endif\n#ifdef USE_ALPHAMAP\n\tuniform mat3 alphaMapTransform;\n\tvarying vec2 vAlphaMapUv;\n#endif\n#ifdef USE_LIGHTMAP\n\tuniform mat3 lightMapTransform;\n\tvarying vec2 vLightMapUv;\n#endif\n#ifdef USE_AOMAP\n\tuniform mat3 aoMapTransform;\n\tvarying vec2 vAoMapUv;\n#endif\n#ifdef USE_BUMPMAP\n\tuniform mat3 bumpMapTransform;\n\tvarying vec2 vBumpMapUv;\n#endif\n#ifdef USE_NORMALMAP\n\tuniform mat3 normalMapTransform;\n\tvarying vec2 vNormalMapUv;\n#endif\n#ifdef USE_DISPLACEMENTMAP\n\tuniform mat3 displacementMapTransform;\n\tvarying vec2 vDisplacementMapUv;\n#endif\n#ifdef USE_EMISSIVEMAP\n\tuniform mat3 emissiveMapTransform;\n\tvarying vec2 vEmissiveMapUv;\n#endif\n#ifdef USE_METALNESSMAP\n\tuniform mat3 metalnessMapTransform;\n\tvarying vec2 vMetalnessMapUv;\n#endif\n#ifdef USE_ROUGHNESSMAP\n\tuniform mat3 roughnessMapTransform;\n\tvarying vec2 vRoughnessMapUv;\n#endif\n#ifdef USE_ANISOTROPYMAP\n\tuniform mat3 anisotropyMapTransform;\n\tvarying vec2 vAnisotropyMapUv;\n#endif\n#ifdef USE_CLEARCOATMAP\n\tuniform mat3 clearcoatMapTransform;\n\tvarying vec2 vClearcoatMapUv;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tuniform mat3 clearcoatNormalMapTransform;\n\tvarying vec2 vClearcoatNormalMapUv;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tuniform mat3 clearcoatRoughnessMapTransform;\n\tvarying vec2 vClearcoatRoughnessMapUv;\n#endif\n#ifdef USE_SHEEN_COLORMAP\n\tuniform mat3 sheenColorMapTransform;\n\tvarying vec2 vSheenColorMapUv;\n#endif\n#ifdef USE_SHEEN_ROUGHNESSMAP\n\tuniform mat3 sheenRoughnessMapTransform;\n\tvarying vec2 vSheenRoughnessMapUv;\n#endif\n#ifdef USE_IRIDESCENCEMAP\n\tuniform mat3 iridescenceMapTransform;\n\tvarying vec2 vIridescenceMapUv;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tuniform mat3 iridescenceThicknessMapTransform;\n\tvarying vec2 vIridescenceThicknessMapUv;\n#endif\n#ifdef USE_SPECULARMAP\n\tuniform mat3 specularMapTransform;\n\tvarying vec2 vSpecularMapUv;\n#endif\n#ifdef USE_SPECULAR_COLORMAP\n\tuniform mat3 specularColorMapTransform;\n\tvarying vec2 vSpecularColorMapUv;\n#endif\n#ifdef USE_SPECULAR_INTENSITYMAP\n\tuniform mat3 specularIntensityMapTransform;\n\tvarying vec2 vSpecularIntensityMapUv;\n#endif\n#ifdef USE_TRANSMISSIONMAP\n\tuniform mat3 transmissionMapTransform;\n\tvarying vec2 vTransmissionMapUv;\n#endif\n#ifdef USE_THICKNESSMAP\n\tuniform mat3 thicknessMapTransform;\n\tvarying vec2 vThicknessMapUv;\n#endif",uv_vertex:"#if defined( USE_UV ) || defined( USE_ANISOTROPY )\n\tvUv = vec3( uv, 1 ).xy;\n#endif\n#ifdef USE_MAP\n\tvMapUv = ( mapTransform * vec3( MAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_ALPHAMAP\n\tvAlphaMapUv = ( alphaMapTransform * vec3( ALPHAMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_LIGHTMAP\n\tvLightMapUv = ( lightMapTransform * vec3( LIGHTMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_AOMAP\n\tvAoMapUv = ( aoMapTransform * vec3( AOMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_BUMPMAP\n\tvBumpMapUv = ( bumpMapTransform * vec3( BUMPMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_NORMALMAP\n\tvNormalMapUv = ( normalMapTransform * vec3( NORMALMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_DISPLACEMENTMAP\n\tvDisplacementMapUv = ( displacementMapTransform * vec3( DISPLACEMENTMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_EMISSIVEMAP\n\tvEmissiveMapUv = ( emissiveMapTransform * vec3( EMISSIVEMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_METALNESSMAP\n\tvMetalnessMapUv = ( metalnessMapTransform * vec3( METALNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_ROUGHNESSMAP\n\tvRoughnessMapUv = ( roughnessMapTransform * vec3( ROUGHNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_ANISOTROPYMAP\n\tvAnisotropyMapUv = ( anisotropyMapTransform * vec3( ANISOTROPYMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_CLEARCOATMAP\n\tvClearcoatMapUv = ( clearcoatMapTransform * vec3( CLEARCOATMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tvClearcoatNormalMapUv = ( clearcoatNormalMapTransform * vec3( CLEARCOAT_NORMALMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tvClearcoatRoughnessMapUv = ( clearcoatRoughnessMapTransform * vec3( CLEARCOAT_ROUGHNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_IRIDESCENCEMAP\n\tvIridescenceMapUv = ( iridescenceMapTransform * vec3( IRIDESCENCEMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tvIridescenceThicknessMapUv = ( iridescenceThicknessMapTransform * vec3( IRIDESCENCE_THICKNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SHEEN_COLORMAP\n\tvSheenColorMapUv = ( sheenColorMapTransform * vec3( SHEEN_COLORMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SHEEN_ROUGHNESSMAP\n\tvSheenRoughnessMapUv = ( sheenRoughnessMapTransform * vec3( SHEEN_ROUGHNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SPECULARMAP\n\tvSpecularMapUv = ( specularMapTransform * vec3( SPECULARMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SPECULAR_COLORMAP\n\tvSpecularColorMapUv = ( specularColorMapTransform * vec3( SPECULAR_COLORMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SPECULAR_INTENSITYMAP\n\tvSpecularIntensityMapUv = ( specularIntensityMapTransform * vec3( SPECULAR_INTENSITYMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_TRANSMISSIONMAP\n\tvTransmissionMapUv = ( transmissionMapTransform * vec3( TRANSMISSIONMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_THICKNESSMAP\n\tvThicknessMapUv = ( thicknessMapTransform * vec3( THICKNESSMAP_UV, 1 ) ).xy;\n#endif",worldpos_vertex:"#if defined( USE_ENVMAP ) || defined( DISTANCE ) || defined ( USE_SHADOWMAP ) || defined ( USE_TRANSMISSION ) || NUM_SPOT_LIGHT_COORDS > 0\n\tvec4 worldPosition = vec4( transformed, 1.0 );\n\t#ifdef USE_BATCHING\n\t\tworldPosition = batchingMatrix * worldPosition;\n\t#endif\n\t#ifdef USE_INSTANCING\n\t\tworldPosition = instanceMatrix * worldPosition;\n\t#endif\n\tworldPosition = modelMatrix * worldPosition;\n#endif",background_vert:"varying vec2 vUv;\nuniform mat3 uvTransform;\nvoid main() {\n\tvUv = ( uvTransform * vec3( uv, 1 ) ).xy;\n\tgl_Position = vec4( position.xy, 1.0, 1.0 );\n}",background_frag:"uniform sampler2D t2D;\nuniform float backgroundIntensity;\nvarying vec2 vUv;\nvoid main() {\n\tvec4 texColor = texture2D( t2D, vUv );\n\t#ifdef DECODE_VIDEO_TEXTURE\n\t\ttexColor = vec4( mix( pow( texColor.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), texColor.rgb * 0.0773993808, vec3( lessThanEqual( texColor.rgb, vec3( 0.04045 ) ) ) ), texColor.w );\n\t#endif\n\ttexColor.rgb *= backgroundIntensity;\n\tgl_FragColor = texColor;\n\t#include \n\t#include \n}",backgroundCube_vert:"varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n\tgl_Position.z = gl_Position.w;\n}",backgroundCube_frag:"#ifdef ENVMAP_TYPE_CUBE\n\tuniform samplerCube envMap;\n#elif defined( ENVMAP_TYPE_CUBE_UV )\n\tuniform sampler2D envMap;\n#endif\nuniform float flipEnvMap;\nuniform float backgroundBlurriness;\nuniform float backgroundIntensity;\nuniform mat3 backgroundRotation;\nvarying vec3 vWorldDirection;\n#include \nvoid main() {\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tvec4 texColor = textureCube( envMap, backgroundRotation * vec3( flipEnvMap * vWorldDirection.x, vWorldDirection.yz ) );\n\t#elif defined( ENVMAP_TYPE_CUBE_UV )\n\t\tvec4 texColor = textureCubeUV( envMap, backgroundRotation * vWorldDirection, backgroundBlurriness );\n\t#else\n\t\tvec4 texColor = vec4( 0.0, 0.0, 0.0, 1.0 );\n\t#endif\n\ttexColor.rgb *= backgroundIntensity;\n\tgl_FragColor = texColor;\n\t#include \n\t#include \n}",cube_vert:"varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n\tgl_Position.z = gl_Position.w;\n}",cube_frag:"uniform samplerCube tCube;\nuniform float tFlip;\nuniform float opacity;\nvarying vec3 vWorldDirection;\nvoid main() {\n\tvec4 texColor = textureCube( tCube, vec3( tFlip * vWorldDirection.x, vWorldDirection.yz ) );\n\tgl_FragColor = texColor;\n\tgl_FragColor.a *= opacity;\n\t#include \n\t#include \n}",depth_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvarying vec2 vHighPrecisionZW;\nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef USE_DISPLACEMENTMAP\n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvHighPrecisionZW = gl_Position.zw;\n}",depth_frag:"#if DEPTH_PACKING == 3200\n\tuniform float opacity;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvarying vec2 vHighPrecisionZW;\nvoid main() {\n\tvec4 diffuseColor = vec4( 1.0 );\n\t#include \n\t#if DEPTH_PACKING == 3200\n\t\tdiffuseColor.a = opacity;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\tfloat fragCoordZ = vHighPrecisionZW[ 0 ] / vHighPrecisionZW[ 1 ];\n\t#else\n\t\tfloat fragCoordZ = 0.5 * vHighPrecisionZW[ 0 ] / vHighPrecisionZW[ 1 ] + 0.5;\n\t#endif\n\t#if DEPTH_PACKING == 3200\n\t\tgl_FragColor = vec4( vec3( 1.0 - fragCoordZ ), opacity );\n\t#elif DEPTH_PACKING == 3201\n\t\tgl_FragColor = packDepthToRGBA( fragCoordZ );\n\t#elif DEPTH_PACKING == 3202\n\t\tgl_FragColor = vec4( packDepthToRGB( fragCoordZ ), 1.0 );\n\t#elif DEPTH_PACKING == 3203\n\t\tgl_FragColor = vec4( packDepthToRG( fragCoordZ ), 0.0, 1.0 );\n\t#endif\n}",distance_vert:"#define DISTANCE\nvarying vec3 vWorldPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef USE_DISPLACEMENTMAP\n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvWorldPosition = worldPosition.xyz;\n}",distance_frag:"#define DISTANCE\nuniform vec3 referencePosition;\nuniform float nearDistance;\nuniform float farDistance;\nvarying vec3 vWorldPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main () {\n\tvec4 diffuseColor = vec4( 1.0 );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tfloat dist = length( vWorldPosition - referencePosition );\n\tdist = ( dist - nearDistance ) / ( farDistance - nearDistance );\n\tdist = saturate( dist );\n\tgl_FragColor = vec4( dist, 0.0, 0.0, 1.0 );\n}",equirect_vert:"varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n}",equirect_frag:"uniform sampler2D tEquirect;\nvarying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvec3 direction = normalize( vWorldDirection );\n\tvec2 sampleUV = equirectUv( direction );\n\tgl_FragColor = texture2D( tEquirect, sampleUV );\n\t#include \n\t#include \n}",linedashed_vert:"uniform float scale;\nattribute float lineDistance;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvLineDistance = scale * lineDistance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",linedashed_frag:"uniform vec3 diffuse;\nuniform float opacity;\nuniform float dashSize;\nuniform float totalSize;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tif ( mod( vLineDistance, totalSize ) > dashSize ) {\n\t\tdiscard;\n\t}\n\tvec3 outgoingLight = vec3( 0.0 );\n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshbasic_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#if defined ( USE_ENVMAP ) || defined ( USE_SKINNING )\n\t\t#include \n\t\t#include \n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshbasic_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\t#ifdef USE_LIGHTMAP\n\t\tvec4 lightMapTexel = texture2D( lightMap, vLightMapUv );\n\t\treflectedLight.indirectDiffuse += lightMapTexel.rgb * lightMapIntensity * RECIPROCAL_PI;\n\t#else\n\t\treflectedLight.indirectDiffuse += vec3( 1.0 );\n\t#endif\n\t#include \n\treflectedLight.indirectDiffuse *= diffuseColor.rgb;\n\tvec3 outgoingLight = reflectedLight.indirectDiffuse;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshlambert_vert:"#define LAMBERT\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n\t#include \n}",meshlambert_frag:"#define LAMBERT\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshmatcap_vert:"#define MATCAP\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n}",meshmatcap_frag:"#define MATCAP\nuniform vec3 diffuse;\nuniform float opacity;\nuniform sampler2D matcap;\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 viewDir = normalize( vViewPosition );\n\tvec3 x = normalize( vec3( viewDir.z, 0.0, - viewDir.x ) );\n\tvec3 y = cross( viewDir, x );\n\tvec2 uv = vec2( dot( x, normal ), dot( y, normal ) ) * 0.495 + 0.5;\n\t#ifdef USE_MATCAP\n\t\tvec4 matcapColor = texture2D( matcap, uv );\n\t#else\n\t\tvec4 matcapColor = vec4( vec3( mix( 0.2, 0.8, uv.y ) ), 1.0 );\n\t#endif\n\tvec3 outgoingLight = diffuseColor.rgb * matcapColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshnormal_vert:"#define NORMAL\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE )\n\tvarying vec3 vViewPosition;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE )\n\tvViewPosition = - mvPosition.xyz;\n#endif\n}",meshnormal_frag:"#define NORMAL\nuniform float opacity;\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE )\n\tvarying vec3 vViewPosition;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( 0.0, 0.0, 0.0, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\tgl_FragColor = vec4( normalize( normal ) * 0.5 + 0.5, diffuseColor.a );\n\t#ifdef OPAQUE\n\t\tgl_FragColor.a = 1.0;\n\t#endif\n}",meshphong_vert:"#define PHONG\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n\t#include \n}",meshphong_frag:"#define PHONG\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform vec3 specular;\nuniform float shininess;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshphysical_vert:"#define STANDARD\nvarying vec3 vViewPosition;\n#ifdef USE_TRANSMISSION\n\tvarying vec3 vWorldPosition;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n#ifdef USE_TRANSMISSION\n\tvWorldPosition = worldPosition.xyz;\n#endif\n}",meshphysical_frag:"#define STANDARD\n#ifdef PHYSICAL\n\t#define IOR\n\t#define USE_SPECULAR\n#endif\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float roughness;\nuniform float metalness;\nuniform float opacity;\n#ifdef IOR\n\tuniform float ior;\n#endif\n#ifdef USE_SPECULAR\n\tuniform float specularIntensity;\n\tuniform vec3 specularColor;\n\t#ifdef USE_SPECULAR_COLORMAP\n\t\tuniform sampler2D specularColorMap;\n\t#endif\n\t#ifdef USE_SPECULAR_INTENSITYMAP\n\t\tuniform sampler2D specularIntensityMap;\n\t#endif\n#endif\n#ifdef USE_CLEARCOAT\n\tuniform float clearcoat;\n\tuniform float clearcoatRoughness;\n#endif\n#ifdef USE_DISPERSION\n\tuniform float dispersion;\n#endif\n#ifdef USE_IRIDESCENCE\n\tuniform float iridescence;\n\tuniform float iridescenceIOR;\n\tuniform float iridescenceThicknessMinimum;\n\tuniform float iridescenceThicknessMaximum;\n#endif\n#ifdef USE_SHEEN\n\tuniform vec3 sheenColor;\n\tuniform float sheenRoughness;\n\t#ifdef USE_SHEEN_COLORMAP\n\t\tuniform sampler2D sheenColorMap;\n\t#endif\n\t#ifdef USE_SHEEN_ROUGHNESSMAP\n\t\tuniform sampler2D sheenRoughnessMap;\n\t#endif\n#endif\n#ifdef USE_ANISOTROPY\n\tuniform vec2 anisotropyVector;\n\t#ifdef USE_ANISOTROPYMAP\n\t\tuniform sampler2D anisotropyMap;\n\t#endif\n#endif\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 totalDiffuse = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse;\n\tvec3 totalSpecular = reflectedLight.directSpecular + reflectedLight.indirectSpecular;\n\t#include \n\tvec3 outgoingLight = totalDiffuse + totalSpecular + totalEmissiveRadiance;\n\t#ifdef USE_SHEEN\n \n\t\toutgoingLight = outgoingLight + sheenSpecularDirect + sheenSpecularIndirect;\n \n \t#endif\n\t#ifdef USE_CLEARCOAT\n\t\tfloat dotNVcc = saturate( dot( geometryClearcoatNormal, geometryViewDir ) );\n\t\tvec3 Fcc = F_Schlick( material.clearcoatF0, material.clearcoatF90, dotNVcc );\n\t\toutgoingLight = outgoingLight * ( 1.0 - material.clearcoat * Fcc ) + ( clearcoatSpecularDirect + clearcoatSpecularIndirect ) * material.clearcoat;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshtoon_vert:"#define TOON\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n}",meshtoon_frag:"#define TOON\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",points_vert:"uniform float size;\nuniform float scale;\n#include \n#include \n#include \n#include \n#include \n#include \n#ifdef USE_POINTS_UV\n\tvarying vec2 vUv;\n\tuniform mat3 uvTransform;\n#endif\nvoid main() {\n\t#ifdef USE_POINTS_UV\n\t\tvUv = ( uvTransform * vec3( uv, 1 ) ).xy;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tgl_PointSize = size;\n\t#ifdef USE_SIZEATTENUATION\n\t\tbool isPerspective = isPerspectiveMatrix( projectionMatrix );\n\t\tif ( isPerspective ) gl_PointSize *= ( scale / - mvPosition.z );\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n}",points_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tvec3 outgoingLight = vec3( 0.0 );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",shadow_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",shadow_frag:"uniform vec3 color;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tgl_FragColor = vec4( color, opacity * ( 1.0 - getShadowMask() ) );\n\t#include \n\t#include \n\t#include \n}",sprite_vert:"uniform float rotation;\nuniform vec2 center;\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 mvPosition = modelViewMatrix[ 3 ];\n\tvec2 scale = vec2( length( modelMatrix[ 0 ].xyz ), length( modelMatrix[ 1 ].xyz ) );\n\t#ifndef USE_SIZEATTENUATION\n\t\tbool isPerspective = isPerspectiveMatrix( projectionMatrix );\n\t\tif ( isPerspective ) scale *= - mvPosition.z;\n\t#endif\n\tvec2 alignedPosition = ( position.xy - ( center - vec2( 0.5 ) ) ) * scale;\n\tvec2 rotatedPosition;\n\trotatedPosition.x = cos( rotation ) * alignedPosition.x - sin( rotation ) * alignedPosition.y;\n\trotatedPosition.y = sin( rotation ) * alignedPosition.x + cos( rotation ) * alignedPosition.y;\n\tmvPosition.xy += rotatedPosition;\n\tgl_Position = projectionMatrix * mvPosition;\n\t#include \n\t#include \n\t#include \n}",sprite_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tvec3 outgoingLight = vec3( 0.0 );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n}"},Bn={common:{diffuse:{value:new n(16777215)},opacity:{value:1},map:{value:null},mapTransform:{value:new e},alphaMap:{value:null},alphaMapTransform:{value:new e},alphaTest:{value:0}},specularmap:{specularMap:{value:null},specularMapTransform:{value:new e}},envmap:{envMap:{value:null},envMapRotation:{value:new e},flipEnvMap:{value:-1},reflectivity:{value:1},ior:{value:1.5},refractionRatio:{value:.98},dfgLUT:{value:null}},aomap:{aoMap:{value:null},aoMapIntensity:{value:1},aoMapTransform:{value:new e}},lightmap:{lightMap:{value:null},lightMapIntensity:{value:1},lightMapTransform:{value:new e}},bumpmap:{bumpMap:{value:null},bumpMapTransform:{value:new e},bumpScale:{value:1}},normalmap:{normalMap:{value:null},normalMapTransform:{value:new e},normalScale:{value:new t(1,1)}},displacementmap:{displacementMap:{value:null},displacementMapTransform:{value:new e},displacementScale:{value:1},displacementBias:{value:0}},emissivemap:{emissiveMap:{value:null},emissiveMapTransform:{value:new e}},metalnessmap:{metalnessMap:{value:null},metalnessMapTransform:{value:new e}},roughnessmap:{roughnessMap:{value:null},roughnessMapTransform:{value:new e}},gradientmap:{gradientMap:{value:null}},fog:{fogDensity:{value:25e-5},fogNear:{value:1},fogFar:{value:2e3},fogColor:{value:new n(16777215)}},lights:{ambientLightColor:{value:[]},lightProbe:{value:[]},directionalLights:{value:[],properties:{direction:{},color:{}}},directionalLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{}}},directionalShadowMap:{value:[]},directionalShadowMatrix:{value:[]},spotLights:{value:[],properties:{color:{},position:{},direction:{},distance:{},coneCos:{},penumbraCos:{},decay:{}}},spotLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{}}},spotLightMap:{value:[]},spotShadowMap:{value:[]},spotLightMatrix:{value:[]},pointLights:{value:[],properties:{color:{},position:{},decay:{},distance:{}}},pointLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{},shadowCameraNear:{},shadowCameraFar:{}}},pointShadowMap:{value:[]},pointShadowMatrix:{value:[]},hemisphereLights:{value:[],properties:{direction:{},skyColor:{},groundColor:{}}},rectAreaLights:{value:[],properties:{color:{},position:{},width:{},height:{}}},ltc_1:{value:null},ltc_2:{value:null}},points:{diffuse:{value:new n(16777215)},opacity:{value:1},size:{value:1},scale:{value:1},map:{value:null},alphaMap:{value:null},alphaMapTransform:{value:new e},alphaTest:{value:0},uvTransform:{value:new e}},sprite:{diffuse:{value:new n(16777215)},opacity:{value:1},center:{value:new t(.5,.5)},rotation:{value:0},map:{value:null},mapTransform:{value:new e},alphaMap:{value:null},alphaMapTransform:{value:new e},alphaTest:{value:0}}},Gn={basic:{uniforms:i([Bn.common,Bn.specularmap,Bn.envmap,Bn.aomap,Bn.lightmap,Bn.fog]),vertexShader:Fn.meshbasic_vert,fragmentShader:Fn.meshbasic_frag},lambert:{uniforms:i([Bn.common,Bn.specularmap,Bn.envmap,Bn.aomap,Bn.lightmap,Bn.emissivemap,Bn.bumpmap,Bn.normalmap,Bn.displacementmap,Bn.fog,Bn.lights,{emissive:{value:new n(0)}}]),vertexShader:Fn.meshlambert_vert,fragmentShader:Fn.meshlambert_frag},phong:{uniforms:i([Bn.common,Bn.specularmap,Bn.envmap,Bn.aomap,Bn.lightmap,Bn.emissivemap,Bn.bumpmap,Bn.normalmap,Bn.displacementmap,Bn.fog,Bn.lights,{emissive:{value:new n(0)},specular:{value:new n(1118481)},shininess:{value:30}}]),vertexShader:Fn.meshphong_vert,fragmentShader:Fn.meshphong_frag},standard:{uniforms:i([Bn.common,Bn.envmap,Bn.aomap,Bn.lightmap,Bn.emissivemap,Bn.bumpmap,Bn.normalmap,Bn.displacementmap,Bn.roughnessmap,Bn.metalnessmap,Bn.fog,Bn.lights,{emissive:{value:new n(0)},roughness:{value:1},metalness:{value:0},envMapIntensity:{value:1}}]),vertexShader:Fn.meshphysical_vert,fragmentShader:Fn.meshphysical_frag},toon:{uniforms:i([Bn.common,Bn.aomap,Bn.lightmap,Bn.emissivemap,Bn.bumpmap,Bn.normalmap,Bn.displacementmap,Bn.gradientmap,Bn.fog,Bn.lights,{emissive:{value:new n(0)}}]),vertexShader:Fn.meshtoon_vert,fragmentShader:Fn.meshtoon_frag},matcap:{uniforms:i([Bn.common,Bn.bumpmap,Bn.normalmap,Bn.displacementmap,Bn.fog,{matcap:{value:null}}]),vertexShader:Fn.meshmatcap_vert,fragmentShader:Fn.meshmatcap_frag},points:{uniforms:i([Bn.points,Bn.fog]),vertexShader:Fn.points_vert,fragmentShader:Fn.points_frag},dashed:{uniforms:i([Bn.common,Bn.fog,{scale:{value:1},dashSize:{value:1},totalSize:{value:2}}]),vertexShader:Fn.linedashed_vert,fragmentShader:Fn.linedashed_frag},depth:{uniforms:i([Bn.common,Bn.displacementmap]),vertexShader:Fn.depth_vert,fragmentShader:Fn.depth_frag},normal:{uniforms:i([Bn.common,Bn.bumpmap,Bn.normalmap,Bn.displacementmap,{opacity:{value:1}}]),vertexShader:Fn.meshnormal_vert,fragmentShader:Fn.meshnormal_frag},sprite:{uniforms:i([Bn.sprite,Bn.fog]),vertexShader:Fn.sprite_vert,fragmentShader:Fn.sprite_frag},background:{uniforms:{uvTransform:{value:new e},t2D:{value:null},backgroundIntensity:{value:1}},vertexShader:Fn.background_vert,fragmentShader:Fn.background_frag},backgroundCube:{uniforms:{envMap:{value:null},flipEnvMap:{value:-1},backgroundBlurriness:{value:0},backgroundIntensity:{value:1},backgroundRotation:{value:new e}},vertexShader:Fn.backgroundCube_vert,fragmentShader:Fn.backgroundCube_frag},cube:{uniforms:{tCube:{value:null},tFlip:{value:-1},opacity:{value:1}},vertexShader:Fn.cube_vert,fragmentShader:Fn.cube_frag},equirect:{uniforms:{tEquirect:{value:null}},vertexShader:Fn.equirect_vert,fragmentShader:Fn.equirect_frag},distance:{uniforms:i([Bn.common,Bn.displacementmap,{referencePosition:{value:new r},nearDistance:{value:1},farDistance:{value:1e3}}]),vertexShader:Fn.distance_vert,fragmentShader:Fn.distance_frag},shadow:{uniforms:i([Bn.lights,Bn.fog,{color:{value:new n(0)},opacity:{value:1}}]),vertexShader:Fn.shadow_vert,fragmentShader:Fn.shadow_frag}};Gn.physical={uniforms:i([Gn.standard.uniforms,{clearcoat:{value:0},clearcoatMap:{value:null},clearcoatMapTransform:{value:new e},clearcoatNormalMap:{value:null},clearcoatNormalMapTransform:{value:new e},clearcoatNormalScale:{value:new t(1,1)},clearcoatRoughness:{value:0},clearcoatRoughnessMap:{value:null},clearcoatRoughnessMapTransform:{value:new e},dispersion:{value:0},iridescence:{value:0},iridescenceMap:{value:null},iridescenceMapTransform:{value:new e},iridescenceIOR:{value:1.3},iridescenceThicknessMinimum:{value:100},iridescenceThicknessMaximum:{value:400},iridescenceThicknessMap:{value:null},iridescenceThicknessMapTransform:{value:new e},sheen:{value:0},sheenColor:{value:new n(0)},sheenColorMap:{value:null},sheenColorMapTransform:{value:new e},sheenRoughness:{value:1},sheenRoughnessMap:{value:null},sheenRoughnessMapTransform:{value:new e},transmission:{value:0},transmissionMap:{value:null},transmissionMapTransform:{value:new e},transmissionSamplerSize:{value:new t},transmissionSamplerMap:{value:null},thickness:{value:0},thicknessMap:{value:null},thicknessMapTransform:{value:new e},attenuationDistance:{value:0},attenuationColor:{value:new n(0)},specularColor:{value:new n(1,1,1)},specularColorMap:{value:null},specularColorMapTransform:{value:new e},specularIntensity:{value:1},specularIntensityMap:{value:null},specularIntensityMapTransform:{value:new e},anisotropyVector:{value:new t},anisotropyMap:{value:null},anisotropyMapTransform:{value:new e}}]),vertexShader:Fn.meshphysical_vert,fragmentShader:Fn.meshphysical_frag};const Hn={r:0,b:0,g:0},Vn=new u,Wn=new f;function kn(e,t,i,r,u,f,v){const E=new n(0);let S,T,M=!0===f?0:1,x=null,A=0,R=null;function b(e){let n=!0===e.isScene?e.background:null;if(n&&n.isTexture){n=(e.backgroundBlurriness>0?i:t).get(n)}return n}function C(t,n){t.getRGB(Hn,g(e)),r.buffers.color.setClear(Hn.r,Hn.g,Hn.b,n,v)}return{getClearColor:function(){return E},setClearColor:function(e,t=1){E.set(e),M=t,C(E,M)},getClearAlpha:function(){return M},setClearAlpha:function(e){M=e,C(E,M)},render:function(t){let n=!1;const i=b(t);null===i?C(E,M):i&&i.isColor&&(C(i,1),n=!0);const a=e.xr.getEnvironmentBlendMode();"additive"===a?r.buffers.color.setClear(0,0,0,1,v):"alpha-blend"===a&&r.buffers.color.setClear(0,0,0,0,v),(e.autoClear||n)&&(r.buffers.depth.setTest(!0),r.buffers.depth.setMask(!0),r.buffers.color.setMask(!0),e.clear(e.autoClearColor,e.autoClearDepth,e.autoClearStencil))},addToRenderList:function(t,n){const i=b(n);i&&(i.isCubeTexture||i.mapping===a)?(void 0===T&&(T=new o(new s(1,1,1),new l({name:"BackgroundCubeMaterial",uniforms:d(Gn.backgroundCube.uniforms),vertexShader:Gn.backgroundCube.vertexShader,fragmentShader:Gn.backgroundCube.fragmentShader,side:c,depthTest:!1,depthWrite:!1,fog:!1,allowOverride:!1})),T.geometry.deleteAttribute("normal"),T.geometry.deleteAttribute("uv"),T.onBeforeRender=function(e,t,n){this.matrixWorld.copyPosition(n.matrixWorld)},Object.defineProperty(T.material,"envMap",{get:function(){return this.uniforms.envMap.value}}),u.update(T)),Vn.copy(n.backgroundRotation),Vn.x*=-1,Vn.y*=-1,Vn.z*=-1,i.isCubeTexture&&!1===i.isRenderTargetTexture&&(Vn.y*=-1,Vn.z*=-1),T.material.uniforms.envMap.value=i,T.material.uniforms.flipEnvMap.value=i.isCubeTexture&&!1===i.isRenderTargetTexture?-1:1,T.material.uniforms.backgroundBlurriness.value=n.backgroundBlurriness,T.material.uniforms.backgroundIntensity.value=n.backgroundIntensity,T.material.uniforms.backgroundRotation.value.setFromMatrix4(Wn.makeRotationFromEuler(Vn)),T.material.toneMapped=p.getTransfer(i.colorSpace)!==m,x===i&&A===i.version&&R===e.toneMapping||(T.material.needsUpdate=!0,x=i,A=i.version,R=e.toneMapping),T.layers.enableAll(),t.unshift(T,T.geometry,T.material,0,0,null)):i&&i.isTexture&&(void 0===S&&(S=new o(new h(2,2),new l({name:"BackgroundMaterial",uniforms:d(Gn.background.uniforms),vertexShader:Gn.background.vertexShader,fragmentShader:Gn.background.fragmentShader,side:_,depthTest:!1,depthWrite:!1,fog:!1,allowOverride:!1})),S.geometry.deleteAttribute("normal"),Object.defineProperty(S.material,"map",{get:function(){return this.uniforms.t2D.value}}),u.update(S)),S.material.uniforms.t2D.value=i,S.material.uniforms.backgroundIntensity.value=n.backgroundIntensity,S.material.toneMapped=p.getTransfer(i.colorSpace)!==m,!0===i.matrixAutoUpdate&&i.updateMatrix(),S.material.uniforms.uvTransform.value.copy(i.matrix),x===i&&A===i.version&&R===e.toneMapping||(S.material.needsUpdate=!0,x=i,A=i.version,R=e.toneMapping),S.layers.enableAll(),t.unshift(S,S.geometry,S.material,0,0,null))},dispose:function(){void 0!==T&&(T.geometry.dispose(),T.material.dispose(),T=void 0),void 0!==S&&(S.geometry.dispose(),S.material.dispose(),S=void 0)}}}function zn(e,t){const n=e.getParameter(e.MAX_VERTEX_ATTRIBS),i={},r=c(null);let a=r,o=!1;function s(t){return e.bindVertexArray(t)}function l(t){return e.deleteVertexArray(t)}function c(e){const t=[],i=[],r=[];for(let e=0;e=0){const n=r[t];let i=o[t];if(void 0===i&&("instanceMatrix"===t&&e.instanceMatrix&&(i=e.instanceMatrix),"instanceColor"===t&&e.instanceColor&&(i=e.instanceColor)),void 0===n)return!0;if(n.attribute!==i)return!0;if(i&&n.data!==i.data)return!0;s++}}return a.attributesNum!==s||a.index!==i}(n,h,l,_),g&&function(e,t,n,i){const r={},o=t.attributes;let s=0;const l=n.getAttributes();for(const t in l){if(l[t].location>=0){let n=o[t];void 0===n&&("instanceMatrix"===t&&e.instanceMatrix&&(n=e.instanceMatrix),"instanceColor"===t&&e.instanceColor&&(n=e.instanceColor));const i={};i.attribute=n,n&&n.data&&(i.data=n.data),r[t]=i,s++}}a.attributes=r,a.attributesNum=s,a.index=i}(n,h,l,_),null!==_&&t.update(_,e.ELEMENT_ARRAY_BUFFER),(g||o)&&(o=!1,function(n,i,r,a){d();const o=a.attributes,s=r.getAttributes(),l=i.defaultAttributeValues;for(const i in s){const r=s[i];if(r.location>=0){let s=o[i];if(void 0===s&&("instanceMatrix"===i&&n.instanceMatrix&&(s=n.instanceMatrix),"instanceColor"===i&&n.instanceColor&&(s=n.instanceColor)),void 0!==s){const i=s.normalized,o=s.itemSize,l=t.get(s);if(void 0===l)continue;const c=l.buffer,d=l.type,p=l.bytesPerElement,h=d===e.INT||d===e.UNSIGNED_INT||s.gpuType===v;if(s.isInterleavedBufferAttribute){const t=s.data,l=t.stride,_=s.offset;if(t.isInstancedInterleavedBuffer){for(let e=0;e0&&e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_FLOAT).precision>0)return"highp";t="mediump"}return"mediump"===t&&e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_FLOAT).precision>0&&e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_FLOAT).precision>0?"mediump":"lowp"}let o=void 0!==n.precision?n.precision:"highp";const s=a(o);s!==o&&(E("WebGLRenderer:",o,"not supported, using",s,"instead."),o=s);return{isWebGL2:!0,getMaxAnisotropy:function(){if(void 0!==r)return r;if(!0===t.has("EXT_texture_filter_anisotropic")){const n=t.get("EXT_texture_filter_anisotropic");r=e.getParameter(n.MAX_TEXTURE_MAX_ANISOTROPY_EXT)}else r=0;return r},getMaxPrecision:a,textureFormatReadable:function(t){return t===x||i.convert(t)===e.getParameter(e.IMPLEMENTATION_COLOR_READ_FORMAT)},textureTypeReadable:function(n){const r=n===S&&(t.has("EXT_color_buffer_half_float")||t.has("EXT_color_buffer_float"));return!(n!==T&&i.convert(n)!==e.getParameter(e.IMPLEMENTATION_COLOR_READ_TYPE)&&n!==M&&!r)},precision:o,logarithmicDepthBuffer:!0===n.logarithmicDepthBuffer,reversedDepthBuffer:!0===n.reversedDepthBuffer&&t.has("EXT_clip_control"),maxTextures:e.getParameter(e.MAX_TEXTURE_IMAGE_UNITS),maxVertexTextures:e.getParameter(e.MAX_VERTEX_TEXTURE_IMAGE_UNITS),maxTextureSize:e.getParameter(e.MAX_TEXTURE_SIZE),maxCubemapSize:e.getParameter(e.MAX_CUBE_MAP_TEXTURE_SIZE),maxAttributes:e.getParameter(e.MAX_VERTEX_ATTRIBS),maxVertexUniforms:e.getParameter(e.MAX_VERTEX_UNIFORM_VECTORS),maxVaryings:e.getParameter(e.MAX_VARYING_VECTORS),maxFragmentUniforms:e.getParameter(e.MAX_FRAGMENT_UNIFORM_VECTORS),maxSamples:e.getParameter(e.MAX_SAMPLES),samples:e.getParameter(e.SAMPLES)}}function Kn(t){const n=this;let i=null,r=0,a=!1,o=!1;const s=new A,l=new e,c={value:null,needsUpdate:!1};function d(e,t,i,r){const a=null!==e?e.length:0;let o=null;if(0!==a){if(o=c.value,!0!==r||null===o){const n=i+4*a,r=t.matrixWorldInverse;l.getNormalMatrix(r),(null===o||o.length0);n.numPlanes=r,n.numIntersection=0}();else{const e=o?0:r,t=4*e;let n=m.clippingState||null;c.value=n,n=d(u,s,t,l);for(let e=0;e!==t;++e)n[e]=i[e];m.clippingState=n,this.numIntersection=f?this.numPlanes:0,this.numPlanes+=e}}}function qn(e){let t=new WeakMap;function n(e,t){return t===R?e.mapping=L:t===b&&(e.mapping=P),e}function i(e){const n=e.target;n.removeEventListener("dispose",i);const r=t.get(n);void 0!==r&&(t.delete(n),r.dispose())}return{get:function(r){if(r&&r.isTexture){const a=r.mapping;if(a===R||a===b){if(t.has(r)){return n(t.get(r).texture,r.mapping)}{const a=r.image;if(a&&a.height>0){const o=new C(a.height);return o.fromEquirectangularTexture(e,r),t.set(r,o),r.addEventListener("dispose",i),n(o.texture,r.mapping)}return null}}}return r},dispose:function(){t=new WeakMap}}}const jn=[.125,.215,.35,.446,.526,.582],Zn=20,$n=new D,Qn=new n;let Jn=null,ei=0,ti=0,ni=!1;const ii=new r;class ri{constructor(e){this._renderer=e,this._pingPongRenderTarget=null,this._lodMax=0,this._cubeSize=0,this._sizeLods=[],this._sigmas=[],this._lodMeshes=[],this._backgroundBox=null,this._cubemapMaterial=null,this._equirectMaterial=null,this._blurMaterial=null,this._ggxMaterial=null}fromScene(e,t=0,n=.1,i=100,r={}){const{size:a=256,position:o=ii}=r;Jn=this._renderer.getRenderTarget(),ei=this._renderer.getActiveCubeFace(),ti=this._renderer.getActiveMipmapLevel(),ni=this._renderer.xr.enabled,this._renderer.xr.enabled=!1,this._setSize(a);const s=this._allocateTargets();return s.depthBuffer=!0,this._sceneToCubeUV(e,n,i,s,o),t>0&&this._blur(s,0,0,t),this._applyPMREM(s),this._cleanup(s),s}fromEquirectangular(e,t=null){return this._fromTexture(e,t)}fromCubemap(e,t=null){return this._fromTexture(e,t)}compileCubemapShader(){null===this._cubemapMaterial&&(this._cubemapMaterial=li(),this._compileMaterial(this._cubemapMaterial))}compileEquirectangularShader(){null===this._equirectMaterial&&(this._equirectMaterial=si(),this._compileMaterial(this._equirectMaterial))}dispose(){this._dispose(),null!==this._cubemapMaterial&&this._cubemapMaterial.dispose(),null!==this._equirectMaterial&&this._equirectMaterial.dispose(),null!==this._backgroundBox&&(this._backgroundBox.geometry.dispose(),this._backgroundBox.material.dispose())}_setSize(e){this._lodMax=Math.floor(Math.log2(e)),this._cubeSize=Math.pow(2,this._lodMax)}_dispose(){null!==this._blurMaterial&&this._blurMaterial.dispose(),null!==this._ggxMaterial&&this._ggxMaterial.dispose(),null!==this._pingPongRenderTarget&&this._pingPongRenderTarget.dispose();for(let e=0;ee-4?l=jn[s-e+4-1]:0===s&&(l=0),n.push(l);const c=1/(a-2),d=-c,u=1+c,f=[d,d,u,d,u,u,d,d,u,u,d,u],p=6,m=6,h=3,_=2,g=1,v=new Float32Array(h*m*p),E=new Float32Array(_*m*p),S=new Float32Array(g*m*p);for(let e=0;e2?0:-1,i=[t,n,0,t+2/3,n,0,t+2/3,n+1,0,t,n,0,t+2/3,n+1,0,t,n+1,0];v.set(i,h*m*e),E.set(f,_*m*e);const r=[e,e,e,e,e,e];S.set(r,g*m*e)}const T=new U;T.setAttribute("position",new B(v,h)),T.setAttribute("uv",new B(E,_)),T.setAttribute("faceIndex",new B(S,g)),i.push(new o(T,null)),r>4&&r--}return{lodMeshes:i,sizeLods:t,sigmas:n}}(i)),this._blurMaterial=function(e,t,n){const i=new Float32Array(Zn),a=new r(0,1,0),o=new l({name:"SphericalGaussianBlur",defines:{n:Zn,CUBEUV_TEXEL_WIDTH:1/t,CUBEUV_TEXEL_HEIGHT:1/n,CUBEUV_MAX_MIP:`${e}.0`},uniforms:{envMap:{value:null},samples:{value:1},weights:{value:i},latitudinal:{value:!1},dTheta:{value:0},mipInt:{value:0},poleAxis:{value:a}},vertexShader:ci(),fragmentShader:"\n\n\t\t\tprecision mediump float;\n\t\t\tprecision mediump int;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform sampler2D envMap;\n\t\t\tuniform int samples;\n\t\t\tuniform float weights[ n ];\n\t\t\tuniform bool latitudinal;\n\t\t\tuniform float dTheta;\n\t\t\tuniform float mipInt;\n\t\t\tuniform vec3 poleAxis;\n\n\t\t\t#define ENVMAP_TYPE_CUBE_UV\n\t\t\t#include \n\n\t\t\tvec3 getSample( float theta, vec3 axis ) {\n\n\t\t\t\tfloat cosTheta = cos( theta );\n\t\t\t\t// Rodrigues' axis-angle rotation\n\t\t\t\tvec3 sampleDirection = vOutputDirection * cosTheta\n\t\t\t\t\t+ cross( axis, vOutputDirection ) * sin( theta )\n\t\t\t\t\t+ axis * dot( axis, vOutputDirection ) * ( 1.0 - cosTheta );\n\n\t\t\t\treturn bilinearCubeUV( envMap, sampleDirection, mipInt );\n\n\t\t\t}\n\n\t\t\tvoid main() {\n\n\t\t\t\tvec3 axis = latitudinal ? poleAxis : cross( poleAxis, vOutputDirection );\n\n\t\t\t\tif ( all( equal( axis, vec3( 0.0 ) ) ) ) {\n\n\t\t\t\t\taxis = vec3( vOutputDirection.z, 0.0, - vOutputDirection.x );\n\n\t\t\t\t}\n\n\t\t\t\taxis = normalize( axis );\n\n\t\t\t\tgl_FragColor = vec4( 0.0, 0.0, 0.0, 1.0 );\n\t\t\t\tgl_FragColor.rgb += weights[ 0 ] * getSample( 0.0, axis );\n\n\t\t\t\tfor ( int i = 1; i < n; i++ ) {\n\n\t\t\t\t\tif ( i >= samples ) {\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t}\n\n\t\t\t\t\tfloat theta = dTheta * float( i );\n\t\t\t\t\tgl_FragColor.rgb += weights[ i ] * getSample( -1.0 * theta, axis );\n\t\t\t\t\tgl_FragColor.rgb += weights[ i ] * getSample( theta, axis );\n\n\t\t\t\t}\n\n\t\t\t}\n\t\t",blending:O,depthTest:!1,depthWrite:!1});return o}(i,e,t),this._ggxMaterial=function(e,t,n){const i=new l({name:"PMREMGGXConvolution",defines:{GGX_SAMPLES:256,CUBEUV_TEXEL_WIDTH:1/t,CUBEUV_TEXEL_HEIGHT:1/n,CUBEUV_MAX_MIP:`${e}.0`},uniforms:{envMap:{value:null},roughness:{value:0},mipInt:{value:0}},vertexShader:ci(),fragmentShader:'\n\n\t\t\tprecision highp float;\n\t\t\tprecision highp int;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform sampler2D envMap;\n\t\t\tuniform float roughness;\n\t\t\tuniform float mipInt;\n\n\t\t\t#define ENVMAP_TYPE_CUBE_UV\n\t\t\t#include \n\n\t\t\t#define PI 3.14159265359\n\n\t\t\t// Van der Corput radical inverse\n\t\t\tfloat radicalInverse_VdC(uint bits) {\n\t\t\t\tbits = (bits << 16u) | (bits >> 16u);\n\t\t\t\tbits = ((bits & 0x55555555u) << 1u) | ((bits & 0xAAAAAAAAu) >> 1u);\n\t\t\t\tbits = ((bits & 0x33333333u) << 2u) | ((bits & 0xCCCCCCCCu) >> 2u);\n\t\t\t\tbits = ((bits & 0x0F0F0F0Fu) << 4u) | ((bits & 0xF0F0F0F0u) >> 4u);\n\t\t\t\tbits = ((bits & 0x00FF00FFu) << 8u) | ((bits & 0xFF00FF00u) >> 8u);\n\t\t\t\treturn float(bits) * 2.3283064365386963e-10; // / 0x100000000\n\t\t\t}\n\n\t\t\t// Hammersley sequence\n\t\t\tvec2 hammersley(uint i, uint N) {\n\t\t\t\treturn vec2(float(i) / float(N), radicalInverse_VdC(i));\n\t\t\t}\n\n\t\t\t// GGX VNDF importance sampling (Eric Heitz 2018)\n\t\t\t// "Sampling the GGX Distribution of Visible Normals"\n\t\t\t// https://jcgt.org/published/0007/04/01/\n\t\t\tvec3 importanceSampleGGX_VNDF(vec2 Xi, vec3 V, float roughness) {\n\t\t\t\tfloat alpha = roughness * roughness;\n\n\t\t\t\t// Section 3.2: Transform view direction to hemisphere configuration\n\t\t\t\tvec3 Vh = normalize(vec3(alpha * V.x, alpha * V.y, V.z));\n\n\t\t\t\t// Section 4.1: Orthonormal basis\n\t\t\t\tfloat lensq = Vh.x * Vh.x + Vh.y * Vh.y;\n\t\t\t\tvec3 T1 = lensq > 0.0 ? vec3(-Vh.y, Vh.x, 0.0) / sqrt(lensq) : vec3(1.0, 0.0, 0.0);\n\t\t\t\tvec3 T2 = cross(Vh, T1);\n\n\t\t\t\t// Section 4.2: Parameterization of projected area\n\t\t\t\tfloat r = sqrt(Xi.x);\n\t\t\t\tfloat phi = 2.0 * PI * Xi.y;\n\t\t\t\tfloat t1 = r * cos(phi);\n\t\t\t\tfloat t2 = r * sin(phi);\n\t\t\t\tfloat s = 0.5 * (1.0 + Vh.z);\n\t\t\t\tt2 = (1.0 - s) * sqrt(1.0 - t1 * t1) + s * t2;\n\n\t\t\t\t// Section 4.3: Reprojection onto hemisphere\n\t\t\t\tvec3 Nh = t1 * T1 + t2 * T2 + sqrt(max(0.0, 1.0 - t1 * t1 - t2 * t2)) * Vh;\n\n\t\t\t\t// Section 3.4: Transform back to ellipsoid configuration\n\t\t\t\treturn normalize(vec3(alpha * Nh.x, alpha * Nh.y, max(0.0, Nh.z)));\n\t\t\t}\n\n\t\t\tvoid main() {\n\t\t\t\tvec3 N = normalize(vOutputDirection);\n\t\t\t\tvec3 V = N; // Assume view direction equals normal for pre-filtering\n\n\t\t\t\tvec3 prefilteredColor = vec3(0.0);\n\t\t\t\tfloat totalWeight = 0.0;\n\n\t\t\t\t// For very low roughness, just sample the environment directly\n\t\t\t\tif (roughness < 0.001) {\n\t\t\t\t\tgl_FragColor = vec4(bilinearCubeUV(envMap, N, mipInt), 1.0);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Tangent space basis for VNDF sampling\n\t\t\t\tvec3 up = abs(N.z) < 0.999 ? vec3(0.0, 0.0, 1.0) : vec3(1.0, 0.0, 0.0);\n\t\t\t\tvec3 tangent = normalize(cross(up, N));\n\t\t\t\tvec3 bitangent = cross(N, tangent);\n\n\t\t\t\tfor(uint i = 0u; i < uint(GGX_SAMPLES); i++) {\n\t\t\t\t\tvec2 Xi = hammersley(i, uint(GGX_SAMPLES));\n\n\t\t\t\t\t// For PMREM, V = N, so in tangent space V is always (0, 0, 1)\n\t\t\t\t\tvec3 H_tangent = importanceSampleGGX_VNDF(Xi, vec3(0.0, 0.0, 1.0), roughness);\n\n\t\t\t\t\t// Transform H back to world space\n\t\t\t\t\tvec3 H = normalize(tangent * H_tangent.x + bitangent * H_tangent.y + N * H_tangent.z);\n\t\t\t\t\tvec3 L = normalize(2.0 * dot(V, H) * H - V);\n\n\t\t\t\t\tfloat NdotL = max(dot(N, L), 0.0);\n\n\t\t\t\t\tif(NdotL > 0.0) {\n\t\t\t\t\t\t// Sample environment at fixed mip level\n\t\t\t\t\t\t// VNDF importance sampling handles the distribution filtering\n\t\t\t\t\t\tvec3 sampleColor = bilinearCubeUV(envMap, L, mipInt);\n\n\t\t\t\t\t\t// Weight by NdotL for the split-sum approximation\n\t\t\t\t\t\t// VNDF PDF naturally accounts for the visible microfacet distribution\n\t\t\t\t\t\tprefilteredColor += sampleColor * NdotL;\n\t\t\t\t\t\ttotalWeight += NdotL;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (totalWeight > 0.0) {\n\t\t\t\t\tprefilteredColor = prefilteredColor / totalWeight;\n\t\t\t\t}\n\n\t\t\t\tgl_FragColor = vec4(prefilteredColor, 1.0);\n\t\t\t}\n\t\t',blending:O,depthTest:!1,depthWrite:!1});return i}(i,e,t)}return i}_compileMaterial(e){const t=new o(new U,e);this._renderer.compile(t,$n)}_sceneToCubeUV(e,t,n,i,r){const a=new w(90,1,t,n),l=[1,-1,1,1,1,1],d=[1,1,1,-1,-1,-1],u=this._renderer,f=u.autoClear,p=u.toneMapping;u.getClearColor(Qn),u.toneMapping=I,u.autoClear=!1;u.state.buffers.depth.getReversed()&&(u.setRenderTarget(i),u.clearDepth(),u.setRenderTarget(null)),null===this._backgroundBox&&(this._backgroundBox=new o(new s,new N({name:"PMREM.Background",side:c,depthWrite:!1,depthTest:!1})));const m=this._backgroundBox,h=m.material;let _=!1;const g=e.background;g?g.isColor&&(h.color.copy(g),e.background=null,_=!0):(h.color.copy(Qn),_=!0);for(let t=0;t<6;t++){const n=t%3;0===n?(a.up.set(0,l[t],0),a.position.set(r.x,r.y,r.z),a.lookAt(r.x+d[t],r.y,r.z)):1===n?(a.up.set(0,0,l[t]),a.position.set(r.x,r.y,r.z),a.lookAt(r.x,r.y+d[t],r.z)):(a.up.set(0,l[t],0),a.position.set(r.x,r.y,r.z),a.lookAt(r.x,r.y,r.z+d[t]));const o=this._cubeSize;oi(i,n*o,t>2?o:0,o,o),u.setRenderTarget(i),_&&u.render(m,a),u.render(e,a)}u.toneMapping=p,u.autoClear=f,e.background=g}_textureToCubeUV(e,t){const n=this._renderer,i=e.mapping===L||e.mapping===P;i?(null===this._cubemapMaterial&&(this._cubemapMaterial=li()),this._cubemapMaterial.uniforms.flipEnvMap.value=!1===e.isRenderTargetTexture?-1:1):null===this._equirectMaterial&&(this._equirectMaterial=si());const r=i?this._cubemapMaterial:this._equirectMaterial,a=this._lodMeshes[0];a.material=r;r.uniforms.envMap.value=e;const o=this._cubeSize;oi(t,0,0,3*o,2*o),n.setRenderTarget(t),n.render(a,$n)}_applyPMREM(e){const t=this._renderer,n=t.autoClear;t.autoClear=!1;const i=this._lodMeshes.length;for(let t=1;tu-4?n-u+4:0),m=4*(this._cubeSize-f);s.envMap.value=e.texture,s.roughness.value=d,s.mipInt.value=u-t,oi(r,p,m,3*f,2*f),i.setRenderTarget(r),i.render(o,$n),s.envMap.value=r.texture,s.roughness.value=0,s.mipInt.value=u-n,oi(e,p,m,3*f,2*f),i.setRenderTarget(e),i.render(o,$n)}_blur(e,t,n,i,r){const a=this._pingPongRenderTarget;this._halfBlur(e,a,t,n,i,"latitudinal",r),this._halfBlur(a,e,n,n,i,"longitudinal",r)}_halfBlur(e,t,n,i,r,a,o){const s=this._renderer,l=this._blurMaterial;"latitudinal"!==a&&"longitudinal"!==a&&y("blur direction must be either latitudinal or longitudinal!");const c=this._lodMeshes[i];c.material=l;const d=l.uniforms,u=this._sizeLods[n]-1,f=isFinite(r)?Math.PI/(2*u):2*Math.PI/39,p=r/f,m=isFinite(r)?1+Math.floor(3*p):Zn;m>Zn&&E(`sigmaRadians, ${r}, is too large and will clip, as it requested ${m} samples when the maximum is set to 20`);const h=[];let _=0;for(let e=0;eg-4?i-g+4:0),4*(this._cubeSize-v),3*v,2*v),s.setRenderTarget(t),s.render(c,$n)}}function ai(e,t,n){const i=new F(e,t,n);return i.texture.mapping=a,i.texture.name="PMREM.cubeUv",i.scissorTest=!0,i}function oi(e,t,n,i,r){e.viewport.set(t,n,i,r),e.scissor.set(t,n,i,r)}function si(){return new l({name:"EquirectangularToCubeUV",uniforms:{envMap:{value:null}},vertexShader:ci(),fragmentShader:"\n\n\t\t\tprecision mediump float;\n\t\t\tprecision mediump int;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform sampler2D envMap;\n\n\t\t\t#include \n\n\t\t\tvoid main() {\n\n\t\t\t\tvec3 outputDirection = normalize( vOutputDirection );\n\t\t\t\tvec2 uv = equirectUv( outputDirection );\n\n\t\t\t\tgl_FragColor = vec4( texture2D ( envMap, uv ).rgb, 1.0 );\n\n\t\t\t}\n\t\t",blending:O,depthTest:!1,depthWrite:!1})}function li(){return new l({name:"CubemapToCubeUV",uniforms:{envMap:{value:null},flipEnvMap:{value:-1}},vertexShader:ci(),fragmentShader:"\n\n\t\t\tprecision mediump float;\n\t\t\tprecision mediump int;\n\n\t\t\tuniform float flipEnvMap;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform samplerCube envMap;\n\n\t\t\tvoid main() {\n\n\t\t\t\tgl_FragColor = textureCube( envMap, vec3( flipEnvMap * vOutputDirection.x, vOutputDirection.yz ) );\n\n\t\t\t}\n\t\t",blending:O,depthTest:!1,depthWrite:!1})}function ci(){return"\n\n\t\tprecision mediump float;\n\t\tprecision mediump int;\n\n\t\tattribute float faceIndex;\n\n\t\tvarying vec3 vOutputDirection;\n\n\t\t// RH coordinate system; PMREM face-indexing convention\n\t\tvec3 getDirection( vec2 uv, float face ) {\n\n\t\t\tuv = 2.0 * uv - 1.0;\n\n\t\t\tvec3 direction = vec3( uv, 1.0 );\n\n\t\t\tif ( face == 0.0 ) {\n\n\t\t\t\tdirection = direction.zyx; // ( 1, v, u ) pos x\n\n\t\t\t} else if ( face == 1.0 ) {\n\n\t\t\t\tdirection = direction.xzy;\n\t\t\t\tdirection.xz *= -1.0; // ( -u, 1, -v ) pos y\n\n\t\t\t} else if ( face == 2.0 ) {\n\n\t\t\t\tdirection.x *= -1.0; // ( -u, v, 1 ) pos z\n\n\t\t\t} else if ( face == 3.0 ) {\n\n\t\t\t\tdirection = direction.zyx;\n\t\t\t\tdirection.xz *= -1.0; // ( -1, v, -u ) neg x\n\n\t\t\t} else if ( face == 4.0 ) {\n\n\t\t\t\tdirection = direction.xzy;\n\t\t\t\tdirection.xy *= -1.0; // ( -u, -1, v ) neg y\n\n\t\t\t} else if ( face == 5.0 ) {\n\n\t\t\t\tdirection.z *= -1.0; // ( u, v, -1 ) neg z\n\n\t\t\t}\n\n\t\t\treturn direction;\n\n\t\t}\n\n\t\tvoid main() {\n\n\t\t\tvOutputDirection = getDirection( uv, faceIndex );\n\t\t\tgl_Position = vec4( position, 1.0 );\n\n\t\t}\n\t"}function di(e){let t=new WeakMap,n=null;function i(e){const n=e.target;n.removeEventListener("dispose",i);const r=t.get(n);void 0!==r&&(t.delete(n),r.dispose())}return{get:function(r){if(r&&r.isTexture){const a=r.mapping,o=a===R||a===b,s=a===L||a===P;if(o||s){let a=t.get(r);const l=void 0!==a?a.texture.pmremVersion:0;if(r.isRenderTargetTexture&&r.pmremVersion!==l)return null===n&&(n=new ri(e)),a=o?n.fromEquirectangular(r,a):n.fromCubemap(r,a),a.texture.pmremVersion=r.pmremVersion,t.set(r,a),a.texture;if(void 0!==a)return a.texture;{const l=r.image;return o&&l&&l.height>0||s&&l&&function(e){let t=0;const n=6;for(let i=0;in.maxTextureSize&&(T=Math.ceil(S/n.maxTextureSize),S=n.maxTextureSize);const x=new Float32Array(S*T*4*u),A=new Y(x,S,T,u);A.type=M,A.needsUpdate=!0;const R=4*E;for(let C=0;C0)return e;const r=t*n;let a=Mi[r];if(void 0===a&&(a=new Float32Array(r),Mi[r]=a),0!==t){i.toArray(a,0);for(let i=1,r=0;i!==t;++i)r+=n,e[i].toArray(a,r)}return a}function Li(e,t){if(e.length!==t.length)return!1;for(let n=0,i=e.length;n0&&(this.seq=i.concat(r))}setValue(e,t,n,i){const r=this.map[t];void 0!==r&&r.setValue(e,n,i)}setOptional(e,t,n){const i=t[n];void 0!==i&&this.setValue(e,n,i)}static upload(e,t,n,i){for(let r=0,a=t.length;r!==a;++r){const a=t[r],o=n[a.id];!1!==o.needsUpdate&&a.setValue(e,o.value,i)}}static seqWithValue(e,t){const n=[];for(let i=0,r=e.length;i!==r;++i){const r=e[i];r.id in t&&n.push(r)}return n}}function Mr(e,t,n){const i=e.createShader(t);return e.shaderSource(i,n),e.compileShader(i),i}let xr=0;const Ar=new e;function Rr(e,t,n){const i=e.getShaderParameter(t,e.COMPILE_STATUS),r=(e.getShaderInfoLog(t)||"").trim();if(i&&""===r)return"";const a=/ERROR: 0:(\d+)/.exec(r);if(a){const i=parseInt(a[1]);return n.toUpperCase()+"\n\n"+r+"\n\n"+function(e,t){const n=e.split("\n"),i=[],r=Math.max(t-6,0),a=Math.min(t+6,n.length);for(let e=r;e":" "} ${r}: ${n[e]}`)}return i.join("\n")}(e.getShaderSource(t),i)}return r}function br(e,t){const n=function(e){p._getMatrix(Ar,p.workingColorSpace,e);const t=`mat3( ${Ar.elements.map(e=>e.toFixed(4))} )`;switch(p.getTransfer(e)){case ae:return[t,"LinearTransferOETF"];case m:return[t,"sRGBTransferOETF"];default:return E("WebGLProgram: Unsupported color space: ",e),[t,"LinearTransferOETF"]}}(t);return[`vec4 ${e}( vec4 value ) {`,`\treturn ${n[1]}( vec4( value.rgb * ${n[0]}, value.a ) );`,"}"].join("\n")}const Cr={[fe]:"Linear",[ue]:"Reinhard",[de]:"Cineon",[ce]:"ACESFilmic",[le]:"AgX",[se]:"Neutral",[oe]:"Custom"};function Lr(e,t){const n=Cr[t];return void 0===n?(E("WebGLProgram: Unsupported toneMapping:",t),"vec3 "+e+"( vec3 color ) { return LinearToneMapping( color ); }"):"vec3 "+e+"( vec3 color ) { return "+n+"ToneMapping( color ); }"}const Pr=new r;function Ur(){p.getLuminanceCoefficients(Pr);return["float luminance( const in vec3 rgb ) {",`\tconst vec3 weights = vec3( ${Pr.x.toFixed(4)}, ${Pr.y.toFixed(4)}, ${Pr.z.toFixed(4)} );`,"\treturn dot( weights, rgb );","}"].join("\n")}function Dr(e){return""!==e}function wr(e,t){const n=t.numSpotLightShadows+t.numSpotLightMaps-t.numSpotLightShadowsWithMaps;return e.replace(/NUM_DIR_LIGHTS/g,t.numDirLights).replace(/NUM_SPOT_LIGHTS/g,t.numSpotLights).replace(/NUM_SPOT_LIGHT_MAPS/g,t.numSpotLightMaps).replace(/NUM_SPOT_LIGHT_COORDS/g,n).replace(/NUM_RECT_AREA_LIGHTS/g,t.numRectAreaLights).replace(/NUM_POINT_LIGHTS/g,t.numPointLights).replace(/NUM_HEMI_LIGHTS/g,t.numHemiLights).replace(/NUM_DIR_LIGHT_SHADOWS/g,t.numDirLightShadows).replace(/NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS/g,t.numSpotLightShadowsWithMaps).replace(/NUM_SPOT_LIGHT_SHADOWS/g,t.numSpotLightShadows).replace(/NUM_POINT_LIGHT_SHADOWS/g,t.numPointLightShadows)}function Ir(e,t){return e.replace(/NUM_CLIPPING_PLANES/g,t.numClippingPlanes).replace(/UNION_CLIPPING_PLANES/g,t.numClippingPlanes-t.numClipIntersection)}const Nr=/^[ \t]*#include +<([\w\d./]+)>/gm;function yr(e){return e.replace(Nr,Fr)}const Or=new Map;function Fr(e,t){let n=Fn[t];if(void 0===n){const e=Or.get(t);if(void 0===e)throw new Error("Can not resolve #include <"+t+">");n=Fn[e],E('WebGLRenderer: Shader chunk "%s" has been deprecated. Use "%s" instead.',t,e)}return yr(n)}const Br=/#pragma unroll_loop_start\s+for\s*\(\s*int\s+i\s*=\s*(\d+)\s*;\s*i\s*<\s*(\d+)\s*;\s*i\s*\+\+\s*\)\s*{([\s\S]+?)}\s+#pragma unroll_loop_end/g;function Gr(e){return e.replace(Br,Hr)}function Hr(e,t,n,i){let r="";for(let e=parseInt(t);e0&&(_+="\n"),g=["#define SHADER_TYPE "+n.shaderType,"#define SHADER_NAME "+n.shaderName,m].filter(Dr).join("\n"),g.length>0&&(g+="\n")):(_=[Vr(n),"#define SHADER_TYPE "+n.shaderType,"#define SHADER_NAME "+n.shaderName,m,n.extensionClipCullDistance?"#define USE_CLIP_DISTANCE":"",n.batching?"#define USE_BATCHING":"",n.batchingColor?"#define USE_BATCHING_COLOR":"",n.instancing?"#define USE_INSTANCING":"",n.instancingColor?"#define USE_INSTANCING_COLOR":"",n.instancingMorph?"#define USE_INSTANCING_MORPH":"",n.useFog&&n.fog?"#define USE_FOG":"",n.useFog&&n.fogExp2?"#define FOG_EXP2":"",n.map?"#define USE_MAP":"",n.envMap?"#define USE_ENVMAP":"",n.envMap?"#define "+d:"",n.lightMap?"#define USE_LIGHTMAP":"",n.aoMap?"#define USE_AOMAP":"",n.bumpMap?"#define USE_BUMPMAP":"",n.normalMap?"#define USE_NORMALMAP":"",n.normalMapObjectSpace?"#define USE_NORMALMAP_OBJECTSPACE":"",n.normalMapTangentSpace?"#define USE_NORMALMAP_TANGENTSPACE":"",n.displacementMap?"#define USE_DISPLACEMENTMAP":"",n.emissiveMap?"#define USE_EMISSIVEMAP":"",n.anisotropy?"#define USE_ANISOTROPY":"",n.anisotropyMap?"#define USE_ANISOTROPYMAP":"",n.clearcoatMap?"#define USE_CLEARCOATMAP":"",n.clearcoatRoughnessMap?"#define USE_CLEARCOAT_ROUGHNESSMAP":"",n.clearcoatNormalMap?"#define USE_CLEARCOAT_NORMALMAP":"",n.iridescenceMap?"#define USE_IRIDESCENCEMAP":"",n.iridescenceThicknessMap?"#define USE_IRIDESCENCE_THICKNESSMAP":"",n.specularMap?"#define USE_SPECULARMAP":"",n.specularColorMap?"#define USE_SPECULAR_COLORMAP":"",n.specularIntensityMap?"#define USE_SPECULAR_INTENSITYMAP":"",n.roughnessMap?"#define USE_ROUGHNESSMAP":"",n.metalnessMap?"#define USE_METALNESSMAP":"",n.alphaMap?"#define USE_ALPHAMAP":"",n.alphaHash?"#define USE_ALPHAHASH":"",n.transmission?"#define USE_TRANSMISSION":"",n.transmissionMap?"#define USE_TRANSMISSIONMAP":"",n.thicknessMap?"#define USE_THICKNESSMAP":"",n.sheenColorMap?"#define USE_SHEEN_COLORMAP":"",n.sheenRoughnessMap?"#define USE_SHEEN_ROUGHNESSMAP":"",n.mapUv?"#define MAP_UV "+n.mapUv:"",n.alphaMapUv?"#define ALPHAMAP_UV "+n.alphaMapUv:"",n.lightMapUv?"#define LIGHTMAP_UV "+n.lightMapUv:"",n.aoMapUv?"#define AOMAP_UV "+n.aoMapUv:"",n.emissiveMapUv?"#define EMISSIVEMAP_UV "+n.emissiveMapUv:"",n.bumpMapUv?"#define BUMPMAP_UV "+n.bumpMapUv:"",n.normalMapUv?"#define NORMALMAP_UV "+n.normalMapUv:"",n.displacementMapUv?"#define DISPLACEMENTMAP_UV "+n.displacementMapUv:"",n.metalnessMapUv?"#define METALNESSMAP_UV "+n.metalnessMapUv:"",n.roughnessMapUv?"#define ROUGHNESSMAP_UV "+n.roughnessMapUv:"",n.anisotropyMapUv?"#define ANISOTROPYMAP_UV "+n.anisotropyMapUv:"",n.clearcoatMapUv?"#define CLEARCOATMAP_UV "+n.clearcoatMapUv:"",n.clearcoatNormalMapUv?"#define CLEARCOAT_NORMALMAP_UV "+n.clearcoatNormalMapUv:"",n.clearcoatRoughnessMapUv?"#define CLEARCOAT_ROUGHNESSMAP_UV "+n.clearcoatRoughnessMapUv:"",n.iridescenceMapUv?"#define IRIDESCENCEMAP_UV "+n.iridescenceMapUv:"",n.iridescenceThicknessMapUv?"#define IRIDESCENCE_THICKNESSMAP_UV "+n.iridescenceThicknessMapUv:"",n.sheenColorMapUv?"#define SHEEN_COLORMAP_UV "+n.sheenColorMapUv:"",n.sheenRoughnessMapUv?"#define SHEEN_ROUGHNESSMAP_UV "+n.sheenRoughnessMapUv:"",n.specularMapUv?"#define SPECULARMAP_UV "+n.specularMapUv:"",n.specularColorMapUv?"#define SPECULAR_COLORMAP_UV "+n.specularColorMapUv:"",n.specularIntensityMapUv?"#define SPECULAR_INTENSITYMAP_UV "+n.specularIntensityMapUv:"",n.transmissionMapUv?"#define TRANSMISSIONMAP_UV "+n.transmissionMapUv:"",n.thicknessMapUv?"#define THICKNESSMAP_UV "+n.thicknessMapUv:"",n.vertexTangents&&!1===n.flatShading?"#define USE_TANGENT":"",n.vertexColors?"#define USE_COLOR":"",n.vertexAlphas?"#define USE_COLOR_ALPHA":"",n.vertexUv1s?"#define USE_UV1":"",n.vertexUv2s?"#define USE_UV2":"",n.vertexUv3s?"#define USE_UV3":"",n.pointsUvs?"#define USE_POINTS_UV":"",n.flatShading?"#define FLAT_SHADED":"",n.skinning?"#define USE_SKINNING":"",n.morphTargets?"#define USE_MORPHTARGETS":"",n.morphNormals&&!1===n.flatShading?"#define USE_MORPHNORMALS":"",n.morphColors?"#define USE_MORPHCOLORS":"",n.morphTargetsCount>0?"#define MORPHTARGETS_TEXTURE_STRIDE "+n.morphTextureStride:"",n.morphTargetsCount>0?"#define MORPHTARGETS_COUNT "+n.morphTargetsCount:"",n.doubleSided?"#define DOUBLE_SIDED":"",n.flipSided?"#define FLIP_SIDED":"",n.shadowMapEnabled?"#define USE_SHADOWMAP":"",n.shadowMapEnabled?"#define "+l:"",n.sizeAttenuation?"#define USE_SIZEATTENUATION":"",n.numLightProbes>0?"#define USE_LIGHT_PROBES":"",n.logarithmicDepthBuffer?"#define USE_LOGARITHMIC_DEPTH_BUFFER":"",n.reversedDepthBuffer?"#define USE_REVERSED_DEPTH_BUFFER":"","uniform mat4 modelMatrix;","uniform mat4 modelViewMatrix;","uniform mat4 projectionMatrix;","uniform mat4 viewMatrix;","uniform mat3 normalMatrix;","uniform vec3 cameraPosition;","uniform bool isOrthographic;","#ifdef USE_INSTANCING","\tattribute mat4 instanceMatrix;","#endif","#ifdef USE_INSTANCING_COLOR","\tattribute vec3 instanceColor;","#endif","#ifdef USE_INSTANCING_MORPH","\tuniform sampler2D morphTexture;","#endif","attribute vec3 position;","attribute vec3 normal;","attribute vec2 uv;","#ifdef USE_UV1","\tattribute vec2 uv1;","#endif","#ifdef USE_UV2","\tattribute vec2 uv2;","#endif","#ifdef USE_UV3","\tattribute vec2 uv3;","#endif","#ifdef USE_TANGENT","\tattribute vec4 tangent;","#endif","#if defined( USE_COLOR_ALPHA )","\tattribute vec4 color;","#elif defined( USE_COLOR )","\tattribute vec3 color;","#endif","#ifdef USE_SKINNING","\tattribute vec4 skinIndex;","\tattribute vec4 skinWeight;","#endif","\n"].filter(Dr).join("\n"),g=[Vr(n),"#define SHADER_TYPE "+n.shaderType,"#define SHADER_NAME "+n.shaderName,m,n.useFog&&n.fog?"#define USE_FOG":"",n.useFog&&n.fogExp2?"#define FOG_EXP2":"",n.alphaToCoverage?"#define ALPHA_TO_COVERAGE":"",n.map?"#define USE_MAP":"",n.matcap?"#define USE_MATCAP":"",n.envMap?"#define USE_ENVMAP":"",n.envMap?"#define "+c:"",n.envMap?"#define "+d:"",n.envMap?"#define "+u:"",f?"#define CUBEUV_TEXEL_WIDTH "+f.texelWidth:"",f?"#define CUBEUV_TEXEL_HEIGHT "+f.texelHeight:"",f?"#define CUBEUV_MAX_MIP "+f.maxMip+".0":"",n.lightMap?"#define USE_LIGHTMAP":"",n.aoMap?"#define USE_AOMAP":"",n.bumpMap?"#define USE_BUMPMAP":"",n.normalMap?"#define USE_NORMALMAP":"",n.normalMapObjectSpace?"#define USE_NORMALMAP_OBJECTSPACE":"",n.normalMapTangentSpace?"#define USE_NORMALMAP_TANGENTSPACE":"",n.emissiveMap?"#define USE_EMISSIVEMAP":"",n.anisotropy?"#define USE_ANISOTROPY":"",n.anisotropyMap?"#define USE_ANISOTROPYMAP":"",n.clearcoat?"#define USE_CLEARCOAT":"",n.clearcoatMap?"#define USE_CLEARCOATMAP":"",n.clearcoatRoughnessMap?"#define USE_CLEARCOAT_ROUGHNESSMAP":"",n.clearcoatNormalMap?"#define USE_CLEARCOAT_NORMALMAP":"",n.dispersion?"#define USE_DISPERSION":"",n.iridescence?"#define USE_IRIDESCENCE":"",n.iridescenceMap?"#define USE_IRIDESCENCEMAP":"",n.iridescenceThicknessMap?"#define USE_IRIDESCENCE_THICKNESSMAP":"",n.specularMap?"#define USE_SPECULARMAP":"",n.specularColorMap?"#define USE_SPECULAR_COLORMAP":"",n.specularIntensityMap?"#define USE_SPECULAR_INTENSITYMAP":"",n.roughnessMap?"#define USE_ROUGHNESSMAP":"",n.metalnessMap?"#define USE_METALNESSMAP":"",n.alphaMap?"#define USE_ALPHAMAP":"",n.alphaTest?"#define USE_ALPHATEST":"",n.alphaHash?"#define USE_ALPHAHASH":"",n.sheen?"#define USE_SHEEN":"",n.sheenColorMap?"#define USE_SHEEN_COLORMAP":"",n.sheenRoughnessMap?"#define USE_SHEEN_ROUGHNESSMAP":"",n.transmission?"#define USE_TRANSMISSION":"",n.transmissionMap?"#define USE_TRANSMISSIONMAP":"",n.thicknessMap?"#define USE_THICKNESSMAP":"",n.vertexTangents&&!1===n.flatShading?"#define USE_TANGENT":"",n.vertexColors||n.instancingColor||n.batchingColor?"#define USE_COLOR":"",n.vertexAlphas?"#define USE_COLOR_ALPHA":"",n.vertexUv1s?"#define USE_UV1":"",n.vertexUv2s?"#define USE_UV2":"",n.vertexUv3s?"#define USE_UV3":"",n.pointsUvs?"#define USE_POINTS_UV":"",n.gradientMap?"#define USE_GRADIENTMAP":"",n.flatShading?"#define FLAT_SHADED":"",n.doubleSided?"#define DOUBLE_SIDED":"",n.flipSided?"#define FLIP_SIDED":"",n.shadowMapEnabled?"#define USE_SHADOWMAP":"",n.shadowMapEnabled?"#define "+l:"",n.premultipliedAlpha?"#define PREMULTIPLIED_ALPHA":"",n.numLightProbes>0?"#define USE_LIGHT_PROBES":"",n.decodeVideoTexture?"#define DECODE_VIDEO_TEXTURE":"",n.decodeVideoTextureEmissive?"#define DECODE_VIDEO_TEXTURE_EMISSIVE":"",n.logarithmicDepthBuffer?"#define USE_LOGARITHMIC_DEPTH_BUFFER":"",n.reversedDepthBuffer?"#define USE_REVERSED_DEPTH_BUFFER":"","uniform mat4 viewMatrix;","uniform vec3 cameraPosition;","uniform bool isOrthographic;",n.toneMapping!==I?"#define TONE_MAPPING":"",n.toneMapping!==I?Fn.tonemapping_pars_fragment:"",n.toneMapping!==I?Lr("toneMapping",n.toneMapping):"",n.dithering?"#define DITHERING":"",n.opaque?"#define OPAQUE":"",Fn.colorspace_pars_fragment,br("linearToOutputTexel",n.outputColorSpace),Ur(),n.useDepthPacking?"#define DEPTH_PACKING "+n.depthPacking:"","\n"].filter(Dr).join("\n")),o=yr(o),o=wr(o,n),o=Ir(o,n),s=yr(s),s=wr(s,n),s=Ir(s,n),o=Gr(o),s=Gr(s),!0!==n.isRawShaderMaterial&&(v="#version 300 es\n",_=[p,"#define attribute in","#define varying out","#define texture2D texture"].join("\n")+"\n"+_,g=["#define varying in",n.glslVersion===J?"":"layout(location = 0) out highp vec4 pc_fragColor;",n.glslVersion===J?"":"#define gl_FragColor pc_fragColor","#define gl_FragDepthEXT gl_FragDepth","#define texture2D texture","#define textureCube texture","#define texture2DProj textureProj","#define texture2DLodEXT textureLod","#define texture2DProjLodEXT textureProjLod","#define textureCubeLodEXT textureLod","#define texture2DGradEXT textureGrad","#define texture2DProjGradEXT textureProjGrad","#define textureCubeGradEXT textureGrad"].join("\n")+"\n"+g);const S=v+_+o,T=v+g+s,M=Mr(r,r.VERTEX_SHADER,S),x=Mr(r,r.FRAGMENT_SHADER,T);function A(t){if(e.debug.checkShaderErrors){const n=r.getProgramInfoLog(h)||"",i=r.getShaderInfoLog(M)||"",a=r.getShaderInfoLog(x)||"",o=n.trim(),s=i.trim(),l=a.trim();let c=!0,d=!0;if(!1===r.getProgramParameter(h,r.LINK_STATUS))if(c=!1,"function"==typeof e.debug.onShaderError)e.debug.onShaderError(r,h,M,x);else{const e=Rr(r,M,"vertex"),n=Rr(r,x,"fragment");y("THREE.WebGLProgram: Shader Error "+r.getError()+" - VALIDATE_STATUS "+r.getProgramParameter(h,r.VALIDATE_STATUS)+"\n\nMaterial Name: "+t.name+"\nMaterial Type: "+t.type+"\n\nProgram Info Log: "+o+"\n"+e+"\n"+n)}else""!==o?E("WebGLProgram: Program Info Log:",o):""!==s&&""!==l||(d=!1);d&&(t.diagnostics={runnable:c,programLog:o,vertexShader:{log:s,prefix:_},fragmentShader:{log:l,prefix:g}})}r.deleteShader(M),r.deleteShader(x),R=new Tr(r,h),b=function(e,t){const n={},i=e.getProgramParameter(t,e.ACTIVE_ATTRIBUTES);for(let r=0;r0,J=o.clearcoat>0,ee=o.dispersion>0,te=o.iridescence>0,ne=o.sheen>0,ie=o.transmission>0,re=Q&&!!o.anisotropyMap,ae=J&&!!o.clearcoatMap,oe=J&&!!o.clearcoatNormalMap,se=J&&!!o.clearcoatRoughnessMap,le=te&&!!o.iridescenceMap,ce=te&&!!o.iridescenceThicknessMap,de=ne&&!!o.sheenColorMap,ue=ne&&!!o.sheenRoughnessMap,fe=!!o.specularMap,pe=!!o.specularColorMap,ve=!!o.specularIntensityMap,Ee=ie&&!!o.transmissionMap,Se=ie&&!!o.thicknessMap,Te=!!o.gradientMap,Me=!!o.alphaMap,xe=o.alphaTest>0,Ae=!!o.alphaHash,Re=!!o.extensions;let be=I;o.toneMapped&&(null!==O&&!0!==O.isXRRenderTarget||(be=e.toneMapping));const Ce={shaderID:C,shaderType:o.type,shaderName:o.name,vertexShader:U,fragmentShader:D,defines:o.defines,customVertexShaderID:w,customFragmentShaderID:N,isRawShaderMaterial:!0===o.isRawShaderMaterial,glslVersion:o.glslVersion,precision:g,batching:H,batchingColor:H&&null!==T._colorsTexture,instancing:B,instancingColor:B&&null!==T.instanceColor,instancingMorph:B&&null!==T.morphTexture,outputColorSpace:null===O?e.outputColorSpace:!0===O.isXRRenderTarget?O.texture.colorSpace:G,alphaToCoverage:!!o.alphaToCoverage,map:V,matcap:W,envMap:k,envMapMode:k&&R.mapping,envMapCubeUVHeight:b,aoMap:z,lightMap:X,bumpMap:Y,normalMap:K,displacementMap:q,emissiveMap:j,normalMapObjectSpace:K&&o.normalMapType===ge,normalMapTangentSpace:K&&o.normalMapType===_e,metalnessMap:Z,roughnessMap:$,anisotropy:Q,anisotropyMap:re,clearcoat:J,clearcoatMap:ae,clearcoatNormalMap:oe,clearcoatRoughnessMap:se,dispersion:ee,iridescence:te,iridescenceMap:le,iridescenceThicknessMap:ce,sheen:ne,sheenColorMap:de,sheenRoughnessMap:ue,specularMap:fe,specularColorMap:pe,specularIntensityMap:ve,transmission:ie,transmissionMap:Ee,thicknessMap:Se,gradientMap:Te,opaque:!1===o.transparent&&o.blending===he&&!1===o.alphaToCoverage,alphaMap:Me,alphaTest:xe,alphaHash:Ae,combine:o.combine,mapUv:V&&S(o.map.channel),aoMapUv:z&&S(o.aoMap.channel),lightMapUv:X&&S(o.lightMap.channel),bumpMapUv:Y&&S(o.bumpMap.channel),normalMapUv:K&&S(o.normalMap.channel),displacementMapUv:q&&S(o.displacementMap.channel),emissiveMapUv:j&&S(o.emissiveMap.channel),metalnessMapUv:Z&&S(o.metalnessMap.channel),roughnessMapUv:$&&S(o.roughnessMap.channel),anisotropyMapUv:re&&S(o.anisotropyMap.channel),clearcoatMapUv:ae&&S(o.clearcoatMap.channel),clearcoatNormalMapUv:oe&&S(o.clearcoatNormalMap.channel),clearcoatRoughnessMapUv:se&&S(o.clearcoatRoughnessMap.channel),iridescenceMapUv:le&&S(o.iridescenceMap.channel),iridescenceThicknessMapUv:ce&&S(o.iridescenceThicknessMap.channel),sheenColorMapUv:de&&S(o.sheenColorMap.channel),sheenRoughnessMapUv:ue&&S(o.sheenRoughnessMap.channel),specularMapUv:fe&&S(o.specularMap.channel),specularColorMapUv:pe&&S(o.specularColorMap.channel),specularIntensityMapUv:ve&&S(o.specularIntensityMap.channel),transmissionMapUv:Ee&&S(o.transmissionMap.channel),thicknessMapUv:Se&&S(o.thicknessMap.channel),alphaMapUv:Me&&S(o.alphaMap.channel),vertexTangents:!!x.attributes.tangent&&(K||Q),vertexColors:o.vertexColors,vertexAlphas:!0===o.vertexColors&&!!x.attributes.color&&4===x.attributes.color.itemSize,pointsUvs:!0===T.isPoints&&!!x.attributes.uv&&(V||Me),fog:!!M,useFog:!0===o.fog,fogExp2:!!M&&M.isFogExp2,flatShading:!0===o.flatShading&&!1===o.wireframe,sizeAttenuation:!0===o.sizeAttenuation,logarithmicDepthBuffer:_,reversedDepthBuffer:F,skinning:!0===T.isSkinnedMesh,morphTargets:void 0!==x.morphAttributes.position,morphNormals:void 0!==x.morphAttributes.normal,morphColors:void 0!==x.morphAttributes.color,morphTargetsCount:P,morphTextureStride:y,numDirLights:l.directional.length,numPointLights:l.point.length,numSpotLights:l.spot.length,numSpotLightMaps:l.spotLightMap.length,numRectAreaLights:l.rectArea.length,numHemiLights:l.hemi.length,numDirLightShadows:l.directionalShadowMap.length,numPointLightShadows:l.pointShadowMap.length,numSpotLightShadows:l.spotShadowMap.length,numSpotLightShadowsWithMaps:l.numSpotLightShadowsWithMaps,numLightProbes:l.numLightProbes,numClippingPlanes:s.numPlanes,numClipIntersection:s.numIntersection,dithering:o.dithering,shadowMapEnabled:e.shadowMap.enabled&&f.length>0,shadowMapType:e.shadowMap.type,toneMapping:be,decodeVideoTexture:V&&!0===o.map.isVideoTexture&&p.getTransfer(o.map.colorSpace)===m,decodeVideoTextureEmissive:j&&!0===o.emissiveMap.isVideoTexture&&p.getTransfer(o.emissiveMap.colorSpace)===m,premultipliedAlpha:o.premultipliedAlpha,doubleSided:o.side===me,flipSided:o.side===c,useDepthPacking:o.depthPacking>=0,depthPacking:o.depthPacking||0,index0AttributeName:o.index0AttributeName,extensionClipCullDistance:Re&&!0===o.extensions.clipCullDistance&&i.has("WEBGL_clip_cull_distance"),extensionMultiDraw:(Re&&!0===o.extensions.multiDraw||H)&&i.has("WEBGL_multi_draw"),rendererExtensionParallelShaderCompile:i.has("KHR_parallel_shader_compile"),customProgramCacheKey:o.customProgramCacheKey()};return Ce.vertexUv1s=u.has(1),Ce.vertexUv2s=u.has(2),Ce.vertexUv3s=u.has(3),u.clear(),Ce},getProgramCacheKey:function(t){const n=[];if(t.shaderID?n.push(t.shaderID):(n.push(t.customVertexShaderID),n.push(t.customFragmentShaderID)),void 0!==t.defines)for(const e in t.defines)n.push(e),n.push(t.defines[e]);return!1===t.isRawShaderMaterial&&(!function(e,t){e.push(t.precision),e.push(t.outputColorSpace),e.push(t.envMapMode),e.push(t.envMapCubeUVHeight),e.push(t.mapUv),e.push(t.alphaMapUv),e.push(t.lightMapUv),e.push(t.aoMapUv),e.push(t.bumpMapUv),e.push(t.normalMapUv),e.push(t.displacementMapUv),e.push(t.emissiveMapUv),e.push(t.metalnessMapUv),e.push(t.roughnessMapUv),e.push(t.anisotropyMapUv),e.push(t.clearcoatMapUv),e.push(t.clearcoatNormalMapUv),e.push(t.clearcoatRoughnessMapUv),e.push(t.iridescenceMapUv),e.push(t.iridescenceThicknessMapUv),e.push(t.sheenColorMapUv),e.push(t.sheenRoughnessMapUv),e.push(t.specularMapUv),e.push(t.specularColorMapUv),e.push(t.specularIntensityMapUv),e.push(t.transmissionMapUv),e.push(t.thicknessMapUv),e.push(t.combine),e.push(t.fogExp2),e.push(t.sizeAttenuation),e.push(t.morphTargetsCount),e.push(t.morphAttributeCount),e.push(t.numDirLights),e.push(t.numPointLights),e.push(t.numSpotLights),e.push(t.numSpotLightMaps),e.push(t.numHemiLights),e.push(t.numRectAreaLights),e.push(t.numDirLightShadows),e.push(t.numPointLightShadows),e.push(t.numSpotLightShadows),e.push(t.numSpotLightShadowsWithMaps),e.push(t.numLightProbes),e.push(t.shadowMapType),e.push(t.toneMapping),e.push(t.numClippingPlanes),e.push(t.numClipIntersection),e.push(t.depthPacking)}(n,t),function(e,t){l.disableAll(),t.instancing&&l.enable(0);t.instancingColor&&l.enable(1);t.instancingMorph&&l.enable(2);t.matcap&&l.enable(3);t.envMap&&l.enable(4);t.normalMapObjectSpace&&l.enable(5);t.normalMapTangentSpace&&l.enable(6);t.clearcoat&&l.enable(7);t.iridescence&&l.enable(8);t.alphaTest&&l.enable(9);t.vertexColors&&l.enable(10);t.vertexAlphas&&l.enable(11);t.vertexUv1s&&l.enable(12);t.vertexUv2s&&l.enable(13);t.vertexUv3s&&l.enable(14);t.vertexTangents&&l.enable(15);t.anisotropy&&l.enable(16);t.alphaHash&&l.enable(17);t.batching&&l.enable(18);t.dispersion&&l.enable(19);t.batchingColor&&l.enable(20);t.gradientMap&&l.enable(21);e.push(l.mask),l.disableAll(),t.fog&&l.enable(0);t.useFog&&l.enable(1);t.flatShading&&l.enable(2);t.logarithmicDepthBuffer&&l.enable(3);t.reversedDepthBuffer&&l.enable(4);t.skinning&&l.enable(5);t.morphTargets&&l.enable(6);t.morphNormals&&l.enable(7);t.morphColors&&l.enable(8);t.premultipliedAlpha&&l.enable(9);t.shadowMapEnabled&&l.enable(10);t.doubleSided&&l.enable(11);t.flipSided&&l.enable(12);t.useDepthPacking&&l.enable(13);t.dithering&&l.enable(14);t.transmission&&l.enable(15);t.sheen&&l.enable(16);t.opaque&&l.enable(17);t.pointsUvs&&l.enable(18);t.decodeVideoTexture&&l.enable(19);t.decodeVideoTextureEmissive&&l.enable(20);t.alphaToCoverage&&l.enable(21);e.push(l.mask)}(n,t),n.push(e.outputColorSpace)),n.push(t.customProgramCacheKey),n.join()},getUniforms:function(e){const t=v[e.type];let n;if(t){const e=Gn[t];n=pe.clone(e.uniforms)}else n=e.uniforms;return n},acquireProgram:function(t,n){let i=h.get(n);return void 0!==i?++i.usedTimes:(i=new Yr(e,n,t,o),f.push(i),h.set(n,i)),i},releaseProgram:function(e){if(0===--e.usedTimes){const t=f.indexOf(e);f[t]=f[f.length-1],f.pop(),h.delete(e.cacheKey),e.destroy()}},releaseShaderCache:function(e){d.remove(e)},programs:f,dispose:function(){d.dispose()}}}function $r(){let e=new WeakMap;return{has:function(t){return e.has(t)},get:function(t){let n=e.get(t);return void 0===n&&(n={},e.set(t,n)),n},remove:function(t){e.delete(t)},update:function(t,n,i){e.get(t)[n]=i},dispose:function(){e=new WeakMap}}}function Qr(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.material.id!==t.material.id?e.material.id-t.material.id:e.z!==t.z?e.z-t.z:e.id-t.id}function Jr(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?t.z-e.z:e.id-t.id}function ea(){const e=[];let t=0;const n=[],i=[],r=[];function a(n,i,r,a,o,s){let l=e[t];return void 0===l?(l={id:n.id,object:n,geometry:i,material:r,groupOrder:a,renderOrder:n.renderOrder,z:o,group:s},e[t]=l):(l.id=n.id,l.object=n,l.geometry=i,l.material=r,l.groupOrder=a,l.renderOrder=n.renderOrder,l.z=o,l.group=s),t++,l}return{opaque:n,transmissive:i,transparent:r,init:function(){t=0,n.length=0,i.length=0,r.length=0},push:function(e,t,o,s,l,c){const d=a(e,t,o,s,l,c);o.transmission>0?i.push(d):!0===o.transparent?r.push(d):n.push(d)},unshift:function(e,t,o,s,l,c){const d=a(e,t,o,s,l,c);o.transmission>0?i.unshift(d):!0===o.transparent?r.unshift(d):n.unshift(d)},finish:function(){for(let n=t,i=e.length;n1&&n.sort(e||Qr),i.length>1&&i.sort(t||Jr),r.length>1&&r.sort(t||Jr)}}}function ta(){let e=new WeakMap;return{get:function(t,n){const i=e.get(t);let r;return void 0===i?(r=new ea,e.set(t,[r])):n>=i.length?(r=new ea,i.push(r)):r=i[n],r},dispose:function(){e=new WeakMap}}}function na(){const e={};return{get:function(t){if(void 0!==e[t.id])return e[t.id];let i;switch(t.type){case"DirectionalLight":i={direction:new r,color:new n};break;case"SpotLight":i={position:new r,direction:new r,color:new n,distance:0,coneCos:0,penumbraCos:0,decay:0};break;case"PointLight":i={position:new r,color:new n,distance:0,decay:0};break;case"HemisphereLight":i={direction:new r,skyColor:new n,groundColor:new n};break;case"RectAreaLight":i={color:new n,position:new r,halfWidth:new r,halfHeight:new r}}return e[t.id]=i,i}}}let ia=0;function ra(e,t){return(t.castShadow?2:0)-(e.castShadow?2:0)+(t.map?1:0)-(e.map?1:0)}function aa(e){const n=new na,i=function(){const e={};return{get:function(n){if(void 0!==e[n.id])return e[n.id];let i;switch(n.type){case"DirectionalLight":case"SpotLight":i={shadowIntensity:1,shadowBias:0,shadowNormalBias:0,shadowRadius:1,shadowMapSize:new t};break;case"PointLight":i={shadowIntensity:1,shadowBias:0,shadowNormalBias:0,shadowRadius:1,shadowMapSize:new t,shadowCameraNear:1,shadowCameraFar:1e3}}return e[n.id]=i,i}}}(),a={version:0,hash:{directionalLength:-1,pointLength:-1,spotLength:-1,rectAreaLength:-1,hemiLength:-1,numDirectionalShadows:-1,numPointShadows:-1,numSpotShadows:-1,numSpotMaps:-1,numLightProbes:-1},ambient:[0,0,0],probe:[],directional:[],directionalShadow:[],directionalShadowMap:[],directionalShadowMatrix:[],spot:[],spotLightMap:[],spotShadow:[],spotShadowMap:[],spotLightMatrix:[],rectArea:[],rectAreaLTC1:null,rectAreaLTC2:null,point:[],pointShadow:[],pointShadowMap:[],pointShadowMatrix:[],hemi:[],numSpotLightShadowsWithMaps:0,numLightProbes:0};for(let e=0;e<9;e++)a.probe.push(new r);const o=new r,s=new f,l=new f;return{setup:function(t){let r=0,o=0,s=0;for(let e=0;e<9;e++)a.probe[e].set(0,0,0);let l=0,c=0,d=0,u=0,f=0,p=0,m=0,h=0,_=0,g=0,v=0;t.sort(ra);for(let e=0,E=t.length;e0&&(!0===e.has("OES_texture_float_linear")?(a.rectAreaLTC1=Bn.LTC_FLOAT_1,a.rectAreaLTC2=Bn.LTC_FLOAT_2):(a.rectAreaLTC1=Bn.LTC_HALF_1,a.rectAreaLTC2=Bn.LTC_HALF_2)),a.ambient[0]=r,a.ambient[1]=o,a.ambient[2]=s;const E=a.hash;E.directionalLength===l&&E.pointLength===c&&E.spotLength===d&&E.rectAreaLength===u&&E.hemiLength===f&&E.numDirectionalShadows===p&&E.numPointShadows===m&&E.numSpotShadows===h&&E.numSpotMaps===_&&E.numLightProbes===v||(a.directional.length=l,a.spot.length=d,a.rectArea.length=u,a.point.length=c,a.hemi.length=f,a.directionalShadow.length=p,a.directionalShadowMap.length=p,a.pointShadow.length=m,a.pointShadowMap.length=m,a.spotShadow.length=h,a.spotShadowMap.length=h,a.directionalShadowMatrix.length=p,a.pointShadowMatrix.length=m,a.spotLightMatrix.length=h+_-g,a.spotLightMap.length=_,a.numSpotLightShadowsWithMaps=g,a.numLightProbes=v,E.directionalLength=l,E.pointLength=c,E.spotLength=d,E.rectAreaLength=u,E.hemiLength=f,E.numDirectionalShadows=p,E.numPointShadows=m,E.numSpotShadows=h,E.numSpotMaps=_,E.numLightProbes=v,a.version=ia++)},setupView:function(e,t){let n=0,i=0,r=0,c=0,d=0;const u=t.matrixWorldInverse;for(let t=0,f=e.length;t=r.length?(a=new oa(e),r.push(a)):a=r[i],a},dispose:function(){t=new WeakMap}}}const la=[new r(1,0,0),new r(-1,0,0),new r(0,1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1)],ca=[new r(0,-1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1),new r(0,-1,0),new r(0,-1,0)],da=new f,ua=new r,fa=new r;function pa(e,n,i){let r=new Se;const a=new t,s=new t,d=new X,u=new Te,f=new Me,p={},m=i.maxTextureSize,h={[_]:c,[c]:_,[me]:me},g=new l({defines:{VSM_SAMPLES:8},uniforms:{shadow_pass:{value:null},resolution:{value:new t},radius:{value:4}},vertexShader:"void main() {\n\tgl_Position = vec4( position, 1.0 );\n}",fragmentShader:"uniform sampler2D shadow_pass;\nuniform vec2 resolution;\nuniform float radius;\nvoid main() {\n\tconst float samples = float( VSM_SAMPLES );\n\tfloat mean = 0.0;\n\tfloat squared_mean = 0.0;\n\tfloat uvStride = samples <= 1.0 ? 0.0 : 2.0 / ( samples - 1.0 );\n\tfloat uvStart = samples <= 1.0 ? 0.0 : - 1.0;\n\tfor ( float i = 0.0; i < samples; i ++ ) {\n\t\tfloat uvOffset = uvStart + i * uvStride;\n\t\t#ifdef HORIZONTAL_PASS\n\t\t\tvec2 distribution = texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( uvOffset, 0.0 ) * radius ) / resolution ).rg;\n\t\t\tmean += distribution.x;\n\t\t\tsquared_mean += distribution.y * distribution.y + distribution.x * distribution.x;\n\t\t#else\n\t\t\tfloat depth = texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( 0.0, uvOffset ) * radius ) / resolution ).r;\n\t\t\tmean += depth;\n\t\t\tsquared_mean += depth * depth;\n\t\t#endif\n\t}\n\tmean = mean / samples;\n\tsquared_mean = squared_mean / samples;\n\tfloat std_dev = sqrt( max( 0.0, squared_mean - mean * mean ) );\n\tgl_FragColor = vec4( mean, std_dev, 0.0, 1.0 );\n}"}),v=g.clone();v.defines.HORIZONTAL_PASS=1;const T=new U;T.setAttribute("position",new B(new Float32Array([-1,-1,.5,3,-1,.5,-1,3,.5]),3));const x=new o(T,g),A=this;this.enabled=!1,this.autoUpdate=!0,this.needsUpdate=!1,this.type=te;let R=this.type;function b(t,i){const r=n.update(x);g.defines.VSM_SAMPLES!==t.blurSamples&&(g.defines.VSM_SAMPLES=t.blurSamples,v.defines.VSM_SAMPLES=t.blurSamples,g.needsUpdate=!0,v.needsUpdate=!0),null===t.mapPass&&(t.mapPass=new F(a.x,a.y,{format:Ee,type:S})),g.uniforms.shadow_pass.value=t.map.depthTexture,g.uniforms.resolution.value=t.mapSize,g.uniforms.radius.value=t.radius,e.setRenderTarget(t.mapPass),e.clear(),e.renderBufferDirect(i,null,r,g,x,null),v.uniforms.shadow_pass.value=t.mapPass.texture,v.uniforms.resolution.value=t.mapSize,v.uniforms.radius.value=t.radius,e.setRenderTarget(t.map),e.clear(),e.renderBufferDirect(i,null,r,v,x,null)}function L(t,n,i,r){let a=null;const o=!0===i.isPointLight?t.customDistanceMaterial:t.customDepthMaterial;if(void 0!==o)a=o;else if(a=!0===i.isPointLight?f:u,e.localClippingEnabled&&!0===n.clipShadows&&Array.isArray(n.clippingPlanes)&&0!==n.clippingPlanes.length||n.displacementMap&&0!==n.displacementScale||n.alphaMap&&n.alphaTest>0||n.map&&n.alphaTest>0||!0===n.alphaToCoverage){const e=a.uuid,t=n.uuid;let i=p[e];void 0===i&&(i={},p[e]=i);let r=i[t];void 0===r&&(r=a.clone(),i[t]=r,n.addEventListener("dispose",D)),a=r}if(a.visible=n.visible,a.wireframe=n.wireframe,a.side=r===ee?null!==n.shadowSide?n.shadowSide:n.side:null!==n.shadowSide?n.shadowSide:h[n.side],a.alphaMap=n.alphaMap,a.alphaTest=!0===n.alphaToCoverage?.5:n.alphaTest,a.map=n.map,a.clipShadows=n.clipShadows,a.clippingPlanes=n.clippingPlanes,a.clipIntersection=n.clipIntersection,a.displacementMap=n.displacementMap,a.displacementScale=n.displacementScale,a.displacementBias=n.displacementBias,a.wireframeLinewidth=n.wireframeLinewidth,a.linewidth=n.linewidth,!0===i.isPointLight&&!0===a.isMeshDistanceMaterial){e.properties.get(a).light=i}return a}function P(t,i,a,o,s){if(!1===t.visible)return;if(t.layers.test(i.layers)&&(t.isMesh||t.isLine||t.isPoints)&&(t.castShadow||t.receiveShadow&&s===ee)&&(!t.frustumCulled||r.intersectsObject(t))){t.modelViewMatrix.multiplyMatrices(a.matrixWorldInverse,t.matrixWorld);const r=n.update(t),l=t.material;if(Array.isArray(l)){const n=r.groups;for(let c=0,d=n.length;ce.needsUpdate=!0):e.material.needsUpdate=!0)});for(let o=0,l=t.length;om||a.y>m)&&(a.x>m&&(s.x=Math.floor(m/p.x),a.x=s.x*p.x,c.mapSize.x=s.x),a.y>m&&(s.y=Math.floor(m/p.y),a.y=s.y*p.y,c.mapSize.y=s.y)),null===c.map||!0===f){if(null!==c.map&&(null!==c.map.depthTexture&&(c.map.depthTexture.dispose(),c.map.depthTexture=null),c.map.dispose()),this.type===ee){if(l.isPointLight){E("WebGLShadowMap: VSM shadow maps are not supported for PointLights. Use PCF or BasicShadowMap instead.");continue}c.map=new F(a.x,a.y,{format:Ee,type:S,minFilter:H,magFilter:H,generateMipmaps:!1}),c.map.texture.name=l.name+".shadowMap",c.map.depthTexture=new $(a.x,a.y,M),c.map.depthTexture.name=l.name+".shadowMapDepth",c.map.depthTexture.format=Ae,c.map.depthTexture.compareFunction=null,c.map.depthTexture.minFilter=Re,c.map.depthTexture.magFilter=Re}else{l.isPointLight?(c.map=new C(a.x),c.map.depthTexture=new be(a.x,Ce)):(c.map=new F(a.x,a.y),c.map.depthTexture=new $(a.x,a.y,Ce)),c.map.depthTexture.name=l.name+".shadowMap",c.map.depthTexture.format=Ae;const t=e.state.buffers.depth.getReversed();this.type===te?(c.map.depthTexture.compareFunction=t?j:Z,c.map.depthTexture.minFilter=H,c.map.depthTexture.magFilter=H):(c.map.depthTexture.compareFunction=null,c.map.depthTexture.minFilter=Re,c.map.depthTexture.magFilter=Re)}c.camera.updateProjectionMatrix()}const h=c.map.isWebGLCubeRenderTarget?6:1;for(let t=0;t=1):-1!==I.indexOf("OpenGL ES")&&(w=parseFloat(/^OpenGL ES (\d)/.exec(I)[1]),D=w>=2);let N=null,F={};const B=e.getParameter(e.SCISSOR_BOX),G=e.getParameter(e.VIEWPORT),H=(new X).fromArray(B),V=(new X).fromArray(G);function W(t,n,i,r){const a=new Uint8Array(4),o=e.createTexture();e.bindTexture(t,o),e.texParameteri(t,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(t,e.TEXTURE_MAG_FILTER,e.NEAREST);for(let o=0;on||r.height>n)&&(i=n/Math.max(r.width,r.height)),i<1){if("undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&e instanceof ImageBitmap||"undefined"!=typeof VideoFrame&&e instanceof VideoFrame){const n=Math.floor(i*r.width),a=Math.floor(i*r.height);void 0===f&&(f=g(n,a));const o=t?g(n,a):f;o.width=n,o.height=a;return o.getContext("2d").drawImage(e,0,0,n,a),E("WebGLRenderer: Texture has been resized from ("+r.width+"x"+r.height+") to ("+n+"x"+a+")."),o}return"data"in e&&E("WebGLRenderer: Image in DataTexture is too big ("+r.width+"x"+r.height+")."),e}return e}function S(e){return e.generateMipmaps}function A(t){e.generateMipmap(t)}function R(t){return t.isWebGLCubeRenderTarget?e.TEXTURE_CUBE_MAP:t.isWebGL3DRenderTarget?e.TEXTURE_3D:t.isWebGLArrayRenderTarget||t.isCompressedArrayTexture?e.TEXTURE_2D_ARRAY:e.TEXTURE_2D}function b(t,i,r,a,o=!1){if(null!==t){if(void 0!==e[t])return e[t];E("WebGLRenderer: Attempt to use non-existing WebGL internal format '"+t+"'")}let s=i;if(i===e.RED&&(r===e.FLOAT&&(s=e.R32F),r===e.HALF_FLOAT&&(s=e.R16F),r===e.UNSIGNED_BYTE&&(s=e.R8)),i===e.RED_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.R8UI),r===e.UNSIGNED_SHORT&&(s=e.R16UI),r===e.UNSIGNED_INT&&(s=e.R32UI),r===e.BYTE&&(s=e.R8I),r===e.SHORT&&(s=e.R16I),r===e.INT&&(s=e.R32I)),i===e.RG&&(r===e.FLOAT&&(s=e.RG32F),r===e.HALF_FLOAT&&(s=e.RG16F),r===e.UNSIGNED_BYTE&&(s=e.RG8)),i===e.RG_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.RG8UI),r===e.UNSIGNED_SHORT&&(s=e.RG16UI),r===e.UNSIGNED_INT&&(s=e.RG32UI),r===e.BYTE&&(s=e.RG8I),r===e.SHORT&&(s=e.RG16I),r===e.INT&&(s=e.RG32I)),i===e.RGB_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.RGB8UI),r===e.UNSIGNED_SHORT&&(s=e.RGB16UI),r===e.UNSIGNED_INT&&(s=e.RGB32UI),r===e.BYTE&&(s=e.RGB8I),r===e.SHORT&&(s=e.RGB16I),r===e.INT&&(s=e.RGB32I)),i===e.RGBA_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.RGBA8UI),r===e.UNSIGNED_SHORT&&(s=e.RGBA16UI),r===e.UNSIGNED_INT&&(s=e.RGBA32UI),r===e.BYTE&&(s=e.RGBA8I),r===e.SHORT&&(s=e.RGBA16I),r===e.INT&&(s=e.RGBA32I)),i===e.RGB&&(r===e.UNSIGNED_INT_5_9_9_9_REV&&(s=e.RGB9_E5),r===e.UNSIGNED_INT_10F_11F_11F_REV&&(s=e.R11F_G11F_B10F)),i===e.RGBA){const t=o?ae:p.getTransfer(a);r===e.FLOAT&&(s=e.RGBA32F),r===e.HALF_FLOAT&&(s=e.RGBA16F),r===e.UNSIGNED_BYTE&&(s=t===m?e.SRGB8_ALPHA8:e.RGBA8),r===e.UNSIGNED_SHORT_4_4_4_4&&(s=e.RGBA4),r===e.UNSIGNED_SHORT_5_5_5_1&&(s=e.RGB5_A1)}return s!==e.R16F&&s!==e.R32F&&s!==e.RG16F&&s!==e.RG32F&&s!==e.RGBA16F&&s!==e.RGBA32F||n.get("EXT_color_buffer_float"),s}function C(t,n){let i;return t?null===n||n===Ce||n===Rt?i=e.DEPTH24_STENCIL8:n===M?i=e.DEPTH32F_STENCIL8:n===bt&&(i=e.DEPTH24_STENCIL8,E("DepthTexture: 16 bit depth attachment is not supported with stencil. Using 24-bit attachment.")):null===n||n===Ce||n===Rt?i=e.DEPTH_COMPONENT24:n===M?i=e.DEPTH_COMPONENT32F:n===bt&&(i=e.DEPTH_COMPONENT16),i}function L(e,t){return!0===S(e)||e.isFramebufferTexture&&e.minFilter!==Re&&e.minFilter!==H?Math.log2(Math.max(t.width,t.height))+1:void 0!==e.mipmaps&&e.mipmaps.length>0?e.mipmaps.length:e.isCompressedTexture&&Array.isArray(e.image)?t.mipmaps.length:1}function P(e){const t=e.target;t.removeEventListener("dispose",P),function(e){const t=r.get(e);if(void 0===t.__webglInit)return;const n=e.source,i=h.get(n);if(i){const r=i[t.__cacheKey];r.usedTimes--,0===r.usedTimes&&D(e),0===Object.keys(i).length&&h.delete(n)}r.remove(e)}(t),t.isVideoTexture&&u.delete(t)}function U(t){const n=t.target;n.removeEventListener("dispose",U),function(t){const n=r.get(t);t.depthTexture&&(t.depthTexture.dispose(),r.remove(t.depthTexture));if(t.isWebGLCubeRenderTarget)for(let t=0;t<6;t++){if(Array.isArray(n.__webglFramebuffer[t]))for(let i=0;i0&&a.__version!==t.version){const e=t.image;if(null===e)E("WebGLRenderer: Texture marked for update but no image data found.");else{if(!1!==e.complete)return void k(a,t,n);E("WebGLRenderer: Texture marked for update but image is incomplete")}}else t.isExternalTexture&&(a.__webglTexture=t.sourceTexture?t.sourceTexture:null);i.bindTexture(e.TEXTURE_2D,a.__webglTexture,e.TEXTURE0+n)}const N={[ut]:e.REPEAT,[dt]:e.CLAMP_TO_EDGE,[ct]:e.MIRRORED_REPEAT},O={[Re]:e.NEAREST,[ht]:e.NEAREST_MIPMAP_NEAREST,[mt]:e.NEAREST_MIPMAP_LINEAR,[H]:e.LINEAR,[pt]:e.LINEAR_MIPMAP_NEAREST,[ft]:e.LINEAR_MIPMAP_LINEAR},F={[Tt]:e.NEVER,[St]:e.ALWAYS,[Et]:e.LESS,[Z]:e.LEQUAL,[vt]:e.EQUAL,[j]:e.GEQUAL,[gt]:e.GREATER,[_t]:e.NOTEQUAL};function B(t,i){if(i.type!==M||!1!==n.has("OES_texture_float_linear")||i.magFilter!==H&&i.magFilter!==pt&&i.magFilter!==mt&&i.magFilter!==ft&&i.minFilter!==H&&i.minFilter!==pt&&i.minFilter!==mt&&i.minFilter!==ft||E("WebGLRenderer: Unable to use linear filtering with floating point textures. OES_texture_float_linear not supported on this device."),e.texParameteri(t,e.TEXTURE_WRAP_S,N[i.wrapS]),e.texParameteri(t,e.TEXTURE_WRAP_T,N[i.wrapT]),t!==e.TEXTURE_3D&&t!==e.TEXTURE_2D_ARRAY||e.texParameteri(t,e.TEXTURE_WRAP_R,N[i.wrapR]),e.texParameteri(t,e.TEXTURE_MAG_FILTER,O[i.magFilter]),e.texParameteri(t,e.TEXTURE_MIN_FILTER,O[i.minFilter]),i.compareFunction&&(e.texParameteri(t,e.TEXTURE_COMPARE_MODE,e.COMPARE_REF_TO_TEXTURE),e.texParameteri(t,e.TEXTURE_COMPARE_FUNC,F[i.compareFunction])),!0===n.has("EXT_texture_filter_anisotropic")){if(i.magFilter===Re)return;if(i.minFilter!==mt&&i.minFilter!==ft)return;if(i.type===M&&!1===n.has("OES_texture_float_linear"))return;if(i.anisotropy>1||r.get(i).__currentAnisotropy){const o=n.get("EXT_texture_filter_anisotropic");e.texParameterf(t,o.TEXTURE_MAX_ANISOTROPY_EXT,Math.min(i.anisotropy,a.getMaxAnisotropy())),r.get(i).__currentAnisotropy=i.anisotropy}}}function V(t,n){let i=!1;void 0===t.__webglInit&&(t.__webglInit=!0,n.addEventListener("dispose",P));const r=n.source;let a=h.get(r);void 0===a&&(a={},h.set(r,a));const o=function(e){const t=[];return t.push(e.wrapS),t.push(e.wrapT),t.push(e.wrapR||0),t.push(e.magFilter),t.push(e.minFilter),t.push(e.anisotropy),t.push(e.internalFormat),t.push(e.format),t.push(e.type),t.push(e.generateMipmaps),t.push(e.premultiplyAlpha),t.push(e.flipY),t.push(e.unpackAlignment),t.push(e.colorSpace),t.join()}(n);if(o!==t.__cacheKey){void 0===a[o]&&(a[o]={texture:e.createTexture(),usedTimes:0},s.memory.textures++,i=!0),a[o].usedTimes++;const r=a[t.__cacheKey];void 0!==r&&(a[t.__cacheKey].usedTimes--,0===r.usedTimes&&D(n)),t.__cacheKey=o,t.__webglTexture=a[o].texture}return i}function W(e,t,n){return Math.floor(Math.floor(e/n)/t)}function k(t,n,s){let l=e.TEXTURE_2D;(n.isDataArrayTexture||n.isCompressedArrayTexture)&&(l=e.TEXTURE_2D_ARRAY),n.isData3DTexture&&(l=e.TEXTURE_3D);const c=V(t,n),d=n.source;i.bindTexture(l,t.__webglTexture,e.TEXTURE0+s);const u=r.get(d);if(d.version!==u.__version||!0===c){i.activeTexture(e.TEXTURE0+s);const t=p.getPrimaries(p.workingColorSpace),r=n.colorSpace===Mt?null:p.getPrimaries(n.colorSpace),f=n.colorSpace===Mt||t===r?e.NONE:e.BROWSER_DEFAULT_WEBGL;e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,n.flipY),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,n.premultiplyAlpha),e.pixelStorei(e.UNPACK_ALIGNMENT,n.unpackAlignment),e.pixelStorei(e.UNPACK_COLORSPACE_CONVERSION_WEBGL,f);let m=v(n.image,!1,a.maxTextureSize);m=ee(n,m);const h=o.convert(n.format,n.colorSpace),_=o.convert(n.type);let g,T=b(n.internalFormat,h,_,n.colorSpace,n.isVideoTexture);B(l,n);const M=n.mipmaps,R=!0!==n.isVideoTexture,P=void 0===u.__version||!0===c,U=d.dataReady,D=L(n,m);if(n.isDepthTexture)T=C(n.format===xt,n.type),P&&(R?i.texStorage2D(e.TEXTURE_2D,1,T,m.width,m.height):i.texImage2D(e.TEXTURE_2D,0,T,m.width,m.height,0,h,_,null));else if(n.isDataTexture)if(M.length>0){R&&P&&i.texStorage2D(e.TEXTURE_2D,D,T,M[0].width,M[0].height);for(let t=0,n=M.length;te.start-t.start);let s=0;for(let e=1;e0){const r=At(g.width,g.height,n.format,n.type);for(const a of n.layerUpdates){const n=g.data.subarray(a*r/g.data.BYTES_PER_ELEMENT,(a+1)*r/g.data.BYTES_PER_ELEMENT);i.compressedTexSubImage3D(e.TEXTURE_2D_ARRAY,t,0,0,a,g.width,g.height,1,h,n)}n.clearLayerUpdates()}else i.compressedTexSubImage3D(e.TEXTURE_2D_ARRAY,t,0,0,0,g.width,g.height,m.depth,h,g.data)}else i.compressedTexImage3D(e.TEXTURE_2D_ARRAY,t,T,g.width,g.height,m.depth,0,g.data,0,0);else E("WebGLRenderer: Attempt to load unsupported compressed texture format in .uploadTexture()");else R?U&&i.texSubImage3D(e.TEXTURE_2D_ARRAY,t,0,0,0,g.width,g.height,m.depth,h,_,g.data):i.texImage3D(e.TEXTURE_2D_ARRAY,t,T,g.width,g.height,m.depth,0,h,_,g.data)}else{R&&P&&i.texStorage2D(e.TEXTURE_2D,D,T,M[0].width,M[0].height);for(let t=0,r=M.length;t0){const t=At(m.width,m.height,n.format,n.type);for(const r of n.layerUpdates){const n=m.data.subarray(r*t/m.data.BYTES_PER_ELEMENT,(r+1)*t/m.data.BYTES_PER_ELEMENT);i.texSubImage3D(e.TEXTURE_2D_ARRAY,0,0,0,r,m.width,m.height,1,h,_,n)}n.clearLayerUpdates()}else i.texSubImage3D(e.TEXTURE_2D_ARRAY,0,0,0,0,m.width,m.height,m.depth,h,_,m.data)}else i.texImage3D(e.TEXTURE_2D_ARRAY,0,T,m.width,m.height,m.depth,0,h,_,m.data);else if(n.isData3DTexture)R?(P&&i.texStorage3D(e.TEXTURE_3D,D,T,m.width,m.height,m.depth),U&&i.texSubImage3D(e.TEXTURE_3D,0,0,0,0,m.width,m.height,m.depth,h,_,m.data)):i.texImage3D(e.TEXTURE_3D,0,T,m.width,m.height,m.depth,0,h,_,m.data);else if(n.isFramebufferTexture){if(P)if(R)i.texStorage2D(e.TEXTURE_2D,D,T,m.width,m.height);else{let t=m.width,n=m.height;for(let r=0;r>=1,n>>=1}}else if(M.length>0){if(R&&P){const t=te(M[0]);i.texStorage2D(e.TEXTURE_2D,D,T,t.width,t.height)}for(let t=0,n=M.length;t>d),r=Math.max(1,n.height>>d);c===e.TEXTURE_3D||c===e.TEXTURE_2D_ARRAY?i.texImage3D(c,d,p,t,r,n.depth,0,u,f,null):i.texImage2D(c,d,p,t,r,0,u,f,null)}i.bindFramebuffer(e.FRAMEBUFFER,t),J(n)?l.framebufferTexture2DMultisampleEXT(e.FRAMEBUFFER,s,c,h.__webglTexture,0,Q(n)):(c===e.TEXTURE_2D||c>=e.TEXTURE_CUBE_MAP_POSITIVE_X&&c<=e.TEXTURE_CUBE_MAP_NEGATIVE_Z)&&e.framebufferTexture2D(e.FRAMEBUFFER,s,c,h.__webglTexture,d),i.bindFramebuffer(e.FRAMEBUFFER,null)}function X(t,n,i){if(e.bindRenderbuffer(e.RENDERBUFFER,t),n.depthBuffer){const r=n.depthTexture,a=r&&r.isDepthTexture?r.type:null,o=C(n.stencilBuffer,a),s=n.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT;J(n)?l.renderbufferStorageMultisampleEXT(e.RENDERBUFFER,Q(n),o,n.width,n.height):i?e.renderbufferStorageMultisample(e.RENDERBUFFER,Q(n),o,n.width,n.height):e.renderbufferStorage(e.RENDERBUFFER,o,n.width,n.height),e.framebufferRenderbuffer(e.FRAMEBUFFER,s,e.RENDERBUFFER,t)}else{const t=n.textures;for(let r=0;r{delete n.__boundDepthTexture,delete n.__depthDisposeCallback,e.removeEventListener("dispose",t)};e.addEventListener("dispose",t),n.__depthDisposeCallback=t}n.__boundDepthTexture=e}if(t.depthTexture&&!n.__autoAllocateDepthBuffer)if(a)for(let e=0;e<6;e++)Y(n.__webglFramebuffer[e],t,e);else{const e=t.texture.mipmaps;e&&e.length>0?Y(n.__webglFramebuffer[0],t,0):Y(n.__webglFramebuffer,t,0)}else if(a){n.__webglDepthbuffer=[];for(let r=0;r<6;r++)if(i.bindFramebuffer(e.FRAMEBUFFER,n.__webglFramebuffer[r]),void 0===n.__webglDepthbuffer[r])n.__webglDepthbuffer[r]=e.createRenderbuffer(),X(n.__webglDepthbuffer[r],t,!1);else{const i=t.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT,a=n.__webglDepthbuffer[r];e.bindRenderbuffer(e.RENDERBUFFER,a),e.framebufferRenderbuffer(e.FRAMEBUFFER,i,e.RENDERBUFFER,a)}}else{const r=t.texture.mipmaps;if(r&&r.length>0?i.bindFramebuffer(e.FRAMEBUFFER,n.__webglFramebuffer[0]):i.bindFramebuffer(e.FRAMEBUFFER,n.__webglFramebuffer),void 0===n.__webglDepthbuffer)n.__webglDepthbuffer=e.createRenderbuffer(),X(n.__webglDepthbuffer,t,!1);else{const i=t.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT,r=n.__webglDepthbuffer;e.bindRenderbuffer(e.RENDERBUFFER,r),e.framebufferRenderbuffer(e.FRAMEBUFFER,i,e.RENDERBUFFER,r)}}i.bindFramebuffer(e.FRAMEBUFFER,null)}const q=[],$=[];function Q(e){return Math.min(a.maxSamples,e.samples)}function J(e){const t=r.get(e);return e.samples>0&&!0===n.has("WEBGL_multisampled_render_to_texture")&&!1!==t.__useRenderToTexture}function ee(e,t){const n=e.colorSpace,i=e.format,r=e.type;return!0===e.isCompressedTexture||!0===e.isVideoTexture||n!==G&&n!==Mt&&(p.getTransfer(n)===m?i===x&&r===T||E("WebGLTextures: sRGB encoded textures have to use RGBAFormat and UnsignedByteType."):y("WebGLTextures: Unsupported texture color space:",n)),t}function te(e){return"undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement?(d.width=e.naturalWidth||e.width,d.height=e.naturalHeight||e.height):"undefined"!=typeof VideoFrame&&e instanceof VideoFrame?(d.width=e.displayWidth,d.height=e.displayHeight):(d.width=e.width,d.height=e.height),d}this.allocateTextureUnit=function(){const e=w;return e>=a.maxTextures&&E("WebGLTextures: Trying to use "+e+" texture units while this GPU supports only "+a.maxTextures),w+=1,e},this.resetTextureUnits=function(){w=0},this.setTexture2D=I,this.setTexture2DArray=function(t,n){const a=r.get(t);!1===t.isRenderTargetTexture&&t.version>0&&a.__version!==t.version?k(a,t,n):(t.isExternalTexture&&(a.__webglTexture=t.sourceTexture?t.sourceTexture:null),i.bindTexture(e.TEXTURE_2D_ARRAY,a.__webglTexture,e.TEXTURE0+n))},this.setTexture3D=function(t,n){const a=r.get(t);!1===t.isRenderTargetTexture&&t.version>0&&a.__version!==t.version?k(a,t,n):i.bindTexture(e.TEXTURE_3D,a.__webglTexture,e.TEXTURE0+n)},this.setTextureCube=function(t,n){const s=r.get(t);!0!==t.isCubeDepthTexture&&t.version>0&&s.__version!==t.version?function(t,n,s){if(6!==n.image.length)return;const l=V(t,n),c=n.source;i.bindTexture(e.TEXTURE_CUBE_MAP,t.__webglTexture,e.TEXTURE0+s);const d=r.get(c);if(c.version!==d.__version||!0===l){i.activeTexture(e.TEXTURE0+s);const t=p.getPrimaries(p.workingColorSpace),r=n.colorSpace===Mt?null:p.getPrimaries(n.colorSpace),u=n.colorSpace===Mt||t===r?e.NONE:e.BROWSER_DEFAULT_WEBGL;e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,n.flipY),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,n.premultiplyAlpha),e.pixelStorei(e.UNPACK_ALIGNMENT,n.unpackAlignment),e.pixelStorei(e.UNPACK_COLORSPACE_CONVERSION_WEBGL,u);const f=n.isCompressedTexture||n.image[0].isCompressedTexture,m=n.image[0]&&n.image[0].isDataTexture,h=[];for(let e=0;e<6;e++)h[e]=f||m?m?n.image[e].image:n.image[e]:v(n.image[e],!0,a.maxCubemapSize),h[e]=ee(n,h[e]);const _=h[0],g=o.convert(n.format,n.colorSpace),T=o.convert(n.type),M=b(n.internalFormat,g,T,n.colorSpace),R=!0!==n.isVideoTexture,C=void 0===d.__version||!0===l,P=c.dataReady;let U,D=L(n,_);if(B(e.TEXTURE_CUBE_MAP,n),f){R&&C&&i.texStorage2D(e.TEXTURE_CUBE_MAP,D,M,_.width,_.height);for(let t=0;t<6;t++){U=h[t].mipmaps;for(let r=0;r0&&D++;const t=te(h[0]);i.texStorage2D(e.TEXTURE_CUBE_MAP,D,M,t.width,t.height)}for(let t=0;t<6;t++)if(m){R?P&&i.texSubImage2D(e.TEXTURE_CUBE_MAP_POSITIVE_X+t,0,0,0,h[t].width,h[t].height,g,T,h[t].data):i.texImage2D(e.TEXTURE_CUBE_MAP_POSITIVE_X+t,0,M,h[t].width,h[t].height,0,g,T,h[t].data);for(let n=0;n1;if(u||(void 0===l.__webglTexture&&(l.__webglTexture=e.createTexture()),l.__version=n.version,s.memory.textures++),d){a.__webglFramebuffer=[];for(let t=0;t<6;t++)if(n.mipmaps&&n.mipmaps.length>0){a.__webglFramebuffer[t]=[];for(let i=0;i0){a.__webglFramebuffer=[];for(let t=0;t0&&!1===J(t)){a.__webglMultisampledFramebuffer=e.createFramebuffer(),a.__webglColorRenderbuffer=[],i.bindFramebuffer(e.FRAMEBUFFER,a.__webglMultisampledFramebuffer);for(let n=0;n0)for(let r=0;r0)for(let i=0;i0)if(!1===J(t)){const n=t.textures,a=t.width,o=t.height;let s=e.COLOR_BUFFER_BIT;const l=t.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT,d=r.get(t),u=n.length>1;if(u)for(let t=0;t0?i.bindFramebuffer(e.DRAW_FRAMEBUFFER,d.__webglFramebuffer[0]):i.bindFramebuffer(e.DRAW_FRAMEBUFFER,d.__webglFramebuffer);for(let i=0;i= 1.0 ) {\n\n\t\tgl_FragDepth = texture( depthColor, vec3( coord.x - 1.0, coord.y, 1 ) ).r;\n\n\t} else {\n\n\t\tgl_FragDepth = texture( depthColor, vec3( coord.x, coord.y, 0 ) ).r;\n\n\t}\n\n}",uniforms:{depthColor:{value:this.texture},depthWidth:{value:t.z},depthHeight:{value:t.w}}});this.mesh=new o(new h(20,20),n)}return this.mesh}reset(){this.texture=null,this.mesh=null}getDepthTexture(){return this.texture}}class Ea extends An{constructor(e,n){super();const i=this;let a=null,o=1,s=null,l="local-floor",c=1,d=null,u=null,f=null,p=null,m=null,h=null;const _="undefined"!=typeof XRWebGLBinding,g=new va,v={},S=n.getContextAttributes();let M=null,A=null;const R=[],b=[],C=new t;let L=null;const P=new w;P.viewport=new X;const U=new w;U.viewport=new X;const D=[P,U],I=new Rn;let N=null,y=null;function O(e){const t=b.indexOf(e.inputSource);if(-1===t)return;const n=R[t];void 0!==n&&(n.update(e.inputSource,e.frame,d||s),n.dispatchEvent({type:e.type,data:e.inputSource}))}function B(){a.removeEventListener("select",O),a.removeEventListener("selectstart",O),a.removeEventListener("selectend",O),a.removeEventListener("squeeze",O),a.removeEventListener("squeezestart",O),a.removeEventListener("squeezeend",O),a.removeEventListener("end",B),a.removeEventListener("inputsourceschange",G);for(let e=0;e=0&&(b[i]=null,R[i].disconnect(n))}for(let t=0;t=b.length){b.push(n),i=e;break}if(null===b[e]){b[e]=n,i=e;break}}if(-1===i)break}const r=R[i];r&&r.connect(n)}}this.cameraAutoUpdate=!0,this.enabled=!1,this.isPresenting=!1,this.getController=function(e){let t=R[e];return void 0===t&&(t=new bn,R[e]=t),t.getTargetRaySpace()},this.getControllerGrip=function(e){let t=R[e];return void 0===t&&(t=new bn,R[e]=t),t.getGripSpace()},this.getHand=function(e){let t=R[e];return void 0===t&&(t=new bn,R[e]=t),t.getHandSpace()},this.setFramebufferScaleFactor=function(e){o=e,!0===i.isPresenting&&E("WebXRManager: Cannot change framebuffer scale while presenting.")},this.setReferenceSpaceType=function(e){l=e,!0===i.isPresenting&&E("WebXRManager: Cannot change reference space type while presenting.")},this.getReferenceSpace=function(){return d||s},this.setReferenceSpace=function(e){d=e},this.getBaseLayer=function(){return null!==p?p:m},this.getBinding=function(){return null===f&&_&&(f=new XRWebGLBinding(a,n)),f},this.getFrame=function(){return h},this.getSession=function(){return a},this.setSession=async function(t){if(a=t,null!==a){M=e.getRenderTarget(),a.addEventListener("select",O),a.addEventListener("selectstart",O),a.addEventListener("selectend",O),a.addEventListener("squeeze",O),a.addEventListener("squeezestart",O),a.addEventListener("squeezeend",O),a.addEventListener("end",B),a.addEventListener("inputsourceschange",G),!0!==S.xrCompatible&&await n.makeXRCompatible(),L=e.getPixelRatio(),e.getSize(C);if(_&&"createProjectionLayer"in XRWebGLBinding.prototype){let t=null,i=null,r=null;S.depth&&(r=S.stencil?n.DEPTH24_STENCIL8:n.DEPTH_COMPONENT24,t=S.stencil?xt:Ae,i=S.stencil?Rt:Ce);const s={colorFormat:n.RGBA8,depthFormat:r,scaleFactor:o};f=this.getBinding(),p=f.createProjectionLayer(s),a.updateRenderState({layers:[p]}),e.setPixelRatio(1),e.setSize(p.textureWidth,p.textureHeight,!1),A=new F(p.textureWidth,p.textureHeight,{format:x,type:T,depthTexture:new $(p.textureWidth,p.textureHeight,i,void 0,void 0,void 0,void 0,void 0,void 0,t),stencilBuffer:S.stencil,colorSpace:e.outputColorSpace,samples:S.antialias?4:0,resolveDepthBuffer:!1===p.ignoreDepthValues,resolveStencilBuffer:!1===p.ignoreDepthValues})}else{const t={antialias:S.antialias,alpha:!0,depth:S.depth,stencil:S.stencil,framebufferScaleFactor:o};m=new XRWebGLLayer(a,n,t),a.updateRenderState({baseLayer:m}),e.setPixelRatio(1),e.setSize(m.framebufferWidth,m.framebufferHeight,!1),A=new F(m.framebufferWidth,m.framebufferHeight,{format:x,type:T,colorSpace:e.outputColorSpace,stencilBuffer:S.stencil,resolveDepthBuffer:!1===m.ignoreDepthValues,resolveStencilBuffer:!1===m.ignoreDepthValues})}A.isXRRenderTarget=!0,this.setFoveation(c),d=null,s=await a.requestReferenceSpace(l),z.setContext(a),z.start(),i.isPresenting=!0,i.dispatchEvent({type:"sessionstart"})}},this.getEnvironmentBlendMode=function(){if(null!==a)return a.environmentBlendMode},this.getDepthTexture=function(){return g.getDepthTexture()};const H=new r,V=new r;function W(e,t){null===t?e.matrixWorld.copy(e.matrix):e.matrixWorld.multiplyMatrices(t.matrixWorld,e.matrix),e.matrixWorldInverse.copy(e.matrixWorld).invert()}this.updateCamera=function(e){if(null===a)return;let t=e.near,n=e.far;null!==g.texture&&(g.depthNear>0&&(t=g.depthNear),g.depthFar>0&&(n=g.depthFar)),I.near=U.near=P.near=t,I.far=U.far=P.far=n,N===I.near&&y===I.far||(a.updateRenderState({depthNear:I.near,depthFar:I.far}),N=I.near,y=I.far),I.layers.mask=6|e.layers.mask,P.layers.mask=3&I.layers.mask,U.layers.mask=5&I.layers.mask;const i=e.parent,r=I.cameras;W(I,i);for(let e=0;e0&&(e.alphaTest.value=i.alphaTest);const r=t.get(i),a=r.envMap,o=r.envMapRotation;a&&(e.envMap.value=a,Sa.copy(o),Sa.x*=-1,Sa.y*=-1,Sa.z*=-1,a.isCubeTexture&&!1===a.isRenderTargetTexture&&(Sa.y*=-1,Sa.z*=-1),e.envMapRotation.value.setFromMatrix4(Ta.makeRotationFromEuler(Sa)),e.flipEnvMap.value=a.isCubeTexture&&!1===a.isRenderTargetTexture?-1:1,e.reflectivity.value=i.reflectivity,e.ior.value=i.ior,e.refractionRatio.value=i.refractionRatio),i.lightMap&&(e.lightMap.value=i.lightMap,e.lightMapIntensity.value=i.lightMapIntensity,n(i.lightMap,e.lightMapTransform)),i.aoMap&&(e.aoMap.value=i.aoMap,e.aoMapIntensity.value=i.aoMapIntensity,n(i.aoMap,e.aoMapTransform))}return{refreshFogUniforms:function(t,n){n.color.getRGB(t.fogColor.value,g(e)),n.isFog?(t.fogNear.value=n.near,t.fogFar.value=n.far):n.isFogExp2&&(t.fogDensity.value=n.density)},refreshMaterialUniforms:function(e,r,a,o,s){r.isMeshBasicMaterial||r.isMeshLambertMaterial?i(e,r):r.isMeshToonMaterial?(i(e,r),function(e,t){t.gradientMap&&(e.gradientMap.value=t.gradientMap)}(e,r)):r.isMeshPhongMaterial?(i(e,r),function(e,t){e.specular.value.copy(t.specular),e.shininess.value=Math.max(t.shininess,1e-4)}(e,r)):r.isMeshStandardMaterial?(i(e,r),function(e,t){e.metalness.value=t.metalness,t.metalnessMap&&(e.metalnessMap.value=t.metalnessMap,n(t.metalnessMap,e.metalnessMapTransform));e.roughness.value=t.roughness,t.roughnessMap&&(e.roughnessMap.value=t.roughnessMap,n(t.roughnessMap,e.roughnessMapTransform));t.envMap&&(e.envMapIntensity.value=t.envMapIntensity)}(e,r),r.isMeshPhysicalMaterial&&function(e,t,i){e.ior.value=t.ior,t.sheen>0&&(e.sheenColor.value.copy(t.sheenColor).multiplyScalar(t.sheen),e.sheenRoughness.value=t.sheenRoughness,t.sheenColorMap&&(e.sheenColorMap.value=t.sheenColorMap,n(t.sheenColorMap,e.sheenColorMapTransform)),t.sheenRoughnessMap&&(e.sheenRoughnessMap.value=t.sheenRoughnessMap,n(t.sheenRoughnessMap,e.sheenRoughnessMapTransform)));t.clearcoat>0&&(e.clearcoat.value=t.clearcoat,e.clearcoatRoughness.value=t.clearcoatRoughness,t.clearcoatMap&&(e.clearcoatMap.value=t.clearcoatMap,n(t.clearcoatMap,e.clearcoatMapTransform)),t.clearcoatRoughnessMap&&(e.clearcoatRoughnessMap.value=t.clearcoatRoughnessMap,n(t.clearcoatRoughnessMap,e.clearcoatRoughnessMapTransform)),t.clearcoatNormalMap&&(e.clearcoatNormalMap.value=t.clearcoatNormalMap,n(t.clearcoatNormalMap,e.clearcoatNormalMapTransform),e.clearcoatNormalScale.value.copy(t.clearcoatNormalScale),t.side===c&&e.clearcoatNormalScale.value.negate()));t.dispersion>0&&(e.dispersion.value=t.dispersion);t.iridescence>0&&(e.iridescence.value=t.iridescence,e.iridescenceIOR.value=t.iridescenceIOR,e.iridescenceThicknessMinimum.value=t.iridescenceThicknessRange[0],e.iridescenceThicknessMaximum.value=t.iridescenceThicknessRange[1],t.iridescenceMap&&(e.iridescenceMap.value=t.iridescenceMap,n(t.iridescenceMap,e.iridescenceMapTransform)),t.iridescenceThicknessMap&&(e.iridescenceThicknessMap.value=t.iridescenceThicknessMap,n(t.iridescenceThicknessMap,e.iridescenceThicknessMapTransform)));t.transmission>0&&(e.transmission.value=t.transmission,e.transmissionSamplerMap.value=i.texture,e.transmissionSamplerSize.value.set(i.width,i.height),t.transmissionMap&&(e.transmissionMap.value=t.transmissionMap,n(t.transmissionMap,e.transmissionMapTransform)),e.thickness.value=t.thickness,t.thicknessMap&&(e.thicknessMap.value=t.thicknessMap,n(t.thicknessMap,e.thicknessMapTransform)),e.attenuationDistance.value=t.attenuationDistance,e.attenuationColor.value.copy(t.attenuationColor));t.anisotropy>0&&(e.anisotropyVector.value.set(t.anisotropy*Math.cos(t.anisotropyRotation),t.anisotropy*Math.sin(t.anisotropyRotation)),t.anisotropyMap&&(e.anisotropyMap.value=t.anisotropyMap,n(t.anisotropyMap,e.anisotropyMapTransform)));e.specularIntensity.value=t.specularIntensity,e.specularColor.value.copy(t.specularColor),t.specularColorMap&&(e.specularColorMap.value=t.specularColorMap,n(t.specularColorMap,e.specularColorMapTransform));t.specularIntensityMap&&(e.specularIntensityMap.value=t.specularIntensityMap,n(t.specularIntensityMap,e.specularIntensityMapTransform))}(e,r,s)):r.isMeshMatcapMaterial?(i(e,r),function(e,t){t.matcap&&(e.matcap.value=t.matcap)}(e,r)):r.isMeshDepthMaterial?i(e,r):r.isMeshDistanceMaterial?(i(e,r),function(e,n){const i=t.get(n).light;e.referencePosition.value.setFromMatrixPosition(i.matrixWorld),e.nearDistance.value=i.shadow.camera.near,e.farDistance.value=i.shadow.camera.far}(e,r)):r.isMeshNormalMaterial?i(e,r):r.isLineBasicMaterial?(function(e,t){e.diffuse.value.copy(t.color),e.opacity.value=t.opacity,t.map&&(e.map.value=t.map,n(t.map,e.mapTransform))}(e,r),r.isLineDashedMaterial&&function(e,t){e.dashSize.value=t.dashSize,e.totalSize.value=t.dashSize+t.gapSize,e.scale.value=t.scale}(e,r)):r.isPointsMaterial?function(e,t,i,r){e.diffuse.value.copy(t.color),e.opacity.value=t.opacity,e.size.value=t.size*i,e.scale.value=.5*r,t.map&&(e.map.value=t.map,n(t.map,e.uvTransform));t.alphaMap&&(e.alphaMap.value=t.alphaMap,n(t.alphaMap,e.alphaMapTransform));t.alphaTest>0&&(e.alphaTest.value=t.alphaTest)}(e,r,a,o):r.isSpriteMaterial?function(e,t){e.diffuse.value.copy(t.color),e.opacity.value=t.opacity,e.rotation.value=t.rotation,t.map&&(e.map.value=t.map,n(t.map,e.mapTransform));t.alphaMap&&(e.alphaMap.value=t.alphaMap,n(t.alphaMap,e.alphaMapTransform));t.alphaTest>0&&(e.alphaTest.value=t.alphaTest)}(e,r):r.isShadowMaterial?(e.color.value.copy(r.color),e.opacity.value=r.opacity):r.isShaderMaterial&&(r.uniformsNeedUpdate=!1)}}}function xa(e,t,n,i){let r={},a={},o=[];const s=e.getParameter(e.MAX_UNIFORM_BUFFER_BINDINGS);function l(e,t,n,i){const r=e.value,a=t+"_"+n;if(void 0===i[a])return i[a]="number"==typeof r||"boolean"==typeof r?r:r.clone(),!0;{const e=i[a];if("number"==typeof r||"boolean"==typeof r){if(e!==r)return i[a]=r,!0}else if(!1===e.equals(r))return e.copy(r),!0}return!1}function c(e){const t={boundary:0,storage:0};return"number"==typeof e||"boolean"==typeof e?(t.boundary=4,t.storage=4):e.isVector2?(t.boundary=8,t.storage=8):e.isVector3||e.isColor?(t.boundary=16,t.storage=12):e.isVector4?(t.boundary=16,t.storage=16):e.isMatrix3?(t.boundary=48,t.storage=48):e.isMatrix4?(t.boundary=64,t.storage=64):e.isTexture?E("WebGLRenderer: Texture samplers can not be part of an uniforms group."):E("WebGLRenderer: Unsupported uniform value type.",e),t}function d(t){const n=t.target;n.removeEventListener("dispose",d);const i=o.indexOf(n.__bindingPointIndex);o.splice(i,1),e.deleteBuffer(r[n.id]),delete r[n.id],delete a[n.id]}return{bind:function(e,t){const n=t.program;i.uniformBlockBinding(e,n)},update:function(n,u){let f=r[n.id];void 0===f&&(!function(e){const t=e.uniforms;let n=0;const i=16;for(let e=0,r=t.length;e0&&(n+=i-r);e.__size=n,e.__cache={}}(n),f=function(t){const n=function(){for(let e=0;e0),u=!!n.morphAttributes.position,f=!!n.morphAttributes.normal,p=!!n.morphAttributes.color;let m=I;i.toneMapped&&(null!==O&&!0!==O.isXRRenderTarget||(m=U.toneMapping));const h=n.morphAttributes.position||n.morphAttributes.normal||n.morphAttributes.color,_=void 0!==h?h.length:0,g=ge.get(i),v=C.state.lights;if(!0===re&&(!0===ae||e!==W)){const t=e===W&&i.id===B;De.setState(i,e,t)}let E=!1;i.version===g.__version?g.needsLights&&g.lightsStateVersion!==v.state.version||g.outputColorSpace!==s||r.isBatchedMesh&&!1===g.batching?E=!0:r.isBatchedMesh||!0!==g.batching?r.isBatchedMesh&&!0===g.batchingColor&&null===r.colorTexture||r.isBatchedMesh&&!1===g.batchingColor&&null!==r.colorTexture||r.isInstancedMesh&&!1===g.instancing?E=!0:r.isInstancedMesh||!0!==g.instancing?r.isSkinnedMesh&&!1===g.skinning?E=!0:r.isSkinnedMesh||!0!==g.skinning?r.isInstancedMesh&&!0===g.instancingColor&&null===r.instanceColor||r.isInstancedMesh&&!1===g.instancingColor&&null!==r.instanceColor||r.isInstancedMesh&&!0===g.instancingMorph&&null===r.morphTexture||r.isInstancedMesh&&!1===g.instancingMorph&&null!==r.morphTexture||g.envMap!==l||!0===i.fog&&g.fog!==a?E=!0:void 0===g.numClippingPlanes||g.numClippingPlanes===De.numPlanes&&g.numIntersection===De.numIntersection?(g.vertexAlphas!==c||g.vertexTangents!==d||g.morphTargets!==u||g.morphNormals!==f||g.morphColors!==p||g.toneMapping!==m||g.morphTargetsCount!==_)&&(E=!0):E=!0:E=!0:E=!0:E=!0:(E=!0,g.__version=i.version);let T=g.currentProgram;!0===E&&(T=rt(i,t,r));let M=!1,x=!1,A=!1;const R=T.getUniforms(),b=g.uniforms;he.useProgram(T.program)&&(M=!0,x=!0,A=!0);i.id!==B&&(B=i.id,x=!0);if(M||W!==e){he.buffers.depth.getReversed()&&!0!==e.reversedDepth&&(e._reversedDepth=!0,e.updateProjectionMatrix()),R.setValue(He,"projectionMatrix",e.projectionMatrix),R.setValue(He,"viewMatrix",e.matrixWorldInverse);const t=R.map.cameraPosition;void 0!==t&&t.setValue(He,se.setFromMatrixPosition(e.matrixWorld)),pe.logarithmicDepthBuffer&&R.setValue(He,"logDepthBufFC",2/(Math.log(e.far+1)/Math.LN2)),(i.isMeshPhongMaterial||i.isMeshToonMaterial||i.isMeshLambertMaterial||i.isMeshBasicMaterial||i.isMeshStandardMaterial||i.isShaderMaterial)&&R.setValue(He,"isOrthographic",!0===e.isOrthographicCamera),W!==e&&(W=e,x=!0,A=!0)}g.needsLights&&(v.state.directionalShadowMap.length>0&&R.setValue(He,"directionalShadowMap",v.state.directionalShadowMap,ve),v.state.spotShadowMap.length>0&&R.setValue(He,"spotShadowMap",v.state.spotShadowMap,ve),v.state.pointShadowMap.length>0&&R.setValue(He,"pointShadowMap",v.state.pointShadowMap,ve));if(r.isSkinnedMesh){R.setOptional(He,r,"bindMatrix"),R.setOptional(He,r,"bindMatrixInverse");const e=r.skeleton;e&&(null===e.boneTexture&&e.computeBoneTexture(),R.setValue(He,"boneTexture",e.boneTexture,ve))}r.isBatchedMesh&&(R.setOptional(He,r,"batchingTexture"),R.setValue(He,"batchingTexture",r._matricesTexture,ve),R.setOptional(He,r,"batchingIdTexture"),R.setValue(He,"batchingIdTexture",r._indirectTexture,ve),R.setOptional(He,r,"batchingColorTexture"),null!==r._colorsTexture&&R.setValue(He,"batchingColorTexture",r._colorsTexture,ve));const L=n.morphAttributes;void 0===L.position&&void 0===L.normal&&void 0===L.color||Ne.update(r,n,T);(x||g.receiveShadow!==r.receiveShadow)&&(g.receiveShadow=r.receiveShadow,R.setValue(He,"receiveShadow",r.receiveShadow));i.isMeshGouraudMaterial&&null!==i.envMap&&(b.envMap.value=l,b.flipEnvMap.value=l.isCubeTexture&&!1===l.isRenderTargetTexture?-1:1);i.isMeshStandardMaterial&&null===i.envMap&&null!==t.environment&&(b.envMapIntensity.value=t.environmentIntensity);void 0!==b.dfgLUT&&(b.dfgLUT.value=(null===Ra&&(Ra=new Ln(Aa,16,16,Ee,S),Ra.name="DFG_LUT",Ra.minFilter=H,Ra.magFilter=H,Ra.wrapS=dt,Ra.wrapT=dt,Ra.generateMipmaps=!1,Ra.needsUpdate=!0),Ra));x&&(R.setValue(He,"toneMappingExposure",U.toneMappingExposure),g.needsLights&&(D=A,(P=b).ambientLightColor.needsUpdate=D,P.lightProbe.needsUpdate=D,P.directionalLights.needsUpdate=D,P.directionalLightShadows.needsUpdate=D,P.pointLights.needsUpdate=D,P.pointLightShadows.needsUpdate=D,P.spotLights.needsUpdate=D,P.spotLightShadows.needsUpdate=D,P.rectAreaLights.needsUpdate=D,P.hemisphereLights.needsUpdate=D),a&&!0===i.fog&&Le.refreshFogUniforms(b,a),Le.refreshMaterialUniforms(b,i,$,Z,C.state.transmissionRenderTarget[e.id]),Tr.upload(He,at(g),b,ve));var P,D;i.isShaderMaterial&&!0===i.uniformsNeedUpdate&&(Tr.upload(He,at(g),b,ve),i.uniformsNeedUpdate=!1);i.isSpriteMaterial&&R.setValue(He,"center",r.center);if(R.setValue(He,"modelViewMatrix",r.modelViewMatrix),R.setValue(He,"normalMatrix",r.normalMatrix),R.setValue(He,"modelMatrix",r.matrixWorld),i.isShaderMaterial||i.isRawShaderMaterial){const e=i.uniformsGroups;for(let t=0,n=e.length;t{function n(){i.forEach(function(e){ge.get(e).currentProgram.isReady()&&i.delete(e)}),0!==i.size?setTimeout(n,10):t(e)}null!==fe.get("KHR_parallel_shader_compile")?n():setTimeout(n,10)})};let je=null;function Ze(){Qe.stop()}function $e(){Qe.start()}const Qe=new yn;function Je(e,t,n,i){if(!1===e.visible)return;if(e.layers.test(t.layers))if(e.isGroup)n=e.renderOrder;else if(e.isLOD)!0===e.autoUpdate&&e.update(t);else if(e.isLight)C.pushLight(e),e.castShadow&&C.pushShadow(e);else if(e.isSprite){if(!e.frustumCulled||ie.intersectsSprite(e)){i&&le.setFromMatrixPosition(e.matrixWorld).applyMatrix4(oe);const t=Re.update(e),r=e.material;r.visible&&b.push(e,t,r,n,le.z,null)}}else if((e.isMesh||e.isLine||e.isPoints)&&(!e.frustumCulled||ie.intersectsObject(e))){const t=Re.update(e),r=e.material;if(i&&(void 0!==e.boundingSphere?(null===e.boundingSphere&&e.computeBoundingSphere(),le.copy(e.boundingSphere.center)):(null===t.boundingSphere&&t.computeBoundingSphere(),le.copy(t.boundingSphere.center)),le.applyMatrix4(e.matrixWorld).applyMatrix4(oe)),Array.isArray(r)){const i=t.groups;for(let a=0,o=i.length;a0&&nt(r,t,n),a.length>0&&nt(a,t,n),o.length>0&&nt(o,t,n),he.buffers.depth.setTest(!0),he.buffers.depth.setMask(!0),he.buffers.color.setMask(!0),he.setPolygonOffset(!1)}function tt(e,t,n,i){if(null!==(!0===n.isScene?n.overrideMaterial:null))return;void 0===C.state.transmissionRenderTarget[i.id]&&(C.state.transmissionRenderTarget[i.id]=new F(1,1,{generateMipmaps:!0,type:fe.has("EXT_color_buffer_half_float")||fe.has("EXT_color_buffer_float")?S:T,minFilter:ft,samples:pe.samples,stencilBuffer:o,resolveDepthBuffer:!1,resolveStencilBuffer:!1,colorSpace:p.workingColorSpace}));const r=C.state.transmissionRenderTarget[i.id],a=i.viewport||k;r.setSize(a.z*U.transmissionResolutionScale,a.w*U.transmissionResolutionScale);const s=U.getRenderTarget(),l=U.getActiveCubeFace(),d=U.getActiveMipmapLevel();U.setRenderTarget(r),U.getClearColor(K),q=U.getClearAlpha(),q<1&&U.setClearColor(16777215,.5),U.clear(),de&&Ie.render(n);const u=U.toneMapping;U.toneMapping=I;const f=i.viewport;if(void 0!==i.viewport&&(i.viewport=void 0),C.setupLightsView(i),!0===re&&De.setGlobalState(U.clippingPlanes,i),nt(e,n,i),ve.updateMultisampleRenderTarget(r),ve.updateRenderTargetMipmap(r),!1===fe.has("WEBGL_multisampled_render_to_texture")){let e=!1;for(let r=0,a=t.length;r0)for(let t=0,a=n.length;t0&&tt(i,r,e,t),de&&Ie.render(e),et(b,e,t);null!==O&&0===N&&(ve.updateMultisampleRenderTarget(O),ve.updateRenderTargetMipmap(O)),!0===e.isScene&&e.onAfterRender(U,e,t),Be.resetDefaultState(),B=-1,W=null,P.pop(),P.length>0?(C=P[P.length-1],!0===re&&De.setGlobalState(U.clippingPlanes,C.state.camera)):C=null,L.pop(),b=L.length>0?L[L.length-1]:null},this.getActiveCubeFace=function(){return w},this.getActiveMipmapLevel=function(){return N},this.getRenderTarget=function(){return O},this.setRenderTargetTextures=function(e,t,n){const i=ge.get(e);i.__autoAllocateDepthBuffer=!1===e.resolveDepthBuffer,!1===i.__autoAllocateDepthBuffer&&(i.__useRenderToTexture=!1),ge.get(e.texture).__webglTexture=t,ge.get(e.depthTexture).__webglTexture=i.__autoAllocateDepthBuffer?void 0:n,i.__hasExternalTextures=!0},this.setRenderTargetFramebuffer=function(e,t){const n=ge.get(e);n.__webglFramebuffer=t,n.__useDefaultFramebuffer=void 0===t};const st=He.createFramebuffer();this.setRenderTarget=function(e,t=0,n=0){O=e,w=t,N=n;let i=!0,r=null,a=!1,o=!1;if(e){const s=ge.get(e);if(void 0!==s.__useDefaultFramebuffer)he.bindFramebuffer(He.FRAMEBUFFER,null),i=!1;else if(void 0===s.__webglFramebuffer)ve.setupRenderTarget(e);else if(s.__hasExternalTextures)ve.rebindTextures(e,ge.get(e.texture).__webglTexture,ge.get(e.depthTexture).__webglTexture);else if(e.depthBuffer){const t=e.depthTexture;if(s.__boundDepthTexture!==t){if(null!==t&&ge.has(t)&&(e.width!==t.image.width||e.height!==t.image.height))throw new Error("WebGLRenderTarget: Attached DepthTexture is initialized to the incorrect size.");ve.setupDepthRenderbuffer(e)}}const l=e.texture;(l.isData3DTexture||l.isDataArrayTexture||l.isCompressedArrayTexture)&&(o=!0);const c=ge.get(e).__webglFramebuffer;e.isWebGLCubeRenderTarget?(r=Array.isArray(c[t])?c[t][n]:c[t],a=!0):r=e.samples>0&&!1===ve.useMultisampledRTT(e)?ge.get(e).__webglMultisampledFramebuffer:Array.isArray(c)?c[n]:c,k.copy(e.viewport),z.copy(e.scissor),Y=e.scissorTest}else k.copy(ee).multiplyScalar($).floor(),z.copy(te).multiplyScalar($).floor(),Y=ne;0!==n&&(r=st);if(he.bindFramebuffer(He.FRAMEBUFFER,r)&&i&&he.drawBuffers(e,r),he.viewport(k),he.scissor(z),he.setScissorTest(Y),a){const i=ge.get(e.texture);He.framebufferTexture2D(He.FRAMEBUFFER,He.COLOR_ATTACHMENT0,He.TEXTURE_CUBE_MAP_POSITIVE_X+t,i.__webglTexture,n)}else if(o){const i=t;for(let t=0;t=0&&t<=e.width-i&&n>=0&&n<=e.height-r&&(e.textures.length>1&&He.readBuffer(He.COLOR_ATTACHMENT0+s),He.readPixels(t,n,i,r,Fe.convert(l),Fe.convert(c),a))}finally{const e=null!==O?ge.get(O).__webglFramebuffer:null;he.bindFramebuffer(He.FRAMEBUFFER,e)}}},this.readRenderTargetPixelsAsync=async function(e,t,n,i,r,a,o,s=0){if(!e||!e.isWebGLRenderTarget)throw new Error("THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not THREE.WebGLRenderTarget.");let l=ge.get(e).__webglFramebuffer;if(e.isWebGLCubeRenderTarget&&void 0!==o&&(l=l[o]),l){if(t>=0&&t<=e.width-i&&n>=0&&n<=e.height-r){he.bindFramebuffer(He.FRAMEBUFFER,l);const o=e.textures[s],c=o.format,d=o.type;if(!pe.textureFormatReadable(c))throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: renderTarget is not in RGBA or implementation defined format.");if(!pe.textureTypeReadable(d))throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: renderTarget is not in UnsignedByteType or implementation defined type.");const u=He.createBuffer();He.bindBuffer(He.PIXEL_PACK_BUFFER,u),He.bufferData(He.PIXEL_PACK_BUFFER,a.byteLength,He.STREAM_READ),e.textures.length>1&&He.readBuffer(He.COLOR_ATTACHMENT0+s),He.readPixels(t,n,i,r,Fe.convert(c),Fe.convert(d),0);const f=null!==O?ge.get(O).__webglFramebuffer:null;he.bindFramebuffer(He.FRAMEBUFFER,f);const p=He.fenceSync(He.SYNC_GPU_COMMANDS_COMPLETE,0);return He.flush(),await Nn(He,p,4),He.bindBuffer(He.PIXEL_PACK_BUFFER,u),He.getBufferSubData(He.PIXEL_PACK_BUFFER,0,a),He.deleteBuffer(u),He.deleteSync(p),a}throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: requested read bounds are out of range.")}},this.copyFramebufferToTexture=function(e,t=null,n=0){const i=Math.pow(2,-n),r=Math.floor(e.image.width*i),a=Math.floor(e.image.height*i),o=null!==t?t.x:0,s=null!==t?t.y:0;ve.setTexture2D(e,0),He.copyTexSubImage2D(He.TEXTURE_2D,n,0,0,o,s,r,a),he.unbindTexture()};const lt=He.createFramebuffer(),ct=He.createFramebuffer();this.copyTextureToTexture=function(e,t,n=null,i=null,r=0,a=null){let o,s,l,c,d,u,f,p,m;null===a&&(0!==r?(V("WebGLRenderer: copyTextureToTexture function signature has changed to support src and dst mipmap levels."),a=r,r=0):a=0);const h=e.isCompressedTexture?e.mipmaps[a]:e.image;if(null!==n)o=n.max.x-n.min.x,s=n.max.y-n.min.y,l=n.isBox3?n.max.z-n.min.z:1,c=n.min.x,d=n.min.y,u=n.isBox3?n.min.z:0;else{const t=Math.pow(2,-r);o=Math.floor(h.width*t),s=Math.floor(h.height*t),l=e.isDataArrayTexture?h.depth:e.isData3DTexture?Math.floor(h.depth*t):1,c=0,d=0,u=0}null!==i?(f=i.x,p=i.y,m=i.z):(f=0,p=0,m=0);const _=Fe.convert(t.format),g=Fe.convert(t.type);let v;t.isData3DTexture?(ve.setTexture3D(t,0),v=He.TEXTURE_3D):t.isDataArrayTexture||t.isCompressedArrayTexture?(ve.setTexture2DArray(t,0),v=He.TEXTURE_2D_ARRAY):(ve.setTexture2D(t,0),v=He.TEXTURE_2D),He.pixelStorei(He.UNPACK_FLIP_Y_WEBGL,t.flipY),He.pixelStorei(He.UNPACK_PREMULTIPLY_ALPHA_WEBGL,t.premultiplyAlpha),He.pixelStorei(He.UNPACK_ALIGNMENT,t.unpackAlignment);const E=He.getParameter(He.UNPACK_ROW_LENGTH),S=He.getParameter(He.UNPACK_IMAGE_HEIGHT),T=He.getParameter(He.UNPACK_SKIP_PIXELS),M=He.getParameter(He.UNPACK_SKIP_ROWS),x=He.getParameter(He.UNPACK_SKIP_IMAGES);He.pixelStorei(He.UNPACK_ROW_LENGTH,h.width),He.pixelStorei(He.UNPACK_IMAGE_HEIGHT,h.height),He.pixelStorei(He.UNPACK_SKIP_PIXELS,c),He.pixelStorei(He.UNPACK_SKIP_ROWS,d),He.pixelStorei(He.UNPACK_SKIP_IMAGES,u);const A=e.isDataArrayTexture||e.isData3DTexture,R=t.isDataArrayTexture||t.isData3DTexture;if(e.isDepthTexture){const n=ge.get(e),i=ge.get(t),h=ge.get(n.__renderTarget),_=ge.get(i.__renderTarget);he.bindFramebuffer(He.READ_FRAMEBUFFER,h.__webglFramebuffer),he.bindFramebuffer(He.DRAW_FRAMEBUFFER,_.__webglFramebuffer);for(let n=0;ne.start-t.start);let t=0;for(let e=1;e 0\n\tvec4 plane;\n\t#ifdef ALPHA_TO_COVERAGE\n\t\tfloat distanceToPlane, distanceGradient;\n\t\tfloat clipOpacity = 1.0;\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < UNION_CLIPPING_PLANES; i ++ ) {\n\t\t\tplane = clippingPlanes[ i ];\n\t\t\tdistanceToPlane = - dot( vClipPosition, plane.xyz ) + plane.w;\n\t\t\tdistanceGradient = fwidth( distanceToPlane ) / 2.0;\n\t\t\tclipOpacity *= smoothstep( - distanceGradient, distanceGradient, distanceToPlane );\n\t\t\tif ( clipOpacity == 0.0 ) discard;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t\t#if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES\n\t\t\tfloat unionClipOpacity = 1.0;\n\t\t\t#pragma unroll_loop_start\n\t\t\tfor ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; i ++ ) {\n\t\t\t\tplane = clippingPlanes[ i ];\n\t\t\t\tdistanceToPlane = - dot( vClipPosition, plane.xyz ) + plane.w;\n\t\t\t\tdistanceGradient = fwidth( distanceToPlane ) / 2.0;\n\t\t\t\tunionClipOpacity *= 1.0 - smoothstep( - distanceGradient, distanceGradient, distanceToPlane );\n\t\t\t}\n\t\t\t#pragma unroll_loop_end\n\t\t\tclipOpacity *= 1.0 - unionClipOpacity;\n\t\t#endif\n\t\tdiffuseColor.a *= clipOpacity;\n\t\tif ( diffuseColor.a == 0.0 ) discard;\n\t#else\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < UNION_CLIPPING_PLANES; i ++ ) {\n\t\t\tplane = clippingPlanes[ i ];\n\t\t\tif ( dot( vClipPosition, plane.xyz ) > plane.w ) discard;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t\t#if UNION_CLIPPING_PLANES < NUM_CLIPPING_PLANES\n\t\t\tbool clipped = true;\n\t\t\t#pragma unroll_loop_start\n\t\t\tfor ( int i = UNION_CLIPPING_PLANES; i < NUM_CLIPPING_PLANES; i ++ ) {\n\t\t\t\tplane = clippingPlanes[ i ];\n\t\t\t\tclipped = ( dot( vClipPosition, plane.xyz ) > plane.w ) && clipped;\n\t\t\t}\n\t\t\t#pragma unroll_loop_end\n\t\t\tif ( clipped ) discard;\n\t\t#endif\n\t#endif\n#endif",clipping_planes_pars_fragment:"#if NUM_CLIPPING_PLANES > 0\n\tvarying vec3 vClipPosition;\n\tuniform vec4 clippingPlanes[ NUM_CLIPPING_PLANES ];\n#endif",clipping_planes_pars_vertex:"#if NUM_CLIPPING_PLANES > 0\n\tvarying vec3 vClipPosition;\n#endif",clipping_planes_vertex:"#if NUM_CLIPPING_PLANES > 0\n\tvClipPosition = - mvPosition.xyz;\n#endif",color_fragment:"#if defined( USE_COLOR_ALPHA )\n\tdiffuseColor *= vColor;\n#elif defined( USE_COLOR )\n\tdiffuseColor.rgb *= vColor;\n#endif",color_pars_fragment:"#if defined( USE_COLOR_ALPHA )\n\tvarying vec4 vColor;\n#elif defined( USE_COLOR )\n\tvarying vec3 vColor;\n#endif",color_pars_vertex:"#if defined( USE_COLOR_ALPHA )\n\tvarying vec4 vColor;\n#elif defined( USE_COLOR ) || defined( USE_INSTANCING_COLOR ) || defined( USE_BATCHING_COLOR )\n\tvarying vec3 vColor;\n#endif",color_vertex:"#if defined( USE_COLOR_ALPHA )\n\tvColor = vec4( 1.0 );\n#elif defined( USE_COLOR ) || defined( USE_INSTANCING_COLOR ) || defined( USE_BATCHING_COLOR )\n\tvColor = vec3( 1.0 );\n#endif\n#ifdef USE_COLOR\n\tvColor *= color;\n#endif\n#ifdef USE_INSTANCING_COLOR\n\tvColor.xyz *= instanceColor.xyz;\n#endif\n#ifdef USE_BATCHING_COLOR\n\tvec3 batchingColor = getBatchingColor( getIndirectIndex( gl_DrawID ) );\n\tvColor.xyz *= batchingColor.xyz;\n#endif",common:"#define PI 3.141592653589793\n#define PI2 6.283185307179586\n#define PI_HALF 1.5707963267948966\n#define RECIPROCAL_PI 0.3183098861837907\n#define RECIPROCAL_PI2 0.15915494309189535\n#define EPSILON 1e-6\n#ifndef saturate\n#define saturate( a ) clamp( a, 0.0, 1.0 )\n#endif\n#define whiteComplement( a ) ( 1.0 - saturate( a ) )\nfloat pow2( const in float x ) { return x*x; }\nvec3 pow2( const in vec3 x ) { return x*x; }\nfloat pow3( const in float x ) { return x*x*x; }\nfloat pow4( const in float x ) { float x2 = x*x; return x2*x2; }\nfloat max3( const in vec3 v ) { return max( max( v.x, v.y ), v.z ); }\nfloat average( const in vec3 v ) { return dot( v, vec3( 0.3333333 ) ); }\nhighp float rand( const in vec2 uv ) {\n\tconst highp float a = 12.9898, b = 78.233, c = 43758.5453;\n\thighp float dt = dot( uv.xy, vec2( a,b ) ), sn = mod( dt, PI );\n\treturn fract( sin( sn ) * c );\n}\n#ifdef HIGH_PRECISION\n\tfloat precisionSafeLength( vec3 v ) { return length( v ); }\n#else\n\tfloat precisionSafeLength( vec3 v ) {\n\t\tfloat maxComponent = max3( abs( v ) );\n\t\treturn length( v / maxComponent ) * maxComponent;\n\t}\n#endif\nstruct IncidentLight {\n\tvec3 color;\n\tvec3 direction;\n\tbool visible;\n};\nstruct ReflectedLight {\n\tvec3 directDiffuse;\n\tvec3 directSpecular;\n\tvec3 indirectDiffuse;\n\tvec3 indirectSpecular;\n};\n#ifdef USE_ALPHAHASH\n\tvarying vec3 vPosition;\n#endif\nvec3 transformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( matrix * vec4( dir, 0.0 ) ).xyz );\n}\nvec3 inverseTransformDirection( in vec3 dir, in mat4 matrix ) {\n\treturn normalize( ( vec4( dir, 0.0 ) * matrix ).xyz );\n}\nbool isPerspectiveMatrix( mat4 m ) {\n\treturn m[ 2 ][ 3 ] == - 1.0;\n}\nvec2 equirectUv( in vec3 dir ) {\n\tfloat u = atan( dir.z, dir.x ) * RECIPROCAL_PI2 + 0.5;\n\tfloat v = asin( clamp( dir.y, - 1.0, 1.0 ) ) * RECIPROCAL_PI + 0.5;\n\treturn vec2( u, v );\n}\nvec3 BRDF_Lambert( const in vec3 diffuseColor ) {\n\treturn RECIPROCAL_PI * diffuseColor;\n}\nvec3 F_Schlick( const in vec3 f0, const in float f90, const in float dotVH ) {\n\tfloat fresnel = exp2( ( - 5.55473 * dotVH - 6.98316 ) * dotVH );\n\treturn f0 * ( 1.0 - fresnel ) + ( f90 * fresnel );\n}\nfloat F_Schlick( const in float f0, const in float f90, const in float dotVH ) {\n\tfloat fresnel = exp2( ( - 5.55473 * dotVH - 6.98316 ) * dotVH );\n\treturn f0 * ( 1.0 - fresnel ) + ( f90 * fresnel );\n} // validated",cube_uv_reflection_fragment:"#ifdef ENVMAP_TYPE_CUBE_UV\n\t#define cubeUV_minMipLevel 4.0\n\t#define cubeUV_minTileSize 16.0\n\tfloat getFace( vec3 direction ) {\n\t\tvec3 absDirection = abs( direction );\n\t\tfloat face = - 1.0;\n\t\tif ( absDirection.x > absDirection.z ) {\n\t\t\tif ( absDirection.x > absDirection.y )\n\t\t\t\tface = direction.x > 0.0 ? 0.0 : 3.0;\n\t\t\telse\n\t\t\t\tface = direction.y > 0.0 ? 1.0 : 4.0;\n\t\t} else {\n\t\t\tif ( absDirection.z > absDirection.y )\n\t\t\t\tface = direction.z > 0.0 ? 2.0 : 5.0;\n\t\t\telse\n\t\t\t\tface = direction.y > 0.0 ? 1.0 : 4.0;\n\t\t}\n\t\treturn face;\n\t}\n\tvec2 getUV( vec3 direction, float face ) {\n\t\tvec2 uv;\n\t\tif ( face == 0.0 ) {\n\t\t\tuv = vec2( direction.z, direction.y ) / abs( direction.x );\n\t\t} else if ( face == 1.0 ) {\n\t\t\tuv = vec2( - direction.x, - direction.z ) / abs( direction.y );\n\t\t} else if ( face == 2.0 ) {\n\t\t\tuv = vec2( - direction.x, direction.y ) / abs( direction.z );\n\t\t} else if ( face == 3.0 ) {\n\t\t\tuv = vec2( - direction.z, direction.y ) / abs( direction.x );\n\t\t} else if ( face == 4.0 ) {\n\t\t\tuv = vec2( - direction.x, direction.z ) / abs( direction.y );\n\t\t} else {\n\t\t\tuv = vec2( direction.x, direction.y ) / abs( direction.z );\n\t\t}\n\t\treturn 0.5 * ( uv + 1.0 );\n\t}\n\tvec3 bilinearCubeUV( sampler2D envMap, vec3 direction, float mipInt ) {\n\t\tfloat face = getFace( direction );\n\t\tfloat filterInt = max( cubeUV_minMipLevel - mipInt, 0.0 );\n\t\tmipInt = max( mipInt, cubeUV_minMipLevel );\n\t\tfloat faceSize = exp2( mipInt );\n\t\thighp vec2 uv = getUV( direction, face ) * ( faceSize - 2.0 ) + 1.0;\n\t\tif ( face > 2.0 ) {\n\t\t\tuv.y += faceSize;\n\t\t\tface -= 3.0;\n\t\t}\n\t\tuv.x += face * faceSize;\n\t\tuv.x += filterInt * 3.0 * cubeUV_minTileSize;\n\t\tuv.y += 4.0 * ( exp2( CUBEUV_MAX_MIP ) - faceSize );\n\t\tuv.x *= CUBEUV_TEXEL_WIDTH;\n\t\tuv.y *= CUBEUV_TEXEL_HEIGHT;\n\t\t#ifdef texture2DGradEXT\n\t\t\treturn texture2DGradEXT( envMap, uv, vec2( 0.0 ), vec2( 0.0 ) ).rgb;\n\t\t#else\n\t\t\treturn texture2D( envMap, uv ).rgb;\n\t\t#endif\n\t}\n\t#define cubeUV_r0 1.0\n\t#define cubeUV_m0 - 2.0\n\t#define cubeUV_r1 0.8\n\t#define cubeUV_m1 - 1.0\n\t#define cubeUV_r4 0.4\n\t#define cubeUV_m4 2.0\n\t#define cubeUV_r5 0.305\n\t#define cubeUV_m5 3.0\n\t#define cubeUV_r6 0.21\n\t#define cubeUV_m6 4.0\n\tfloat roughnessToMip( float roughness ) {\n\t\tfloat mip = 0.0;\n\t\tif ( roughness >= cubeUV_r1 ) {\n\t\t\tmip = ( cubeUV_r0 - roughness ) * ( cubeUV_m1 - cubeUV_m0 ) / ( cubeUV_r0 - cubeUV_r1 ) + cubeUV_m0;\n\t\t} else if ( roughness >= cubeUV_r4 ) {\n\t\t\tmip = ( cubeUV_r1 - roughness ) * ( cubeUV_m4 - cubeUV_m1 ) / ( cubeUV_r1 - cubeUV_r4 ) + cubeUV_m1;\n\t\t} else if ( roughness >= cubeUV_r5 ) {\n\t\t\tmip = ( cubeUV_r4 - roughness ) * ( cubeUV_m5 - cubeUV_m4 ) / ( cubeUV_r4 - cubeUV_r5 ) + cubeUV_m4;\n\t\t} else if ( roughness >= cubeUV_r6 ) {\n\t\t\tmip = ( cubeUV_r5 - roughness ) * ( cubeUV_m6 - cubeUV_m5 ) / ( cubeUV_r5 - cubeUV_r6 ) + cubeUV_m5;\n\t\t} else {\n\t\t\tmip = - 2.0 * log2( 1.16 * roughness );\t\t}\n\t\treturn mip;\n\t}\n\tvec4 textureCubeUV( sampler2D envMap, vec3 sampleDir, float roughness ) {\n\t\tfloat mip = clamp( roughnessToMip( roughness ), cubeUV_m0, CUBEUV_MAX_MIP );\n\t\tfloat mipF = fract( mip );\n\t\tfloat mipInt = floor( mip );\n\t\tvec3 color0 = bilinearCubeUV( envMap, sampleDir, mipInt );\n\t\tif ( mipF == 0.0 ) {\n\t\t\treturn vec4( color0, 1.0 );\n\t\t} else {\n\t\t\tvec3 color1 = bilinearCubeUV( envMap, sampleDir, mipInt + 1.0 );\n\t\t\treturn vec4( mix( color0, color1, mipF ), 1.0 );\n\t\t}\n\t}\n#endif",defaultnormal_vertex:"vec3 transformedNormal = objectNormal;\n#ifdef USE_TANGENT\n\tvec3 transformedTangent = objectTangent;\n#endif\n#ifdef USE_BATCHING\n\tmat3 bm = mat3( batchingMatrix );\n\ttransformedNormal /= vec3( dot( bm[ 0 ], bm[ 0 ] ), dot( bm[ 1 ], bm[ 1 ] ), dot( bm[ 2 ], bm[ 2 ] ) );\n\ttransformedNormal = bm * transformedNormal;\n\t#ifdef USE_TANGENT\n\t\ttransformedTangent = bm * transformedTangent;\n\t#endif\n#endif\n#ifdef USE_INSTANCING\n\tmat3 im = mat3( instanceMatrix );\n\ttransformedNormal /= vec3( dot( im[ 0 ], im[ 0 ] ), dot( im[ 1 ], im[ 1 ] ), dot( im[ 2 ], im[ 2 ] ) );\n\ttransformedNormal = im * transformedNormal;\n\t#ifdef USE_TANGENT\n\t\ttransformedTangent = im * transformedTangent;\n\t#endif\n#endif\ntransformedNormal = normalMatrix * transformedNormal;\n#ifdef FLIP_SIDED\n\ttransformedNormal = - transformedNormal;\n#endif\n#ifdef USE_TANGENT\n\ttransformedTangent = ( modelViewMatrix * vec4( transformedTangent, 0.0 ) ).xyz;\n\t#ifdef FLIP_SIDED\n\t\ttransformedTangent = - transformedTangent;\n\t#endif\n#endif",displacementmap_pars_vertex:"#ifdef USE_DISPLACEMENTMAP\n\tuniform sampler2D displacementMap;\n\tuniform float displacementScale;\n\tuniform float displacementBias;\n#endif",displacementmap_vertex:"#ifdef USE_DISPLACEMENTMAP\n\ttransformed += normalize( objectNormal ) * ( texture2D( displacementMap, vDisplacementMapUv ).x * displacementScale + displacementBias );\n#endif",emissivemap_fragment:"#ifdef USE_EMISSIVEMAP\n\tvec4 emissiveColor = texture2D( emissiveMap, vEmissiveMapUv );\n\t#ifdef DECODE_VIDEO_TEXTURE_EMISSIVE\n\t\temissiveColor = sRGBTransferEOTF( emissiveColor );\n\t#endif\n\ttotalEmissiveRadiance *= emissiveColor.rgb;\n#endif",emissivemap_pars_fragment:"#ifdef USE_EMISSIVEMAP\n\tuniform sampler2D emissiveMap;\n#endif",colorspace_fragment:"gl_FragColor = linearToOutputTexel( gl_FragColor );",colorspace_pars_fragment:"vec4 LinearTransferOETF( in vec4 value ) {\n\treturn value;\n}\nvec4 sRGBTransferEOTF( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), value.rgb * 0.0773993808, vec3( lessThanEqual( value.rgb, vec3( 0.04045 ) ) ) ), value.a );\n}\nvec4 sRGBTransferOETF( in vec4 value ) {\n\treturn vec4( mix( pow( value.rgb, vec3( 0.41666 ) ) * 1.055 - vec3( 0.055 ), value.rgb * 12.92, vec3( lessThanEqual( value.rgb, vec3( 0.0031308 ) ) ) ), value.a );\n}",envmap_fragment:"#ifdef USE_ENVMAP\n\t#ifdef ENV_WORLDPOS\n\t\tvec3 cameraToFrag;\n\t\tif ( isOrthographic ) {\n\t\t\tcameraToFrag = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) );\n\t\t} else {\n\t\t\tcameraToFrag = normalize( vWorldPosition - cameraPosition );\n\t\t}\n\t\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvec3 reflectVec = reflect( cameraToFrag, worldNormal );\n\t\t#else\n\t\t\tvec3 reflectVec = refract( cameraToFrag, worldNormal, refractionRatio );\n\t\t#endif\n\t#else\n\t\tvec3 reflectVec = vReflect;\n\t#endif\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tvec4 envColor = textureCube( envMap, envMapRotation * vec3( flipEnvMap * reflectVec.x, reflectVec.yz ) );\n\t#else\n\t\tvec4 envColor = vec4( 0.0 );\n\t#endif\n\t#ifdef ENVMAP_BLENDING_MULTIPLY\n\t\toutgoingLight = mix( outgoingLight, outgoingLight * envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_MIX )\n\t\toutgoingLight = mix( outgoingLight, envColor.xyz, specularStrength * reflectivity );\n\t#elif defined( ENVMAP_BLENDING_ADD )\n\t\toutgoingLight += envColor.xyz * specularStrength * reflectivity;\n\t#endif\n#endif",envmap_common_pars_fragment:"#ifdef USE_ENVMAP\n\tuniform float envMapIntensity;\n\tuniform float flipEnvMap;\n\tuniform mat3 envMapRotation;\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tuniform samplerCube envMap;\n\t#else\n\t\tuniform sampler2D envMap;\n\t#endif\n#endif",envmap_pars_fragment:"#ifdef USE_ENVMAP\n\tuniform float reflectivity;\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( LAMBERT )\n\t\t#define ENV_WORLDPOS\n\t#endif\n\t#ifdef ENV_WORLDPOS\n\t\tvarying vec3 vWorldPosition;\n\t\tuniform float refractionRatio;\n\t#else\n\t\tvarying vec3 vReflect;\n\t#endif\n#endif",envmap_pars_vertex:"#ifdef USE_ENVMAP\n\t#if defined( USE_BUMPMAP ) || defined( USE_NORMALMAP ) || defined( PHONG ) || defined( LAMBERT )\n\t\t#define ENV_WORLDPOS\n\t#endif\n\t#ifdef ENV_WORLDPOS\n\t\t\n\t\tvarying vec3 vWorldPosition;\n\t#else\n\t\tvarying vec3 vReflect;\n\t\tuniform float refractionRatio;\n\t#endif\n#endif",envmap_physical_pars_fragment:"#ifdef USE_ENVMAP\n\tvec3 getIBLIrradiance( const in vec3 normal ) {\n\t\t#ifdef ENVMAP_TYPE_CUBE_UV\n\t\t\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\t\t\tvec4 envMapColor = textureCubeUV( envMap, envMapRotation * worldNormal, 1.0 );\n\t\t\treturn PI * envMapColor.rgb * envMapIntensity;\n\t\t#else\n\t\t\treturn vec3( 0.0 );\n\t\t#endif\n\t}\n\tvec3 getIBLRadiance( const in vec3 viewDir, const in vec3 normal, const in float roughness ) {\n\t\t#ifdef ENVMAP_TYPE_CUBE_UV\n\t\t\tvec3 reflectVec = reflect( - viewDir, normal );\n\t\t\treflectVec = normalize( mix( reflectVec, normal, pow4( roughness ) ) );\n\t\t\treflectVec = inverseTransformDirection( reflectVec, viewMatrix );\n\t\t\tvec4 envMapColor = textureCubeUV( envMap, envMapRotation * reflectVec, roughness );\n\t\t\treturn envMapColor.rgb * envMapIntensity;\n\t\t#else\n\t\t\treturn vec3( 0.0 );\n\t\t#endif\n\t}\n\t#ifdef USE_ANISOTROPY\n\t\tvec3 getIBLAnisotropyRadiance( const in vec3 viewDir, const in vec3 normal, const in float roughness, const in vec3 bitangent, const in float anisotropy ) {\n\t\t\t#ifdef ENVMAP_TYPE_CUBE_UV\n\t\t\t\tvec3 bentNormal = cross( bitangent, viewDir );\n\t\t\t\tbentNormal = normalize( cross( bentNormal, bitangent ) );\n\t\t\t\tbentNormal = normalize( mix( bentNormal, normal, pow2( pow2( 1.0 - anisotropy * ( 1.0 - roughness ) ) ) ) );\n\t\t\t\treturn getIBLRadiance( viewDir, bentNormal, roughness );\n\t\t\t#else\n\t\t\t\treturn vec3( 0.0 );\n\t\t\t#endif\n\t\t}\n\t#endif\n#endif",envmap_vertex:"#ifdef USE_ENVMAP\n\t#ifdef ENV_WORLDPOS\n\t\tvWorldPosition = worldPosition.xyz;\n\t#else\n\t\tvec3 cameraToVertex;\n\t\tif ( isOrthographic ) {\n\t\t\tcameraToVertex = normalize( vec3( - viewMatrix[ 0 ][ 2 ], - viewMatrix[ 1 ][ 2 ], - viewMatrix[ 2 ][ 2 ] ) );\n\t\t} else {\n\t\t\tcameraToVertex = normalize( worldPosition.xyz - cameraPosition );\n\t\t}\n\t\tvec3 worldNormal = inverseTransformDirection( transformedNormal, viewMatrix );\n\t\t#ifdef ENVMAP_MODE_REFLECTION\n\t\t\tvReflect = reflect( cameraToVertex, worldNormal );\n\t\t#else\n\t\t\tvReflect = refract( cameraToVertex, worldNormal, refractionRatio );\n\t\t#endif\n\t#endif\n#endif",fog_vertex:"#ifdef USE_FOG\n\tvFogDepth = - mvPosition.z;\n#endif",fog_pars_vertex:"#ifdef USE_FOG\n\tvarying float vFogDepth;\n#endif",fog_fragment:"#ifdef USE_FOG\n\t#ifdef FOG_EXP2\n\t\tfloat fogFactor = 1.0 - exp( - fogDensity * fogDensity * vFogDepth * vFogDepth );\n\t#else\n\t\tfloat fogFactor = smoothstep( fogNear, fogFar, vFogDepth );\n\t#endif\n\tgl_FragColor.rgb = mix( gl_FragColor.rgb, fogColor, fogFactor );\n#endif",fog_pars_fragment:"#ifdef USE_FOG\n\tuniform vec3 fogColor;\n\tvarying float vFogDepth;\n\t#ifdef FOG_EXP2\n\t\tuniform float fogDensity;\n\t#else\n\t\tuniform float fogNear;\n\t\tuniform float fogFar;\n\t#endif\n#endif",gradientmap_pars_fragment:"#ifdef USE_GRADIENTMAP\n\tuniform sampler2D gradientMap;\n#endif\nvec3 getGradientIrradiance( vec3 normal, vec3 lightDirection ) {\n\tfloat dotNL = dot( normal, lightDirection );\n\tvec2 coord = vec2( dotNL * 0.5 + 0.5, 0.0 );\n\t#ifdef USE_GRADIENTMAP\n\t\treturn vec3( texture2D( gradientMap, coord ).r );\n\t#else\n\t\tvec2 fw = fwidth( coord ) * 0.5;\n\t\treturn mix( vec3( 0.7 ), vec3( 1.0 ), smoothstep( 0.7 - fw.x, 0.7 + fw.x, coord.x ) );\n\t#endif\n}",lightmap_pars_fragment:"#ifdef USE_LIGHTMAP\n\tuniform sampler2D lightMap;\n\tuniform float lightMapIntensity;\n#endif",lights_lambert_fragment:"LambertMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.specularStrength = specularStrength;",lights_lambert_pars_fragment:"varying vec3 vViewPosition;\nstruct LambertMaterial {\n\tvec3 diffuseColor;\n\tfloat specularStrength;\n};\nvoid RE_Direct_Lambert( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in LambertMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometryNormal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectDiffuse_Lambert( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in LambertMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_Lambert\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Lambert",lights_pars_begin:"uniform bool receiveShadow;\nuniform vec3 ambientLightColor;\n#if defined( USE_LIGHT_PROBES )\n\tuniform vec3 lightProbe[ 9 ];\n#endif\nvec3 shGetIrradianceAt( in vec3 normal, in vec3 shCoefficients[ 9 ] ) {\n\tfloat x = normal.x, y = normal.y, z = normal.z;\n\tvec3 result = shCoefficients[ 0 ] * 0.886227;\n\tresult += shCoefficients[ 1 ] * 2.0 * 0.511664 * y;\n\tresult += shCoefficients[ 2 ] * 2.0 * 0.511664 * z;\n\tresult += shCoefficients[ 3 ] * 2.0 * 0.511664 * x;\n\tresult += shCoefficients[ 4 ] * 2.0 * 0.429043 * x * y;\n\tresult += shCoefficients[ 5 ] * 2.0 * 0.429043 * y * z;\n\tresult += shCoefficients[ 6 ] * ( 0.743125 * z * z - 0.247708 );\n\tresult += shCoefficients[ 7 ] * 2.0 * 0.429043 * x * z;\n\tresult += shCoefficients[ 8 ] * 0.429043 * ( x * x - y * y );\n\treturn result;\n}\nvec3 getLightProbeIrradiance( const in vec3 lightProbe[ 9 ], const in vec3 normal ) {\n\tvec3 worldNormal = inverseTransformDirection( normal, viewMatrix );\n\tvec3 irradiance = shGetIrradianceAt( worldNormal, lightProbe );\n\treturn irradiance;\n}\nvec3 getAmbientLightIrradiance( const in vec3 ambientLightColor ) {\n\tvec3 irradiance = ambientLightColor;\n\treturn irradiance;\n}\nfloat getDistanceAttenuation( const in float lightDistance, const in float cutoffDistance, const in float decayExponent ) {\n\tfloat distanceFalloff = 1.0 / max( pow( lightDistance, decayExponent ), 0.01 );\n\tif ( cutoffDistance > 0.0 ) {\n\t\tdistanceFalloff *= pow2( saturate( 1.0 - pow4( lightDistance / cutoffDistance ) ) );\n\t}\n\treturn distanceFalloff;\n}\nfloat getSpotAttenuation( const in float coneCosine, const in float penumbraCosine, const in float angleCosine ) {\n\treturn smoothstep( coneCosine, penumbraCosine, angleCosine );\n}\n#if NUM_DIR_LIGHTS > 0\n\tstruct DirectionalLight {\n\t\tvec3 direction;\n\t\tvec3 color;\n\t};\n\tuniform DirectionalLight directionalLights[ NUM_DIR_LIGHTS ];\n\tvoid getDirectionalLightInfo( const in DirectionalLight directionalLight, out IncidentLight light ) {\n\t\tlight.color = directionalLight.color;\n\t\tlight.direction = directionalLight.direction;\n\t\tlight.visible = true;\n\t}\n#endif\n#if NUM_POINT_LIGHTS > 0\n\tstruct PointLight {\n\t\tvec3 position;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t};\n\tuniform PointLight pointLights[ NUM_POINT_LIGHTS ];\n\tvoid getPointLightInfo( const in PointLight pointLight, const in vec3 geometryPosition, out IncidentLight light ) {\n\t\tvec3 lVector = pointLight.position - geometryPosition;\n\t\tlight.direction = normalize( lVector );\n\t\tfloat lightDistance = length( lVector );\n\t\tlight.color = pointLight.color;\n\t\tlight.color *= getDistanceAttenuation( lightDistance, pointLight.distance, pointLight.decay );\n\t\tlight.visible = ( light.color != vec3( 0.0 ) );\n\t}\n#endif\n#if NUM_SPOT_LIGHTS > 0\n\tstruct SpotLight {\n\t\tvec3 position;\n\t\tvec3 direction;\n\t\tvec3 color;\n\t\tfloat distance;\n\t\tfloat decay;\n\t\tfloat coneCos;\n\t\tfloat penumbraCos;\n\t};\n\tuniform SpotLight spotLights[ NUM_SPOT_LIGHTS ];\n\tvoid getSpotLightInfo( const in SpotLight spotLight, const in vec3 geometryPosition, out IncidentLight light ) {\n\t\tvec3 lVector = spotLight.position - geometryPosition;\n\t\tlight.direction = normalize( lVector );\n\t\tfloat angleCos = dot( light.direction, spotLight.direction );\n\t\tfloat spotAttenuation = getSpotAttenuation( spotLight.coneCos, spotLight.penumbraCos, angleCos );\n\t\tif ( spotAttenuation > 0.0 ) {\n\t\t\tfloat lightDistance = length( lVector );\n\t\t\tlight.color = spotLight.color * spotAttenuation;\n\t\t\tlight.color *= getDistanceAttenuation( lightDistance, spotLight.distance, spotLight.decay );\n\t\t\tlight.visible = ( light.color != vec3( 0.0 ) );\n\t\t} else {\n\t\t\tlight.color = vec3( 0.0 );\n\t\t\tlight.visible = false;\n\t\t}\n\t}\n#endif\n#if NUM_RECT_AREA_LIGHTS > 0\n\tstruct RectAreaLight {\n\t\tvec3 color;\n\t\tvec3 position;\n\t\tvec3 halfWidth;\n\t\tvec3 halfHeight;\n\t};\n\tuniform sampler2D ltc_1;\tuniform sampler2D ltc_2;\n\tuniform RectAreaLight rectAreaLights[ NUM_RECT_AREA_LIGHTS ];\n#endif\n#if NUM_HEMI_LIGHTS > 0\n\tstruct HemisphereLight {\n\t\tvec3 direction;\n\t\tvec3 skyColor;\n\t\tvec3 groundColor;\n\t};\n\tuniform HemisphereLight hemisphereLights[ NUM_HEMI_LIGHTS ];\n\tvec3 getHemisphereLightIrradiance( const in HemisphereLight hemiLight, const in vec3 normal ) {\n\t\tfloat dotNL = dot( normal, hemiLight.direction );\n\t\tfloat hemiDiffuseWeight = 0.5 * dotNL + 0.5;\n\t\tvec3 irradiance = mix( hemiLight.groundColor, hemiLight.skyColor, hemiDiffuseWeight );\n\t\treturn irradiance;\n\t}\n#endif",lights_toon_fragment:"ToonMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;",lights_toon_pars_fragment:"varying vec3 vViewPosition;\nstruct ToonMaterial {\n\tvec3 diffuseColor;\n};\nvoid RE_Direct_Toon( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in ToonMaterial material, inout ReflectedLight reflectedLight ) {\n\tvec3 irradiance = getGradientIrradiance( geometryNormal, directLight.direction ) * directLight.color;\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\nvoid RE_IndirectDiffuse_Toon( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in ToonMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_Toon\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Toon",lights_phong_fragment:"BlinnPhongMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.specularColor = specular;\nmaterial.specularShininess = shininess;\nmaterial.specularStrength = specularStrength;",lights_phong_pars_fragment:"varying vec3 vViewPosition;\nstruct BlinnPhongMaterial {\n\tvec3 diffuseColor;\n\tvec3 specularColor;\n\tfloat specularShininess;\n\tfloat specularStrength;\n};\nvoid RE_Direct_BlinnPhong( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometryNormal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n\treflectedLight.directSpecular += irradiance * BRDF_BlinnPhong( directLight.direction, geometryViewDir, geometryNormal, material.specularColor, material.specularShininess ) * material.specularStrength;\n}\nvoid RE_IndirectDiffuse_BlinnPhong( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in BlinnPhongMaterial material, inout ReflectedLight reflectedLight ) {\n\treflectedLight.indirectDiffuse += irradiance * BRDF_Lambert( material.diffuseColor );\n}\n#define RE_Direct\t\t\t\tRE_Direct_BlinnPhong\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_BlinnPhong",lights_physical_fragment:"PhysicalMaterial material;\nmaterial.diffuseColor = diffuseColor.rgb;\nmaterial.diffuseContribution = diffuseColor.rgb * ( 1.0 - metalnessFactor );\nmaterial.metalness = metalnessFactor;\nvec3 dxy = max( abs( dFdx( nonPerturbedNormal ) ), abs( dFdy( nonPerturbedNormal ) ) );\nfloat geometryRoughness = max( max( dxy.x, dxy.y ), dxy.z );\nmaterial.roughness = max( roughnessFactor, 0.0525 );material.roughness += geometryRoughness;\nmaterial.roughness = min( material.roughness, 1.0 );\n#ifdef IOR\n\tmaterial.ior = ior;\n\t#ifdef USE_SPECULAR\n\t\tfloat specularIntensityFactor = specularIntensity;\n\t\tvec3 specularColorFactor = specularColor;\n\t\t#ifdef USE_SPECULAR_COLORMAP\n\t\t\tspecularColorFactor *= texture2D( specularColorMap, vSpecularColorMapUv ).rgb;\n\t\t#endif\n\t\t#ifdef USE_SPECULAR_INTENSITYMAP\n\t\t\tspecularIntensityFactor *= texture2D( specularIntensityMap, vSpecularIntensityMapUv ).a;\n\t\t#endif\n\t\tmaterial.specularF90 = mix( specularIntensityFactor, 1.0, metalnessFactor );\n\t#else\n\t\tfloat specularIntensityFactor = 1.0;\n\t\tvec3 specularColorFactor = vec3( 1.0 );\n\t\tmaterial.specularF90 = 1.0;\n\t#endif\n\tmaterial.specularColor = min( pow2( ( material.ior - 1.0 ) / ( material.ior + 1.0 ) ) * specularColorFactor, vec3( 1.0 ) ) * specularIntensityFactor;\n\tmaterial.specularColorBlended = mix( material.specularColor, diffuseColor.rgb, metalnessFactor );\n#else\n\tmaterial.specularColor = vec3( 0.04 );\n\tmaterial.specularColorBlended = mix( material.specularColor, diffuseColor.rgb, metalnessFactor );\n\tmaterial.specularF90 = 1.0;\n#endif\n#ifdef USE_CLEARCOAT\n\tmaterial.clearcoat = clearcoat;\n\tmaterial.clearcoatRoughness = clearcoatRoughness;\n\tmaterial.clearcoatF0 = vec3( 0.04 );\n\tmaterial.clearcoatF90 = 1.0;\n\t#ifdef USE_CLEARCOATMAP\n\t\tmaterial.clearcoat *= texture2D( clearcoatMap, vClearcoatMapUv ).x;\n\t#endif\n\t#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\t\tmaterial.clearcoatRoughness *= texture2D( clearcoatRoughnessMap, vClearcoatRoughnessMapUv ).y;\n\t#endif\n\tmaterial.clearcoat = saturate( material.clearcoat );\tmaterial.clearcoatRoughness = max( material.clearcoatRoughness, 0.0525 );\n\tmaterial.clearcoatRoughness += geometryRoughness;\n\tmaterial.clearcoatRoughness = min( material.clearcoatRoughness, 1.0 );\n#endif\n#ifdef USE_DISPERSION\n\tmaterial.dispersion = dispersion;\n#endif\n#ifdef USE_IRIDESCENCE\n\tmaterial.iridescence = iridescence;\n\tmaterial.iridescenceIOR = iridescenceIOR;\n\t#ifdef USE_IRIDESCENCEMAP\n\t\tmaterial.iridescence *= texture2D( iridescenceMap, vIridescenceMapUv ).r;\n\t#endif\n\t#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\t\tmaterial.iridescenceThickness = (iridescenceThicknessMaximum - iridescenceThicknessMinimum) * texture2D( iridescenceThicknessMap, vIridescenceThicknessMapUv ).g + iridescenceThicknessMinimum;\n\t#else\n\t\tmaterial.iridescenceThickness = iridescenceThicknessMaximum;\n\t#endif\n#endif\n#ifdef USE_SHEEN\n\tmaterial.sheenColor = sheenColor;\n\t#ifdef USE_SHEEN_COLORMAP\n\t\tmaterial.sheenColor *= texture2D( sheenColorMap, vSheenColorMapUv ).rgb;\n\t#endif\n\tmaterial.sheenRoughness = clamp( sheenRoughness, 0.0001, 1.0 );\n\t#ifdef USE_SHEEN_ROUGHNESSMAP\n\t\tmaterial.sheenRoughness *= texture2D( sheenRoughnessMap, vSheenRoughnessMapUv ).a;\n\t#endif\n#endif\n#ifdef USE_ANISOTROPY\n\t#ifdef USE_ANISOTROPYMAP\n\t\tmat2 anisotropyMat = mat2( anisotropyVector.x, anisotropyVector.y, - anisotropyVector.y, anisotropyVector.x );\n\t\tvec3 anisotropyPolar = texture2D( anisotropyMap, vAnisotropyMapUv ).rgb;\n\t\tvec2 anisotropyV = anisotropyMat * normalize( 2.0 * anisotropyPolar.rg - vec2( 1.0 ) ) * anisotropyPolar.b;\n\t#else\n\t\tvec2 anisotropyV = anisotropyVector;\n\t#endif\n\tmaterial.anisotropy = length( anisotropyV );\n\tif( material.anisotropy == 0.0 ) {\n\t\tanisotropyV = vec2( 1.0, 0.0 );\n\t} else {\n\t\tanisotropyV /= material.anisotropy;\n\t\tmaterial.anisotropy = saturate( material.anisotropy );\n\t}\n\tmaterial.alphaT = mix( pow2( material.roughness ), 1.0, pow2( material.anisotropy ) );\n\tmaterial.anisotropyT = tbn[ 0 ] * anisotropyV.x + tbn[ 1 ] * anisotropyV.y;\n\tmaterial.anisotropyB = tbn[ 1 ] * anisotropyV.x - tbn[ 0 ] * anisotropyV.y;\n#endif",lights_physical_pars_fragment:"uniform sampler2D dfgLUT;\nstruct PhysicalMaterial {\n\tvec3 diffuseColor;\n\tvec3 diffuseContribution;\n\tvec3 specularColor;\n\tvec3 specularColorBlended;\n\tfloat roughness;\n\tfloat metalness;\n\tfloat specularF90;\n\tfloat dispersion;\n\t#ifdef USE_CLEARCOAT\n\t\tfloat clearcoat;\n\t\tfloat clearcoatRoughness;\n\t\tvec3 clearcoatF0;\n\t\tfloat clearcoatF90;\n\t#endif\n\t#ifdef USE_IRIDESCENCE\n\t\tfloat iridescence;\n\t\tfloat iridescenceIOR;\n\t\tfloat iridescenceThickness;\n\t\tvec3 iridescenceFresnel;\n\t\tvec3 iridescenceF0;\n\t\tvec3 iridescenceFresnelDielectric;\n\t\tvec3 iridescenceFresnelMetallic;\n\t#endif\n\t#ifdef USE_SHEEN\n\t\tvec3 sheenColor;\n\t\tfloat sheenRoughness;\n\t#endif\n\t#ifdef IOR\n\t\tfloat ior;\n\t#endif\n\t#ifdef USE_TRANSMISSION\n\t\tfloat transmission;\n\t\tfloat transmissionAlpha;\n\t\tfloat thickness;\n\t\tfloat attenuationDistance;\n\t\tvec3 attenuationColor;\n\t#endif\n\t#ifdef USE_ANISOTROPY\n\t\tfloat anisotropy;\n\t\tfloat alphaT;\n\t\tvec3 anisotropyT;\n\t\tvec3 anisotropyB;\n\t#endif\n};\nvec3 clearcoatSpecularDirect = vec3( 0.0 );\nvec3 clearcoatSpecularIndirect = vec3( 0.0 );\nvec3 sheenSpecularDirect = vec3( 0.0 );\nvec3 sheenSpecularIndirect = vec3(0.0 );\nvec3 Schlick_to_F0( const in vec3 f, const in float f90, const in float dotVH ) {\n float x = clamp( 1.0 - dotVH, 0.0, 1.0 );\n float x2 = x * x;\n float x5 = clamp( x * x2 * x2, 0.0, 0.9999 );\n return ( f - vec3( f90 ) * x5 ) / ( 1.0 - x5 );\n}\nfloat V_GGX_SmithCorrelated( const in float alpha, const in float dotNL, const in float dotNV ) {\n\tfloat a2 = pow2( alpha );\n\tfloat gv = dotNL * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNV ) );\n\tfloat gl = dotNV * sqrt( a2 + ( 1.0 - a2 ) * pow2( dotNL ) );\n\treturn 0.5 / max( gv + gl, EPSILON );\n}\nfloat D_GGX( const in float alpha, const in float dotNH ) {\n\tfloat a2 = pow2( alpha );\n\tfloat denom = pow2( dotNH ) * ( a2 - 1.0 ) + 1.0;\n\treturn RECIPROCAL_PI * a2 / pow2( denom );\n}\n#ifdef USE_ANISOTROPY\n\tfloat V_GGX_SmithCorrelated_Anisotropic( const in float alphaT, const in float alphaB, const in float dotTV, const in float dotBV, const in float dotTL, const in float dotBL, const in float dotNV, const in float dotNL ) {\n\t\tfloat gv = dotNL * length( vec3( alphaT * dotTV, alphaB * dotBV, dotNV ) );\n\t\tfloat gl = dotNV * length( vec3( alphaT * dotTL, alphaB * dotBL, dotNL ) );\n\t\tfloat v = 0.5 / ( gv + gl );\n\t\treturn v;\n\t}\n\tfloat D_GGX_Anisotropic( const in float alphaT, const in float alphaB, const in float dotNH, const in float dotTH, const in float dotBH ) {\n\t\tfloat a2 = alphaT * alphaB;\n\t\thighp vec3 v = vec3( alphaB * dotTH, alphaT * dotBH, a2 * dotNH );\n\t\thighp float v2 = dot( v, v );\n\t\tfloat w2 = a2 / v2;\n\t\treturn RECIPROCAL_PI * a2 * pow2 ( w2 );\n\t}\n#endif\n#ifdef USE_CLEARCOAT\n\tvec3 BRDF_GGX_Clearcoat( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material) {\n\t\tvec3 f0 = material.clearcoatF0;\n\t\tfloat f90 = material.clearcoatF90;\n\t\tfloat roughness = material.clearcoatRoughness;\n\t\tfloat alpha = pow2( roughness );\n\t\tvec3 halfDir = normalize( lightDir + viewDir );\n\t\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\t\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\t\tfloat dotNH = saturate( dot( normal, halfDir ) );\n\t\tfloat dotVH = saturate( dot( viewDir, halfDir ) );\n\t\tvec3 F = F_Schlick( f0, f90, dotVH );\n\t\tfloat V = V_GGX_SmithCorrelated( alpha, dotNL, dotNV );\n\t\tfloat D = D_GGX( alpha, dotNH );\n\t\treturn F * ( V * D );\n\t}\n#endif\nvec3 BRDF_GGX( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material ) {\n\tvec3 f0 = material.specularColorBlended;\n\tfloat f90 = material.specularF90;\n\tfloat roughness = material.roughness;\n\tfloat alpha = pow2( roughness );\n\tvec3 halfDir = normalize( lightDir + viewDir );\n\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tfloat dotNH = saturate( dot( normal, halfDir ) );\n\tfloat dotVH = saturate( dot( viewDir, halfDir ) );\n\tvec3 F = F_Schlick( f0, f90, dotVH );\n\t#ifdef USE_IRIDESCENCE\n\t\tF = mix( F, material.iridescenceFresnel, material.iridescence );\n\t#endif\n\t#ifdef USE_ANISOTROPY\n\t\tfloat dotTL = dot( material.anisotropyT, lightDir );\n\t\tfloat dotTV = dot( material.anisotropyT, viewDir );\n\t\tfloat dotTH = dot( material.anisotropyT, halfDir );\n\t\tfloat dotBL = dot( material.anisotropyB, lightDir );\n\t\tfloat dotBV = dot( material.anisotropyB, viewDir );\n\t\tfloat dotBH = dot( material.anisotropyB, halfDir );\n\t\tfloat V = V_GGX_SmithCorrelated_Anisotropic( material.alphaT, alpha, dotTV, dotBV, dotTL, dotBL, dotNV, dotNL );\n\t\tfloat D = D_GGX_Anisotropic( material.alphaT, alpha, dotNH, dotTH, dotBH );\n\t#else\n\t\tfloat V = V_GGX_SmithCorrelated( alpha, dotNL, dotNV );\n\t\tfloat D = D_GGX( alpha, dotNH );\n\t#endif\n\treturn F * ( V * D );\n}\nvec2 LTC_Uv( const in vec3 N, const in vec3 V, const in float roughness ) {\n\tconst float LUT_SIZE = 64.0;\n\tconst float LUT_SCALE = ( LUT_SIZE - 1.0 ) / LUT_SIZE;\n\tconst float LUT_BIAS = 0.5 / LUT_SIZE;\n\tfloat dotNV = saturate( dot( N, V ) );\n\tvec2 uv = vec2( roughness, sqrt( 1.0 - dotNV ) );\n\tuv = uv * LUT_SCALE + LUT_BIAS;\n\treturn uv;\n}\nfloat LTC_ClippedSphereFormFactor( const in vec3 f ) {\n\tfloat l = length( f );\n\treturn max( ( l * l + f.z ) / ( l + 1.0 ), 0.0 );\n}\nvec3 LTC_EdgeVectorFormFactor( const in vec3 v1, const in vec3 v2 ) {\n\tfloat x = dot( v1, v2 );\n\tfloat y = abs( x );\n\tfloat a = 0.8543985 + ( 0.4965155 + 0.0145206 * y ) * y;\n\tfloat b = 3.4175940 + ( 4.1616724 + y ) * y;\n\tfloat v = a / b;\n\tfloat theta_sintheta = ( x > 0.0 ) ? v : 0.5 * inversesqrt( max( 1.0 - x * x, 1e-7 ) ) - v;\n\treturn cross( v1, v2 ) * theta_sintheta;\n}\nvec3 LTC_Evaluate( const in vec3 N, const in vec3 V, const in vec3 P, const in mat3 mInv, const in vec3 rectCoords[ 4 ] ) {\n\tvec3 v1 = rectCoords[ 1 ] - rectCoords[ 0 ];\n\tvec3 v2 = rectCoords[ 3 ] - rectCoords[ 0 ];\n\tvec3 lightNormal = cross( v1, v2 );\n\tif( dot( lightNormal, P - rectCoords[ 0 ] ) < 0.0 ) return vec3( 0.0 );\n\tvec3 T1, T2;\n\tT1 = normalize( V - N * dot( V, N ) );\n\tT2 = - cross( N, T1 );\n\tmat3 mat = mInv * transpose( mat3( T1, T2, N ) );\n\tvec3 coords[ 4 ];\n\tcoords[ 0 ] = mat * ( rectCoords[ 0 ] - P );\n\tcoords[ 1 ] = mat * ( rectCoords[ 1 ] - P );\n\tcoords[ 2 ] = mat * ( rectCoords[ 2 ] - P );\n\tcoords[ 3 ] = mat * ( rectCoords[ 3 ] - P );\n\tcoords[ 0 ] = normalize( coords[ 0 ] );\n\tcoords[ 1 ] = normalize( coords[ 1 ] );\n\tcoords[ 2 ] = normalize( coords[ 2 ] );\n\tcoords[ 3 ] = normalize( coords[ 3 ] );\n\tvec3 vectorFormFactor = vec3( 0.0 );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 0 ], coords[ 1 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 1 ], coords[ 2 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 3 ] );\n\tvectorFormFactor += LTC_EdgeVectorFormFactor( coords[ 3 ], coords[ 0 ] );\n\tfloat result = LTC_ClippedSphereFormFactor( vectorFormFactor );\n\treturn vec3( result );\n}\n#if defined( USE_SHEEN )\nfloat D_Charlie( float roughness, float dotNH ) {\n\tfloat alpha = pow2( roughness );\n\tfloat invAlpha = 1.0 / alpha;\n\tfloat cos2h = dotNH * dotNH;\n\tfloat sin2h = max( 1.0 - cos2h, 0.0078125 );\n\treturn ( 2.0 + invAlpha ) * pow( sin2h, invAlpha * 0.5 ) / ( 2.0 * PI );\n}\nfloat V_Neubelt( float dotNV, float dotNL ) {\n\treturn saturate( 1.0 / ( 4.0 * ( dotNL + dotNV - dotNL * dotNV ) ) );\n}\nvec3 BRDF_Sheen( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, vec3 sheenColor, const in float sheenRoughness ) {\n\tvec3 halfDir = normalize( lightDir + viewDir );\n\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tfloat dotNH = saturate( dot( normal, halfDir ) );\n\tfloat D = D_Charlie( sheenRoughness, dotNH );\n\tfloat V = V_Neubelt( dotNV, dotNL );\n\treturn sheenColor * ( D * V );\n}\n#endif\nfloat IBLSheenBRDF( const in vec3 normal, const in vec3 viewDir, const in float roughness ) {\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tfloat r2 = roughness * roughness;\n\tfloat rInv = 1.0 / ( roughness + 0.1 );\n\tfloat a = -1.9362 + 1.0678 * roughness + 0.4573 * r2 - 0.8469 * rInv;\n\tfloat b = -0.6014 + 0.5538 * roughness - 0.4670 * r2 - 0.1255 * rInv;\n\tfloat DG = exp( a * dotNV + b );\n\treturn saturate( DG );\n}\nvec3 EnvironmentBRDF( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float roughness ) {\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tvec2 fab = texture2D( dfgLUT, vec2( roughness, dotNV ) ).rg;\n\treturn specularColor * fab.x + specularF90 * fab.y;\n}\n#ifdef USE_IRIDESCENCE\nvoid computeMultiscatteringIridescence( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float iridescence, const in vec3 iridescenceF0, const in float roughness, inout vec3 singleScatter, inout vec3 multiScatter ) {\n#else\nvoid computeMultiscattering( const in vec3 normal, const in vec3 viewDir, const in vec3 specularColor, const in float specularF90, const in float roughness, inout vec3 singleScatter, inout vec3 multiScatter ) {\n#endif\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tvec2 fab = texture2D( dfgLUT, vec2( roughness, dotNV ) ).rg;\n\t#ifdef USE_IRIDESCENCE\n\t\tvec3 Fr = mix( specularColor, iridescenceF0, iridescence );\n\t#else\n\t\tvec3 Fr = specularColor;\n\t#endif\n\tvec3 FssEss = Fr * fab.x + specularF90 * fab.y;\n\tfloat Ess = fab.x + fab.y;\n\tfloat Ems = 1.0 - Ess;\n\tvec3 Favg = Fr + ( 1.0 - Fr ) * 0.047619;\tvec3 Fms = FssEss * Favg / ( 1.0 - Ems * Favg );\n\tsingleScatter += FssEss;\n\tmultiScatter += Fms * Ems;\n}\nvec3 BRDF_GGX_Multiscatter( const in vec3 lightDir, const in vec3 viewDir, const in vec3 normal, const in PhysicalMaterial material ) {\n\tvec3 singleScatter = BRDF_GGX( lightDir, viewDir, normal, material );\n\tfloat dotNL = saturate( dot( normal, lightDir ) );\n\tfloat dotNV = saturate( dot( normal, viewDir ) );\n\tvec2 dfgV = texture2D( dfgLUT, vec2( material.roughness, dotNV ) ).rg;\n\tvec2 dfgL = texture2D( dfgLUT, vec2( material.roughness, dotNL ) ).rg;\n\tvec3 FssEss_V = material.specularColorBlended * dfgV.x + material.specularF90 * dfgV.y;\n\tvec3 FssEss_L = material.specularColorBlended * dfgL.x + material.specularF90 * dfgL.y;\n\tfloat Ess_V = dfgV.x + dfgV.y;\n\tfloat Ess_L = dfgL.x + dfgL.y;\n\tfloat Ems_V = 1.0 - Ess_V;\n\tfloat Ems_L = 1.0 - Ess_L;\n\tvec3 Favg = material.specularColorBlended + ( 1.0 - material.specularColorBlended ) * 0.047619;\n\tvec3 Fms = FssEss_V * FssEss_L * Favg / ( 1.0 - Ems_V * Ems_L * Favg + EPSILON );\n\tfloat compensationFactor = Ems_V * Ems_L;\n\tvec3 multiScatter = Fms * compensationFactor;\n\treturn singleScatter + multiScatter;\n}\n#if NUM_RECT_AREA_LIGHTS > 0\n\tvoid RE_Direct_RectArea_Physical( const in RectAreaLight rectAreaLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\t\tvec3 normal = geometryNormal;\n\t\tvec3 viewDir = geometryViewDir;\n\t\tvec3 position = geometryPosition;\n\t\tvec3 lightPos = rectAreaLight.position;\n\t\tvec3 halfWidth = rectAreaLight.halfWidth;\n\t\tvec3 halfHeight = rectAreaLight.halfHeight;\n\t\tvec3 lightColor = rectAreaLight.color;\n\t\tfloat roughness = material.roughness;\n\t\tvec3 rectCoords[ 4 ];\n\t\trectCoords[ 0 ] = lightPos + halfWidth - halfHeight;\t\trectCoords[ 1 ] = lightPos - halfWidth - halfHeight;\n\t\trectCoords[ 2 ] = lightPos - halfWidth + halfHeight;\n\t\trectCoords[ 3 ] = lightPos + halfWidth + halfHeight;\n\t\tvec2 uv = LTC_Uv( normal, viewDir, roughness );\n\t\tvec4 t1 = texture2D( ltc_1, uv );\n\t\tvec4 t2 = texture2D( ltc_2, uv );\n\t\tmat3 mInv = mat3(\n\t\t\tvec3( t1.x, 0, t1.y ),\n\t\t\tvec3( 0, 1, 0 ),\n\t\t\tvec3( t1.z, 0, t1.w )\n\t\t);\n\t\tvec3 fresnel = ( material.specularColorBlended * t2.x + ( vec3( 1.0 ) - material.specularColorBlended ) * t2.y );\n\t\treflectedLight.directSpecular += lightColor * fresnel * LTC_Evaluate( normal, viewDir, position, mInv, rectCoords );\n\t\treflectedLight.directDiffuse += lightColor * material.diffuseContribution * LTC_Evaluate( normal, viewDir, position, mat3( 1.0 ), rectCoords );\n\t}\n#endif\nvoid RE_Direct_Physical( const in IncidentLight directLight, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\tfloat dotNL = saturate( dot( geometryNormal, directLight.direction ) );\n\tvec3 irradiance = dotNL * directLight.color;\n\t#ifdef USE_CLEARCOAT\n\t\tfloat dotNLcc = saturate( dot( geometryClearcoatNormal, directLight.direction ) );\n\t\tvec3 ccIrradiance = dotNLcc * directLight.color;\n\t\tclearcoatSpecularDirect += ccIrradiance * BRDF_GGX_Clearcoat( directLight.direction, geometryViewDir, geometryClearcoatNormal, material );\n\t#endif\n\t#ifdef USE_SHEEN\n \n \t\tsheenSpecularDirect += irradiance * BRDF_Sheen( directLight.direction, geometryViewDir, geometryNormal, material.sheenColor, material.sheenRoughness );\n \n \t\tfloat sheenAlbedoV = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness );\n \t\tfloat sheenAlbedoL = IBLSheenBRDF( geometryNormal, directLight.direction, material.sheenRoughness );\n \n \t\tfloat sheenEnergyComp = 1.0 - max3( material.sheenColor ) * max( sheenAlbedoV, sheenAlbedoL );\n \n \t\tirradiance *= sheenEnergyComp;\n \n \t#endif\n\treflectedLight.directSpecular += irradiance * BRDF_GGX_Multiscatter( directLight.direction, geometryViewDir, geometryNormal, material );\n\treflectedLight.directDiffuse += irradiance * BRDF_Lambert( material.diffuseContribution );\n}\nvoid RE_IndirectDiffuse_Physical( const in vec3 irradiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight ) {\n\tvec3 diffuse = irradiance * BRDF_Lambert( material.diffuseContribution );\n\t#ifdef USE_SHEEN\n\t\tfloat sheenAlbedo = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness );\n\t\tfloat sheenEnergyComp = 1.0 - max3( material.sheenColor ) * sheenAlbedo;\n\t\tdiffuse *= sheenEnergyComp;\n\t#endif\n\treflectedLight.indirectDiffuse += diffuse;\n}\nvoid RE_IndirectSpecular_Physical( const in vec3 radiance, const in vec3 irradiance, const in vec3 clearcoatRadiance, const in vec3 geometryPosition, const in vec3 geometryNormal, const in vec3 geometryViewDir, const in vec3 geometryClearcoatNormal, const in PhysicalMaterial material, inout ReflectedLight reflectedLight) {\n\t#ifdef USE_CLEARCOAT\n\t\tclearcoatSpecularIndirect += clearcoatRadiance * EnvironmentBRDF( geometryClearcoatNormal, geometryViewDir, material.clearcoatF0, material.clearcoatF90, material.clearcoatRoughness );\n\t#endif\n\t#ifdef USE_SHEEN\n\t\tsheenSpecularIndirect += irradiance * material.sheenColor * IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness ) * RECIPROCAL_PI;\n \t#endif\n\tvec3 singleScatteringDielectric = vec3( 0.0 );\n\tvec3 multiScatteringDielectric = vec3( 0.0 );\n\tvec3 singleScatteringMetallic = vec3( 0.0 );\n\tvec3 multiScatteringMetallic = vec3( 0.0 );\n\t#ifdef USE_IRIDESCENCE\n\t\tcomputeMultiscatteringIridescence( geometryNormal, geometryViewDir, material.specularColor, material.specularF90, material.iridescence, material.iridescenceFresnelDielectric, material.roughness, singleScatteringDielectric, multiScatteringDielectric );\n\t\tcomputeMultiscatteringIridescence( geometryNormal, geometryViewDir, material.diffuseColor, material.specularF90, material.iridescence, material.iridescenceFresnelMetallic, material.roughness, singleScatteringMetallic, multiScatteringMetallic );\n\t#else\n\t\tcomputeMultiscattering( geometryNormal, geometryViewDir, material.specularColor, material.specularF90, material.roughness, singleScatteringDielectric, multiScatteringDielectric );\n\t\tcomputeMultiscattering( geometryNormal, geometryViewDir, material.diffuseColor, material.specularF90, material.roughness, singleScatteringMetallic, multiScatteringMetallic );\n\t#endif\n\tvec3 singleScattering = mix( singleScatteringDielectric, singleScatteringMetallic, material.metalness );\n\tvec3 multiScattering = mix( multiScatteringDielectric, multiScatteringMetallic, material.metalness );\n\tvec3 totalScatteringDielectric = singleScatteringDielectric + multiScatteringDielectric;\n\tvec3 diffuse = material.diffuseContribution * ( 1.0 - totalScatteringDielectric );\n\tvec3 cosineWeightedIrradiance = irradiance * RECIPROCAL_PI;\n\tvec3 indirectSpecular = radiance * singleScattering;\n\tindirectSpecular += multiScattering * cosineWeightedIrradiance;\n\tvec3 indirectDiffuse = diffuse * cosineWeightedIrradiance;\n\t#ifdef USE_SHEEN\n\t\tfloat sheenAlbedo = IBLSheenBRDF( geometryNormal, geometryViewDir, material.sheenRoughness );\n\t\tfloat sheenEnergyComp = 1.0 - max3( material.sheenColor ) * sheenAlbedo;\n\t\tindirectSpecular *= sheenEnergyComp;\n\t\tindirectDiffuse *= sheenEnergyComp;\n\t#endif\n\treflectedLight.indirectSpecular += indirectSpecular;\n\treflectedLight.indirectDiffuse += indirectDiffuse;\n}\n#define RE_Direct\t\t\t\tRE_Direct_Physical\n#define RE_Direct_RectArea\t\tRE_Direct_RectArea_Physical\n#define RE_IndirectDiffuse\t\tRE_IndirectDiffuse_Physical\n#define RE_IndirectSpecular\t\tRE_IndirectSpecular_Physical\nfloat computeSpecularOcclusion( const in float dotNV, const in float ambientOcclusion, const in float roughness ) {\n\treturn saturate( pow( dotNV + ambientOcclusion, exp2( - 16.0 * roughness - 1.0 ) ) - 1.0 + ambientOcclusion );\n}",lights_fragment_begin:"\nvec3 geometryPosition = - vViewPosition;\nvec3 geometryNormal = normal;\nvec3 geometryViewDir = ( isOrthographic ) ? vec3( 0, 0, 1 ) : normalize( vViewPosition );\nvec3 geometryClearcoatNormal = vec3( 0.0 );\n#ifdef USE_CLEARCOAT\n\tgeometryClearcoatNormal = clearcoatNormal;\n#endif\n#ifdef USE_IRIDESCENCE\n\tfloat dotNVi = saturate( dot( normal, geometryViewDir ) );\n\tif ( material.iridescenceThickness == 0.0 ) {\n\t\tmaterial.iridescence = 0.0;\n\t} else {\n\t\tmaterial.iridescence = saturate( material.iridescence );\n\t}\n\tif ( material.iridescence > 0.0 ) {\n\t\tmaterial.iridescenceFresnelDielectric = evalIridescence( 1.0, material.iridescenceIOR, dotNVi, material.iridescenceThickness, material.specularColor );\n\t\tmaterial.iridescenceFresnelMetallic = evalIridescence( 1.0, material.iridescenceIOR, dotNVi, material.iridescenceThickness, material.diffuseColor );\n\t\tmaterial.iridescenceFresnel = mix( material.iridescenceFresnelDielectric, material.iridescenceFresnelMetallic, material.metalness );\n\t\tmaterial.iridescenceF0 = Schlick_to_F0( material.iridescenceFresnel, 1.0, dotNVi );\n\t}\n#endif\nIncidentLight directLight;\n#if ( NUM_POINT_LIGHTS > 0 ) && defined( RE_Direct )\n\tPointLight pointLight;\n\t#if defined( USE_SHADOWMAP ) && NUM_POINT_LIGHT_SHADOWS > 0\n\tPointLightShadow pointLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHTS; i ++ ) {\n\t\tpointLight = pointLights[ i ];\n\t\tgetPointLightInfo( pointLight, geometryPosition, directLight );\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_POINT_LIGHT_SHADOWS ) && ( defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_BASIC ) )\n\t\tpointLightShadow = pointLightShadows[ i ];\n\t\tdirectLight.color *= ( directLight.visible && receiveShadow ) ? getPointShadow( pointShadowMap[ i ], pointLightShadow.shadowMapSize, pointLightShadow.shadowIntensity, pointLightShadow.shadowBias, pointLightShadow.shadowRadius, vPointShadowCoord[ i ], pointLightShadow.shadowCameraNear, pointLightShadow.shadowCameraFar ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_SPOT_LIGHTS > 0 ) && defined( RE_Direct )\n\tSpotLight spotLight;\n\tvec4 spotColor;\n\tvec3 spotLightCoord;\n\tbool inSpotLightMap;\n\t#if defined( USE_SHADOWMAP ) && NUM_SPOT_LIGHT_SHADOWS > 0\n\tSpotLightShadow spotLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHTS; i ++ ) {\n\t\tspotLight = spotLights[ i ];\n\t\tgetSpotLightInfo( spotLight, geometryPosition, directLight );\n\t\t#if ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS )\n\t\t#define SPOT_LIGHT_MAP_INDEX UNROLLED_LOOP_INDEX\n\t\t#elif ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS )\n\t\t#define SPOT_LIGHT_MAP_INDEX NUM_SPOT_LIGHT_MAPS\n\t\t#else\n\t\t#define SPOT_LIGHT_MAP_INDEX ( UNROLLED_LOOP_INDEX - NUM_SPOT_LIGHT_SHADOWS + NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS )\n\t\t#endif\n\t\t#if ( SPOT_LIGHT_MAP_INDEX < NUM_SPOT_LIGHT_MAPS )\n\t\t\tspotLightCoord = vSpotLightCoord[ i ].xyz / vSpotLightCoord[ i ].w;\n\t\t\tinSpotLightMap = all( lessThan( abs( spotLightCoord * 2. - 1. ), vec3( 1.0 ) ) );\n\t\t\tspotColor = texture2D( spotLightMap[ SPOT_LIGHT_MAP_INDEX ], spotLightCoord.xy );\n\t\t\tdirectLight.color = inSpotLightMap ? directLight.color * spotColor.rgb : directLight.color;\n\t\t#endif\n\t\t#undef SPOT_LIGHT_MAP_INDEX\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS )\n\t\tspotLightShadow = spotLightShadows[ i ];\n\t\tdirectLight.color *= ( directLight.visible && receiveShadow ) ? getShadow( spotShadowMap[ i ], spotLightShadow.shadowMapSize, spotLightShadow.shadowIntensity, spotLightShadow.shadowBias, spotLightShadow.shadowRadius, vSpotLightCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_DIR_LIGHTS > 0 ) && defined( RE_Direct )\n\tDirectionalLight directionalLight;\n\t#if defined( USE_SHADOWMAP ) && NUM_DIR_LIGHT_SHADOWS > 0\n\tDirectionalLightShadow directionalLightShadow;\n\t#endif\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHTS; i ++ ) {\n\t\tdirectionalLight = directionalLights[ i ];\n\t\tgetDirectionalLightInfo( directionalLight, directLight );\n\t\t#if defined( USE_SHADOWMAP ) && ( UNROLLED_LOOP_INDEX < NUM_DIR_LIGHT_SHADOWS )\n\t\tdirectionalLightShadow = directionalLightShadows[ i ];\n\t\tdirectLight.color *= ( directLight.visible && receiveShadow ) ? getShadow( directionalShadowMap[ i ], directionalLightShadow.shadowMapSize, directionalLightShadow.shadowIntensity, directionalLightShadow.shadowBias, directionalLightShadow.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t\t#endif\n\t\tRE_Direct( directLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if ( NUM_RECT_AREA_LIGHTS > 0 ) && defined( RE_Direct_RectArea )\n\tRectAreaLight rectAreaLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_RECT_AREA_LIGHTS; i ++ ) {\n\t\trectAreaLight = rectAreaLights[ i ];\n\t\tRE_Direct_RectArea( rectAreaLight, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n\t}\n\t#pragma unroll_loop_end\n#endif\n#if defined( RE_IndirectDiffuse )\n\tvec3 iblIrradiance = vec3( 0.0 );\n\tvec3 irradiance = getAmbientLightIrradiance( ambientLightColor );\n\t#if defined( USE_LIGHT_PROBES )\n\t\tirradiance += getLightProbeIrradiance( lightProbe, geometryNormal );\n\t#endif\n\t#if ( NUM_HEMI_LIGHTS > 0 )\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < NUM_HEMI_LIGHTS; i ++ ) {\n\t\t\tirradiance += getHemisphereLightIrradiance( hemisphereLights[ i ], geometryNormal );\n\t\t}\n\t\t#pragma unroll_loop_end\n\t#endif\n#endif\n#if defined( RE_IndirectSpecular )\n\tvec3 radiance = vec3( 0.0 );\n\tvec3 clearcoatRadiance = vec3( 0.0 );\n#endif",lights_fragment_maps:"#if defined( RE_IndirectDiffuse )\n\t#ifdef USE_LIGHTMAP\n\t\tvec4 lightMapTexel = texture2D( lightMap, vLightMapUv );\n\t\tvec3 lightMapIrradiance = lightMapTexel.rgb * lightMapIntensity;\n\t\tirradiance += lightMapIrradiance;\n\t#endif\n\t#if defined( USE_ENVMAP ) && defined( STANDARD ) && defined( ENVMAP_TYPE_CUBE_UV )\n\t\tiblIrradiance += getIBLIrradiance( geometryNormal );\n\t#endif\n#endif\n#if defined( USE_ENVMAP ) && defined( RE_IndirectSpecular )\n\t#ifdef USE_ANISOTROPY\n\t\tradiance += getIBLAnisotropyRadiance( geometryViewDir, geometryNormal, material.roughness, material.anisotropyB, material.anisotropy );\n\t#else\n\t\tradiance += getIBLRadiance( geometryViewDir, geometryNormal, material.roughness );\n\t#endif\n\t#ifdef USE_CLEARCOAT\n\t\tclearcoatRadiance += getIBLRadiance( geometryViewDir, geometryClearcoatNormal, material.clearcoatRoughness );\n\t#endif\n#endif",lights_fragment_end:"#if defined( RE_IndirectDiffuse )\n\tRE_IndirectDiffuse( irradiance, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n#endif\n#if defined( RE_IndirectSpecular )\n\tRE_IndirectSpecular( radiance, iblIrradiance, clearcoatRadiance, geometryPosition, geometryNormal, geometryViewDir, geometryClearcoatNormal, material, reflectedLight );\n#endif",logdepthbuf_fragment:"#if defined( USE_LOGARITHMIC_DEPTH_BUFFER )\n\tgl_FragDepth = vIsPerspective == 0.0 ? gl_FragCoord.z : log2( vFragDepth ) * logDepthBufFC * 0.5;\n#endif",logdepthbuf_pars_fragment:"#if defined( USE_LOGARITHMIC_DEPTH_BUFFER )\n\tuniform float logDepthBufFC;\n\tvarying float vFragDepth;\n\tvarying float vIsPerspective;\n#endif",logdepthbuf_pars_vertex:"#ifdef USE_LOGARITHMIC_DEPTH_BUFFER\n\tvarying float vFragDepth;\n\tvarying float vIsPerspective;\n#endif",logdepthbuf_vertex:"#ifdef USE_LOGARITHMIC_DEPTH_BUFFER\n\tvFragDepth = 1.0 + gl_Position.w;\n\tvIsPerspective = float( isPerspectiveMatrix( projectionMatrix ) );\n#endif",map_fragment:"#ifdef USE_MAP\n\tvec4 sampledDiffuseColor = texture2D( map, vMapUv );\n\t#ifdef DECODE_VIDEO_TEXTURE\n\t\tsampledDiffuseColor = sRGBTransferEOTF( sampledDiffuseColor );\n\t#endif\n\tdiffuseColor *= sampledDiffuseColor;\n#endif",map_pars_fragment:"#ifdef USE_MAP\n\tuniform sampler2D map;\n#endif",map_particle_fragment:"#if defined( USE_MAP ) || defined( USE_ALPHAMAP )\n\t#if defined( USE_POINTS_UV )\n\t\tvec2 uv = vUv;\n\t#else\n\t\tvec2 uv = ( uvTransform * vec3( gl_PointCoord.x, 1.0 - gl_PointCoord.y, 1 ) ).xy;\n\t#endif\n#endif\n#ifdef USE_MAP\n\tdiffuseColor *= texture2D( map, uv );\n#endif\n#ifdef USE_ALPHAMAP\n\tdiffuseColor.a *= texture2D( alphaMap, uv ).g;\n#endif",map_particle_pars_fragment:"#if defined( USE_POINTS_UV )\n\tvarying vec2 vUv;\n#else\n\t#if defined( USE_MAP ) || defined( USE_ALPHAMAP )\n\t\tuniform mat3 uvTransform;\n\t#endif\n#endif\n#ifdef USE_MAP\n\tuniform sampler2D map;\n#endif\n#ifdef USE_ALPHAMAP\n\tuniform sampler2D alphaMap;\n#endif",metalnessmap_fragment:"float metalnessFactor = metalness;\n#ifdef USE_METALNESSMAP\n\tvec4 texelMetalness = texture2D( metalnessMap, vMetalnessMapUv );\n\tmetalnessFactor *= texelMetalness.b;\n#endif",metalnessmap_pars_fragment:"#ifdef USE_METALNESSMAP\n\tuniform sampler2D metalnessMap;\n#endif",morphinstance_vertex:"#ifdef USE_INSTANCING_MORPH\n\tfloat morphTargetInfluences[ MORPHTARGETS_COUNT ];\n\tfloat morphTargetBaseInfluence = texelFetch( morphTexture, ivec2( 0, gl_InstanceID ), 0 ).r;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\tmorphTargetInfluences[i] = texelFetch( morphTexture, ivec2( i + 1, gl_InstanceID ), 0 ).r;\n\t}\n#endif",morphcolor_vertex:"#if defined( USE_MORPHCOLORS )\n\tvColor *= morphTargetBaseInfluence;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\t#if defined( USE_COLOR_ALPHA )\n\t\t\tif ( morphTargetInfluences[ i ] != 0.0 ) vColor += getMorph( gl_VertexID, i, 2 ) * morphTargetInfluences[ i ];\n\t\t#elif defined( USE_COLOR )\n\t\t\tif ( morphTargetInfluences[ i ] != 0.0 ) vColor += getMorph( gl_VertexID, i, 2 ).rgb * morphTargetInfluences[ i ];\n\t\t#endif\n\t}\n#endif",morphnormal_vertex:"#ifdef USE_MORPHNORMALS\n\tobjectNormal *= morphTargetBaseInfluence;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\tif ( morphTargetInfluences[ i ] != 0.0 ) objectNormal += getMorph( gl_VertexID, i, 1 ).xyz * morphTargetInfluences[ i ];\n\t}\n#endif",morphtarget_pars_vertex:"#ifdef USE_MORPHTARGETS\n\t#ifndef USE_INSTANCING_MORPH\n\t\tuniform float morphTargetBaseInfluence;\n\t\tuniform float morphTargetInfluences[ MORPHTARGETS_COUNT ];\n\t#endif\n\tuniform sampler2DArray morphTargetsTexture;\n\tuniform ivec2 morphTargetsTextureSize;\n\tvec4 getMorph( const in int vertexIndex, const in int morphTargetIndex, const in int offset ) {\n\t\tint texelIndex = vertexIndex * MORPHTARGETS_TEXTURE_STRIDE + offset;\n\t\tint y = texelIndex / morphTargetsTextureSize.x;\n\t\tint x = texelIndex - y * morphTargetsTextureSize.x;\n\t\tivec3 morphUV = ivec3( x, y, morphTargetIndex );\n\t\treturn texelFetch( morphTargetsTexture, morphUV, 0 );\n\t}\n#endif",morphtarget_vertex:"#ifdef USE_MORPHTARGETS\n\ttransformed *= morphTargetBaseInfluence;\n\tfor ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {\n\t\tif ( morphTargetInfluences[ i ] != 0.0 ) transformed += getMorph( gl_VertexID, i, 0 ).xyz * morphTargetInfluences[ i ];\n\t}\n#endif",normal_fragment_begin:"float faceDirection = gl_FrontFacing ? 1.0 : - 1.0;\n#ifdef FLAT_SHADED\n\tvec3 fdx = dFdx( vViewPosition );\n\tvec3 fdy = dFdy( vViewPosition );\n\tvec3 normal = normalize( cross( fdx, fdy ) );\n#else\n\tvec3 normal = normalize( vNormal );\n\t#ifdef DOUBLE_SIDED\n\t\tnormal *= faceDirection;\n\t#endif\n#endif\n#if defined( USE_NORMALMAP_TANGENTSPACE ) || defined( USE_CLEARCOAT_NORMALMAP ) || defined( USE_ANISOTROPY )\n\t#ifdef USE_TANGENT\n\t\tmat3 tbn = mat3( normalize( vTangent ), normalize( vBitangent ), normal );\n\t#else\n\t\tmat3 tbn = getTangentFrame( - vViewPosition, normal,\n\t\t#if defined( USE_NORMALMAP )\n\t\t\tvNormalMapUv\n\t\t#elif defined( USE_CLEARCOAT_NORMALMAP )\n\t\t\tvClearcoatNormalMapUv\n\t\t#else\n\t\t\tvUv\n\t\t#endif\n\t\t);\n\t#endif\n\t#if defined( DOUBLE_SIDED ) && ! defined( FLAT_SHADED )\n\t\ttbn[0] *= faceDirection;\n\t\ttbn[1] *= faceDirection;\n\t#endif\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\t#ifdef USE_TANGENT\n\t\tmat3 tbn2 = mat3( normalize( vTangent ), normalize( vBitangent ), normal );\n\t#else\n\t\tmat3 tbn2 = getTangentFrame( - vViewPosition, normal, vClearcoatNormalMapUv );\n\t#endif\n\t#if defined( DOUBLE_SIDED ) && ! defined( FLAT_SHADED )\n\t\ttbn2[0] *= faceDirection;\n\t\ttbn2[1] *= faceDirection;\n\t#endif\n#endif\nvec3 nonPerturbedNormal = normal;",normal_fragment_maps:"#ifdef USE_NORMALMAP_OBJECTSPACE\n\tnormal = texture2D( normalMap, vNormalMapUv ).xyz * 2.0 - 1.0;\n\t#ifdef FLIP_SIDED\n\t\tnormal = - normal;\n\t#endif\n\t#ifdef DOUBLE_SIDED\n\t\tnormal = normal * faceDirection;\n\t#endif\n\tnormal = normalize( normalMatrix * normal );\n#elif defined( USE_NORMALMAP_TANGENTSPACE )\n\tvec3 mapN = texture2D( normalMap, vNormalMapUv ).xyz * 2.0 - 1.0;\n\tmapN.xy *= normalScale;\n\tnormal = normalize( tbn * mapN );\n#elif defined( USE_BUMPMAP )\n\tnormal = perturbNormalArb( - vViewPosition, normal, dHdxy_fwd(), faceDirection );\n#endif",normal_pars_fragment:"#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif",normal_pars_vertex:"#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n\t#ifdef USE_TANGENT\n\t\tvarying vec3 vTangent;\n\t\tvarying vec3 vBitangent;\n\t#endif\n#endif",normal_vertex:"#ifndef FLAT_SHADED\n\tvNormal = normalize( transformedNormal );\n\t#ifdef USE_TANGENT\n\t\tvTangent = normalize( transformedTangent );\n\t\tvBitangent = normalize( cross( vNormal, vTangent ) * tangent.w );\n\t#endif\n#endif",normalmap_pars_fragment:"#ifdef USE_NORMALMAP\n\tuniform sampler2D normalMap;\n\tuniform vec2 normalScale;\n#endif\n#ifdef USE_NORMALMAP_OBJECTSPACE\n\tuniform mat3 normalMatrix;\n#endif\n#if ! defined ( USE_TANGENT ) && ( defined ( USE_NORMALMAP_TANGENTSPACE ) || defined ( USE_CLEARCOAT_NORMALMAP ) || defined( USE_ANISOTROPY ) )\n\tmat3 getTangentFrame( vec3 eye_pos, vec3 surf_norm, vec2 uv ) {\n\t\tvec3 q0 = dFdx( eye_pos.xyz );\n\t\tvec3 q1 = dFdy( eye_pos.xyz );\n\t\tvec2 st0 = dFdx( uv.st );\n\t\tvec2 st1 = dFdy( uv.st );\n\t\tvec3 N = surf_norm;\n\t\tvec3 q1perp = cross( q1, N );\n\t\tvec3 q0perp = cross( N, q0 );\n\t\tvec3 T = q1perp * st0.x + q0perp * st1.x;\n\t\tvec3 B = q1perp * st0.y + q0perp * st1.y;\n\t\tfloat det = max( dot( T, T ), dot( B, B ) );\n\t\tfloat scale = ( det == 0.0 ) ? 0.0 : inversesqrt( det );\n\t\treturn mat3( T * scale, B * scale, N );\n\t}\n#endif",clearcoat_normal_fragment_begin:"#ifdef USE_CLEARCOAT\n\tvec3 clearcoatNormal = nonPerturbedNormal;\n#endif",clearcoat_normal_fragment_maps:"#ifdef USE_CLEARCOAT_NORMALMAP\n\tvec3 clearcoatMapN = texture2D( clearcoatNormalMap, vClearcoatNormalMapUv ).xyz * 2.0 - 1.0;\n\tclearcoatMapN.xy *= clearcoatNormalScale;\n\tclearcoatNormal = normalize( tbn2 * clearcoatMapN );\n#endif",clearcoat_pars_fragment:"#ifdef USE_CLEARCOATMAP\n\tuniform sampler2D clearcoatMap;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tuniform sampler2D clearcoatNormalMap;\n\tuniform vec2 clearcoatNormalScale;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tuniform sampler2D clearcoatRoughnessMap;\n#endif",iridescence_pars_fragment:"#ifdef USE_IRIDESCENCEMAP\n\tuniform sampler2D iridescenceMap;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tuniform sampler2D iridescenceThicknessMap;\n#endif",opaque_fragment:"#ifdef OPAQUE\ndiffuseColor.a = 1.0;\n#endif\n#ifdef USE_TRANSMISSION\ndiffuseColor.a *= material.transmissionAlpha;\n#endif\ngl_FragColor = vec4( outgoingLight, diffuseColor.a );",packing:"vec3 packNormalToRGB( const in vec3 normal ) {\n\treturn normalize( normal ) * 0.5 + 0.5;\n}\nvec3 unpackRGBToNormal( const in vec3 rgb ) {\n\treturn 2.0 * rgb.xyz - 1.0;\n}\nconst float PackUpscale = 256. / 255.;const float UnpackDownscale = 255. / 256.;const float ShiftRight8 = 1. / 256.;\nconst float Inv255 = 1. / 255.;\nconst vec4 PackFactors = vec4( 1.0, 256.0, 256.0 * 256.0, 256.0 * 256.0 * 256.0 );\nconst vec2 UnpackFactors2 = vec2( UnpackDownscale, 1.0 / PackFactors.g );\nconst vec3 UnpackFactors3 = vec3( UnpackDownscale / PackFactors.rg, 1.0 / PackFactors.b );\nconst vec4 UnpackFactors4 = vec4( UnpackDownscale / PackFactors.rgb, 1.0 / PackFactors.a );\nvec4 packDepthToRGBA( const in float v ) {\n\tif( v <= 0.0 )\n\t\treturn vec4( 0., 0., 0., 0. );\n\tif( v >= 1.0 )\n\t\treturn vec4( 1., 1., 1., 1. );\n\tfloat vuf;\n\tfloat af = modf( v * PackFactors.a, vuf );\n\tfloat bf = modf( vuf * ShiftRight8, vuf );\n\tfloat gf = modf( vuf * ShiftRight8, vuf );\n\treturn vec4( vuf * Inv255, gf * PackUpscale, bf * PackUpscale, af );\n}\nvec3 packDepthToRGB( const in float v ) {\n\tif( v <= 0.0 )\n\t\treturn vec3( 0., 0., 0. );\n\tif( v >= 1.0 )\n\t\treturn vec3( 1., 1., 1. );\n\tfloat vuf;\n\tfloat bf = modf( v * PackFactors.b, vuf );\n\tfloat gf = modf( vuf * ShiftRight8, vuf );\n\treturn vec3( vuf * Inv255, gf * PackUpscale, bf );\n}\nvec2 packDepthToRG( const in float v ) {\n\tif( v <= 0.0 )\n\t\treturn vec2( 0., 0. );\n\tif( v >= 1.0 )\n\t\treturn vec2( 1., 1. );\n\tfloat vuf;\n\tfloat gf = modf( v * 256., vuf );\n\treturn vec2( vuf * Inv255, gf );\n}\nfloat unpackRGBAToDepth( const in vec4 v ) {\n\treturn dot( v, UnpackFactors4 );\n}\nfloat unpackRGBToDepth( const in vec3 v ) {\n\treturn dot( v, UnpackFactors3 );\n}\nfloat unpackRGToDepth( const in vec2 v ) {\n\treturn v.r * UnpackFactors2.r + v.g * UnpackFactors2.g;\n}\nvec4 pack2HalfToRGBA( const in vec2 v ) {\n\tvec4 r = vec4( v.x, fract( v.x * 255.0 ), v.y, fract( v.y * 255.0 ) );\n\treturn vec4( r.x - r.y / 255.0, r.y, r.z - r.w / 255.0, r.w );\n}\nvec2 unpackRGBATo2Half( const in vec4 v ) {\n\treturn vec2( v.x + ( v.y / 255.0 ), v.z + ( v.w / 255.0 ) );\n}\nfloat viewZToOrthographicDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn ( viewZ + near ) / ( near - far );\n}\nfloat orthographicDepthToViewZ( const in float depth, const in float near, const in float far ) {\n\treturn depth * ( near - far ) - near;\n}\nfloat viewZToPerspectiveDepth( const in float viewZ, const in float near, const in float far ) {\n\treturn ( ( near + viewZ ) * far ) / ( ( far - near ) * viewZ );\n}\nfloat perspectiveDepthToViewZ( const in float depth, const in float near, const in float far ) {\n\treturn ( near * far ) / ( ( far - near ) * depth - far );\n}",premultiplied_alpha_fragment:"#ifdef PREMULTIPLIED_ALPHA\n\tgl_FragColor.rgb *= gl_FragColor.a;\n#endif",project_vertex:"vec4 mvPosition = vec4( transformed, 1.0 );\n#ifdef USE_BATCHING\n\tmvPosition = batchingMatrix * mvPosition;\n#endif\n#ifdef USE_INSTANCING\n\tmvPosition = instanceMatrix * mvPosition;\n#endif\nmvPosition = modelViewMatrix * mvPosition;\ngl_Position = projectionMatrix * mvPosition;",dithering_fragment:"#ifdef DITHERING\n\tgl_FragColor.rgb = dithering( gl_FragColor.rgb );\n#endif",dithering_pars_fragment:"#ifdef DITHERING\n\tvec3 dithering( vec3 color ) {\n\t\tfloat grid_position = rand( gl_FragCoord.xy );\n\t\tvec3 dither_shift_RGB = vec3( 0.25 / 255.0, -0.25 / 255.0, 0.25 / 255.0 );\n\t\tdither_shift_RGB = mix( 2.0 * dither_shift_RGB, -2.0 * dither_shift_RGB, grid_position );\n\t\treturn color + dither_shift_RGB;\n\t}\n#endif",roughnessmap_fragment:"float roughnessFactor = roughness;\n#ifdef USE_ROUGHNESSMAP\n\tvec4 texelRoughness = texture2D( roughnessMap, vRoughnessMapUv );\n\troughnessFactor *= texelRoughness.g;\n#endif",roughnessmap_pars_fragment:"#ifdef USE_ROUGHNESSMAP\n\tuniform sampler2D roughnessMap;\n#endif",shadowmap_pars_fragment:"#if NUM_SPOT_LIGHT_COORDS > 0\n\tvarying vec4 vSpotLightCoord[ NUM_SPOT_LIGHT_COORDS ];\n#endif\n#if NUM_SPOT_LIGHT_MAPS > 0\n\tuniform sampler2D spotLightMap[ NUM_SPOT_LIGHT_MAPS ];\n#endif\n#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tuniform sampler2DShadow directionalShadowMap[ NUM_DIR_LIGHT_SHADOWS ];\n\t\t#else\n\t\t\tuniform sampler2D directionalShadowMap[ NUM_DIR_LIGHT_SHADOWS ];\n\t\t#endif\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tstruct DirectionalLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tuniform sampler2DShadow spotShadowMap[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\t#else\n\t\t\tuniform sampler2D spotShadowMap[ NUM_SPOT_LIGHT_SHADOWS ];\n\t\t#endif\n\t\tstruct SpotLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\t\tuniform samplerCubeShadow pointShadowMap[ NUM_POINT_LIGHT_SHADOWS ];\n\t\t#elif defined( SHADOWMAP_TYPE_BASIC )\n\t\t\tuniform samplerCube pointShadowMap[ NUM_POINT_LIGHT_SHADOWS ];\n\t\t#endif\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tstruct PointLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t\tfloat shadowCameraNear;\n\t\t\tfloat shadowCameraFar;\n\t\t};\n\t\tuniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ];\n\t#endif\n\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\tfloat interleavedGradientNoise( vec2 position ) {\n\t\t\treturn fract( 52.9829189 * fract( dot( position, vec2( 0.06711056, 0.00583715 ) ) ) );\n\t\t}\n\t\tvec2 vogelDiskSample( int sampleIndex, int samplesCount, float phi ) {\n\t\t\tconst float goldenAngle = 2.399963229728653;\n\t\t\tfloat r = sqrt( ( float( sampleIndex ) + 0.5 ) / float( samplesCount ) );\n\t\t\tfloat theta = float( sampleIndex ) * goldenAngle + phi;\n\t\t\treturn vec2( cos( theta ), sin( theta ) ) * r;\n\t\t}\n\t#endif\n\t#if defined( SHADOWMAP_TYPE_PCF )\n\t\tfloat getShadow( sampler2DShadow shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\t\tfloat shadow = 1.0;\n\t\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\t\tshadowCoord.z += shadowBias;\n\t\t\tbool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0;\n\t\t\tbool frustumTest = inFrustum && shadowCoord.z <= 1.0;\n\t\t\tif ( frustumTest ) {\n\t\t\t\tvec2 texelSize = vec2( 1.0 ) / shadowMapSize;\n\t\t\t\tfloat radius = shadowRadius * texelSize.x;\n\t\t\t\tfloat phi = interleavedGradientNoise( gl_FragCoord.xy ) * 6.28318530718;\n\t\t\t\tshadow = (\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 0, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 1, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 2, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 3, 5, phi ) * radius, shadowCoord.z ) ) +\n\t\t\t\t\ttexture( shadowMap, vec3( shadowCoord.xy + vogelDiskSample( 4, 5, phi ) * radius, shadowCoord.z ) )\n\t\t\t\t) * 0.2;\n\t\t\t}\n\t\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t\t}\n\t#elif defined( SHADOWMAP_TYPE_VSM )\n\t\tfloat getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\t\tfloat shadow = 1.0;\n\t\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\t\tshadowCoord.z += shadowBias;\n\t\t\tbool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0;\n\t\t\tbool frustumTest = inFrustum && shadowCoord.z <= 1.0;\n\t\t\tif ( frustumTest ) {\n\t\t\t\tvec2 distribution = texture2D( shadowMap, shadowCoord.xy ).rg;\n\t\t\t\tfloat mean = distribution.x;\n\t\t\t\tfloat variance = distribution.y * distribution.y;\n\t\t\t\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\t\t\t\tfloat hard_shadow = step( mean, shadowCoord.z );\n\t\t\t\t#else\n\t\t\t\t\tfloat hard_shadow = step( shadowCoord.z, mean );\n\t\t\t\t#endif\n\t\t\t\tif ( hard_shadow == 1.0 ) {\n\t\t\t\t\tshadow = 1.0;\n\t\t\t\t} else {\n\t\t\t\t\tvariance = max( variance, 0.0000001 );\n\t\t\t\t\tfloat d = shadowCoord.z - mean;\n\t\t\t\t\tfloat p_max = variance / ( variance + d * d );\n\t\t\t\t\tp_max = clamp( ( p_max - 0.3 ) / 0.65, 0.0, 1.0 );\n\t\t\t\t\tshadow = max( hard_shadow, p_max );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t\t}\n\t#else\n\t\tfloat getShadow( sampler2D shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord ) {\n\t\t\tfloat shadow = 1.0;\n\t\t\tshadowCoord.xyz /= shadowCoord.w;\n\t\t\tshadowCoord.z += shadowBias;\n\t\t\tbool inFrustum = shadowCoord.x >= 0.0 && shadowCoord.x <= 1.0 && shadowCoord.y >= 0.0 && shadowCoord.y <= 1.0;\n\t\t\tbool frustumTest = inFrustum && shadowCoord.z <= 1.0;\n\t\t\tif ( frustumTest ) {\n\t\t\t\tfloat depth = texture2D( shadowMap, shadowCoord.xy ).r;\n\t\t\t\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\t\t\t\tshadow = step( depth, shadowCoord.z );\n\t\t\t\t#else\n\t\t\t\t\tshadow = step( shadowCoord.z, depth );\n\t\t\t\t#endif\n\t\t\t}\n\t\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t\t}\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t#if defined( SHADOWMAP_TYPE_PCF )\n\tfloat getPointShadow( samplerCubeShadow shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord, float shadowCameraNear, float shadowCameraFar ) {\n\t\tfloat shadow = 1.0;\n\t\tvec3 lightToPosition = shadowCoord.xyz;\n\t\tvec3 bd3D = normalize( lightToPosition );\n\t\tvec3 absVec = abs( lightToPosition );\n\t\tfloat viewSpaceZ = max( max( absVec.x, absVec.y ), absVec.z );\n\t\tif ( viewSpaceZ - shadowCameraFar <= 0.0 && viewSpaceZ - shadowCameraNear >= 0.0 ) {\n\t\t\tfloat dp = ( shadowCameraFar * ( viewSpaceZ - shadowCameraNear ) ) / ( viewSpaceZ * ( shadowCameraFar - shadowCameraNear ) );\n\t\t\tdp += shadowBias;\n\t\t\tfloat texelSize = shadowRadius / shadowMapSize.x;\n\t\t\tvec3 absDir = abs( bd3D );\n\t\t\tvec3 tangent = absDir.x > absDir.z ? vec3( 0.0, 1.0, 0.0 ) : vec3( 1.0, 0.0, 0.0 );\n\t\t\ttangent = normalize( cross( bd3D, tangent ) );\n\t\t\tvec3 bitangent = cross( bd3D, tangent );\n\t\t\tfloat phi = interleavedGradientNoise( gl_FragCoord.xy ) * 6.28318530718;\n\t\t\tshadow = (\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 0, 5, phi ).x + bitangent * vogelDiskSample( 0, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 1, 5, phi ).x + bitangent * vogelDiskSample( 1, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 2, 5, phi ).x + bitangent * vogelDiskSample( 2, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 3, 5, phi ).x + bitangent * vogelDiskSample( 3, 5, phi ).y ) * texelSize, dp ) ) +\n\t\t\t\ttexture( shadowMap, vec4( bd3D + ( tangent * vogelDiskSample( 4, 5, phi ).x + bitangent * vogelDiskSample( 4, 5, phi ).y ) * texelSize, dp ) )\n\t\t\t) * 0.2;\n\t\t}\n\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t}\n\t#elif defined( SHADOWMAP_TYPE_BASIC )\n\tfloat getPointShadow( samplerCube shadowMap, vec2 shadowMapSize, float shadowIntensity, float shadowBias, float shadowRadius, vec4 shadowCoord, float shadowCameraNear, float shadowCameraFar ) {\n\t\tfloat shadow = 1.0;\n\t\tvec3 lightToPosition = shadowCoord.xyz;\n\t\tvec3 bd3D = normalize( lightToPosition );\n\t\tvec3 absVec = abs( lightToPosition );\n\t\tfloat viewSpaceZ = max( max( absVec.x, absVec.y ), absVec.z );\n\t\tif ( viewSpaceZ - shadowCameraFar <= 0.0 && viewSpaceZ - shadowCameraNear >= 0.0 ) {\n\t\t\tfloat dp = ( shadowCameraFar * ( viewSpaceZ - shadowCameraNear ) ) / ( viewSpaceZ * ( shadowCameraFar - shadowCameraNear ) );\n\t\t\tdp += shadowBias;\n\t\t\tfloat depth = textureCube( shadowMap, bd3D ).r;\n\t\t\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\t\t\tshadow = step( depth, dp );\n\t\t\t#else\n\t\t\t\tshadow = step( dp, depth );\n\t\t\t#endif\n\t\t}\n\t\treturn mix( 1.0, shadow, shadowIntensity );\n\t}\n\t#endif\n\t#endif\n#endif",shadowmap_pars_vertex:"#if NUM_SPOT_LIGHT_COORDS > 0\n\tuniform mat4 spotLightMatrix[ NUM_SPOT_LIGHT_COORDS ];\n\tvarying vec4 vSpotLightCoord[ NUM_SPOT_LIGHT_COORDS ];\n#endif\n#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\tuniform mat4 directionalShadowMatrix[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tvarying vec4 vDirectionalShadowCoord[ NUM_DIR_LIGHT_SHADOWS ];\n\t\tstruct DirectionalLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform DirectionalLightShadow directionalLightShadows[ NUM_DIR_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\t\tstruct SpotLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t};\n\t\tuniform SpotLightShadow spotLightShadows[ NUM_SPOT_LIGHT_SHADOWS ];\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\tuniform mat4 pointShadowMatrix[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tvarying vec4 vPointShadowCoord[ NUM_POINT_LIGHT_SHADOWS ];\n\t\tstruct PointLightShadow {\n\t\t\tfloat shadowIntensity;\n\t\t\tfloat shadowBias;\n\t\t\tfloat shadowNormalBias;\n\t\t\tfloat shadowRadius;\n\t\t\tvec2 shadowMapSize;\n\t\t\tfloat shadowCameraNear;\n\t\t\tfloat shadowCameraFar;\n\t\t};\n\t\tuniform PointLightShadow pointLightShadows[ NUM_POINT_LIGHT_SHADOWS ];\n\t#endif\n#endif",shadowmap_vertex:"#if ( defined( USE_SHADOWMAP ) && ( NUM_DIR_LIGHT_SHADOWS > 0 || NUM_POINT_LIGHT_SHADOWS > 0 ) ) || ( NUM_SPOT_LIGHT_COORDS > 0 )\n\tvec3 shadowWorldNormal = inverseTransformDirection( transformedNormal, viewMatrix );\n\tvec4 shadowWorldPosition;\n#endif\n#if defined( USE_SHADOWMAP )\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) {\n\t\t\tshadowWorldPosition = worldPosition + vec4( shadowWorldNormal * directionalLightShadows[ i ].shadowNormalBias, 0 );\n\t\t\tvDirectionalShadowCoord[ i ] = directionalShadowMatrix[ i ] * shadowWorldPosition;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0\n\t\t#pragma unroll_loop_start\n\t\tfor ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) {\n\t\t\tshadowWorldPosition = worldPosition + vec4( shadowWorldNormal * pointLightShadows[ i ].shadowNormalBias, 0 );\n\t\t\tvPointShadowCoord[ i ] = pointShadowMatrix[ i ] * shadowWorldPosition;\n\t\t}\n\t\t#pragma unroll_loop_end\n\t#endif\n#endif\n#if NUM_SPOT_LIGHT_COORDS > 0\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHT_COORDS; i ++ ) {\n\t\tshadowWorldPosition = worldPosition;\n\t\t#if ( defined( USE_SHADOWMAP ) && UNROLLED_LOOP_INDEX < NUM_SPOT_LIGHT_SHADOWS )\n\t\t\tshadowWorldPosition.xyz += shadowWorldNormal * spotLightShadows[ i ].shadowNormalBias;\n\t\t#endif\n\t\tvSpotLightCoord[ i ] = spotLightMatrix[ i ] * shadowWorldPosition;\n\t}\n\t#pragma unroll_loop_end\n#endif",shadowmask_pars_fragment:"float getShadowMask() {\n\tfloat shadow = 1.0;\n\t#ifdef USE_SHADOWMAP\n\t#if NUM_DIR_LIGHT_SHADOWS > 0\n\tDirectionalLightShadow directionalLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_DIR_LIGHT_SHADOWS; i ++ ) {\n\t\tdirectionalLight = directionalLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getShadow( directionalShadowMap[ i ], directionalLight.shadowMapSize, directionalLight.shadowIntensity, directionalLight.shadowBias, directionalLight.shadowRadius, vDirectionalShadowCoord[ i ] ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_SPOT_LIGHT_SHADOWS > 0\n\tSpotLightShadow spotLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_SPOT_LIGHT_SHADOWS; i ++ ) {\n\t\tspotLight = spotLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getShadow( spotShadowMap[ i ], spotLight.shadowMapSize, spotLight.shadowIntensity, spotLight.shadowBias, spotLight.shadowRadius, vSpotLightCoord[ i ] ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#if NUM_POINT_LIGHT_SHADOWS > 0 && ( defined( SHADOWMAP_TYPE_PCF ) || defined( SHADOWMAP_TYPE_BASIC ) )\n\tPointLightShadow pointLight;\n\t#pragma unroll_loop_start\n\tfor ( int i = 0; i < NUM_POINT_LIGHT_SHADOWS; i ++ ) {\n\t\tpointLight = pointLightShadows[ i ];\n\t\tshadow *= receiveShadow ? getPointShadow( pointShadowMap[ i ], pointLight.shadowMapSize, pointLight.shadowIntensity, pointLight.shadowBias, pointLight.shadowRadius, vPointShadowCoord[ i ], pointLight.shadowCameraNear, pointLight.shadowCameraFar ) : 1.0;\n\t}\n\t#pragma unroll_loop_end\n\t#endif\n\t#endif\n\treturn shadow;\n}",skinbase_vertex:"#ifdef USE_SKINNING\n\tmat4 boneMatX = getBoneMatrix( skinIndex.x );\n\tmat4 boneMatY = getBoneMatrix( skinIndex.y );\n\tmat4 boneMatZ = getBoneMatrix( skinIndex.z );\n\tmat4 boneMatW = getBoneMatrix( skinIndex.w );\n#endif",skinning_pars_vertex:"#ifdef USE_SKINNING\n\tuniform mat4 bindMatrix;\n\tuniform mat4 bindMatrixInverse;\n\tuniform highp sampler2D boneTexture;\n\tmat4 getBoneMatrix( const in float i ) {\n\t\tint size = textureSize( boneTexture, 0 ).x;\n\t\tint j = int( i ) * 4;\n\t\tint x = j % size;\n\t\tint y = j / size;\n\t\tvec4 v1 = texelFetch( boneTexture, ivec2( x, y ), 0 );\n\t\tvec4 v2 = texelFetch( boneTexture, ivec2( x + 1, y ), 0 );\n\t\tvec4 v3 = texelFetch( boneTexture, ivec2( x + 2, y ), 0 );\n\t\tvec4 v4 = texelFetch( boneTexture, ivec2( x + 3, y ), 0 );\n\t\treturn mat4( v1, v2, v3, v4 );\n\t}\n#endif",skinning_vertex:"#ifdef USE_SKINNING\n\tvec4 skinVertex = bindMatrix * vec4( transformed, 1.0 );\n\tvec4 skinned = vec4( 0.0 );\n\tskinned += boneMatX * skinVertex * skinWeight.x;\n\tskinned += boneMatY * skinVertex * skinWeight.y;\n\tskinned += boneMatZ * skinVertex * skinWeight.z;\n\tskinned += boneMatW * skinVertex * skinWeight.w;\n\ttransformed = ( bindMatrixInverse * skinned ).xyz;\n#endif",skinnormal_vertex:"#ifdef USE_SKINNING\n\tmat4 skinMatrix = mat4( 0.0 );\n\tskinMatrix += skinWeight.x * boneMatX;\n\tskinMatrix += skinWeight.y * boneMatY;\n\tskinMatrix += skinWeight.z * boneMatZ;\n\tskinMatrix += skinWeight.w * boneMatW;\n\tskinMatrix = bindMatrixInverse * skinMatrix * bindMatrix;\n\tobjectNormal = vec4( skinMatrix * vec4( objectNormal, 0.0 ) ).xyz;\n\t#ifdef USE_TANGENT\n\t\tobjectTangent = vec4( skinMatrix * vec4( objectTangent, 0.0 ) ).xyz;\n\t#endif\n#endif",specularmap_fragment:"float specularStrength;\n#ifdef USE_SPECULARMAP\n\tvec4 texelSpecular = texture2D( specularMap, vSpecularMapUv );\n\tspecularStrength = texelSpecular.r;\n#else\n\tspecularStrength = 1.0;\n#endif",specularmap_pars_fragment:"#ifdef USE_SPECULARMAP\n\tuniform sampler2D specularMap;\n#endif",tonemapping_fragment:"#if defined( TONE_MAPPING )\n\tgl_FragColor.rgb = toneMapping( gl_FragColor.rgb );\n#endif",tonemapping_pars_fragment:"#ifndef saturate\n#define saturate( a ) clamp( a, 0.0, 1.0 )\n#endif\nuniform float toneMappingExposure;\nvec3 LinearToneMapping( vec3 color ) {\n\treturn saturate( toneMappingExposure * color );\n}\nvec3 ReinhardToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\treturn saturate( color / ( vec3( 1.0 ) + color ) );\n}\nvec3 CineonToneMapping( vec3 color ) {\n\tcolor *= toneMappingExposure;\n\tcolor = max( vec3( 0.0 ), color - 0.004 );\n\treturn pow( ( color * ( 6.2 * color + 0.5 ) ) / ( color * ( 6.2 * color + 1.7 ) + 0.06 ), vec3( 2.2 ) );\n}\nvec3 RRTAndODTFit( vec3 v ) {\n\tvec3 a = v * ( v + 0.0245786 ) - 0.000090537;\n\tvec3 b = v * ( 0.983729 * v + 0.4329510 ) + 0.238081;\n\treturn a / b;\n}\nvec3 ACESFilmicToneMapping( vec3 color ) {\n\tconst mat3 ACESInputMat = mat3(\n\t\tvec3( 0.59719, 0.07600, 0.02840 ),\t\tvec3( 0.35458, 0.90834, 0.13383 ),\n\t\tvec3( 0.04823, 0.01566, 0.83777 )\n\t);\n\tconst mat3 ACESOutputMat = mat3(\n\t\tvec3( 1.60475, -0.10208, -0.00327 ),\t\tvec3( -0.53108, 1.10813, -0.07276 ),\n\t\tvec3( -0.07367, -0.00605, 1.07602 )\n\t);\n\tcolor *= toneMappingExposure / 0.6;\n\tcolor = ACESInputMat * color;\n\tcolor = RRTAndODTFit( color );\n\tcolor = ACESOutputMat * color;\n\treturn saturate( color );\n}\nconst mat3 LINEAR_REC2020_TO_LINEAR_SRGB = mat3(\n\tvec3( 1.6605, - 0.1246, - 0.0182 ),\n\tvec3( - 0.5876, 1.1329, - 0.1006 ),\n\tvec3( - 0.0728, - 0.0083, 1.1187 )\n);\nconst mat3 LINEAR_SRGB_TO_LINEAR_REC2020 = mat3(\n\tvec3( 0.6274, 0.0691, 0.0164 ),\n\tvec3( 0.3293, 0.9195, 0.0880 ),\n\tvec3( 0.0433, 0.0113, 0.8956 )\n);\nvec3 agxDefaultContrastApprox( vec3 x ) {\n\tvec3 x2 = x * x;\n\tvec3 x4 = x2 * x2;\n\treturn + 15.5 * x4 * x2\n\t\t- 40.14 * x4 * x\n\t\t+ 31.96 * x4\n\t\t- 6.868 * x2 * x\n\t\t+ 0.4298 * x2\n\t\t+ 0.1191 * x\n\t\t- 0.00232;\n}\nvec3 AgXToneMapping( vec3 color ) {\n\tconst mat3 AgXInsetMatrix = mat3(\n\t\tvec3( 0.856627153315983, 0.137318972929847, 0.11189821299995 ),\n\t\tvec3( 0.0951212405381588, 0.761241990602591, 0.0767994186031903 ),\n\t\tvec3( 0.0482516061458583, 0.101439036467562, 0.811302368396859 )\n\t);\n\tconst mat3 AgXOutsetMatrix = mat3(\n\t\tvec3( 1.1271005818144368, - 0.1413297634984383, - 0.14132976349843826 ),\n\t\tvec3( - 0.11060664309660323, 1.157823702216272, - 0.11060664309660294 ),\n\t\tvec3( - 0.016493938717834573, - 0.016493938717834257, 1.2519364065950405 )\n\t);\n\tconst float AgxMinEv = - 12.47393;\tconst float AgxMaxEv = 4.026069;\n\tcolor *= toneMappingExposure;\n\tcolor = LINEAR_SRGB_TO_LINEAR_REC2020 * color;\n\tcolor = AgXInsetMatrix * color;\n\tcolor = max( color, 1e-10 );\tcolor = log2( color );\n\tcolor = ( color - AgxMinEv ) / ( AgxMaxEv - AgxMinEv );\n\tcolor = clamp( color, 0.0, 1.0 );\n\tcolor = agxDefaultContrastApprox( color );\n\tcolor = AgXOutsetMatrix * color;\n\tcolor = pow( max( vec3( 0.0 ), color ), vec3( 2.2 ) );\n\tcolor = LINEAR_REC2020_TO_LINEAR_SRGB * color;\n\tcolor = clamp( color, 0.0, 1.0 );\n\treturn color;\n}\nvec3 NeutralToneMapping( vec3 color ) {\n\tconst float StartCompression = 0.8 - 0.04;\n\tconst float Desaturation = 0.15;\n\tcolor *= toneMappingExposure;\n\tfloat x = min( color.r, min( color.g, color.b ) );\n\tfloat offset = x < 0.08 ? x - 6.25 * x * x : 0.04;\n\tcolor -= offset;\n\tfloat peak = max( color.r, max( color.g, color.b ) );\n\tif ( peak < StartCompression ) return color;\n\tfloat d = 1. - StartCompression;\n\tfloat newPeak = 1. - d * d / ( peak + d - StartCompression );\n\tcolor *= newPeak / peak;\n\tfloat g = 1. - 1. / ( Desaturation * ( peak - newPeak ) + 1. );\n\treturn mix( color, vec3( newPeak ), g );\n}\nvec3 CustomToneMapping( vec3 color ) { return color; }",transmission_fragment:"#ifdef USE_TRANSMISSION\n\tmaterial.transmission = transmission;\n\tmaterial.transmissionAlpha = 1.0;\n\tmaterial.thickness = thickness;\n\tmaterial.attenuationDistance = attenuationDistance;\n\tmaterial.attenuationColor = attenuationColor;\n\t#ifdef USE_TRANSMISSIONMAP\n\t\tmaterial.transmission *= texture2D( transmissionMap, vTransmissionMapUv ).r;\n\t#endif\n\t#ifdef USE_THICKNESSMAP\n\t\tmaterial.thickness *= texture2D( thicknessMap, vThicknessMapUv ).g;\n\t#endif\n\tvec3 pos = vWorldPosition;\n\tvec3 v = normalize( cameraPosition - pos );\n\tvec3 n = inverseTransformDirection( normal, viewMatrix );\n\tvec4 transmitted = getIBLVolumeRefraction(\n\t\tn, v, material.roughness, material.diffuseContribution, material.specularColorBlended, material.specularF90,\n\t\tpos, modelMatrix, viewMatrix, projectionMatrix, material.dispersion, material.ior, material.thickness,\n\t\tmaterial.attenuationColor, material.attenuationDistance );\n\tmaterial.transmissionAlpha = mix( material.transmissionAlpha, transmitted.a, material.transmission );\n\ttotalDiffuse = mix( totalDiffuse, transmitted.rgb, material.transmission );\n#endif",transmission_pars_fragment:"#ifdef USE_TRANSMISSION\n\tuniform float transmission;\n\tuniform float thickness;\n\tuniform float attenuationDistance;\n\tuniform vec3 attenuationColor;\n\t#ifdef USE_TRANSMISSIONMAP\n\t\tuniform sampler2D transmissionMap;\n\t#endif\n\t#ifdef USE_THICKNESSMAP\n\t\tuniform sampler2D thicknessMap;\n\t#endif\n\tuniform vec2 transmissionSamplerSize;\n\tuniform sampler2D transmissionSamplerMap;\n\tuniform mat4 modelMatrix;\n\tuniform mat4 projectionMatrix;\n\tvarying vec3 vWorldPosition;\n\tfloat w0( float a ) {\n\t\treturn ( 1.0 / 6.0 ) * ( a * ( a * ( - a + 3.0 ) - 3.0 ) + 1.0 );\n\t}\n\tfloat w1( float a ) {\n\t\treturn ( 1.0 / 6.0 ) * ( a * a * ( 3.0 * a - 6.0 ) + 4.0 );\n\t}\n\tfloat w2( float a ){\n\t\treturn ( 1.0 / 6.0 ) * ( a * ( a * ( - 3.0 * a + 3.0 ) + 3.0 ) + 1.0 );\n\t}\n\tfloat w3( float a ) {\n\t\treturn ( 1.0 / 6.0 ) * ( a * a * a );\n\t}\n\tfloat g0( float a ) {\n\t\treturn w0( a ) + w1( a );\n\t}\n\tfloat g1( float a ) {\n\t\treturn w2( a ) + w3( a );\n\t}\n\tfloat h0( float a ) {\n\t\treturn - 1.0 + w1( a ) / ( w0( a ) + w1( a ) );\n\t}\n\tfloat h1( float a ) {\n\t\treturn 1.0 + w3( a ) / ( w2( a ) + w3( a ) );\n\t}\n\tvec4 bicubic( sampler2D tex, vec2 uv, vec4 texelSize, float lod ) {\n\t\tuv = uv * texelSize.zw + 0.5;\n\t\tvec2 iuv = floor( uv );\n\t\tvec2 fuv = fract( uv );\n\t\tfloat g0x = g0( fuv.x );\n\t\tfloat g1x = g1( fuv.x );\n\t\tfloat h0x = h0( fuv.x );\n\t\tfloat h1x = h1( fuv.x );\n\t\tfloat h0y = h0( fuv.y );\n\t\tfloat h1y = h1( fuv.y );\n\t\tvec2 p0 = ( vec2( iuv.x + h0x, iuv.y + h0y ) - 0.5 ) * texelSize.xy;\n\t\tvec2 p1 = ( vec2( iuv.x + h1x, iuv.y + h0y ) - 0.5 ) * texelSize.xy;\n\t\tvec2 p2 = ( vec2( iuv.x + h0x, iuv.y + h1y ) - 0.5 ) * texelSize.xy;\n\t\tvec2 p3 = ( vec2( iuv.x + h1x, iuv.y + h1y ) - 0.5 ) * texelSize.xy;\n\t\treturn g0( fuv.y ) * ( g0x * textureLod( tex, p0, lod ) + g1x * textureLod( tex, p1, lod ) ) +\n\t\t\tg1( fuv.y ) * ( g0x * textureLod( tex, p2, lod ) + g1x * textureLod( tex, p3, lod ) );\n\t}\n\tvec4 textureBicubic( sampler2D sampler, vec2 uv, float lod ) {\n\t\tvec2 fLodSize = vec2( textureSize( sampler, int( lod ) ) );\n\t\tvec2 cLodSize = vec2( textureSize( sampler, int( lod + 1.0 ) ) );\n\t\tvec2 fLodSizeInv = 1.0 / fLodSize;\n\t\tvec2 cLodSizeInv = 1.0 / cLodSize;\n\t\tvec4 fSample = bicubic( sampler, uv, vec4( fLodSizeInv, fLodSize ), floor( lod ) );\n\t\tvec4 cSample = bicubic( sampler, uv, vec4( cLodSizeInv, cLodSize ), ceil( lod ) );\n\t\treturn mix( fSample, cSample, fract( lod ) );\n\t}\n\tvec3 getVolumeTransmissionRay( const in vec3 n, const in vec3 v, const in float thickness, const in float ior, const in mat4 modelMatrix ) {\n\t\tvec3 refractionVector = refract( - v, normalize( n ), 1.0 / ior );\n\t\tvec3 modelScale;\n\t\tmodelScale.x = length( vec3( modelMatrix[ 0 ].xyz ) );\n\t\tmodelScale.y = length( vec3( modelMatrix[ 1 ].xyz ) );\n\t\tmodelScale.z = length( vec3( modelMatrix[ 2 ].xyz ) );\n\t\treturn normalize( refractionVector ) * thickness * modelScale;\n\t}\n\tfloat applyIorToRoughness( const in float roughness, const in float ior ) {\n\t\treturn roughness * clamp( ior * 2.0 - 2.0, 0.0, 1.0 );\n\t}\n\tvec4 getTransmissionSample( const in vec2 fragCoord, const in float roughness, const in float ior ) {\n\t\tfloat lod = log2( transmissionSamplerSize.x ) * applyIorToRoughness( roughness, ior );\n\t\treturn textureBicubic( transmissionSamplerMap, fragCoord.xy, lod );\n\t}\n\tvec3 volumeAttenuation( const in float transmissionDistance, const in vec3 attenuationColor, const in float attenuationDistance ) {\n\t\tif ( isinf( attenuationDistance ) ) {\n\t\t\treturn vec3( 1.0 );\n\t\t} else {\n\t\t\tvec3 attenuationCoefficient = -log( attenuationColor ) / attenuationDistance;\n\t\t\tvec3 transmittance = exp( - attenuationCoefficient * transmissionDistance );\t\t\treturn transmittance;\n\t\t}\n\t}\n\tvec4 getIBLVolumeRefraction( const in vec3 n, const in vec3 v, const in float roughness, const in vec3 diffuseColor,\n\t\tconst in vec3 specularColor, const in float specularF90, const in vec3 position, const in mat4 modelMatrix,\n\t\tconst in mat4 viewMatrix, const in mat4 projMatrix, const in float dispersion, const in float ior, const in float thickness,\n\t\tconst in vec3 attenuationColor, const in float attenuationDistance ) {\n\t\tvec4 transmittedLight;\n\t\tvec3 transmittance;\n\t\t#ifdef USE_DISPERSION\n\t\t\tfloat halfSpread = ( ior - 1.0 ) * 0.025 * dispersion;\n\t\t\tvec3 iors = vec3( ior - halfSpread, ior, ior + halfSpread );\n\t\t\tfor ( int i = 0; i < 3; i ++ ) {\n\t\t\t\tvec3 transmissionRay = getVolumeTransmissionRay( n, v, thickness, iors[ i ], modelMatrix );\n\t\t\t\tvec3 refractedRayExit = position + transmissionRay;\n\t\t\t\tvec4 ndcPos = projMatrix * viewMatrix * vec4( refractedRayExit, 1.0 );\n\t\t\t\tvec2 refractionCoords = ndcPos.xy / ndcPos.w;\n\t\t\t\trefractionCoords += 1.0;\n\t\t\t\trefractionCoords /= 2.0;\n\t\t\t\tvec4 transmissionSample = getTransmissionSample( refractionCoords, roughness, iors[ i ] );\n\t\t\t\ttransmittedLight[ i ] = transmissionSample[ i ];\n\t\t\t\ttransmittedLight.a += transmissionSample.a;\n\t\t\t\ttransmittance[ i ] = diffuseColor[ i ] * volumeAttenuation( length( transmissionRay ), attenuationColor, attenuationDistance )[ i ];\n\t\t\t}\n\t\t\ttransmittedLight.a /= 3.0;\n\t\t#else\n\t\t\tvec3 transmissionRay = getVolumeTransmissionRay( n, v, thickness, ior, modelMatrix );\n\t\t\tvec3 refractedRayExit = position + transmissionRay;\n\t\t\tvec4 ndcPos = projMatrix * viewMatrix * vec4( refractedRayExit, 1.0 );\n\t\t\tvec2 refractionCoords = ndcPos.xy / ndcPos.w;\n\t\t\trefractionCoords += 1.0;\n\t\t\trefractionCoords /= 2.0;\n\t\t\ttransmittedLight = getTransmissionSample( refractionCoords, roughness, ior );\n\t\t\ttransmittance = diffuseColor * volumeAttenuation( length( transmissionRay ), attenuationColor, attenuationDistance );\n\t\t#endif\n\t\tvec3 attenuatedColor = transmittance * transmittedLight.rgb;\n\t\tvec3 F = EnvironmentBRDF( n, v, specularColor, specularF90, roughness );\n\t\tfloat transmittanceFactor = ( transmittance.r + transmittance.g + transmittance.b ) / 3.0;\n\t\treturn vec4( ( 1.0 - F ) * attenuatedColor, 1.0 - ( 1.0 - transmittedLight.a ) * transmittanceFactor );\n\t}\n#endif",uv_pars_fragment:"#if defined( USE_UV ) || defined( USE_ANISOTROPY )\n\tvarying vec2 vUv;\n#endif\n#ifdef USE_MAP\n\tvarying vec2 vMapUv;\n#endif\n#ifdef USE_ALPHAMAP\n\tvarying vec2 vAlphaMapUv;\n#endif\n#ifdef USE_LIGHTMAP\n\tvarying vec2 vLightMapUv;\n#endif\n#ifdef USE_AOMAP\n\tvarying vec2 vAoMapUv;\n#endif\n#ifdef USE_BUMPMAP\n\tvarying vec2 vBumpMapUv;\n#endif\n#ifdef USE_NORMALMAP\n\tvarying vec2 vNormalMapUv;\n#endif\n#ifdef USE_EMISSIVEMAP\n\tvarying vec2 vEmissiveMapUv;\n#endif\n#ifdef USE_METALNESSMAP\n\tvarying vec2 vMetalnessMapUv;\n#endif\n#ifdef USE_ROUGHNESSMAP\n\tvarying vec2 vRoughnessMapUv;\n#endif\n#ifdef USE_ANISOTROPYMAP\n\tvarying vec2 vAnisotropyMapUv;\n#endif\n#ifdef USE_CLEARCOATMAP\n\tvarying vec2 vClearcoatMapUv;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tvarying vec2 vClearcoatNormalMapUv;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tvarying vec2 vClearcoatRoughnessMapUv;\n#endif\n#ifdef USE_IRIDESCENCEMAP\n\tvarying vec2 vIridescenceMapUv;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tvarying vec2 vIridescenceThicknessMapUv;\n#endif\n#ifdef USE_SHEEN_COLORMAP\n\tvarying vec2 vSheenColorMapUv;\n#endif\n#ifdef USE_SHEEN_ROUGHNESSMAP\n\tvarying vec2 vSheenRoughnessMapUv;\n#endif\n#ifdef USE_SPECULARMAP\n\tvarying vec2 vSpecularMapUv;\n#endif\n#ifdef USE_SPECULAR_COLORMAP\n\tvarying vec2 vSpecularColorMapUv;\n#endif\n#ifdef USE_SPECULAR_INTENSITYMAP\n\tvarying vec2 vSpecularIntensityMapUv;\n#endif\n#ifdef USE_TRANSMISSIONMAP\n\tuniform mat3 transmissionMapTransform;\n\tvarying vec2 vTransmissionMapUv;\n#endif\n#ifdef USE_THICKNESSMAP\n\tuniform mat3 thicknessMapTransform;\n\tvarying vec2 vThicknessMapUv;\n#endif",uv_pars_vertex:"#if defined( USE_UV ) || defined( USE_ANISOTROPY )\n\tvarying vec2 vUv;\n#endif\n#ifdef USE_MAP\n\tuniform mat3 mapTransform;\n\tvarying vec2 vMapUv;\n#endif\n#ifdef USE_ALPHAMAP\n\tuniform mat3 alphaMapTransform;\n\tvarying vec2 vAlphaMapUv;\n#endif\n#ifdef USE_LIGHTMAP\n\tuniform mat3 lightMapTransform;\n\tvarying vec2 vLightMapUv;\n#endif\n#ifdef USE_AOMAP\n\tuniform mat3 aoMapTransform;\n\tvarying vec2 vAoMapUv;\n#endif\n#ifdef USE_BUMPMAP\n\tuniform mat3 bumpMapTransform;\n\tvarying vec2 vBumpMapUv;\n#endif\n#ifdef USE_NORMALMAP\n\tuniform mat3 normalMapTransform;\n\tvarying vec2 vNormalMapUv;\n#endif\n#ifdef USE_DISPLACEMENTMAP\n\tuniform mat3 displacementMapTransform;\n\tvarying vec2 vDisplacementMapUv;\n#endif\n#ifdef USE_EMISSIVEMAP\n\tuniform mat3 emissiveMapTransform;\n\tvarying vec2 vEmissiveMapUv;\n#endif\n#ifdef USE_METALNESSMAP\n\tuniform mat3 metalnessMapTransform;\n\tvarying vec2 vMetalnessMapUv;\n#endif\n#ifdef USE_ROUGHNESSMAP\n\tuniform mat3 roughnessMapTransform;\n\tvarying vec2 vRoughnessMapUv;\n#endif\n#ifdef USE_ANISOTROPYMAP\n\tuniform mat3 anisotropyMapTransform;\n\tvarying vec2 vAnisotropyMapUv;\n#endif\n#ifdef USE_CLEARCOATMAP\n\tuniform mat3 clearcoatMapTransform;\n\tvarying vec2 vClearcoatMapUv;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tuniform mat3 clearcoatNormalMapTransform;\n\tvarying vec2 vClearcoatNormalMapUv;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tuniform mat3 clearcoatRoughnessMapTransform;\n\tvarying vec2 vClearcoatRoughnessMapUv;\n#endif\n#ifdef USE_SHEEN_COLORMAP\n\tuniform mat3 sheenColorMapTransform;\n\tvarying vec2 vSheenColorMapUv;\n#endif\n#ifdef USE_SHEEN_ROUGHNESSMAP\n\tuniform mat3 sheenRoughnessMapTransform;\n\tvarying vec2 vSheenRoughnessMapUv;\n#endif\n#ifdef USE_IRIDESCENCEMAP\n\tuniform mat3 iridescenceMapTransform;\n\tvarying vec2 vIridescenceMapUv;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tuniform mat3 iridescenceThicknessMapTransform;\n\tvarying vec2 vIridescenceThicknessMapUv;\n#endif\n#ifdef USE_SPECULARMAP\n\tuniform mat3 specularMapTransform;\n\tvarying vec2 vSpecularMapUv;\n#endif\n#ifdef USE_SPECULAR_COLORMAP\n\tuniform mat3 specularColorMapTransform;\n\tvarying vec2 vSpecularColorMapUv;\n#endif\n#ifdef USE_SPECULAR_INTENSITYMAP\n\tuniform mat3 specularIntensityMapTransform;\n\tvarying vec2 vSpecularIntensityMapUv;\n#endif\n#ifdef USE_TRANSMISSIONMAP\n\tuniform mat3 transmissionMapTransform;\n\tvarying vec2 vTransmissionMapUv;\n#endif\n#ifdef USE_THICKNESSMAP\n\tuniform mat3 thicknessMapTransform;\n\tvarying vec2 vThicknessMapUv;\n#endif",uv_vertex:"#if defined( USE_UV ) || defined( USE_ANISOTROPY )\n\tvUv = vec3( uv, 1 ).xy;\n#endif\n#ifdef USE_MAP\n\tvMapUv = ( mapTransform * vec3( MAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_ALPHAMAP\n\tvAlphaMapUv = ( alphaMapTransform * vec3( ALPHAMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_LIGHTMAP\n\tvLightMapUv = ( lightMapTransform * vec3( LIGHTMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_AOMAP\n\tvAoMapUv = ( aoMapTransform * vec3( AOMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_BUMPMAP\n\tvBumpMapUv = ( bumpMapTransform * vec3( BUMPMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_NORMALMAP\n\tvNormalMapUv = ( normalMapTransform * vec3( NORMALMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_DISPLACEMENTMAP\n\tvDisplacementMapUv = ( displacementMapTransform * vec3( DISPLACEMENTMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_EMISSIVEMAP\n\tvEmissiveMapUv = ( emissiveMapTransform * vec3( EMISSIVEMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_METALNESSMAP\n\tvMetalnessMapUv = ( metalnessMapTransform * vec3( METALNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_ROUGHNESSMAP\n\tvRoughnessMapUv = ( roughnessMapTransform * vec3( ROUGHNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_ANISOTROPYMAP\n\tvAnisotropyMapUv = ( anisotropyMapTransform * vec3( ANISOTROPYMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_CLEARCOATMAP\n\tvClearcoatMapUv = ( clearcoatMapTransform * vec3( CLEARCOATMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_CLEARCOAT_NORMALMAP\n\tvClearcoatNormalMapUv = ( clearcoatNormalMapTransform * vec3( CLEARCOAT_NORMALMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_CLEARCOAT_ROUGHNESSMAP\n\tvClearcoatRoughnessMapUv = ( clearcoatRoughnessMapTransform * vec3( CLEARCOAT_ROUGHNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_IRIDESCENCEMAP\n\tvIridescenceMapUv = ( iridescenceMapTransform * vec3( IRIDESCENCEMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_IRIDESCENCE_THICKNESSMAP\n\tvIridescenceThicknessMapUv = ( iridescenceThicknessMapTransform * vec3( IRIDESCENCE_THICKNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SHEEN_COLORMAP\n\tvSheenColorMapUv = ( sheenColorMapTransform * vec3( SHEEN_COLORMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SHEEN_ROUGHNESSMAP\n\tvSheenRoughnessMapUv = ( sheenRoughnessMapTransform * vec3( SHEEN_ROUGHNESSMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SPECULARMAP\n\tvSpecularMapUv = ( specularMapTransform * vec3( SPECULARMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SPECULAR_COLORMAP\n\tvSpecularColorMapUv = ( specularColorMapTransform * vec3( SPECULAR_COLORMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_SPECULAR_INTENSITYMAP\n\tvSpecularIntensityMapUv = ( specularIntensityMapTransform * vec3( SPECULAR_INTENSITYMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_TRANSMISSIONMAP\n\tvTransmissionMapUv = ( transmissionMapTransform * vec3( TRANSMISSIONMAP_UV, 1 ) ).xy;\n#endif\n#ifdef USE_THICKNESSMAP\n\tvThicknessMapUv = ( thicknessMapTransform * vec3( THICKNESSMAP_UV, 1 ) ).xy;\n#endif",worldpos_vertex:"#if defined( USE_ENVMAP ) || defined( DISTANCE ) || defined ( USE_SHADOWMAP ) || defined ( USE_TRANSMISSION ) || NUM_SPOT_LIGHT_COORDS > 0\n\tvec4 worldPosition = vec4( transformed, 1.0 );\n\t#ifdef USE_BATCHING\n\t\tworldPosition = batchingMatrix * worldPosition;\n\t#endif\n\t#ifdef USE_INSTANCING\n\t\tworldPosition = instanceMatrix * worldPosition;\n\t#endif\n\tworldPosition = modelMatrix * worldPosition;\n#endif",background_vert:"varying vec2 vUv;\nuniform mat3 uvTransform;\nvoid main() {\n\tvUv = ( uvTransform * vec3( uv, 1 ) ).xy;\n\tgl_Position = vec4( position.xy, 1.0, 1.0 );\n}",background_frag:"uniform sampler2D t2D;\nuniform float backgroundIntensity;\nvarying vec2 vUv;\nvoid main() {\n\tvec4 texColor = texture2D( t2D, vUv );\n\t#ifdef DECODE_VIDEO_TEXTURE\n\t\ttexColor = vec4( mix( pow( texColor.rgb * 0.9478672986 + vec3( 0.0521327014 ), vec3( 2.4 ) ), texColor.rgb * 0.0773993808, vec3( lessThanEqual( texColor.rgb, vec3( 0.04045 ) ) ) ), texColor.w );\n\t#endif\n\ttexColor.rgb *= backgroundIntensity;\n\tgl_FragColor = texColor;\n\t#include \n\t#include \n}",backgroundCube_vert:"varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n\tgl_Position.z = gl_Position.w;\n}",backgroundCube_frag:"#ifdef ENVMAP_TYPE_CUBE\n\tuniform samplerCube envMap;\n#elif defined( ENVMAP_TYPE_CUBE_UV )\n\tuniform sampler2D envMap;\n#endif\nuniform float flipEnvMap;\nuniform float backgroundBlurriness;\nuniform float backgroundIntensity;\nuniform mat3 backgroundRotation;\nvarying vec3 vWorldDirection;\n#include \nvoid main() {\n\t#ifdef ENVMAP_TYPE_CUBE\n\t\tvec4 texColor = textureCube( envMap, backgroundRotation * vec3( flipEnvMap * vWorldDirection.x, vWorldDirection.yz ) );\n\t#elif defined( ENVMAP_TYPE_CUBE_UV )\n\t\tvec4 texColor = textureCubeUV( envMap, backgroundRotation * vWorldDirection, backgroundBlurriness );\n\t#else\n\t\tvec4 texColor = vec4( 0.0, 0.0, 0.0, 1.0 );\n\t#endif\n\ttexColor.rgb *= backgroundIntensity;\n\tgl_FragColor = texColor;\n\t#include \n\t#include \n}",cube_vert:"varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n\tgl_Position.z = gl_Position.w;\n}",cube_frag:"uniform samplerCube tCube;\nuniform float tFlip;\nuniform float opacity;\nvarying vec3 vWorldDirection;\nvoid main() {\n\tvec4 texColor = textureCube( tCube, vec3( tFlip * vWorldDirection.x, vWorldDirection.yz ) );\n\tgl_FragColor = texColor;\n\tgl_FragColor.a *= opacity;\n\t#include \n\t#include \n}",depth_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvarying vec2 vHighPrecisionZW;\nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef USE_DISPLACEMENTMAP\n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvHighPrecisionZW = gl_Position.zw;\n}",depth_frag:"#if DEPTH_PACKING == 3200\n\tuniform float opacity;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvarying vec2 vHighPrecisionZW;\nvoid main() {\n\tvec4 diffuseColor = vec4( 1.0 );\n\t#include \n\t#if DEPTH_PACKING == 3200\n\t\tdiffuseColor.a = opacity;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef USE_REVERSED_DEPTH_BUFFER\n\t\tfloat fragCoordZ = vHighPrecisionZW[ 0 ] / vHighPrecisionZW[ 1 ];\n\t#else\n\t\tfloat fragCoordZ = 0.5 * vHighPrecisionZW[ 0 ] / vHighPrecisionZW[ 1 ] + 0.5;\n\t#endif\n\t#if DEPTH_PACKING == 3200\n\t\tgl_FragColor = vec4( vec3( 1.0 - fragCoordZ ), opacity );\n\t#elif DEPTH_PACKING == 3201\n\t\tgl_FragColor = packDepthToRGBA( fragCoordZ );\n\t#elif DEPTH_PACKING == 3202\n\t\tgl_FragColor = vec4( packDepthToRGB( fragCoordZ ), 1.0 );\n\t#elif DEPTH_PACKING == 3203\n\t\tgl_FragColor = vec4( packDepthToRG( fragCoordZ ), 0.0, 1.0 );\n\t#endif\n}",distance_vert:"#define DISTANCE\nvarying vec3 vWorldPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#ifdef USE_DISPLACEMENTMAP\n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvWorldPosition = worldPosition.xyz;\n}",distance_frag:"#define DISTANCE\nuniform vec3 referencePosition;\nuniform float nearDistance;\nuniform float farDistance;\nvarying vec3 vWorldPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main () {\n\tvec4 diffuseColor = vec4( 1.0 );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tfloat dist = length( vWorldPosition - referencePosition );\n\tdist = ( dist - nearDistance ) / ( farDistance - nearDistance );\n\tdist = saturate( dist );\n\tgl_FragColor = vec4( dist, 0.0, 0.0, 1.0 );\n}",equirect_vert:"varying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvWorldDirection = transformDirection( position, modelMatrix );\n\t#include \n\t#include \n}",equirect_frag:"uniform sampler2D tEquirect;\nvarying vec3 vWorldDirection;\n#include \nvoid main() {\n\tvec3 direction = normalize( vWorldDirection );\n\tvec2 sampleUV = equirectUv( direction );\n\tgl_FragColor = texture2D( tEquirect, sampleUV );\n\t#include \n\t#include \n}",linedashed_vert:"uniform float scale;\nattribute float lineDistance;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvLineDistance = scale * lineDistance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",linedashed_frag:"uniform vec3 diffuse;\nuniform float opacity;\nuniform float dashSize;\nuniform float totalSize;\nvarying float vLineDistance;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tif ( mod( vLineDistance, totalSize ) > dashSize ) {\n\t\tdiscard;\n\t}\n\tvec3 outgoingLight = vec3( 0.0 );\n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshbasic_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#if defined ( USE_ENVMAP ) || defined ( USE_SKINNING )\n\t\t#include \n\t\t#include \n\t\t#include \n\t\t#include \n\t\t#include \n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshbasic_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#ifndef FLAT_SHADED\n\tvarying vec3 vNormal;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\t#ifdef USE_LIGHTMAP\n\t\tvec4 lightMapTexel = texture2D( lightMap, vLightMapUv );\n\t\treflectedLight.indirectDiffuse += lightMapTexel.rgb * lightMapIntensity * RECIPROCAL_PI;\n\t#else\n\t\treflectedLight.indirectDiffuse += vec3( 1.0 );\n\t#endif\n\t#include \n\treflectedLight.indirectDiffuse *= diffuseColor.rgb;\n\tvec3 outgoingLight = reflectedLight.indirectDiffuse;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshlambert_vert:"#define LAMBERT\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n\t#include \n}",meshlambert_frag:"#define LAMBERT\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshmatcap_vert:"#define MATCAP\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n}",meshmatcap_frag:"#define MATCAP\nuniform vec3 diffuse;\nuniform float opacity;\nuniform sampler2D matcap;\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 viewDir = normalize( vViewPosition );\n\tvec3 x = normalize( vec3( viewDir.z, 0.0, - viewDir.x ) );\n\tvec3 y = cross( viewDir, x );\n\tvec2 uv = vec2( dot( x, normal ), dot( y, normal ) ) * 0.495 + 0.5;\n\t#ifdef USE_MATCAP\n\t\tvec4 matcapColor = texture2D( matcap, uv );\n\t#else\n\t\tvec4 matcapColor = vec4( vec3( mix( 0.2, 0.8, uv.y ) ), 1.0 );\n\t#endif\n\tvec3 outgoingLight = diffuseColor.rgb * matcapColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshnormal_vert:"#define NORMAL\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE )\n\tvarying vec3 vViewPosition;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE )\n\tvViewPosition = - mvPosition.xyz;\n#endif\n}",meshnormal_frag:"#define NORMAL\nuniform float opacity;\n#if defined( FLAT_SHADED ) || defined( USE_BUMPMAP ) || defined( USE_NORMALMAP_TANGENTSPACE )\n\tvarying vec3 vViewPosition;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( 0.0, 0.0, 0.0, opacity );\n\t#include \n\t#include \n\t#include \n\t#include \n\tgl_FragColor = vec4( normalize( normal ) * 0.5 + 0.5, diffuseColor.a );\n\t#ifdef OPAQUE\n\t\tgl_FragColor.a = 1.0;\n\t#endif\n}",meshphong_vert:"#define PHONG\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n\t#include \n}",meshphong_frag:"#define PHONG\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform vec3 specular;\nuniform float shininess;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + reflectedLight.directSpecular + reflectedLight.indirectSpecular + totalEmissiveRadiance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshphysical_vert:"#define STANDARD\nvarying vec3 vViewPosition;\n#ifdef USE_TRANSMISSION\n\tvarying vec3 vWorldPosition;\n#endif\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n#ifdef USE_TRANSMISSION\n\tvWorldPosition = worldPosition.xyz;\n#endif\n}",meshphysical_frag:"#define STANDARD\n#ifdef PHYSICAL\n\t#define IOR\n\t#define USE_SPECULAR\n#endif\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float roughness;\nuniform float metalness;\nuniform float opacity;\n#ifdef IOR\n\tuniform float ior;\n#endif\n#ifdef USE_SPECULAR\n\tuniform float specularIntensity;\n\tuniform vec3 specularColor;\n\t#ifdef USE_SPECULAR_COLORMAP\n\t\tuniform sampler2D specularColorMap;\n\t#endif\n\t#ifdef USE_SPECULAR_INTENSITYMAP\n\t\tuniform sampler2D specularIntensityMap;\n\t#endif\n#endif\n#ifdef USE_CLEARCOAT\n\tuniform float clearcoat;\n\tuniform float clearcoatRoughness;\n#endif\n#ifdef USE_DISPERSION\n\tuniform float dispersion;\n#endif\n#ifdef USE_IRIDESCENCE\n\tuniform float iridescence;\n\tuniform float iridescenceIOR;\n\tuniform float iridescenceThicknessMinimum;\n\tuniform float iridescenceThicknessMaximum;\n#endif\n#ifdef USE_SHEEN\n\tuniform vec3 sheenColor;\n\tuniform float sheenRoughness;\n\t#ifdef USE_SHEEN_COLORMAP\n\t\tuniform sampler2D sheenColorMap;\n\t#endif\n\t#ifdef USE_SHEEN_ROUGHNESSMAP\n\t\tuniform sampler2D sheenRoughnessMap;\n\t#endif\n#endif\n#ifdef USE_ANISOTROPY\n\tuniform vec2 anisotropyVector;\n\t#ifdef USE_ANISOTROPYMAP\n\t\tuniform sampler2D anisotropyMap;\n\t#endif\n#endif\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 totalDiffuse = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse;\n\tvec3 totalSpecular = reflectedLight.directSpecular + reflectedLight.indirectSpecular;\n\t#include \n\tvec3 outgoingLight = totalDiffuse + totalSpecular + totalEmissiveRadiance;\n\t#ifdef USE_SHEEN\n \n\t\toutgoingLight = outgoingLight + sheenSpecularDirect + sheenSpecularIndirect;\n \n \t#endif\n\t#ifdef USE_CLEARCOAT\n\t\tfloat dotNVcc = saturate( dot( geometryClearcoatNormal, geometryViewDir ) );\n\t\tvec3 Fcc = F_Schlick( material.clearcoatF0, material.clearcoatF90, dotNVcc );\n\t\toutgoingLight = outgoingLight * ( 1.0 - material.clearcoat * Fcc ) + ( clearcoatSpecularDirect + clearcoatSpecularIndirect ) * material.clearcoat;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",meshtoon_vert:"#define TOON\nvarying vec3 vViewPosition;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvViewPosition = - mvPosition.xyz;\n\t#include \n\t#include \n\t#include \n}",meshtoon_frag:"#define TOON\nuniform vec3 diffuse;\nuniform vec3 emissive;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tReflectedLight reflectedLight = ReflectedLight( vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ), vec3( 0.0 ) );\n\tvec3 totalEmissiveRadiance = emissive;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tvec3 outgoingLight = reflectedLight.directDiffuse + reflectedLight.indirectDiffuse + totalEmissiveRadiance;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",points_vert:"uniform float size;\nuniform float scale;\n#include \n#include \n#include \n#include \n#include \n#include \n#ifdef USE_POINTS_UV\n\tvarying vec2 vUv;\n\tuniform mat3 uvTransform;\n#endif\nvoid main() {\n\t#ifdef USE_POINTS_UV\n\t\tvUv = ( uvTransform * vec3( uv, 1 ) ).xy;\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\tgl_PointSize = size;\n\t#ifdef USE_SIZEATTENUATION\n\t\tbool isPerspective = isPerspectiveMatrix( projectionMatrix );\n\t\tif ( isPerspective ) gl_PointSize *= ( scale / - mvPosition.z );\n\t#endif\n\t#include \n\t#include \n\t#include \n\t#include \n}",points_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tvec3 outgoingLight = vec3( 0.0 );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",shadow_vert:"#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n}",shadow_frag:"uniform vec3 color;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tgl_FragColor = vec4( color, opacity * ( 1.0 - getShadowMask() ) );\n\t#include \n\t#include \n\t#include \n}",sprite_vert:"uniform float rotation;\nuniform vec2 center;\n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\t#include \n\tvec4 mvPosition = modelViewMatrix[ 3 ];\n\tvec2 scale = vec2( length( modelMatrix[ 0 ].xyz ), length( modelMatrix[ 1 ].xyz ) );\n\t#ifndef USE_SIZEATTENUATION\n\t\tbool isPerspective = isPerspectiveMatrix( projectionMatrix );\n\t\tif ( isPerspective ) scale *= - mvPosition.z;\n\t#endif\n\tvec2 alignedPosition = ( position.xy - ( center - vec2( 0.5 ) ) ) * scale;\n\tvec2 rotatedPosition;\n\trotatedPosition.x = cos( rotation ) * alignedPosition.x - sin( rotation ) * alignedPosition.y;\n\trotatedPosition.y = sin( rotation ) * alignedPosition.x + cos( rotation ) * alignedPosition.y;\n\tmvPosition.xy += rotatedPosition;\n\tgl_Position = projectionMatrix * mvPosition;\n\t#include \n\t#include \n\t#include \n}",sprite_frag:"uniform vec3 diffuse;\nuniform float opacity;\n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \n#include \nvoid main() {\n\tvec4 diffuseColor = vec4( diffuse, opacity );\n\t#include \n\tvec3 outgoingLight = vec3( 0.0 );\n\t#include \n\t#include \n\t#include \n\t#include \n\t#include \n\toutgoingLight = diffuseColor.rgb;\n\t#include \n\t#include \n\t#include \n\t#include \n}"},Hn={common:{diffuse:{value:new n(16777215)},opacity:{value:1},map:{value:null},mapTransform:{value:new e},alphaMap:{value:null},alphaMapTransform:{value:new e},alphaTest:{value:0}},specularmap:{specularMap:{value:null},specularMapTransform:{value:new e}},envmap:{envMap:{value:null},envMapRotation:{value:new e},flipEnvMap:{value:-1},reflectivity:{value:1},ior:{value:1.5},refractionRatio:{value:.98},dfgLUT:{value:null}},aomap:{aoMap:{value:null},aoMapIntensity:{value:1},aoMapTransform:{value:new e}},lightmap:{lightMap:{value:null},lightMapIntensity:{value:1},lightMapTransform:{value:new e}},bumpmap:{bumpMap:{value:null},bumpMapTransform:{value:new e},bumpScale:{value:1}},normalmap:{normalMap:{value:null},normalMapTransform:{value:new e},normalScale:{value:new t(1,1)}},displacementmap:{displacementMap:{value:null},displacementMapTransform:{value:new e},displacementScale:{value:1},displacementBias:{value:0}},emissivemap:{emissiveMap:{value:null},emissiveMapTransform:{value:new e}},metalnessmap:{metalnessMap:{value:null},metalnessMapTransform:{value:new e}},roughnessmap:{roughnessMap:{value:null},roughnessMapTransform:{value:new e}},gradientmap:{gradientMap:{value:null}},fog:{fogDensity:{value:25e-5},fogNear:{value:1},fogFar:{value:2e3},fogColor:{value:new n(16777215)}},lights:{ambientLightColor:{value:[]},lightProbe:{value:[]},directionalLights:{value:[],properties:{direction:{},color:{}}},directionalLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{}}},directionalShadowMap:{value:[]},directionalShadowMatrix:{value:[]},spotLights:{value:[],properties:{color:{},position:{},direction:{},distance:{},coneCos:{},penumbraCos:{},decay:{}}},spotLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{}}},spotLightMap:{value:[]},spotShadowMap:{value:[]},spotLightMatrix:{value:[]},pointLights:{value:[],properties:{color:{},position:{},decay:{},distance:{}}},pointLightShadows:{value:[],properties:{shadowIntensity:1,shadowBias:{},shadowNormalBias:{},shadowRadius:{},shadowMapSize:{},shadowCameraNear:{},shadowCameraFar:{}}},pointShadowMap:{value:[]},pointShadowMatrix:{value:[]},hemisphereLights:{value:[],properties:{direction:{},skyColor:{},groundColor:{}}},rectAreaLights:{value:[],properties:{color:{},position:{},width:{},height:{}}},ltc_1:{value:null},ltc_2:{value:null}},points:{diffuse:{value:new n(16777215)},opacity:{value:1},size:{value:1},scale:{value:1},map:{value:null},alphaMap:{value:null},alphaMapTransform:{value:new e},alphaTest:{value:0},uvTransform:{value:new e}},sprite:{diffuse:{value:new n(16777215)},opacity:{value:1},center:{value:new t(.5,.5)},rotation:{value:0},map:{value:null},mapTransform:{value:new e},alphaMap:{value:null},alphaMapTransform:{value:new e},alphaTest:{value:0}}},Vn={basic:{uniforms:i([Hn.common,Hn.specularmap,Hn.envmap,Hn.aomap,Hn.lightmap,Hn.fog]),vertexShader:Gn.meshbasic_vert,fragmentShader:Gn.meshbasic_frag},lambert:{uniforms:i([Hn.common,Hn.specularmap,Hn.envmap,Hn.aomap,Hn.lightmap,Hn.emissivemap,Hn.bumpmap,Hn.normalmap,Hn.displacementmap,Hn.fog,Hn.lights,{emissive:{value:new n(0)}}]),vertexShader:Gn.meshlambert_vert,fragmentShader:Gn.meshlambert_frag},phong:{uniforms:i([Hn.common,Hn.specularmap,Hn.envmap,Hn.aomap,Hn.lightmap,Hn.emissivemap,Hn.bumpmap,Hn.normalmap,Hn.displacementmap,Hn.fog,Hn.lights,{emissive:{value:new n(0)},specular:{value:new n(1118481)},shininess:{value:30}}]),vertexShader:Gn.meshphong_vert,fragmentShader:Gn.meshphong_frag},standard:{uniforms:i([Hn.common,Hn.envmap,Hn.aomap,Hn.lightmap,Hn.emissivemap,Hn.bumpmap,Hn.normalmap,Hn.displacementmap,Hn.roughnessmap,Hn.metalnessmap,Hn.fog,Hn.lights,{emissive:{value:new n(0)},roughness:{value:1},metalness:{value:0},envMapIntensity:{value:1}}]),vertexShader:Gn.meshphysical_vert,fragmentShader:Gn.meshphysical_frag},toon:{uniforms:i([Hn.common,Hn.aomap,Hn.lightmap,Hn.emissivemap,Hn.bumpmap,Hn.normalmap,Hn.displacementmap,Hn.gradientmap,Hn.fog,Hn.lights,{emissive:{value:new n(0)}}]),vertexShader:Gn.meshtoon_vert,fragmentShader:Gn.meshtoon_frag},matcap:{uniforms:i([Hn.common,Hn.bumpmap,Hn.normalmap,Hn.displacementmap,Hn.fog,{matcap:{value:null}}]),vertexShader:Gn.meshmatcap_vert,fragmentShader:Gn.meshmatcap_frag},points:{uniforms:i([Hn.points,Hn.fog]),vertexShader:Gn.points_vert,fragmentShader:Gn.points_frag},dashed:{uniforms:i([Hn.common,Hn.fog,{scale:{value:1},dashSize:{value:1},totalSize:{value:2}}]),vertexShader:Gn.linedashed_vert,fragmentShader:Gn.linedashed_frag},depth:{uniforms:i([Hn.common,Hn.displacementmap]),vertexShader:Gn.depth_vert,fragmentShader:Gn.depth_frag},normal:{uniforms:i([Hn.common,Hn.bumpmap,Hn.normalmap,Hn.displacementmap,{opacity:{value:1}}]),vertexShader:Gn.meshnormal_vert,fragmentShader:Gn.meshnormal_frag},sprite:{uniforms:i([Hn.sprite,Hn.fog]),vertexShader:Gn.sprite_vert,fragmentShader:Gn.sprite_frag},background:{uniforms:{uvTransform:{value:new e},t2D:{value:null},backgroundIntensity:{value:1}},vertexShader:Gn.background_vert,fragmentShader:Gn.background_frag},backgroundCube:{uniforms:{envMap:{value:null},flipEnvMap:{value:-1},backgroundBlurriness:{value:0},backgroundIntensity:{value:1},backgroundRotation:{value:new e}},vertexShader:Gn.backgroundCube_vert,fragmentShader:Gn.backgroundCube_frag},cube:{uniforms:{tCube:{value:null},tFlip:{value:-1},opacity:{value:1}},vertexShader:Gn.cube_vert,fragmentShader:Gn.cube_frag},equirect:{uniforms:{tEquirect:{value:null}},vertexShader:Gn.equirect_vert,fragmentShader:Gn.equirect_frag},distance:{uniforms:i([Hn.common,Hn.displacementmap,{referencePosition:{value:new r},nearDistance:{value:1},farDistance:{value:1e3}}]),vertexShader:Gn.distance_vert,fragmentShader:Gn.distance_frag},shadow:{uniforms:i([Hn.lights,Hn.fog,{color:{value:new n(0)},opacity:{value:1}}]),vertexShader:Gn.shadow_vert,fragmentShader:Gn.shadow_frag}};Vn.physical={uniforms:i([Vn.standard.uniforms,{clearcoat:{value:0},clearcoatMap:{value:null},clearcoatMapTransform:{value:new e},clearcoatNormalMap:{value:null},clearcoatNormalMapTransform:{value:new e},clearcoatNormalScale:{value:new t(1,1)},clearcoatRoughness:{value:0},clearcoatRoughnessMap:{value:null},clearcoatRoughnessMapTransform:{value:new e},dispersion:{value:0},iridescence:{value:0},iridescenceMap:{value:null},iridescenceMapTransform:{value:new e},iridescenceIOR:{value:1.3},iridescenceThicknessMinimum:{value:100},iridescenceThicknessMaximum:{value:400},iridescenceThicknessMap:{value:null},iridescenceThicknessMapTransform:{value:new e},sheen:{value:0},sheenColor:{value:new n(0)},sheenColorMap:{value:null},sheenColorMapTransform:{value:new e},sheenRoughness:{value:1},sheenRoughnessMap:{value:null},sheenRoughnessMapTransform:{value:new e},transmission:{value:0},transmissionMap:{value:null},transmissionMapTransform:{value:new e},transmissionSamplerSize:{value:new t},transmissionSamplerMap:{value:null},thickness:{value:0},thicknessMap:{value:null},thicknessMapTransform:{value:new e},attenuationDistance:{value:0},attenuationColor:{value:new n(0)},specularColor:{value:new n(1,1,1)},specularColorMap:{value:null},specularColorMapTransform:{value:new e},specularIntensity:{value:1},specularIntensityMap:{value:null},specularIntensityMapTransform:{value:new e},anisotropyVector:{value:new t},anisotropyMap:{value:null},anisotropyMapTransform:{value:new e}}]),vertexShader:Gn.meshphysical_vert,fragmentShader:Gn.meshphysical_frag};const Wn={r:0,b:0,g:0},kn=new u,zn=new f;function Xn(e,t,i,r,u,f,v){const E=new n(0);let S,T,M=!0===f?0:1,x=null,A=0,R=null;function b(e){let n=!0===e.isScene?e.background:null;if(n&&n.isTexture){n=(e.backgroundBlurriness>0?i:t).get(n)}return n}function C(t,n){t.getRGB(Wn,g(e)),r.buffers.color.setClear(Wn.r,Wn.g,Wn.b,n,v)}return{getClearColor:function(){return E},setClearColor:function(e,t=1){E.set(e),M=t,C(E,M)},getClearAlpha:function(){return M},setClearAlpha:function(e){M=e,C(E,M)},render:function(t){let n=!1;const i=b(t);null===i?C(E,M):i&&i.isColor&&(C(i,1),n=!0);const a=e.xr.getEnvironmentBlendMode();"additive"===a?r.buffers.color.setClear(0,0,0,1,v):"alpha-blend"===a&&r.buffers.color.setClear(0,0,0,0,v),(e.autoClear||n)&&(r.buffers.depth.setTest(!0),r.buffers.depth.setMask(!0),r.buffers.color.setMask(!0),e.clear(e.autoClearColor,e.autoClearDepth,e.autoClearStencil))},addToRenderList:function(t,n){const i=b(n);i&&(i.isCubeTexture||i.mapping===a)?(void 0===T&&(T=new o(new s(1,1,1),new l({name:"BackgroundCubeMaterial",uniforms:d(Vn.backgroundCube.uniforms),vertexShader:Vn.backgroundCube.vertexShader,fragmentShader:Vn.backgroundCube.fragmentShader,side:c,depthTest:!1,depthWrite:!1,fog:!1,allowOverride:!1})),T.geometry.deleteAttribute("normal"),T.geometry.deleteAttribute("uv"),T.onBeforeRender=function(e,t,n){this.matrixWorld.copyPosition(n.matrixWorld)},Object.defineProperty(T.material,"envMap",{get:function(){return this.uniforms.envMap.value}}),u.update(T)),kn.copy(n.backgroundRotation),kn.x*=-1,kn.y*=-1,kn.z*=-1,i.isCubeTexture&&!1===i.isRenderTargetTexture&&(kn.y*=-1,kn.z*=-1),T.material.uniforms.envMap.value=i,T.material.uniforms.flipEnvMap.value=i.isCubeTexture&&!1===i.isRenderTargetTexture?-1:1,T.material.uniforms.backgroundBlurriness.value=n.backgroundBlurriness,T.material.uniforms.backgroundIntensity.value=n.backgroundIntensity,T.material.uniforms.backgroundRotation.value.setFromMatrix4(zn.makeRotationFromEuler(kn)),T.material.toneMapped=p.getTransfer(i.colorSpace)!==m,x===i&&A===i.version&&R===e.toneMapping||(T.material.needsUpdate=!0,x=i,A=i.version,R=e.toneMapping),T.layers.enableAll(),t.unshift(T,T.geometry,T.material,0,0,null)):i&&i.isTexture&&(void 0===S&&(S=new o(new h(2,2),new l({name:"BackgroundMaterial",uniforms:d(Vn.background.uniforms),vertexShader:Vn.background.vertexShader,fragmentShader:Vn.background.fragmentShader,side:_,depthTest:!1,depthWrite:!1,fog:!1,allowOverride:!1})),S.geometry.deleteAttribute("normal"),Object.defineProperty(S.material,"map",{get:function(){return this.uniforms.t2D.value}}),u.update(S)),S.material.uniforms.t2D.value=i,S.material.uniforms.backgroundIntensity.value=n.backgroundIntensity,S.material.toneMapped=p.getTransfer(i.colorSpace)!==m,!0===i.matrixAutoUpdate&&i.updateMatrix(),S.material.uniforms.uvTransform.value.copy(i.matrix),x===i&&A===i.version&&R===e.toneMapping||(S.material.needsUpdate=!0,x=i,A=i.version,R=e.toneMapping),S.layers.enableAll(),t.unshift(S,S.geometry,S.material,0,0,null))},dispose:function(){void 0!==T&&(T.geometry.dispose(),T.material.dispose(),T=void 0),void 0!==S&&(S.geometry.dispose(),S.material.dispose(),S=void 0)}}}function Yn(e,t){const n=e.getParameter(e.MAX_VERTEX_ATTRIBS),i={},r=c(null);let a=r,o=!1;function s(t){return e.bindVertexArray(t)}function l(t){return e.deleteVertexArray(t)}function c(e){const t=[],i=[],r=[];for(let e=0;e=0){const n=r[t];let i=o[t];if(void 0===i&&("instanceMatrix"===t&&e.instanceMatrix&&(i=e.instanceMatrix),"instanceColor"===t&&e.instanceColor&&(i=e.instanceColor)),void 0===n)return!0;if(n.attribute!==i)return!0;if(i&&n.data!==i.data)return!0;s++}}return a.attributesNum!==s||a.index!==i}(n,h,l,_),g&&function(e,t,n,i){const r={},o=t.attributes;let s=0;const l=n.getAttributes();for(const t in l){if(l[t].location>=0){let n=o[t];void 0===n&&("instanceMatrix"===t&&e.instanceMatrix&&(n=e.instanceMatrix),"instanceColor"===t&&e.instanceColor&&(n=e.instanceColor));const i={};i.attribute=n,n&&n.data&&(i.data=n.data),r[t]=i,s++}}a.attributes=r,a.attributesNum=s,a.index=i}(n,h,l,_),null!==_&&t.update(_,e.ELEMENT_ARRAY_BUFFER),(g||o)&&(o=!1,function(n,i,r,a){d();const o=a.attributes,s=r.getAttributes(),l=i.defaultAttributeValues;for(const i in s){const r=s[i];if(r.location>=0){let s=o[i];if(void 0===s&&("instanceMatrix"===i&&n.instanceMatrix&&(s=n.instanceMatrix),"instanceColor"===i&&n.instanceColor&&(s=n.instanceColor)),void 0!==s){const i=s.normalized,o=s.itemSize,l=t.get(s);if(void 0===l)continue;const c=l.buffer,d=l.type,p=l.bytesPerElement,h=d===e.INT||d===e.UNSIGNED_INT||s.gpuType===v;if(s.isInterleavedBufferAttribute){const t=s.data,l=t.stride,_=s.offset;if(t.isInstancedInterleavedBuffer){for(let e=0;e0&&e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.HIGH_FLOAT).precision>0)return"highp";t="mediump"}return"mediump"===t&&e.getShaderPrecisionFormat(e.VERTEX_SHADER,e.MEDIUM_FLOAT).precision>0&&e.getShaderPrecisionFormat(e.FRAGMENT_SHADER,e.MEDIUM_FLOAT).precision>0?"mediump":"lowp"}let o=void 0!==n.precision?n.precision:"highp";const s=a(o);s!==o&&(E("WebGLRenderer:",o,"not supported, using",s,"instead."),o=s);return{isWebGL2:!0,getMaxAnisotropy:function(){if(void 0!==r)return r;if(!0===t.has("EXT_texture_filter_anisotropic")){const n=t.get("EXT_texture_filter_anisotropic");r=e.getParameter(n.MAX_TEXTURE_MAX_ANISOTROPY_EXT)}else r=0;return r},getMaxPrecision:a,textureFormatReadable:function(t){return t===x||i.convert(t)===e.getParameter(e.IMPLEMENTATION_COLOR_READ_FORMAT)},textureTypeReadable:function(n){const r=n===S&&(t.has("EXT_color_buffer_half_float")||t.has("EXT_color_buffer_float"));return!(n!==T&&i.convert(n)!==e.getParameter(e.IMPLEMENTATION_COLOR_READ_TYPE)&&n!==M&&!r)},precision:o,logarithmicDepthBuffer:!0===n.logarithmicDepthBuffer,reversedDepthBuffer:!0===n.reversedDepthBuffer&&t.has("EXT_clip_control"),maxTextures:e.getParameter(e.MAX_TEXTURE_IMAGE_UNITS),maxVertexTextures:e.getParameter(e.MAX_VERTEX_TEXTURE_IMAGE_UNITS),maxTextureSize:e.getParameter(e.MAX_TEXTURE_SIZE),maxCubemapSize:e.getParameter(e.MAX_CUBE_MAP_TEXTURE_SIZE),maxAttributes:e.getParameter(e.MAX_VERTEX_ATTRIBS),maxVertexUniforms:e.getParameter(e.MAX_VERTEX_UNIFORM_VECTORS),maxVaryings:e.getParameter(e.MAX_VARYING_VECTORS),maxFragmentUniforms:e.getParameter(e.MAX_FRAGMENT_UNIFORM_VECTORS),maxSamples:e.getParameter(e.MAX_SAMPLES),samples:e.getParameter(e.SAMPLES)}}function jn(t){const n=this;let i=null,r=0,a=!1,o=!1;const s=new A,l=new e,c={value:null,needsUpdate:!1};function d(e,t,i,r){const a=null!==e?e.length:0;let o=null;if(0!==a){if(o=c.value,!0!==r||null===o){const n=i+4*a,r=t.matrixWorldInverse;l.getNormalMatrix(r),(null===o||o.length0);n.numPlanes=r,n.numIntersection=0}();else{const e=o?0:r,t=4*e;let n=m.clippingState||null;c.value=n,n=d(u,s,t,l);for(let e=0;e!==t;++e)n[e]=i[e];m.clippingState=n,this.numIntersection=f?this.numPlanes:0,this.numPlanes+=e}}}function Zn(e){let t=new WeakMap;function n(e,t){return t===R?e.mapping=P:t===b&&(e.mapping=L),e}function i(e){const n=e.target;n.removeEventListener("dispose",i);const r=t.get(n);void 0!==r&&(t.delete(n),r.dispose())}return{get:function(r){if(r&&r.isTexture){const a=r.mapping;if(a===R||a===b){if(t.has(r)){return n(t.get(r).texture,r.mapping)}{const a=r.image;if(a&&a.height>0){const o=new C(a.height);return o.fromEquirectangularTexture(e,r),t.set(r,o),r.addEventListener("dispose",i),n(o.texture,r.mapping)}return null}}}return r},dispose:function(){t=new WeakMap}}}const $n=[.125,.215,.35,.446,.526,.582],Qn=20,Jn=new D,ei=new n;let ti=null,ni=0,ii=0,ri=!1;const ai=new r;class oi{constructor(e){this._renderer=e,this._pingPongRenderTarget=null,this._lodMax=0,this._cubeSize=0,this._sizeLods=[],this._sigmas=[],this._lodMeshes=[],this._backgroundBox=null,this._cubemapMaterial=null,this._equirectMaterial=null,this._blurMaterial=null,this._ggxMaterial=null}fromScene(e,t=0,n=.1,i=100,r={}){const{size:a=256,position:o=ai}=r;ti=this._renderer.getRenderTarget(),ni=this._renderer.getActiveCubeFace(),ii=this._renderer.getActiveMipmapLevel(),ri=this._renderer.xr.enabled,this._renderer.xr.enabled=!1,this._setSize(a);const s=this._allocateTargets();return s.depthBuffer=!0,this._sceneToCubeUV(e,n,i,s,o),t>0&&this._blur(s,0,0,t),this._applyPMREM(s),this._cleanup(s),s}fromEquirectangular(e,t=null){return this._fromTexture(e,t)}fromCubemap(e,t=null){return this._fromTexture(e,t)}compileCubemapShader(){null===this._cubemapMaterial&&(this._cubemapMaterial=di(),this._compileMaterial(this._cubemapMaterial))}compileEquirectangularShader(){null===this._equirectMaterial&&(this._equirectMaterial=ci(),this._compileMaterial(this._equirectMaterial))}dispose(){this._dispose(),null!==this._cubemapMaterial&&this._cubemapMaterial.dispose(),null!==this._equirectMaterial&&this._equirectMaterial.dispose(),null!==this._backgroundBox&&(this._backgroundBox.geometry.dispose(),this._backgroundBox.material.dispose())}_setSize(e){this._lodMax=Math.floor(Math.log2(e)),this._cubeSize=Math.pow(2,this._lodMax)}_dispose(){null!==this._blurMaterial&&this._blurMaterial.dispose(),null!==this._ggxMaterial&&this._ggxMaterial.dispose(),null!==this._pingPongRenderTarget&&this._pingPongRenderTarget.dispose();for(let e=0;ee-4?l=$n[s-e+4-1]:0===s&&(l=0),n.push(l);const c=1/(a-2),d=-c,u=1+c,f=[d,d,u,d,u,u,d,d,u,u,d,u],p=6,m=6,h=3,_=2,g=1,v=new Float32Array(h*m*p),E=new Float32Array(_*m*p),S=new Float32Array(g*m*p);for(let e=0;e2?0:-1,i=[t,n,0,t+2/3,n,0,t+2/3,n+1,0,t,n,0,t+2/3,n+1,0,t,n+1,0];v.set(i,h*m*e),E.set(f,_*m*e);const r=[e,e,e,e,e,e];S.set(r,g*m*e)}const T=new U;T.setAttribute("position",new B(v,h)),T.setAttribute("uv",new B(E,_)),T.setAttribute("faceIndex",new B(S,g)),i.push(new o(T,null)),r>4&&r--}return{lodMeshes:i,sizeLods:t,sigmas:n}}(i)),this._blurMaterial=function(e,t,n){const i=new Float32Array(Qn),a=new r(0,1,0),o=new l({name:"SphericalGaussianBlur",defines:{n:Qn,CUBEUV_TEXEL_WIDTH:1/t,CUBEUV_TEXEL_HEIGHT:1/n,CUBEUV_MAX_MIP:`${e}.0`},uniforms:{envMap:{value:null},samples:{value:1},weights:{value:i},latitudinal:{value:!1},dTheta:{value:0},mipInt:{value:0},poleAxis:{value:a}},vertexShader:ui(),fragmentShader:"\n\n\t\t\tprecision mediump float;\n\t\t\tprecision mediump int;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform sampler2D envMap;\n\t\t\tuniform int samples;\n\t\t\tuniform float weights[ n ];\n\t\t\tuniform bool latitudinal;\n\t\t\tuniform float dTheta;\n\t\t\tuniform float mipInt;\n\t\t\tuniform vec3 poleAxis;\n\n\t\t\t#define ENVMAP_TYPE_CUBE_UV\n\t\t\t#include \n\n\t\t\tvec3 getSample( float theta, vec3 axis ) {\n\n\t\t\t\tfloat cosTheta = cos( theta );\n\t\t\t\t// Rodrigues' axis-angle rotation\n\t\t\t\tvec3 sampleDirection = vOutputDirection * cosTheta\n\t\t\t\t\t+ cross( axis, vOutputDirection ) * sin( theta )\n\t\t\t\t\t+ axis * dot( axis, vOutputDirection ) * ( 1.0 - cosTheta );\n\n\t\t\t\treturn bilinearCubeUV( envMap, sampleDirection, mipInt );\n\n\t\t\t}\n\n\t\t\tvoid main() {\n\n\t\t\t\tvec3 axis = latitudinal ? poleAxis : cross( poleAxis, vOutputDirection );\n\n\t\t\t\tif ( all( equal( axis, vec3( 0.0 ) ) ) ) {\n\n\t\t\t\t\taxis = vec3( vOutputDirection.z, 0.0, - vOutputDirection.x );\n\n\t\t\t\t}\n\n\t\t\t\taxis = normalize( axis );\n\n\t\t\t\tgl_FragColor = vec4( 0.0, 0.0, 0.0, 1.0 );\n\t\t\t\tgl_FragColor.rgb += weights[ 0 ] * getSample( 0.0, axis );\n\n\t\t\t\tfor ( int i = 1; i < n; i++ ) {\n\n\t\t\t\t\tif ( i >= samples ) {\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t}\n\n\t\t\t\t\tfloat theta = dTheta * float( i );\n\t\t\t\t\tgl_FragColor.rgb += weights[ i ] * getSample( -1.0 * theta, axis );\n\t\t\t\t\tgl_FragColor.rgb += weights[ i ] * getSample( theta, axis );\n\n\t\t\t\t}\n\n\t\t\t}\n\t\t",blending:F,depthTest:!1,depthWrite:!1});return o}(i,e,t),this._ggxMaterial=function(e,t,n){const i=new l({name:"PMREMGGXConvolution",defines:{GGX_SAMPLES:256,CUBEUV_TEXEL_WIDTH:1/t,CUBEUV_TEXEL_HEIGHT:1/n,CUBEUV_MAX_MIP:`${e}.0`},uniforms:{envMap:{value:null},roughness:{value:0},mipInt:{value:0}},vertexShader:ui(),fragmentShader:'\n\n\t\t\tprecision highp float;\n\t\t\tprecision highp int;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform sampler2D envMap;\n\t\t\tuniform float roughness;\n\t\t\tuniform float mipInt;\n\n\t\t\t#define ENVMAP_TYPE_CUBE_UV\n\t\t\t#include \n\n\t\t\t#define PI 3.14159265359\n\n\t\t\t// Van der Corput radical inverse\n\t\t\tfloat radicalInverse_VdC(uint bits) {\n\t\t\t\tbits = (bits << 16u) | (bits >> 16u);\n\t\t\t\tbits = ((bits & 0x55555555u) << 1u) | ((bits & 0xAAAAAAAAu) >> 1u);\n\t\t\t\tbits = ((bits & 0x33333333u) << 2u) | ((bits & 0xCCCCCCCCu) >> 2u);\n\t\t\t\tbits = ((bits & 0x0F0F0F0Fu) << 4u) | ((bits & 0xF0F0F0F0u) >> 4u);\n\t\t\t\tbits = ((bits & 0x00FF00FFu) << 8u) | ((bits & 0xFF00FF00u) >> 8u);\n\t\t\t\treturn float(bits) * 2.3283064365386963e-10; // / 0x100000000\n\t\t\t}\n\n\t\t\t// Hammersley sequence\n\t\t\tvec2 hammersley(uint i, uint N) {\n\t\t\t\treturn vec2(float(i) / float(N), radicalInverse_VdC(i));\n\t\t\t}\n\n\t\t\t// GGX VNDF importance sampling (Eric Heitz 2018)\n\t\t\t// "Sampling the GGX Distribution of Visible Normals"\n\t\t\t// https://jcgt.org/published/0007/04/01/\n\t\t\tvec3 importanceSampleGGX_VNDF(vec2 Xi, vec3 V, float roughness) {\n\t\t\t\tfloat alpha = roughness * roughness;\n\n\t\t\t\t// Section 3.2: Transform view direction to hemisphere configuration\n\t\t\t\tvec3 Vh = normalize(vec3(alpha * V.x, alpha * V.y, V.z));\n\n\t\t\t\t// Section 4.1: Orthonormal basis\n\t\t\t\tfloat lensq = Vh.x * Vh.x + Vh.y * Vh.y;\n\t\t\t\tvec3 T1 = lensq > 0.0 ? vec3(-Vh.y, Vh.x, 0.0) / sqrt(lensq) : vec3(1.0, 0.0, 0.0);\n\t\t\t\tvec3 T2 = cross(Vh, T1);\n\n\t\t\t\t// Section 4.2: Parameterization of projected area\n\t\t\t\tfloat r = sqrt(Xi.x);\n\t\t\t\tfloat phi = 2.0 * PI * Xi.y;\n\t\t\t\tfloat t1 = r * cos(phi);\n\t\t\t\tfloat t2 = r * sin(phi);\n\t\t\t\tfloat s = 0.5 * (1.0 + Vh.z);\n\t\t\t\tt2 = (1.0 - s) * sqrt(1.0 - t1 * t1) + s * t2;\n\n\t\t\t\t// Section 4.3: Reprojection onto hemisphere\n\t\t\t\tvec3 Nh = t1 * T1 + t2 * T2 + sqrt(max(0.0, 1.0 - t1 * t1 - t2 * t2)) * Vh;\n\n\t\t\t\t// Section 3.4: Transform back to ellipsoid configuration\n\t\t\t\treturn normalize(vec3(alpha * Nh.x, alpha * Nh.y, max(0.0, Nh.z)));\n\t\t\t}\n\n\t\t\tvoid main() {\n\t\t\t\tvec3 N = normalize(vOutputDirection);\n\t\t\t\tvec3 V = N; // Assume view direction equals normal for pre-filtering\n\n\t\t\t\tvec3 prefilteredColor = vec3(0.0);\n\t\t\t\tfloat totalWeight = 0.0;\n\n\t\t\t\t// For very low roughness, just sample the environment directly\n\t\t\t\tif (roughness < 0.001) {\n\t\t\t\t\tgl_FragColor = vec4(bilinearCubeUV(envMap, N, mipInt), 1.0);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Tangent space basis for VNDF sampling\n\t\t\t\tvec3 up = abs(N.z) < 0.999 ? vec3(0.0, 0.0, 1.0) : vec3(1.0, 0.0, 0.0);\n\t\t\t\tvec3 tangent = normalize(cross(up, N));\n\t\t\t\tvec3 bitangent = cross(N, tangent);\n\n\t\t\t\tfor(uint i = 0u; i < uint(GGX_SAMPLES); i++) {\n\t\t\t\t\tvec2 Xi = hammersley(i, uint(GGX_SAMPLES));\n\n\t\t\t\t\t// For PMREM, V = N, so in tangent space V is always (0, 0, 1)\n\t\t\t\t\tvec3 H_tangent = importanceSampleGGX_VNDF(Xi, vec3(0.0, 0.0, 1.0), roughness);\n\n\t\t\t\t\t// Transform H back to world space\n\t\t\t\t\tvec3 H = normalize(tangent * H_tangent.x + bitangent * H_tangent.y + N * H_tangent.z);\n\t\t\t\t\tvec3 L = normalize(2.0 * dot(V, H) * H - V);\n\n\t\t\t\t\tfloat NdotL = max(dot(N, L), 0.0);\n\n\t\t\t\t\tif(NdotL > 0.0) {\n\t\t\t\t\t\t// Sample environment at fixed mip level\n\t\t\t\t\t\t// VNDF importance sampling handles the distribution filtering\n\t\t\t\t\t\tvec3 sampleColor = bilinearCubeUV(envMap, L, mipInt);\n\n\t\t\t\t\t\t// Weight by NdotL for the split-sum approximation\n\t\t\t\t\t\t// VNDF PDF naturally accounts for the visible microfacet distribution\n\t\t\t\t\t\tprefilteredColor += sampleColor * NdotL;\n\t\t\t\t\t\ttotalWeight += NdotL;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (totalWeight > 0.0) {\n\t\t\t\t\tprefilteredColor = prefilteredColor / totalWeight;\n\t\t\t\t}\n\n\t\t\t\tgl_FragColor = vec4(prefilteredColor, 1.0);\n\t\t\t}\n\t\t',blending:F,depthTest:!1,depthWrite:!1});return i}(i,e,t)}return i}_compileMaterial(e){const t=new o(new U,e);this._renderer.compile(t,Jn)}_sceneToCubeUV(e,t,n,i,r){const a=new w(90,1,t,n),l=[1,-1,1,1,1,1],d=[1,1,1,-1,-1,-1],u=this._renderer,f=u.autoClear,p=u.toneMapping;u.getClearColor(ei),u.toneMapping=I,u.autoClear=!1;u.state.buffers.depth.getReversed()&&(u.setRenderTarget(i),u.clearDepth(),u.setRenderTarget(null)),null===this._backgroundBox&&(this._backgroundBox=new o(new s,new N({name:"PMREM.Background",side:c,depthWrite:!1,depthTest:!1})));const m=this._backgroundBox,h=m.material;let _=!1;const g=e.background;g?g.isColor&&(h.color.copy(g),e.background=null,_=!0):(h.color.copy(ei),_=!0);for(let t=0;t<6;t++){const n=t%3;0===n?(a.up.set(0,l[t],0),a.position.set(r.x,r.y,r.z),a.lookAt(r.x+d[t],r.y,r.z)):1===n?(a.up.set(0,0,l[t]),a.position.set(r.x,r.y,r.z),a.lookAt(r.x,r.y+d[t],r.z)):(a.up.set(0,l[t],0),a.position.set(r.x,r.y,r.z),a.lookAt(r.x,r.y,r.z+d[t]));const o=this._cubeSize;li(i,n*o,t>2?o:0,o,o),u.setRenderTarget(i),_&&u.render(m,a),u.render(e,a)}u.toneMapping=p,u.autoClear=f,e.background=g}_textureToCubeUV(e,t){const n=this._renderer,i=e.mapping===P||e.mapping===L;i?(null===this._cubemapMaterial&&(this._cubemapMaterial=di()),this._cubemapMaterial.uniforms.flipEnvMap.value=!1===e.isRenderTargetTexture?-1:1):null===this._equirectMaterial&&(this._equirectMaterial=ci());const r=i?this._cubemapMaterial:this._equirectMaterial,a=this._lodMeshes[0];a.material=r;r.uniforms.envMap.value=e;const o=this._cubeSize;li(t,0,0,3*o,2*o),n.setRenderTarget(t),n.render(a,Jn)}_applyPMREM(e){const t=this._renderer,n=t.autoClear;t.autoClear=!1;const i=this._lodMeshes.length;for(let t=1;tu-4?n-u+4:0),m=4*(this._cubeSize-f);s.envMap.value=e.texture,s.roughness.value=d,s.mipInt.value=u-t,li(r,p,m,3*f,2*f),i.setRenderTarget(r),i.render(o,Jn),s.envMap.value=r.texture,s.roughness.value=0,s.mipInt.value=u-n,li(e,p,m,3*f,2*f),i.setRenderTarget(e),i.render(o,Jn)}_blur(e,t,n,i,r){const a=this._pingPongRenderTarget;this._halfBlur(e,a,t,n,i,"latitudinal",r),this._halfBlur(a,e,n,n,i,"longitudinal",r)}_halfBlur(e,t,n,i,r,a,o){const s=this._renderer,l=this._blurMaterial;"latitudinal"!==a&&"longitudinal"!==a&&y("blur direction must be either latitudinal or longitudinal!");const c=this._lodMeshes[i];c.material=l;const d=l.uniforms,u=this._sizeLods[n]-1,f=isFinite(r)?Math.PI/(2*u):2*Math.PI/39,p=r/f,m=isFinite(r)?1+Math.floor(3*p):Qn;m>Qn&&E(`sigmaRadians, ${r}, is too large and will clip, as it requested ${m} samples when the maximum is set to 20`);const h=[];let _=0;for(let e=0;eg-4?i-g+4:0),4*(this._cubeSize-v),3*v,2*v),s.setRenderTarget(t),s.render(c,Jn)}}function si(e,t,n){const i=new O(e,t,n);return i.texture.mapping=a,i.texture.name="PMREM.cubeUv",i.scissorTest=!0,i}function li(e,t,n,i,r){e.viewport.set(t,n,i,r),e.scissor.set(t,n,i,r)}function ci(){return new l({name:"EquirectangularToCubeUV",uniforms:{envMap:{value:null}},vertexShader:ui(),fragmentShader:"\n\n\t\t\tprecision mediump float;\n\t\t\tprecision mediump int;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform sampler2D envMap;\n\n\t\t\t#include \n\n\t\t\tvoid main() {\n\n\t\t\t\tvec3 outputDirection = normalize( vOutputDirection );\n\t\t\t\tvec2 uv = equirectUv( outputDirection );\n\n\t\t\t\tgl_FragColor = vec4( texture2D ( envMap, uv ).rgb, 1.0 );\n\n\t\t\t}\n\t\t",blending:F,depthTest:!1,depthWrite:!1})}function di(){return new l({name:"CubemapToCubeUV",uniforms:{envMap:{value:null},flipEnvMap:{value:-1}},vertexShader:ui(),fragmentShader:"\n\n\t\t\tprecision mediump float;\n\t\t\tprecision mediump int;\n\n\t\t\tuniform float flipEnvMap;\n\n\t\t\tvarying vec3 vOutputDirection;\n\n\t\t\tuniform samplerCube envMap;\n\n\t\t\tvoid main() {\n\n\t\t\t\tgl_FragColor = textureCube( envMap, vec3( flipEnvMap * vOutputDirection.x, vOutputDirection.yz ) );\n\n\t\t\t}\n\t\t",blending:F,depthTest:!1,depthWrite:!1})}function ui(){return"\n\n\t\tprecision mediump float;\n\t\tprecision mediump int;\n\n\t\tattribute float faceIndex;\n\n\t\tvarying vec3 vOutputDirection;\n\n\t\t// RH coordinate system; PMREM face-indexing convention\n\t\tvec3 getDirection( vec2 uv, float face ) {\n\n\t\t\tuv = 2.0 * uv - 1.0;\n\n\t\t\tvec3 direction = vec3( uv, 1.0 );\n\n\t\t\tif ( face == 0.0 ) {\n\n\t\t\t\tdirection = direction.zyx; // ( 1, v, u ) pos x\n\n\t\t\t} else if ( face == 1.0 ) {\n\n\t\t\t\tdirection = direction.xzy;\n\t\t\t\tdirection.xz *= -1.0; // ( -u, 1, -v ) pos y\n\n\t\t\t} else if ( face == 2.0 ) {\n\n\t\t\t\tdirection.x *= -1.0; // ( -u, v, 1 ) pos z\n\n\t\t\t} else if ( face == 3.0 ) {\n\n\t\t\t\tdirection = direction.zyx;\n\t\t\t\tdirection.xz *= -1.0; // ( -1, v, -u ) neg x\n\n\t\t\t} else if ( face == 4.0 ) {\n\n\t\t\t\tdirection = direction.xzy;\n\t\t\t\tdirection.xy *= -1.0; // ( -u, -1, v ) neg y\n\n\t\t\t} else if ( face == 5.0 ) {\n\n\t\t\t\tdirection.z *= -1.0; // ( u, v, -1 ) neg z\n\n\t\t\t}\n\n\t\t\treturn direction;\n\n\t\t}\n\n\t\tvoid main() {\n\n\t\t\tvOutputDirection = getDirection( uv, faceIndex );\n\t\t\tgl_Position = vec4( position, 1.0 );\n\n\t\t}\n\t"}function fi(e){let t=new WeakMap,n=null;function i(e){const n=e.target;n.removeEventListener("dispose",i);const r=t.get(n);void 0!==r&&(t.delete(n),r.dispose())}return{get:function(r){if(r&&r.isTexture){const a=r.mapping,o=a===R||a===b,s=a===P||a===L;if(o||s){let a=t.get(r);const l=void 0!==a?a.texture.pmremVersion:0;if(r.isRenderTargetTexture&&r.pmremVersion!==l)return null===n&&(n=new oi(e)),a=o?n.fromEquirectangular(r,a):n.fromCubemap(r,a),a.texture.pmremVersion=r.pmremVersion,t.set(r,a),a.texture;if(void 0!==a)return a.texture;{const l=r.image;return o&&l&&l.height>0||s&&l&&function(e){let t=0;const n=6;for(let i=0;in.maxTextureSize&&(T=Math.ceil(S/n.maxTextureSize),S=n.maxTextureSize);const x=new Float32Array(S*T*4*u),A=new Y(x,S,T,u);A.type=M,A.needsUpdate=!0;const R=4*E;for(let C=0;C\n\t\t\t#include \n\n\t\t\tvoid main() {\n\t\t\t\tgl_FragColor = texture2D( tDiffuse, vUv );\n\n\t\t\t\t#ifdef LINEAR_TONE_MAPPING\n\t\t\t\t\tgl_FragColor.rgb = LinearToneMapping( gl_FragColor.rgb );\n\t\t\t\t#elif defined( REINHARD_TONE_MAPPING )\n\t\t\t\t\tgl_FragColor.rgb = ReinhardToneMapping( gl_FragColor.rgb );\n\t\t\t\t#elif defined( CINEON_TONE_MAPPING )\n\t\t\t\t\tgl_FragColor.rgb = CineonToneMapping( gl_FragColor.rgb );\n\t\t\t\t#elif defined( ACES_FILMIC_TONE_MAPPING )\n\t\t\t\t\tgl_FragColor.rgb = ACESFilmicToneMapping( gl_FragColor.rgb );\n\t\t\t\t#elif defined( AGX_TONE_MAPPING )\n\t\t\t\t\tgl_FragColor.rgb = AgXToneMapping( gl_FragColor.rgb );\n\t\t\t\t#elif defined( NEUTRAL_TONE_MAPPING )\n\t\t\t\t\tgl_FragColor.rgb = NeutralToneMapping( gl_FragColor.rgb );\n\t\t\t\t#elif defined( CUSTOM_TONE_MAPPING )\n\t\t\t\t\tgl_FragColor.rgb = CustomToneMapping( gl_FragColor.rgb );\n\t\t\t\t#endif\n\n\t\t\t\t#ifdef SRGB_TRANSFER\n\t\t\t\t\tgl_FragColor = sRGBTransferOETF( gl_FragColor );\n\t\t\t\t#endif\n\t\t\t}",depthTest:!1,depthWrite:!1}),d=new o(l,c),u=new D(-1,1,1,-1,0,1);let f,h=null,_=null,g=!1,v=null,E=[],T=!1;this.setSize=function(e,t){a.setSize(e,t),s.setSize(e,t);for(let n=0;n0&&!0===E[0].isRenderPass;const t=a.width,n=a.height;for(let e=0;e0)return e;const r=t*n;let a=bi[r];if(void 0===a&&(a=new Float32Array(r),bi[r]=a),0!==t){i.toArray(a,0);for(let i=1,r=0;i!==t;++i)r+=n,e[i].toArray(a,r)}return a}function wi(e,t){if(e.length!==t.length)return!1;for(let n=0,i=e.length;n0&&(this.seq=i.concat(r))}setValue(e,t,n,i){const r=this.map[t];void 0!==r&&r.setValue(e,n,i)}setOptional(e,t,n){const i=t[n];void 0!==i&&this.setValue(e,n,i)}static upload(e,t,n,i){for(let r=0,a=t.length;r!==a;++r){const a=t[r],o=n[a.id];!1!==o.needsUpdate&&a.setValue(e,o.value,i)}}static seqWithValue(e,t){const n=[];for(let i=0,r=e.length;i!==r;++i){const r=e[i];r.id in t&&n.push(r)}return n}}function br(e,t,n){const i=e.createShader(t);return e.shaderSource(i,n),e.compileShader(i),i}let Cr=0;const Pr=new e;function Lr(e,t,n){const i=e.getShaderParameter(t,e.COMPILE_STATUS),r=(e.getShaderInfoLog(t)||"").trim();if(i&&""===r)return"";const a=/ERROR: 0:(\d+)/.exec(r);if(a){const i=parseInt(a[1]);return n.toUpperCase()+"\n\n"+r+"\n\n"+function(e,t){const n=e.split("\n"),i=[],r=Math.max(t-6,0),a=Math.min(t+6,n.length);for(let e=r;e":" "} ${r}: ${n[e]}`)}return i.join("\n")}(e.getShaderSource(t),i)}return r}function Ur(e,t){const n=function(e){p._getMatrix(Pr,p.workingColorSpace,e);const t=`mat3( ${Pr.elements.map(e=>e.toFixed(4))} )`;switch(p.getTransfer(e)){case me:return[t,"LinearTransferOETF"];case m:return[t,"sRGBTransferOETF"];default:return E("WebGLProgram: Unsupported color space: ",e),[t,"LinearTransferOETF"]}}(t);return[`vec4 ${e}( vec4 value ) {`,`\treturn ${n[1]}( vec4( value.rgb * ${n[0]}, value.a ) );`,"}"].join("\n")}const Dr={[te]:"Linear",[ee]:"Reinhard",[J]:"Cineon",[Q]:"ACESFilmic",[$]:"AgX",[Z]:"Neutral",[j]:"Custom"};function wr(e,t){const n=Dr[t];return void 0===n?(E("WebGLProgram: Unsupported toneMapping:",t),"vec3 "+e+"( vec3 color ) { return LinearToneMapping( color ); }"):"vec3 "+e+"( vec3 color ) { return "+n+"ToneMapping( color ); }"}const Ir=new r;function Nr(){p.getLuminanceCoefficients(Ir);return["float luminance( const in vec3 rgb ) {",`\tconst vec3 weights = vec3( ${Ir.x.toFixed(4)}, ${Ir.y.toFixed(4)}, ${Ir.z.toFixed(4)} );`,"\treturn dot( weights, rgb );","}"].join("\n")}function yr(e){return""!==e}function Fr(e,t){const n=t.numSpotLightShadows+t.numSpotLightMaps-t.numSpotLightShadowsWithMaps;return e.replace(/NUM_DIR_LIGHTS/g,t.numDirLights).replace(/NUM_SPOT_LIGHTS/g,t.numSpotLights).replace(/NUM_SPOT_LIGHT_MAPS/g,t.numSpotLightMaps).replace(/NUM_SPOT_LIGHT_COORDS/g,n).replace(/NUM_RECT_AREA_LIGHTS/g,t.numRectAreaLights).replace(/NUM_POINT_LIGHTS/g,t.numPointLights).replace(/NUM_HEMI_LIGHTS/g,t.numHemiLights).replace(/NUM_DIR_LIGHT_SHADOWS/g,t.numDirLightShadows).replace(/NUM_SPOT_LIGHT_SHADOWS_WITH_MAPS/g,t.numSpotLightShadowsWithMaps).replace(/NUM_SPOT_LIGHT_SHADOWS/g,t.numSpotLightShadows).replace(/NUM_POINT_LIGHT_SHADOWS/g,t.numPointLightShadows)}function Or(e,t){return e.replace(/NUM_CLIPPING_PLANES/g,t.numClippingPlanes).replace(/UNION_CLIPPING_PLANES/g,t.numClippingPlanes-t.numClipIntersection)}const Br=/^[ \t]*#include +<([\w\d./]+)>/gm;function Gr(e){return e.replace(Br,Vr)}const Hr=new Map;function Vr(e,t){let n=Gn[t];if(void 0===n){const e=Hr.get(t);if(void 0===e)throw new Error("Can not resolve #include <"+t+">");n=Gn[e],E('WebGLRenderer: Shader chunk "%s" has been deprecated. Use "%s" instead.',t,e)}return Gr(n)}const Wr=/#pragma unroll_loop_start\s+for\s*\(\s*int\s+i\s*=\s*(\d+)\s*;\s*i\s*<\s*(\d+)\s*;\s*i\s*\+\+\s*\)\s*{([\s\S]+?)}\s+#pragma unroll_loop_end/g;function kr(e){return e.replace(Wr,zr)}function zr(e,t,n,i){let r="";for(let e=parseInt(t);e0&&(_+="\n"),g=["#define SHADER_TYPE "+n.shaderType,"#define SHADER_NAME "+n.shaderName,m].filter(yr).join("\n"),g.length>0&&(g+="\n")):(_=[Xr(n),"#define SHADER_TYPE "+n.shaderType,"#define SHADER_NAME "+n.shaderName,m,n.extensionClipCullDistance?"#define USE_CLIP_DISTANCE":"",n.batching?"#define USE_BATCHING":"",n.batchingColor?"#define USE_BATCHING_COLOR":"",n.instancing?"#define USE_INSTANCING":"",n.instancingColor?"#define USE_INSTANCING_COLOR":"",n.instancingMorph?"#define USE_INSTANCING_MORPH":"",n.useFog&&n.fog?"#define USE_FOG":"",n.useFog&&n.fogExp2?"#define FOG_EXP2":"",n.map?"#define USE_MAP":"",n.envMap?"#define USE_ENVMAP":"",n.envMap?"#define "+d:"",n.lightMap?"#define USE_LIGHTMAP":"",n.aoMap?"#define USE_AOMAP":"",n.bumpMap?"#define USE_BUMPMAP":"",n.normalMap?"#define USE_NORMALMAP":"",n.normalMapObjectSpace?"#define USE_NORMALMAP_OBJECTSPACE":"",n.normalMapTangentSpace?"#define USE_NORMALMAP_TANGENTSPACE":"",n.displacementMap?"#define USE_DISPLACEMENTMAP":"",n.emissiveMap?"#define USE_EMISSIVEMAP":"",n.anisotropy?"#define USE_ANISOTROPY":"",n.anisotropyMap?"#define USE_ANISOTROPYMAP":"",n.clearcoatMap?"#define USE_CLEARCOATMAP":"",n.clearcoatRoughnessMap?"#define USE_CLEARCOAT_ROUGHNESSMAP":"",n.clearcoatNormalMap?"#define USE_CLEARCOAT_NORMALMAP":"",n.iridescenceMap?"#define USE_IRIDESCENCEMAP":"",n.iridescenceThicknessMap?"#define USE_IRIDESCENCE_THICKNESSMAP":"",n.specularMap?"#define USE_SPECULARMAP":"",n.specularColorMap?"#define USE_SPECULAR_COLORMAP":"",n.specularIntensityMap?"#define USE_SPECULAR_INTENSITYMAP":"",n.roughnessMap?"#define USE_ROUGHNESSMAP":"",n.metalnessMap?"#define USE_METALNESSMAP":"",n.alphaMap?"#define USE_ALPHAMAP":"",n.alphaHash?"#define USE_ALPHAHASH":"",n.transmission?"#define USE_TRANSMISSION":"",n.transmissionMap?"#define USE_TRANSMISSIONMAP":"",n.thicknessMap?"#define USE_THICKNESSMAP":"",n.sheenColorMap?"#define USE_SHEEN_COLORMAP":"",n.sheenRoughnessMap?"#define USE_SHEEN_ROUGHNESSMAP":"",n.mapUv?"#define MAP_UV "+n.mapUv:"",n.alphaMapUv?"#define ALPHAMAP_UV "+n.alphaMapUv:"",n.lightMapUv?"#define LIGHTMAP_UV "+n.lightMapUv:"",n.aoMapUv?"#define AOMAP_UV "+n.aoMapUv:"",n.emissiveMapUv?"#define EMISSIVEMAP_UV "+n.emissiveMapUv:"",n.bumpMapUv?"#define BUMPMAP_UV "+n.bumpMapUv:"",n.normalMapUv?"#define NORMALMAP_UV "+n.normalMapUv:"",n.displacementMapUv?"#define DISPLACEMENTMAP_UV "+n.displacementMapUv:"",n.metalnessMapUv?"#define METALNESSMAP_UV "+n.metalnessMapUv:"",n.roughnessMapUv?"#define ROUGHNESSMAP_UV "+n.roughnessMapUv:"",n.anisotropyMapUv?"#define ANISOTROPYMAP_UV "+n.anisotropyMapUv:"",n.clearcoatMapUv?"#define CLEARCOATMAP_UV "+n.clearcoatMapUv:"",n.clearcoatNormalMapUv?"#define CLEARCOAT_NORMALMAP_UV "+n.clearcoatNormalMapUv:"",n.clearcoatRoughnessMapUv?"#define CLEARCOAT_ROUGHNESSMAP_UV "+n.clearcoatRoughnessMapUv:"",n.iridescenceMapUv?"#define IRIDESCENCEMAP_UV "+n.iridescenceMapUv:"",n.iridescenceThicknessMapUv?"#define IRIDESCENCE_THICKNESSMAP_UV "+n.iridescenceThicknessMapUv:"",n.sheenColorMapUv?"#define SHEEN_COLORMAP_UV "+n.sheenColorMapUv:"",n.sheenRoughnessMapUv?"#define SHEEN_ROUGHNESSMAP_UV "+n.sheenRoughnessMapUv:"",n.specularMapUv?"#define SPECULARMAP_UV "+n.specularMapUv:"",n.specularColorMapUv?"#define SPECULAR_COLORMAP_UV "+n.specularColorMapUv:"",n.specularIntensityMapUv?"#define SPECULAR_INTENSITYMAP_UV "+n.specularIntensityMapUv:"",n.transmissionMapUv?"#define TRANSMISSIONMAP_UV "+n.transmissionMapUv:"",n.thicknessMapUv?"#define THICKNESSMAP_UV "+n.thicknessMapUv:"",n.vertexTangents&&!1===n.flatShading?"#define USE_TANGENT":"",n.vertexColors?"#define USE_COLOR":"",n.vertexAlphas?"#define USE_COLOR_ALPHA":"",n.vertexUv1s?"#define USE_UV1":"",n.vertexUv2s?"#define USE_UV2":"",n.vertexUv3s?"#define USE_UV3":"",n.pointsUvs?"#define USE_POINTS_UV":"",n.flatShading?"#define FLAT_SHADED":"",n.skinning?"#define USE_SKINNING":"",n.morphTargets?"#define USE_MORPHTARGETS":"",n.morphNormals&&!1===n.flatShading?"#define USE_MORPHNORMALS":"",n.morphColors?"#define USE_MORPHCOLORS":"",n.morphTargetsCount>0?"#define MORPHTARGETS_TEXTURE_STRIDE "+n.morphTextureStride:"",n.morphTargetsCount>0?"#define MORPHTARGETS_COUNT "+n.morphTargetsCount:"",n.doubleSided?"#define DOUBLE_SIDED":"",n.flipSided?"#define FLIP_SIDED":"",n.shadowMapEnabled?"#define USE_SHADOWMAP":"",n.shadowMapEnabled?"#define "+l:"",n.sizeAttenuation?"#define USE_SIZEATTENUATION":"",n.numLightProbes>0?"#define USE_LIGHT_PROBES":"",n.logarithmicDepthBuffer?"#define USE_LOGARITHMIC_DEPTH_BUFFER":"",n.reversedDepthBuffer?"#define USE_REVERSED_DEPTH_BUFFER":"","uniform mat4 modelMatrix;","uniform mat4 modelViewMatrix;","uniform mat4 projectionMatrix;","uniform mat4 viewMatrix;","uniform mat3 normalMatrix;","uniform vec3 cameraPosition;","uniform bool isOrthographic;","#ifdef USE_INSTANCING","\tattribute mat4 instanceMatrix;","#endif","#ifdef USE_INSTANCING_COLOR","\tattribute vec3 instanceColor;","#endif","#ifdef USE_INSTANCING_MORPH","\tuniform sampler2D morphTexture;","#endif","attribute vec3 position;","attribute vec3 normal;","attribute vec2 uv;","#ifdef USE_UV1","\tattribute vec2 uv1;","#endif","#ifdef USE_UV2","\tattribute vec2 uv2;","#endif","#ifdef USE_UV3","\tattribute vec2 uv3;","#endif","#ifdef USE_TANGENT","\tattribute vec4 tangent;","#endif","#if defined( USE_COLOR_ALPHA )","\tattribute vec4 color;","#elif defined( USE_COLOR )","\tattribute vec3 color;","#endif","#ifdef USE_SKINNING","\tattribute vec4 skinIndex;","\tattribute vec4 skinWeight;","#endif","\n"].filter(yr).join("\n"),g=[Xr(n),"#define SHADER_TYPE "+n.shaderType,"#define SHADER_NAME "+n.shaderName,m,n.useFog&&n.fog?"#define USE_FOG":"",n.useFog&&n.fogExp2?"#define FOG_EXP2":"",n.alphaToCoverage?"#define ALPHA_TO_COVERAGE":"",n.map?"#define USE_MAP":"",n.matcap?"#define USE_MATCAP":"",n.envMap?"#define USE_ENVMAP":"",n.envMap?"#define "+c:"",n.envMap?"#define "+d:"",n.envMap?"#define "+u:"",f?"#define CUBEUV_TEXEL_WIDTH "+f.texelWidth:"",f?"#define CUBEUV_TEXEL_HEIGHT "+f.texelHeight:"",f?"#define CUBEUV_MAX_MIP "+f.maxMip+".0":"",n.lightMap?"#define USE_LIGHTMAP":"",n.aoMap?"#define USE_AOMAP":"",n.bumpMap?"#define USE_BUMPMAP":"",n.normalMap?"#define USE_NORMALMAP":"",n.normalMapObjectSpace?"#define USE_NORMALMAP_OBJECTSPACE":"",n.normalMapTangentSpace?"#define USE_NORMALMAP_TANGENTSPACE":"",n.emissiveMap?"#define USE_EMISSIVEMAP":"",n.anisotropy?"#define USE_ANISOTROPY":"",n.anisotropyMap?"#define USE_ANISOTROPYMAP":"",n.clearcoat?"#define USE_CLEARCOAT":"",n.clearcoatMap?"#define USE_CLEARCOATMAP":"",n.clearcoatRoughnessMap?"#define USE_CLEARCOAT_ROUGHNESSMAP":"",n.clearcoatNormalMap?"#define USE_CLEARCOAT_NORMALMAP":"",n.dispersion?"#define USE_DISPERSION":"",n.iridescence?"#define USE_IRIDESCENCE":"",n.iridescenceMap?"#define USE_IRIDESCENCEMAP":"",n.iridescenceThicknessMap?"#define USE_IRIDESCENCE_THICKNESSMAP":"",n.specularMap?"#define USE_SPECULARMAP":"",n.specularColorMap?"#define USE_SPECULAR_COLORMAP":"",n.specularIntensityMap?"#define USE_SPECULAR_INTENSITYMAP":"",n.roughnessMap?"#define USE_ROUGHNESSMAP":"",n.metalnessMap?"#define USE_METALNESSMAP":"",n.alphaMap?"#define USE_ALPHAMAP":"",n.alphaTest?"#define USE_ALPHATEST":"",n.alphaHash?"#define USE_ALPHAHASH":"",n.sheen?"#define USE_SHEEN":"",n.sheenColorMap?"#define USE_SHEEN_COLORMAP":"",n.sheenRoughnessMap?"#define USE_SHEEN_ROUGHNESSMAP":"",n.transmission?"#define USE_TRANSMISSION":"",n.transmissionMap?"#define USE_TRANSMISSIONMAP":"",n.thicknessMap?"#define USE_THICKNESSMAP":"",n.vertexTangents&&!1===n.flatShading?"#define USE_TANGENT":"",n.vertexColors||n.instancingColor||n.batchingColor?"#define USE_COLOR":"",n.vertexAlphas?"#define USE_COLOR_ALPHA":"",n.vertexUv1s?"#define USE_UV1":"",n.vertexUv2s?"#define USE_UV2":"",n.vertexUv3s?"#define USE_UV3":"",n.pointsUvs?"#define USE_POINTS_UV":"",n.gradientMap?"#define USE_GRADIENTMAP":"",n.flatShading?"#define FLAT_SHADED":"",n.doubleSided?"#define DOUBLE_SIDED":"",n.flipSided?"#define FLIP_SIDED":"",n.shadowMapEnabled?"#define USE_SHADOWMAP":"",n.shadowMapEnabled?"#define "+l:"",n.premultipliedAlpha?"#define PREMULTIPLIED_ALPHA":"",n.numLightProbes>0?"#define USE_LIGHT_PROBES":"",n.decodeVideoTexture?"#define DECODE_VIDEO_TEXTURE":"",n.decodeVideoTextureEmissive?"#define DECODE_VIDEO_TEXTURE_EMISSIVE":"",n.logarithmicDepthBuffer?"#define USE_LOGARITHMIC_DEPTH_BUFFER":"",n.reversedDepthBuffer?"#define USE_REVERSED_DEPTH_BUFFER":"","uniform mat4 viewMatrix;","uniform vec3 cameraPosition;","uniform bool isOrthographic;",n.toneMapping!==I?"#define TONE_MAPPING":"",n.toneMapping!==I?Gn.tonemapping_pars_fragment:"",n.toneMapping!==I?wr("toneMapping",n.toneMapping):"",n.dithering?"#define DITHERING":"",n.opaque?"#define OPAQUE":"",Gn.colorspace_pars_fragment,Ur("linearToOutputTexel",n.outputColorSpace),Nr(),n.useDepthPacking?"#define DEPTH_PACKING "+n.depthPacking:"","\n"].filter(yr).join("\n")),o=Gr(o),o=Fr(o,n),o=Or(o,n),s=Gr(s),s=Fr(s,n),s=Or(s,n),o=kr(o),s=kr(s),!0!==n.isRawShaderMaterial&&(v="#version 300 es\n",_=[p,"#define attribute in","#define varying out","#define texture2D texture"].join("\n")+"\n"+_,g=["#define varying in",n.glslVersion===le?"":"layout(location = 0) out highp vec4 pc_fragColor;",n.glslVersion===le?"":"#define gl_FragColor pc_fragColor","#define gl_FragDepthEXT gl_FragDepth","#define texture2D texture","#define textureCube texture","#define texture2DProj textureProj","#define texture2DLodEXT textureLod","#define texture2DProjLodEXT textureProjLod","#define textureCubeLodEXT textureLod","#define texture2DGradEXT textureGrad","#define texture2DProjGradEXT textureProjGrad","#define textureCubeGradEXT textureGrad"].join("\n")+"\n"+g);const S=v+_+o,T=v+g+s,M=br(r,r.VERTEX_SHADER,S),x=br(r,r.FRAGMENT_SHADER,T);function A(t){if(e.debug.checkShaderErrors){const n=r.getProgramInfoLog(h)||"",i=r.getShaderInfoLog(M)||"",a=r.getShaderInfoLog(x)||"",o=n.trim(),s=i.trim(),l=a.trim();let c=!0,d=!0;if(!1===r.getProgramParameter(h,r.LINK_STATUS))if(c=!1,"function"==typeof e.debug.onShaderError)e.debug.onShaderError(r,h,M,x);else{const e=Lr(r,M,"vertex"),n=Lr(r,x,"fragment");y("THREE.WebGLProgram: Shader Error "+r.getError()+" - VALIDATE_STATUS "+r.getProgramParameter(h,r.VALIDATE_STATUS)+"\n\nMaterial Name: "+t.name+"\nMaterial Type: "+t.type+"\n\nProgram Info Log: "+o+"\n"+e+"\n"+n)}else""!==o?E("WebGLProgram: Program Info Log:",o):""!==s&&""!==l||(d=!1);d&&(t.diagnostics={runnable:c,programLog:o,vertexShader:{log:s,prefix:_},fragmentShader:{log:l,prefix:g}})}r.deleteShader(M),r.deleteShader(x),R=new Rr(r,h),b=function(e,t){const n={},i=e.getProgramParameter(t,e.ACTIVE_ATTRIBUTES);for(let r=0;r0,J=o.clearcoat>0,ee=o.dispersion>0,te=o.iridescence>0,ne=o.sheen>0,ie=o.transmission>0,re=Q&&!!o.anisotropyMap,ae=J&&!!o.clearcoatMap,oe=J&&!!o.clearcoatNormalMap,se=J&&!!o.clearcoatRoughnessMap,le=te&&!!o.iridescenceMap,ce=te&&!!o.iridescenceThicknessMap,de=ne&&!!o.sheenColorMap,ue=ne&&!!o.sheenRoughnessMap,fe=!!o.specularMap,pe=!!o.specularColorMap,me=!!o.specularIntensityMap,he=ie&&!!o.transmissionMap,Se=ie&&!!o.thicknessMap,Te=!!o.gradientMap,Me=!!o.alphaMap,xe=o.alphaTest>0,Ae=!!o.alphaHash,Re=!!o.extensions;let be=I;o.toneMapped&&(null!==F&&!0!==F.isXRRenderTarget||(be=e.toneMapping));const Ce={shaderID:C,shaderType:o.type,shaderName:o.name,vertexShader:U,fragmentShader:D,defines:o.defines,customVertexShaderID:w,customFragmentShaderID:N,isRawShaderMaterial:!0===o.isRawShaderMaterial,glslVersion:o.glslVersion,precision:g,batching:H,batchingColor:H&&null!==T._colorsTexture,instancing:B,instancingColor:B&&null!==T.instanceColor,instancingMorph:B&&null!==T.morphTexture,outputColorSpace:null===F?e.outputColorSpace:!0===F.isXRRenderTarget?F.texture.colorSpace:G,alphaToCoverage:!!o.alphaToCoverage,map:V,matcap:W,envMap:k,envMapMode:k&&R.mapping,envMapCubeUVHeight:b,aoMap:z,lightMap:X,bumpMap:Y,normalMap:K,displacementMap:q,emissiveMap:j,normalMapObjectSpace:K&&o.normalMapType===Ee,normalMapTangentSpace:K&&o.normalMapType===ve,metalnessMap:Z,roughnessMap:$,anisotropy:Q,anisotropyMap:re,clearcoat:J,clearcoatMap:ae,clearcoatNormalMap:oe,clearcoatRoughnessMap:se,dispersion:ee,iridescence:te,iridescenceMap:le,iridescenceThicknessMap:ce,sheen:ne,sheenColorMap:de,sheenRoughnessMap:ue,specularMap:fe,specularColorMap:pe,specularIntensityMap:me,transmission:ie,transmissionMap:he,thicknessMap:Se,gradientMap:Te,opaque:!1===o.transparent&&o.blending===ge&&!1===o.alphaToCoverage,alphaMap:Me,alphaTest:xe,alphaHash:Ae,combine:o.combine,mapUv:V&&S(o.map.channel),aoMapUv:z&&S(o.aoMap.channel),lightMapUv:X&&S(o.lightMap.channel),bumpMapUv:Y&&S(o.bumpMap.channel),normalMapUv:K&&S(o.normalMap.channel),displacementMapUv:q&&S(o.displacementMap.channel),emissiveMapUv:j&&S(o.emissiveMap.channel),metalnessMapUv:Z&&S(o.metalnessMap.channel),roughnessMapUv:$&&S(o.roughnessMap.channel),anisotropyMapUv:re&&S(o.anisotropyMap.channel),clearcoatMapUv:ae&&S(o.clearcoatMap.channel),clearcoatNormalMapUv:oe&&S(o.clearcoatNormalMap.channel),clearcoatRoughnessMapUv:se&&S(o.clearcoatRoughnessMap.channel),iridescenceMapUv:le&&S(o.iridescenceMap.channel),iridescenceThicknessMapUv:ce&&S(o.iridescenceThicknessMap.channel),sheenColorMapUv:de&&S(o.sheenColorMap.channel),sheenRoughnessMapUv:ue&&S(o.sheenRoughnessMap.channel),specularMapUv:fe&&S(o.specularMap.channel),specularColorMapUv:pe&&S(o.specularColorMap.channel),specularIntensityMapUv:me&&S(o.specularIntensityMap.channel),transmissionMapUv:he&&S(o.transmissionMap.channel),thicknessMapUv:Se&&S(o.thicknessMap.channel),alphaMapUv:Me&&S(o.alphaMap.channel),vertexTangents:!!x.attributes.tangent&&(K||Q),vertexColors:o.vertexColors,vertexAlphas:!0===o.vertexColors&&!!x.attributes.color&&4===x.attributes.color.itemSize,pointsUvs:!0===T.isPoints&&!!x.attributes.uv&&(V||Me),fog:!!M,useFog:!0===o.fog,fogExp2:!!M&&M.isFogExp2,flatShading:!0===o.flatShading&&!1===o.wireframe,sizeAttenuation:!0===o.sizeAttenuation,logarithmicDepthBuffer:_,reversedDepthBuffer:O,skinning:!0===T.isSkinnedMesh,morphTargets:void 0!==x.morphAttributes.position,morphNormals:void 0!==x.morphAttributes.normal,morphColors:void 0!==x.morphAttributes.color,morphTargetsCount:L,morphTextureStride:y,numDirLights:l.directional.length,numPointLights:l.point.length,numSpotLights:l.spot.length,numSpotLightMaps:l.spotLightMap.length,numRectAreaLights:l.rectArea.length,numHemiLights:l.hemi.length,numDirLightShadows:l.directionalShadowMap.length,numPointLightShadows:l.pointShadowMap.length,numSpotLightShadows:l.spotShadowMap.length,numSpotLightShadowsWithMaps:l.numSpotLightShadowsWithMaps,numLightProbes:l.numLightProbes,numClippingPlanes:s.numPlanes,numClipIntersection:s.numIntersection,dithering:o.dithering,shadowMapEnabled:e.shadowMap.enabled&&f.length>0,shadowMapType:e.shadowMap.type,toneMapping:be,decodeVideoTexture:V&&!0===o.map.isVideoTexture&&p.getTransfer(o.map.colorSpace)===m,decodeVideoTextureEmissive:j&&!0===o.emissiveMap.isVideoTexture&&p.getTransfer(o.emissiveMap.colorSpace)===m,premultipliedAlpha:o.premultipliedAlpha,doubleSided:o.side===_e,flipSided:o.side===c,useDepthPacking:o.depthPacking>=0,depthPacking:o.depthPacking||0,index0AttributeName:o.index0AttributeName,extensionClipCullDistance:Re&&!0===o.extensions.clipCullDistance&&i.has("WEBGL_clip_cull_distance"),extensionMultiDraw:(Re&&!0===o.extensions.multiDraw||H)&&i.has("WEBGL_multi_draw"),rendererExtensionParallelShaderCompile:i.has("KHR_parallel_shader_compile"),customProgramCacheKey:o.customProgramCacheKey()};return Ce.vertexUv1s=u.has(1),Ce.vertexUv2s=u.has(2),Ce.vertexUv3s=u.has(3),u.clear(),Ce},getProgramCacheKey:function(t){const n=[];if(t.shaderID?n.push(t.shaderID):(n.push(t.customVertexShaderID),n.push(t.customFragmentShaderID)),void 0!==t.defines)for(const e in t.defines)n.push(e),n.push(t.defines[e]);return!1===t.isRawShaderMaterial&&(!function(e,t){e.push(t.precision),e.push(t.outputColorSpace),e.push(t.envMapMode),e.push(t.envMapCubeUVHeight),e.push(t.mapUv),e.push(t.alphaMapUv),e.push(t.lightMapUv),e.push(t.aoMapUv),e.push(t.bumpMapUv),e.push(t.normalMapUv),e.push(t.displacementMapUv),e.push(t.emissiveMapUv),e.push(t.metalnessMapUv),e.push(t.roughnessMapUv),e.push(t.anisotropyMapUv),e.push(t.clearcoatMapUv),e.push(t.clearcoatNormalMapUv),e.push(t.clearcoatRoughnessMapUv),e.push(t.iridescenceMapUv),e.push(t.iridescenceThicknessMapUv),e.push(t.sheenColorMapUv),e.push(t.sheenRoughnessMapUv),e.push(t.specularMapUv),e.push(t.specularColorMapUv),e.push(t.specularIntensityMapUv),e.push(t.transmissionMapUv),e.push(t.thicknessMapUv),e.push(t.combine),e.push(t.fogExp2),e.push(t.sizeAttenuation),e.push(t.morphTargetsCount),e.push(t.morphAttributeCount),e.push(t.numDirLights),e.push(t.numPointLights),e.push(t.numSpotLights),e.push(t.numSpotLightMaps),e.push(t.numHemiLights),e.push(t.numRectAreaLights),e.push(t.numDirLightShadows),e.push(t.numPointLightShadows),e.push(t.numSpotLightShadows),e.push(t.numSpotLightShadowsWithMaps),e.push(t.numLightProbes),e.push(t.shadowMapType),e.push(t.toneMapping),e.push(t.numClippingPlanes),e.push(t.numClipIntersection),e.push(t.depthPacking)}(n,t),function(e,t){l.disableAll(),t.instancing&&l.enable(0);t.instancingColor&&l.enable(1);t.instancingMorph&&l.enable(2);t.matcap&&l.enable(3);t.envMap&&l.enable(4);t.normalMapObjectSpace&&l.enable(5);t.normalMapTangentSpace&&l.enable(6);t.clearcoat&&l.enable(7);t.iridescence&&l.enable(8);t.alphaTest&&l.enable(9);t.vertexColors&&l.enable(10);t.vertexAlphas&&l.enable(11);t.vertexUv1s&&l.enable(12);t.vertexUv2s&&l.enable(13);t.vertexUv3s&&l.enable(14);t.vertexTangents&&l.enable(15);t.anisotropy&&l.enable(16);t.alphaHash&&l.enable(17);t.batching&&l.enable(18);t.dispersion&&l.enable(19);t.batchingColor&&l.enable(20);t.gradientMap&&l.enable(21);e.push(l.mask),l.disableAll(),t.fog&&l.enable(0);t.useFog&&l.enable(1);t.flatShading&&l.enable(2);t.logarithmicDepthBuffer&&l.enable(3);t.reversedDepthBuffer&&l.enable(4);t.skinning&&l.enable(5);t.morphTargets&&l.enable(6);t.morphNormals&&l.enable(7);t.morphColors&&l.enable(8);t.premultipliedAlpha&&l.enable(9);t.shadowMapEnabled&&l.enable(10);t.doubleSided&&l.enable(11);t.flipSided&&l.enable(12);t.useDepthPacking&&l.enable(13);t.dithering&&l.enable(14);t.transmission&&l.enable(15);t.sheen&&l.enable(16);t.opaque&&l.enable(17);t.pointsUvs&&l.enable(18);t.decodeVideoTexture&&l.enable(19);t.decodeVideoTextureEmissive&&l.enable(20);t.alphaToCoverage&&l.enable(21);e.push(l.mask)}(n,t),n.push(e.outputColorSpace)),n.push(t.customProgramCacheKey),n.join()},getUniforms:function(e){const t=v[e.type];let n;if(t){const e=Vn[t];n=he.clone(e.uniforms)}else n=e.uniforms;return n},acquireProgram:function(t,n){let i=h.get(n);return void 0!==i?++i.usedTimes:(i=new Zr(e,n,t,o),f.push(i),h.set(n,i)),i},releaseProgram:function(e){if(0===--e.usedTimes){const t=f.indexOf(e);f[t]=f[f.length-1],f.pop(),h.delete(e.cacheKey),e.destroy()}},releaseShaderCache:function(e){d.remove(e)},programs:f,dispose:function(){d.dispose()}}}function ta(){let e=new WeakMap;return{has:function(t){return e.has(t)},get:function(t){let n=e.get(t);return void 0===n&&(n={},e.set(t,n)),n},remove:function(t){e.delete(t)},update:function(t,n,i){e.get(t)[n]=i},dispose:function(){e=new WeakMap}}}function na(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.material.id!==t.material.id?e.material.id-t.material.id:e.z!==t.z?e.z-t.z:e.id-t.id}function ia(e,t){return e.groupOrder!==t.groupOrder?e.groupOrder-t.groupOrder:e.renderOrder!==t.renderOrder?e.renderOrder-t.renderOrder:e.z!==t.z?t.z-e.z:e.id-t.id}function ra(){const e=[];let t=0;const n=[],i=[],r=[];function a(n,i,r,a,o,s){let l=e[t];return void 0===l?(l={id:n.id,object:n,geometry:i,material:r,groupOrder:a,renderOrder:n.renderOrder,z:o,group:s},e[t]=l):(l.id=n.id,l.object=n,l.geometry=i,l.material=r,l.groupOrder=a,l.renderOrder=n.renderOrder,l.z=o,l.group=s),t++,l}return{opaque:n,transmissive:i,transparent:r,init:function(){t=0,n.length=0,i.length=0,r.length=0},push:function(e,t,o,s,l,c){const d=a(e,t,o,s,l,c);o.transmission>0?i.push(d):!0===o.transparent?r.push(d):n.push(d)},unshift:function(e,t,o,s,l,c){const d=a(e,t,o,s,l,c);o.transmission>0?i.unshift(d):!0===o.transparent?r.unshift(d):n.unshift(d)},finish:function(){for(let n=t,i=e.length;n1&&n.sort(e||na),i.length>1&&i.sort(t||ia),r.length>1&&r.sort(t||ia)}}}function aa(){let e=new WeakMap;return{get:function(t,n){const i=e.get(t);let r;return void 0===i?(r=new ra,e.set(t,[r])):n>=i.length?(r=new ra,i.push(r)):r=i[n],r},dispose:function(){e=new WeakMap}}}function oa(){const e={};return{get:function(t){if(void 0!==e[t.id])return e[t.id];let i;switch(t.type){case"DirectionalLight":i={direction:new r,color:new n};break;case"SpotLight":i={position:new r,direction:new r,color:new n,distance:0,coneCos:0,penumbraCos:0,decay:0};break;case"PointLight":i={position:new r,color:new n,distance:0,decay:0};break;case"HemisphereLight":i={direction:new r,skyColor:new n,groundColor:new n};break;case"RectAreaLight":i={color:new n,position:new r,halfWidth:new r,halfHeight:new r}}return e[t.id]=i,i}}}let sa=0;function la(e,t){return(t.castShadow?2:0)-(e.castShadow?2:0)+(t.map?1:0)-(e.map?1:0)}function ca(e){const n=new oa,i=function(){const e={};return{get:function(n){if(void 0!==e[n.id])return e[n.id];let i;switch(n.type){case"DirectionalLight":case"SpotLight":i={shadowIntensity:1,shadowBias:0,shadowNormalBias:0,shadowRadius:1,shadowMapSize:new t};break;case"PointLight":i={shadowIntensity:1,shadowBias:0,shadowNormalBias:0,shadowRadius:1,shadowMapSize:new t,shadowCameraNear:1,shadowCameraFar:1e3}}return e[n.id]=i,i}}}(),a={version:0,hash:{directionalLength:-1,pointLength:-1,spotLength:-1,rectAreaLength:-1,hemiLength:-1,numDirectionalShadows:-1,numPointShadows:-1,numSpotShadows:-1,numSpotMaps:-1,numLightProbes:-1},ambient:[0,0,0],probe:[],directional:[],directionalShadow:[],directionalShadowMap:[],directionalShadowMatrix:[],spot:[],spotLightMap:[],spotShadow:[],spotShadowMap:[],spotLightMatrix:[],rectArea:[],rectAreaLTC1:null,rectAreaLTC2:null,point:[],pointShadow:[],pointShadowMap:[],pointShadowMatrix:[],hemi:[],numSpotLightShadowsWithMaps:0,numLightProbes:0};for(let e=0;e<9;e++)a.probe.push(new r);const o=new r,s=new f,l=new f;return{setup:function(t){let r=0,o=0,s=0;for(let e=0;e<9;e++)a.probe[e].set(0,0,0);let l=0,c=0,d=0,u=0,f=0,p=0,m=0,h=0,_=0,g=0,v=0;t.sort(la);for(let e=0,E=t.length;e0&&(!0===e.has("OES_texture_float_linear")?(a.rectAreaLTC1=Hn.LTC_FLOAT_1,a.rectAreaLTC2=Hn.LTC_FLOAT_2):(a.rectAreaLTC1=Hn.LTC_HALF_1,a.rectAreaLTC2=Hn.LTC_HALF_2)),a.ambient[0]=r,a.ambient[1]=o,a.ambient[2]=s;const E=a.hash;E.directionalLength===l&&E.pointLength===c&&E.spotLength===d&&E.rectAreaLength===u&&E.hemiLength===f&&E.numDirectionalShadows===p&&E.numPointShadows===m&&E.numSpotShadows===h&&E.numSpotMaps===_&&E.numLightProbes===v||(a.directional.length=l,a.spot.length=d,a.rectArea.length=u,a.point.length=c,a.hemi.length=f,a.directionalShadow.length=p,a.directionalShadowMap.length=p,a.pointShadow.length=m,a.pointShadowMap.length=m,a.spotShadow.length=h,a.spotShadowMap.length=h,a.directionalShadowMatrix.length=p,a.pointShadowMatrix.length=m,a.spotLightMatrix.length=h+_-g,a.spotLightMap.length=_,a.numSpotLightShadowsWithMaps=g,a.numLightProbes=v,E.directionalLength=l,E.pointLength=c,E.spotLength=d,E.rectAreaLength=u,E.hemiLength=f,E.numDirectionalShadows=p,E.numPointShadows=m,E.numSpotShadows=h,E.numSpotMaps=_,E.numLightProbes=v,a.version=sa++)},setupView:function(e,t){let n=0,i=0,r=0,c=0,d=0;const u=t.matrixWorldInverse;for(let t=0,f=e.length;t=r.length?(a=new da(e),r.push(a)):a=r[i],a},dispose:function(){t=new WeakMap}}}const fa=[new r(1,0,0),new r(-1,0,0),new r(0,1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1)],pa=[new r(0,-1,0),new r(0,-1,0),new r(0,0,1),new r(0,0,-1),new r(0,-1,0),new r(0,-1,0)],ma=new f,ha=new r,_a=new r;function ga(e,n,i){let r=new Me;const a=new t,s=new t,d=new X,u=new xe,f=new Ae,p={},m=i.maxTextureSize,h={[_]:c,[c]:_,[_e]:_e},g=new l({defines:{VSM_SAMPLES:8},uniforms:{shadow_pass:{value:null},resolution:{value:new t},radius:{value:4}},vertexShader:"void main() {\n\tgl_Position = vec4( position, 1.0 );\n}",fragmentShader:"uniform sampler2D shadow_pass;\nuniform vec2 resolution;\nuniform float radius;\nvoid main() {\n\tconst float samples = float( VSM_SAMPLES );\n\tfloat mean = 0.0;\n\tfloat squared_mean = 0.0;\n\tfloat uvStride = samples <= 1.0 ? 0.0 : 2.0 / ( samples - 1.0 );\n\tfloat uvStart = samples <= 1.0 ? 0.0 : - 1.0;\n\tfor ( float i = 0.0; i < samples; i ++ ) {\n\t\tfloat uvOffset = uvStart + i * uvStride;\n\t\t#ifdef HORIZONTAL_PASS\n\t\t\tvec2 distribution = texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( uvOffset, 0.0 ) * radius ) / resolution ).rg;\n\t\t\tmean += distribution.x;\n\t\t\tsquared_mean += distribution.y * distribution.y + distribution.x * distribution.x;\n\t\t#else\n\t\t\tfloat depth = texture2D( shadow_pass, ( gl_FragCoord.xy + vec2( 0.0, uvOffset ) * radius ) / resolution ).r;\n\t\t\tmean += depth;\n\t\t\tsquared_mean += depth * depth;\n\t\t#endif\n\t}\n\tmean = mean / samples;\n\tsquared_mean = squared_mean / samples;\n\tfloat std_dev = sqrt( max( 0.0, squared_mean - mean * mean ) );\n\tgl_FragColor = vec4( mean, std_dev, 0.0, 1.0 );\n}"}),v=g.clone();v.defines.HORIZONTAL_PASS=1;const T=new U;T.setAttribute("position",new B(new Float32Array([-1,-1,.5,3,-1,.5,-1,3,.5]),3));const x=new o(T,g),A=this;this.enabled=!1,this.autoUpdate=!0,this.needsUpdate=!1,this.type=de;let R=this.type;function b(t,i){const r=n.update(x);g.defines.VSM_SAMPLES!==t.blurSamples&&(g.defines.VSM_SAMPLES=t.blurSamples,v.defines.VSM_SAMPLES=t.blurSamples,g.needsUpdate=!0,v.needsUpdate=!0),null===t.mapPass&&(t.mapPass=new O(a.x,a.y,{format:Te,type:S})),g.uniforms.shadow_pass.value=t.map.depthTexture,g.uniforms.resolution.value=t.mapSize,g.uniforms.radius.value=t.radius,e.setRenderTarget(t.mapPass),e.clear(),e.renderBufferDirect(i,null,r,g,x,null),v.uniforms.shadow_pass.value=t.mapPass.texture,v.uniforms.resolution.value=t.mapSize,v.uniforms.radius.value=t.radius,e.setRenderTarget(t.map),e.clear(),e.renderBufferDirect(i,null,r,v,x,null)}function P(t,n,i,r){let a=null;const o=!0===i.isPointLight?t.customDistanceMaterial:t.customDepthMaterial;if(void 0!==o)a=o;else if(a=!0===i.isPointLight?f:u,e.localClippingEnabled&&!0===n.clipShadows&&Array.isArray(n.clippingPlanes)&&0!==n.clippingPlanes.length||n.displacementMap&&0!==n.displacementScale||n.alphaMap&&n.alphaTest>0||n.map&&n.alphaTest>0||!0===n.alphaToCoverage){const e=a.uuid,t=n.uuid;let i=p[e];void 0===i&&(i={},p[e]=i);let r=i[t];void 0===r&&(r=a.clone(),i[t]=r,n.addEventListener("dispose",D)),a=r}if(a.visible=n.visible,a.wireframe=n.wireframe,a.side=r===ce?null!==n.shadowSide?n.shadowSide:n.side:null!==n.shadowSide?n.shadowSide:h[n.side],a.alphaMap=n.alphaMap,a.alphaTest=!0===n.alphaToCoverage?.5:n.alphaTest,a.map=n.map,a.clipShadows=n.clipShadows,a.clippingPlanes=n.clippingPlanes,a.clipIntersection=n.clipIntersection,a.displacementMap=n.displacementMap,a.displacementScale=n.displacementScale,a.displacementBias=n.displacementBias,a.wireframeLinewidth=n.wireframeLinewidth,a.linewidth=n.linewidth,!0===i.isPointLight&&!0===a.isMeshDistanceMaterial){e.properties.get(a).light=i}return a}function L(t,i,a,o,s){if(!1===t.visible)return;if(t.layers.test(i.layers)&&(t.isMesh||t.isLine||t.isPoints)&&(t.castShadow||t.receiveShadow&&s===ce)&&(!t.frustumCulled||r.intersectsObject(t))){t.modelViewMatrix.multiplyMatrices(a.matrixWorldInverse,t.matrixWorld);const r=n.update(t),l=t.material;if(Array.isArray(l)){const n=r.groups;for(let c=0,d=n.length;ce.needsUpdate=!0):e.material.needsUpdate=!0)});for(let o=0,l=t.length;om||a.y>m)&&(a.x>m&&(s.x=Math.floor(m/p.x),a.x=s.x*p.x,c.mapSize.x=s.x),a.y>m&&(s.y=Math.floor(m/p.y),a.y=s.y*p.y,c.mapSize.y=s.y)),null===c.map||!0===f){if(null!==c.map&&(null!==c.map.depthTexture&&(c.map.depthTexture.dispose(),c.map.depthTexture=null),c.map.dispose()),this.type===ce){if(l.isPointLight){E("WebGLShadowMap: VSM shadow maps are not supported for PointLights. Use PCF or BasicShadowMap instead.");continue}c.map=new O(a.x,a.y,{format:Te,type:S,minFilter:H,magFilter:H,generateMipmaps:!1}),c.map.texture.name=l.name+".shadowMap",c.map.depthTexture=new oe(a.x,a.y,M),c.map.depthTexture.name=l.name+".shadowMapDepth",c.map.depthTexture.format=be,c.map.depthTexture.compareFunction=null,c.map.depthTexture.minFilter=Ce,c.map.depthTexture.magFilter=Ce}else{l.isPointLight?(c.map=new C(a.x),c.map.depthTexture=new Pe(a.x,Le)):(c.map=new O(a.x,a.y),c.map.depthTexture=new oe(a.x,a.y,Le)),c.map.depthTexture.name=l.name+".shadowMap",c.map.depthTexture.format=be;const t=e.state.buffers.depth.getReversed();this.type===de?(c.map.depthTexture.compareFunction=t?re:ae,c.map.depthTexture.minFilter=H,c.map.depthTexture.magFilter=H):(c.map.depthTexture.compareFunction=null,c.map.depthTexture.minFilter=Ce,c.map.depthTexture.magFilter=Ce)}c.camera.updateProjectionMatrix()}const h=c.map.isWebGLCubeRenderTarget?6:1;for(let t=0;t=1):-1!==I.indexOf("OpenGL ES")&&(w=parseFloat(/^OpenGL ES (\d)/.exec(I)[1]),D=w>=2);let N=null,O={};const B=e.getParameter(e.SCISSOR_BOX),G=e.getParameter(e.VIEWPORT),H=(new X).fromArray(B),V=(new X).fromArray(G);function W(t,n,i,r){const a=new Uint8Array(4),o=e.createTexture();e.bindTexture(t,o),e.texParameteri(t,e.TEXTURE_MIN_FILTER,e.NEAREST),e.texParameteri(t,e.TEXTURE_MAG_FILTER,e.NEAREST);for(let o=0;on||r.height>n)&&(i=n/Math.max(r.width,r.height)),i<1){if("undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&e instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&e instanceof ImageBitmap||"undefined"!=typeof VideoFrame&&e instanceof VideoFrame){const n=Math.floor(i*r.width),a=Math.floor(i*r.height);void 0===f&&(f=g(n,a));const o=t?g(n,a):f;o.width=n,o.height=a;return o.getContext("2d").drawImage(e,0,0,n,a),E("WebGLRenderer: Texture has been resized from ("+r.width+"x"+r.height+") to ("+n+"x"+a+")."),o}return"data"in e&&E("WebGLRenderer: Image in DataTexture is too big ("+r.width+"x"+r.height+")."),e}return e}function S(e){return e.generateMipmaps}function A(t){e.generateMipmap(t)}function R(t){return t.isWebGLCubeRenderTarget?e.TEXTURE_CUBE_MAP:t.isWebGL3DRenderTarget?e.TEXTURE_3D:t.isWebGLArrayRenderTarget||t.isCompressedArrayTexture?e.TEXTURE_2D_ARRAY:e.TEXTURE_2D}function b(t,i,r,a,o=!1){if(null!==t){if(void 0!==e[t])return e[t];E("WebGLRenderer: Attempt to use non-existing WebGL internal format '"+t+"'")}let s=i;if(i===e.RED&&(r===e.FLOAT&&(s=e.R32F),r===e.HALF_FLOAT&&(s=e.R16F),r===e.UNSIGNED_BYTE&&(s=e.R8)),i===e.RED_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.R8UI),r===e.UNSIGNED_SHORT&&(s=e.R16UI),r===e.UNSIGNED_INT&&(s=e.R32UI),r===e.BYTE&&(s=e.R8I),r===e.SHORT&&(s=e.R16I),r===e.INT&&(s=e.R32I)),i===e.RG&&(r===e.FLOAT&&(s=e.RG32F),r===e.HALF_FLOAT&&(s=e.RG16F),r===e.UNSIGNED_BYTE&&(s=e.RG8)),i===e.RG_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.RG8UI),r===e.UNSIGNED_SHORT&&(s=e.RG16UI),r===e.UNSIGNED_INT&&(s=e.RG32UI),r===e.BYTE&&(s=e.RG8I),r===e.SHORT&&(s=e.RG16I),r===e.INT&&(s=e.RG32I)),i===e.RGB_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.RGB8UI),r===e.UNSIGNED_SHORT&&(s=e.RGB16UI),r===e.UNSIGNED_INT&&(s=e.RGB32UI),r===e.BYTE&&(s=e.RGB8I),r===e.SHORT&&(s=e.RGB16I),r===e.INT&&(s=e.RGB32I)),i===e.RGBA_INTEGER&&(r===e.UNSIGNED_BYTE&&(s=e.RGBA8UI),r===e.UNSIGNED_SHORT&&(s=e.RGBA16UI),r===e.UNSIGNED_INT&&(s=e.RGBA32UI),r===e.BYTE&&(s=e.RGBA8I),r===e.SHORT&&(s=e.RGBA16I),r===e.INT&&(s=e.RGBA32I)),i===e.RGB&&(r===e.UNSIGNED_INT_5_9_9_9_REV&&(s=e.RGB9_E5),r===e.UNSIGNED_INT_10F_11F_11F_REV&&(s=e.R11F_G11F_B10F)),i===e.RGBA){const t=o?me:p.getTransfer(a);r===e.FLOAT&&(s=e.RGBA32F),r===e.HALF_FLOAT&&(s=e.RGBA16F),r===e.UNSIGNED_BYTE&&(s=t===m?e.SRGB8_ALPHA8:e.RGBA8),r===e.UNSIGNED_SHORT_4_4_4_4&&(s=e.RGBA4),r===e.UNSIGNED_SHORT_5_5_5_1&&(s=e.RGB5_A1)}return s!==e.R16F&&s!==e.R32F&&s!==e.RG16F&&s!==e.RG32F&&s!==e.RGBA16F&&s!==e.RGBA32F||n.get("EXT_color_buffer_float"),s}function C(t,n){let i;return t?null===n||n===Le||n===Ct?i=e.DEPTH24_STENCIL8:n===M?i=e.DEPTH32F_STENCIL8:n===Pt&&(i=e.DEPTH24_STENCIL8,E("DepthTexture: 16 bit depth attachment is not supported with stencil. Using 24-bit attachment.")):null===n||n===Le||n===Ct?i=e.DEPTH_COMPONENT24:n===M?i=e.DEPTH_COMPONENT32F:n===Pt&&(i=e.DEPTH_COMPONENT16),i}function P(e,t){return!0===S(e)||e.isFramebufferTexture&&e.minFilter!==Ce&&e.minFilter!==H?Math.log2(Math.max(t.width,t.height))+1:void 0!==e.mipmaps&&e.mipmaps.length>0?e.mipmaps.length:e.isCompressedTexture&&Array.isArray(e.image)?t.mipmaps.length:1}function L(e){const t=e.target;t.removeEventListener("dispose",L),function(e){const t=r.get(e);if(void 0===t.__webglInit)return;const n=e.source,i=h.get(n);if(i){const r=i[t.__cacheKey];r.usedTimes--,0===r.usedTimes&&D(e),0===Object.keys(i).length&&h.delete(n)}r.remove(e)}(t),t.isVideoTexture&&u.delete(t)}function U(t){const n=t.target;n.removeEventListener("dispose",U),function(t){const n=r.get(t);t.depthTexture&&(t.depthTexture.dispose(),r.remove(t.depthTexture));if(t.isWebGLCubeRenderTarget)for(let t=0;t<6;t++){if(Array.isArray(n.__webglFramebuffer[t]))for(let i=0;i0&&a.__version!==t.version){const e=t.image;if(null===e)E("WebGLRenderer: Texture marked for update but no image data found.");else{if(!1!==e.complete)return void k(a,t,n);E("WebGLRenderer: Texture marked for update but image is incomplete")}}else t.isExternalTexture&&(a.__webglTexture=t.sourceTexture?t.sourceTexture:null);i.bindTexture(e.TEXTURE_2D,a.__webglTexture,e.TEXTURE0+n)}const N={[pt]:e.REPEAT,[ft]:e.CLAMP_TO_EDGE,[ut]:e.MIRRORED_REPEAT},F={[Ce]:e.NEAREST,[gt]:e.NEAREST_MIPMAP_NEAREST,[_t]:e.NEAREST_MIPMAP_LINEAR,[H]:e.LINEAR,[ht]:e.LINEAR_MIPMAP_NEAREST,[mt]:e.LINEAR_MIPMAP_LINEAR},O={[xt]:e.NEVER,[Mt]:e.ALWAYS,[Tt]:e.LESS,[ae]:e.LEQUAL,[St]:e.EQUAL,[re]:e.GEQUAL,[Et]:e.GREATER,[vt]:e.NOTEQUAL};function B(t,i){if(i.type!==M||!1!==n.has("OES_texture_float_linear")||i.magFilter!==H&&i.magFilter!==ht&&i.magFilter!==_t&&i.magFilter!==mt&&i.minFilter!==H&&i.minFilter!==ht&&i.minFilter!==_t&&i.minFilter!==mt||E("WebGLRenderer: Unable to use linear filtering with floating point textures. OES_texture_float_linear not supported on this device."),e.texParameteri(t,e.TEXTURE_WRAP_S,N[i.wrapS]),e.texParameteri(t,e.TEXTURE_WRAP_T,N[i.wrapT]),t!==e.TEXTURE_3D&&t!==e.TEXTURE_2D_ARRAY||e.texParameteri(t,e.TEXTURE_WRAP_R,N[i.wrapR]),e.texParameteri(t,e.TEXTURE_MAG_FILTER,F[i.magFilter]),e.texParameteri(t,e.TEXTURE_MIN_FILTER,F[i.minFilter]),i.compareFunction&&(e.texParameteri(t,e.TEXTURE_COMPARE_MODE,e.COMPARE_REF_TO_TEXTURE),e.texParameteri(t,e.TEXTURE_COMPARE_FUNC,O[i.compareFunction])),!0===n.has("EXT_texture_filter_anisotropic")){if(i.magFilter===Ce)return;if(i.minFilter!==_t&&i.minFilter!==mt)return;if(i.type===M&&!1===n.has("OES_texture_float_linear"))return;if(i.anisotropy>1||r.get(i).__currentAnisotropy){const o=n.get("EXT_texture_filter_anisotropic");e.texParameterf(t,o.TEXTURE_MAX_ANISOTROPY_EXT,Math.min(i.anisotropy,a.getMaxAnisotropy())),r.get(i).__currentAnisotropy=i.anisotropy}}}function V(t,n){let i=!1;void 0===t.__webglInit&&(t.__webglInit=!0,n.addEventListener("dispose",L));const r=n.source;let a=h.get(r);void 0===a&&(a={},h.set(r,a));const o=function(e){const t=[];return t.push(e.wrapS),t.push(e.wrapT),t.push(e.wrapR||0),t.push(e.magFilter),t.push(e.minFilter),t.push(e.anisotropy),t.push(e.internalFormat),t.push(e.format),t.push(e.type),t.push(e.generateMipmaps),t.push(e.premultiplyAlpha),t.push(e.flipY),t.push(e.unpackAlignment),t.push(e.colorSpace),t.join()}(n);if(o!==t.__cacheKey){void 0===a[o]&&(a[o]={texture:e.createTexture(),usedTimes:0},s.memory.textures++,i=!0),a[o].usedTimes++;const r=a[t.__cacheKey];void 0!==r&&(a[t.__cacheKey].usedTimes--,0===r.usedTimes&&D(n)),t.__cacheKey=o,t.__webglTexture=a[o].texture}return i}function W(e,t,n){return Math.floor(Math.floor(e/n)/t)}function k(t,n,s){let l=e.TEXTURE_2D;(n.isDataArrayTexture||n.isCompressedArrayTexture)&&(l=e.TEXTURE_2D_ARRAY),n.isData3DTexture&&(l=e.TEXTURE_3D);const c=V(t,n),d=n.source;i.bindTexture(l,t.__webglTexture,e.TEXTURE0+s);const u=r.get(d);if(d.version!==u.__version||!0===c){i.activeTexture(e.TEXTURE0+s);const t=p.getPrimaries(p.workingColorSpace),r=n.colorSpace===At?null:p.getPrimaries(n.colorSpace),f=n.colorSpace===At||t===r?e.NONE:e.BROWSER_DEFAULT_WEBGL;e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,n.flipY),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,n.premultiplyAlpha),e.pixelStorei(e.UNPACK_ALIGNMENT,n.unpackAlignment),e.pixelStorei(e.UNPACK_COLORSPACE_CONVERSION_WEBGL,f);let m=v(n.image,!1,a.maxTextureSize);m=Q(n,m);const h=o.convert(n.format,n.colorSpace),_=o.convert(n.type);let g,T=b(n.internalFormat,h,_,n.colorSpace,n.isVideoTexture);B(l,n);const M=n.mipmaps,R=!0!==n.isVideoTexture,L=void 0===u.__version||!0===c,U=d.dataReady,D=P(n,m);if(n.isDepthTexture)T=C(n.format===Rt,n.type),L&&(R?i.texStorage2D(e.TEXTURE_2D,1,T,m.width,m.height):i.texImage2D(e.TEXTURE_2D,0,T,m.width,m.height,0,h,_,null));else if(n.isDataTexture)if(M.length>0){R&&L&&i.texStorage2D(e.TEXTURE_2D,D,T,M[0].width,M[0].height);for(let t=0,n=M.length;te.start-t.start);let s=0;for(let e=1;e0){const r=bt(g.width,g.height,n.format,n.type);for(const a of n.layerUpdates){const n=g.data.subarray(a*r/g.data.BYTES_PER_ELEMENT,(a+1)*r/g.data.BYTES_PER_ELEMENT);i.compressedTexSubImage3D(e.TEXTURE_2D_ARRAY,t,0,0,a,g.width,g.height,1,h,n)}n.clearLayerUpdates()}else i.compressedTexSubImage3D(e.TEXTURE_2D_ARRAY,t,0,0,0,g.width,g.height,m.depth,h,g.data)}else i.compressedTexImage3D(e.TEXTURE_2D_ARRAY,t,T,g.width,g.height,m.depth,0,g.data,0,0);else E("WebGLRenderer: Attempt to load unsupported compressed texture format in .uploadTexture()");else R?U&&i.texSubImage3D(e.TEXTURE_2D_ARRAY,t,0,0,0,g.width,g.height,m.depth,h,_,g.data):i.texImage3D(e.TEXTURE_2D_ARRAY,t,T,g.width,g.height,m.depth,0,h,_,g.data)}else{R&&L&&i.texStorage2D(e.TEXTURE_2D,D,T,M[0].width,M[0].height);for(let t=0,r=M.length;t0){const t=bt(m.width,m.height,n.format,n.type);for(const r of n.layerUpdates){const n=m.data.subarray(r*t/m.data.BYTES_PER_ELEMENT,(r+1)*t/m.data.BYTES_PER_ELEMENT);i.texSubImage3D(e.TEXTURE_2D_ARRAY,0,0,0,r,m.width,m.height,1,h,_,n)}n.clearLayerUpdates()}else i.texSubImage3D(e.TEXTURE_2D_ARRAY,0,0,0,0,m.width,m.height,m.depth,h,_,m.data)}else i.texImage3D(e.TEXTURE_2D_ARRAY,0,T,m.width,m.height,m.depth,0,h,_,m.data);else if(n.isData3DTexture)R?(L&&i.texStorage3D(e.TEXTURE_3D,D,T,m.width,m.height,m.depth),U&&i.texSubImage3D(e.TEXTURE_3D,0,0,0,0,m.width,m.height,m.depth,h,_,m.data)):i.texImage3D(e.TEXTURE_3D,0,T,m.width,m.height,m.depth,0,h,_,m.data);else if(n.isFramebufferTexture){if(L)if(R)i.texStorage2D(e.TEXTURE_2D,D,T,m.width,m.height);else{let t=m.width,n=m.height;for(let r=0;r>=1,n>>=1}}else if(M.length>0){if(R&&L){const t=J(M[0]);i.texStorage2D(e.TEXTURE_2D,D,T,t.width,t.height)}for(let t=0,n=M.length;t>d),r=Math.max(1,n.height>>d);c===e.TEXTURE_3D||c===e.TEXTURE_2D_ARRAY?i.texImage3D(c,d,p,t,r,n.depth,0,u,f,null):i.texImage2D(c,d,p,t,r,0,u,f,null)}i.bindFramebuffer(e.FRAMEBUFFER,t),$(n)?l.framebufferTexture2DMultisampleEXT(e.FRAMEBUFFER,s,c,h.__webglTexture,0,Z(n)):(c===e.TEXTURE_2D||c>=e.TEXTURE_CUBE_MAP_POSITIVE_X&&c<=e.TEXTURE_CUBE_MAP_NEGATIVE_Z)&&e.framebufferTexture2D(e.FRAMEBUFFER,s,c,h.__webglTexture,d),i.bindFramebuffer(e.FRAMEBUFFER,null)}function X(t,n,i){if(e.bindRenderbuffer(e.RENDERBUFFER,t),n.depthBuffer){const r=n.depthTexture,a=r&&r.isDepthTexture?r.type:null,o=C(n.stencilBuffer,a),s=n.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT;$(n)?l.renderbufferStorageMultisampleEXT(e.RENDERBUFFER,Z(n),o,n.width,n.height):i?e.renderbufferStorageMultisample(e.RENDERBUFFER,Z(n),o,n.width,n.height):e.renderbufferStorage(e.RENDERBUFFER,o,n.width,n.height),e.framebufferRenderbuffer(e.FRAMEBUFFER,s,e.RENDERBUFFER,t)}else{const t=n.textures;for(let r=0;r{delete n.__boundDepthTexture,delete n.__depthDisposeCallback,e.removeEventListener("dispose",t)};e.addEventListener("dispose",t),n.__depthDisposeCallback=t}n.__boundDepthTexture=e}if(t.depthTexture&&!n.__autoAllocateDepthBuffer)if(a)for(let e=0;e<6;e++)Y(n.__webglFramebuffer[e],t,e);else{const e=t.texture.mipmaps;e&&e.length>0?Y(n.__webglFramebuffer[0],t,0):Y(n.__webglFramebuffer,t,0)}else if(a){n.__webglDepthbuffer=[];for(let r=0;r<6;r++)if(i.bindFramebuffer(e.FRAMEBUFFER,n.__webglFramebuffer[r]),void 0===n.__webglDepthbuffer[r])n.__webglDepthbuffer[r]=e.createRenderbuffer(),X(n.__webglDepthbuffer[r],t,!1);else{const i=t.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT,a=n.__webglDepthbuffer[r];e.bindRenderbuffer(e.RENDERBUFFER,a),e.framebufferRenderbuffer(e.FRAMEBUFFER,i,e.RENDERBUFFER,a)}}else{const r=t.texture.mipmaps;if(r&&r.length>0?i.bindFramebuffer(e.FRAMEBUFFER,n.__webglFramebuffer[0]):i.bindFramebuffer(e.FRAMEBUFFER,n.__webglFramebuffer),void 0===n.__webglDepthbuffer)n.__webglDepthbuffer=e.createRenderbuffer(),X(n.__webglDepthbuffer,t,!1);else{const i=t.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT,r=n.__webglDepthbuffer;e.bindRenderbuffer(e.RENDERBUFFER,r),e.framebufferRenderbuffer(e.FRAMEBUFFER,i,e.RENDERBUFFER,r)}}i.bindFramebuffer(e.FRAMEBUFFER,null)}const q=[],j=[];function Z(e){return Math.min(a.maxSamples,e.samples)}function $(e){const t=r.get(e);return e.samples>0&&!0===n.has("WEBGL_multisampled_render_to_texture")&&!1!==t.__useRenderToTexture}function Q(e,t){const n=e.colorSpace,i=e.format,r=e.type;return!0===e.isCompressedTexture||!0===e.isVideoTexture||n!==G&&n!==At&&(p.getTransfer(n)===m?i===x&&r===T||E("WebGLTextures: sRGB encoded textures have to use RGBAFormat and UnsignedByteType."):y("WebGLTextures: Unsupported texture color space:",n)),t}function J(e){return"undefined"!=typeof HTMLImageElement&&e instanceof HTMLImageElement?(d.width=e.naturalWidth||e.width,d.height=e.naturalHeight||e.height):"undefined"!=typeof VideoFrame&&e instanceof VideoFrame?(d.width=e.displayWidth,d.height=e.displayHeight):(d.width=e.width,d.height=e.height),d}this.allocateTextureUnit=function(){const e=w;return e>=a.maxTextures&&E("WebGLTextures: Trying to use "+e+" texture units while this GPU supports only "+a.maxTextures),w+=1,e},this.resetTextureUnits=function(){w=0},this.setTexture2D=I,this.setTexture2DArray=function(t,n){const a=r.get(t);!1===t.isRenderTargetTexture&&t.version>0&&a.__version!==t.version?k(a,t,n):(t.isExternalTexture&&(a.__webglTexture=t.sourceTexture?t.sourceTexture:null),i.bindTexture(e.TEXTURE_2D_ARRAY,a.__webglTexture,e.TEXTURE0+n))},this.setTexture3D=function(t,n){const a=r.get(t);!1===t.isRenderTargetTexture&&t.version>0&&a.__version!==t.version?k(a,t,n):i.bindTexture(e.TEXTURE_3D,a.__webglTexture,e.TEXTURE0+n)},this.setTextureCube=function(t,n){const s=r.get(t);!0!==t.isCubeDepthTexture&&t.version>0&&s.__version!==t.version?function(t,n,s){if(6!==n.image.length)return;const l=V(t,n),c=n.source;i.bindTexture(e.TEXTURE_CUBE_MAP,t.__webglTexture,e.TEXTURE0+s);const d=r.get(c);if(c.version!==d.__version||!0===l){i.activeTexture(e.TEXTURE0+s);const t=p.getPrimaries(p.workingColorSpace),r=n.colorSpace===At?null:p.getPrimaries(n.colorSpace),u=n.colorSpace===At||t===r?e.NONE:e.BROWSER_DEFAULT_WEBGL;e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,n.flipY),e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,n.premultiplyAlpha),e.pixelStorei(e.UNPACK_ALIGNMENT,n.unpackAlignment),e.pixelStorei(e.UNPACK_COLORSPACE_CONVERSION_WEBGL,u);const f=n.isCompressedTexture||n.image[0].isCompressedTexture,m=n.image[0]&&n.image[0].isDataTexture,h=[];for(let e=0;e<6;e++)h[e]=f||m?m?n.image[e].image:n.image[e]:v(n.image[e],!0,a.maxCubemapSize),h[e]=Q(n,h[e]);const _=h[0],g=o.convert(n.format,n.colorSpace),T=o.convert(n.type),M=b(n.internalFormat,g,T,n.colorSpace),R=!0!==n.isVideoTexture,C=void 0===d.__version||!0===l,L=c.dataReady;let U,D=P(n,_);if(B(e.TEXTURE_CUBE_MAP,n),f){R&&C&&i.texStorage2D(e.TEXTURE_CUBE_MAP,D,M,_.width,_.height);for(let t=0;t<6;t++){U=h[t].mipmaps;for(let r=0;r0&&D++;const t=J(h[0]);i.texStorage2D(e.TEXTURE_CUBE_MAP,D,M,t.width,t.height)}for(let t=0;t<6;t++)if(m){R?L&&i.texSubImage2D(e.TEXTURE_CUBE_MAP_POSITIVE_X+t,0,0,0,h[t].width,h[t].height,g,T,h[t].data):i.texImage2D(e.TEXTURE_CUBE_MAP_POSITIVE_X+t,0,M,h[t].width,h[t].height,0,g,T,h[t].data);for(let n=0;n1;if(u||(void 0===l.__webglTexture&&(l.__webglTexture=e.createTexture()),l.__version=n.version,s.memory.textures++),d){a.__webglFramebuffer=[];for(let t=0;t<6;t++)if(n.mipmaps&&n.mipmaps.length>0){a.__webglFramebuffer[t]=[];for(let i=0;i0){a.__webglFramebuffer=[];for(let t=0;t0&&!1===$(t)){a.__webglMultisampledFramebuffer=e.createFramebuffer(),a.__webglColorRenderbuffer=[],i.bindFramebuffer(e.FRAMEBUFFER,a.__webglMultisampledFramebuffer);for(let n=0;n0)for(let r=0;r0)for(let i=0;i0)if(!1===$(t)){const n=t.textures,a=t.width,o=t.height;let s=e.COLOR_BUFFER_BIT;const l=t.stencilBuffer?e.DEPTH_STENCIL_ATTACHMENT:e.DEPTH_ATTACHMENT,d=r.get(t),u=n.length>1;if(u)for(let t=0;t0?i.bindFramebuffer(e.DRAW_FRAMEBUFFER,d.__webglFramebuffer[0]):i.bindFramebuffer(e.DRAW_FRAMEBUFFER,d.__webglFramebuffer);for(let i=0;i= 1.0 ) {\n\n\t\tgl_FragDepth = texture( depthColor, vec3( coord.x - 1.0, coord.y, 1 ) ).r;\n\n\t} else {\n\n\t\tgl_FragDepth = texture( depthColor, vec3( coord.x, coord.y, 0 ) ).r;\n\n\t}\n\n}",uniforms:{depthColor:{value:this.texture},depthWidth:{value:t.z},depthHeight:{value:t.w}}});this.mesh=new o(new h(20,20),n)}return this.mesh}reset(){this.texture=null,this.mesh=null}getDepthTexture(){return this.texture}}class xa extends bn{constructor(e,n){super();const i=this;let a=null,o=1,s=null,l="local-floor",c=1,d=null,u=null,f=null,p=null,m=null,h=null;const _="undefined"!=typeof XRWebGLBinding,g=new Ma,v={},S=n.getContextAttributes();let M=null,A=null;const R=[],b=[],C=new t;let P=null;const L=new w;L.viewport=new X;const U=new w;U.viewport=new X;const D=[L,U],I=new Cn;let N=null,y=null;function F(e){const t=b.indexOf(e.inputSource);if(-1===t)return;const n=R[t];void 0!==n&&(n.update(e.inputSource,e.frame,d||s),n.dispatchEvent({type:e.type,data:e.inputSource}))}function B(){a.removeEventListener("select",F),a.removeEventListener("selectstart",F),a.removeEventListener("selectend",F),a.removeEventListener("squeeze",F),a.removeEventListener("squeezestart",F),a.removeEventListener("squeezeend",F),a.removeEventListener("end",B),a.removeEventListener("inputsourceschange",G);for(let e=0;e=0&&(b[i]=null,R[i].disconnect(n))}for(let t=0;t=b.length){b.push(n),i=e;break}if(null===b[e]){b[e]=n,i=e;break}}if(-1===i)break}const r=R[i];r&&r.connect(n)}}this.cameraAutoUpdate=!0,this.enabled=!1,this.isPresenting=!1,this.getController=function(e){let t=R[e];return void 0===t&&(t=new Pn,R[e]=t),t.getTargetRaySpace()},this.getControllerGrip=function(e){let t=R[e];return void 0===t&&(t=new Pn,R[e]=t),t.getGripSpace()},this.getHand=function(e){let t=R[e];return void 0===t&&(t=new Pn,R[e]=t),t.getHandSpace()},this.setFramebufferScaleFactor=function(e){o=e,!0===i.isPresenting&&E("WebXRManager: Cannot change framebuffer scale while presenting.")},this.setReferenceSpaceType=function(e){l=e,!0===i.isPresenting&&E("WebXRManager: Cannot change reference space type while presenting.")},this.getReferenceSpace=function(){return d||s},this.setReferenceSpace=function(e){d=e},this.getBaseLayer=function(){return null!==p?p:m},this.getBinding=function(){return null===f&&_&&(f=new XRWebGLBinding(a,n)),f},this.getFrame=function(){return h},this.getSession=function(){return a},this.setSession=async function(t){if(a=t,null!==a){M=e.getRenderTarget(),a.addEventListener("select",F),a.addEventListener("selectstart",F),a.addEventListener("selectend",F),a.addEventListener("squeeze",F),a.addEventListener("squeezestart",F),a.addEventListener("squeezeend",F),a.addEventListener("end",B),a.addEventListener("inputsourceschange",G),!0!==S.xrCompatible&&await n.makeXRCompatible(),P=e.getPixelRatio(),e.getSize(C);if(_&&"createProjectionLayer"in XRWebGLBinding.prototype){let t=null,i=null,r=null;S.depth&&(r=S.stencil?n.DEPTH24_STENCIL8:n.DEPTH_COMPONENT24,t=S.stencil?Rt:be,i=S.stencil?Ct:Le);const s={colorFormat:n.RGBA8,depthFormat:r,scaleFactor:o};f=this.getBinding(),p=f.createProjectionLayer(s),a.updateRenderState({layers:[p]}),e.setPixelRatio(1),e.setSize(p.textureWidth,p.textureHeight,!1),A=new O(p.textureWidth,p.textureHeight,{format:x,type:T,depthTexture:new oe(p.textureWidth,p.textureHeight,i,void 0,void 0,void 0,void 0,void 0,void 0,t),stencilBuffer:S.stencil,colorSpace:e.outputColorSpace,samples:S.antialias?4:0,resolveDepthBuffer:!1===p.ignoreDepthValues,resolveStencilBuffer:!1===p.ignoreDepthValues})}else{const t={antialias:S.antialias,alpha:!0,depth:S.depth,stencil:S.stencil,framebufferScaleFactor:o};m=new XRWebGLLayer(a,n,t),a.updateRenderState({baseLayer:m}),e.setPixelRatio(1),e.setSize(m.framebufferWidth,m.framebufferHeight,!1),A=new O(m.framebufferWidth,m.framebufferHeight,{format:x,type:T,colorSpace:e.outputColorSpace,stencilBuffer:S.stencil,resolveDepthBuffer:!1===m.ignoreDepthValues,resolveStencilBuffer:!1===m.ignoreDepthValues})}A.isXRRenderTarget=!0,this.setFoveation(c),d=null,s=await a.requestReferenceSpace(l),z.setContext(a),z.start(),i.isPresenting=!0,i.dispatchEvent({type:"sessionstart"})}},this.getEnvironmentBlendMode=function(){if(null!==a)return a.environmentBlendMode},this.getDepthTexture=function(){return g.getDepthTexture()};const H=new r,V=new r;function W(e,t){null===t?e.matrixWorld.copy(e.matrix):e.matrixWorld.multiplyMatrices(t.matrixWorld,e.matrix),e.matrixWorldInverse.copy(e.matrixWorld).invert()}this.updateCamera=function(e){if(null===a)return;let t=e.near,n=e.far;null!==g.texture&&(g.depthNear>0&&(t=g.depthNear),g.depthFar>0&&(n=g.depthFar)),I.near=U.near=L.near=t,I.far=U.far=L.far=n,N===I.near&&y===I.far||(a.updateRenderState({depthNear:I.near,depthFar:I.far}),N=I.near,y=I.far),I.layers.mask=6|e.layers.mask,L.layers.mask=3&I.layers.mask,U.layers.mask=5&I.layers.mask;const i=e.parent,r=I.cameras;W(I,i);for(let e=0;e0&&(e.alphaTest.value=i.alphaTest);const r=t.get(i),a=r.envMap,o=r.envMapRotation;a&&(e.envMap.value=a,Aa.copy(o),Aa.x*=-1,Aa.y*=-1,Aa.z*=-1,a.isCubeTexture&&!1===a.isRenderTargetTexture&&(Aa.y*=-1,Aa.z*=-1),e.envMapRotation.value.setFromMatrix4(Ra.makeRotationFromEuler(Aa)),e.flipEnvMap.value=a.isCubeTexture&&!1===a.isRenderTargetTexture?-1:1,e.reflectivity.value=i.reflectivity,e.ior.value=i.ior,e.refractionRatio.value=i.refractionRatio),i.lightMap&&(e.lightMap.value=i.lightMap,e.lightMapIntensity.value=i.lightMapIntensity,n(i.lightMap,e.lightMapTransform)),i.aoMap&&(e.aoMap.value=i.aoMap,e.aoMapIntensity.value=i.aoMapIntensity,n(i.aoMap,e.aoMapTransform))}return{refreshFogUniforms:function(t,n){n.color.getRGB(t.fogColor.value,g(e)),n.isFog?(t.fogNear.value=n.near,t.fogFar.value=n.far):n.isFogExp2&&(t.fogDensity.value=n.density)},refreshMaterialUniforms:function(e,r,a,o,s){r.isMeshBasicMaterial||r.isMeshLambertMaterial?i(e,r):r.isMeshToonMaterial?(i(e,r),function(e,t){t.gradientMap&&(e.gradientMap.value=t.gradientMap)}(e,r)):r.isMeshPhongMaterial?(i(e,r),function(e,t){e.specular.value.copy(t.specular),e.shininess.value=Math.max(t.shininess,1e-4)}(e,r)):r.isMeshStandardMaterial?(i(e,r),function(e,t){e.metalness.value=t.metalness,t.metalnessMap&&(e.metalnessMap.value=t.metalnessMap,n(t.metalnessMap,e.metalnessMapTransform));e.roughness.value=t.roughness,t.roughnessMap&&(e.roughnessMap.value=t.roughnessMap,n(t.roughnessMap,e.roughnessMapTransform));t.envMap&&(e.envMapIntensity.value=t.envMapIntensity)}(e,r),r.isMeshPhysicalMaterial&&function(e,t,i){e.ior.value=t.ior,t.sheen>0&&(e.sheenColor.value.copy(t.sheenColor).multiplyScalar(t.sheen),e.sheenRoughness.value=t.sheenRoughness,t.sheenColorMap&&(e.sheenColorMap.value=t.sheenColorMap,n(t.sheenColorMap,e.sheenColorMapTransform)),t.sheenRoughnessMap&&(e.sheenRoughnessMap.value=t.sheenRoughnessMap,n(t.sheenRoughnessMap,e.sheenRoughnessMapTransform)));t.clearcoat>0&&(e.clearcoat.value=t.clearcoat,e.clearcoatRoughness.value=t.clearcoatRoughness,t.clearcoatMap&&(e.clearcoatMap.value=t.clearcoatMap,n(t.clearcoatMap,e.clearcoatMapTransform)),t.clearcoatRoughnessMap&&(e.clearcoatRoughnessMap.value=t.clearcoatRoughnessMap,n(t.clearcoatRoughnessMap,e.clearcoatRoughnessMapTransform)),t.clearcoatNormalMap&&(e.clearcoatNormalMap.value=t.clearcoatNormalMap,n(t.clearcoatNormalMap,e.clearcoatNormalMapTransform),e.clearcoatNormalScale.value.copy(t.clearcoatNormalScale),t.side===c&&e.clearcoatNormalScale.value.negate()));t.dispersion>0&&(e.dispersion.value=t.dispersion);t.iridescence>0&&(e.iridescence.value=t.iridescence,e.iridescenceIOR.value=t.iridescenceIOR,e.iridescenceThicknessMinimum.value=t.iridescenceThicknessRange[0],e.iridescenceThicknessMaximum.value=t.iridescenceThicknessRange[1],t.iridescenceMap&&(e.iridescenceMap.value=t.iridescenceMap,n(t.iridescenceMap,e.iridescenceMapTransform)),t.iridescenceThicknessMap&&(e.iridescenceThicknessMap.value=t.iridescenceThicknessMap,n(t.iridescenceThicknessMap,e.iridescenceThicknessMapTransform)));t.transmission>0&&(e.transmission.value=t.transmission,e.transmissionSamplerMap.value=i.texture,e.transmissionSamplerSize.value.set(i.width,i.height),t.transmissionMap&&(e.transmissionMap.value=t.transmissionMap,n(t.transmissionMap,e.transmissionMapTransform)),e.thickness.value=t.thickness,t.thicknessMap&&(e.thicknessMap.value=t.thicknessMap,n(t.thicknessMap,e.thicknessMapTransform)),e.attenuationDistance.value=t.attenuationDistance,e.attenuationColor.value.copy(t.attenuationColor));t.anisotropy>0&&(e.anisotropyVector.value.set(t.anisotropy*Math.cos(t.anisotropyRotation),t.anisotropy*Math.sin(t.anisotropyRotation)),t.anisotropyMap&&(e.anisotropyMap.value=t.anisotropyMap,n(t.anisotropyMap,e.anisotropyMapTransform)));e.specularIntensity.value=t.specularIntensity,e.specularColor.value.copy(t.specularColor),t.specularColorMap&&(e.specularColorMap.value=t.specularColorMap,n(t.specularColorMap,e.specularColorMapTransform));t.specularIntensityMap&&(e.specularIntensityMap.value=t.specularIntensityMap,n(t.specularIntensityMap,e.specularIntensityMapTransform))}(e,r,s)):r.isMeshMatcapMaterial?(i(e,r),function(e,t){t.matcap&&(e.matcap.value=t.matcap)}(e,r)):r.isMeshDepthMaterial?i(e,r):r.isMeshDistanceMaterial?(i(e,r),function(e,n){const i=t.get(n).light;e.referencePosition.value.setFromMatrixPosition(i.matrixWorld),e.nearDistance.value=i.shadow.camera.near,e.farDistance.value=i.shadow.camera.far}(e,r)):r.isMeshNormalMaterial?i(e,r):r.isLineBasicMaterial?(function(e,t){e.diffuse.value.copy(t.color),e.opacity.value=t.opacity,t.map&&(e.map.value=t.map,n(t.map,e.mapTransform))}(e,r),r.isLineDashedMaterial&&function(e,t){e.dashSize.value=t.dashSize,e.totalSize.value=t.dashSize+t.gapSize,e.scale.value=t.scale}(e,r)):r.isPointsMaterial?function(e,t,i,r){e.diffuse.value.copy(t.color),e.opacity.value=t.opacity,e.size.value=t.size*i,e.scale.value=.5*r,t.map&&(e.map.value=t.map,n(t.map,e.uvTransform));t.alphaMap&&(e.alphaMap.value=t.alphaMap,n(t.alphaMap,e.alphaMapTransform));t.alphaTest>0&&(e.alphaTest.value=t.alphaTest)}(e,r,a,o):r.isSpriteMaterial?function(e,t){e.diffuse.value.copy(t.color),e.opacity.value=t.opacity,e.rotation.value=t.rotation,t.map&&(e.map.value=t.map,n(t.map,e.mapTransform));t.alphaMap&&(e.alphaMap.value=t.alphaMap,n(t.alphaMap,e.alphaMapTransform));t.alphaTest>0&&(e.alphaTest.value=t.alphaTest)}(e,r):r.isShadowMaterial?(e.color.value.copy(r.color),e.opacity.value=r.opacity):r.isShaderMaterial&&(r.uniformsNeedUpdate=!1)}}}function Ca(e,t,n,i){let r={},a={},o=[];const s=e.getParameter(e.MAX_UNIFORM_BUFFER_BINDINGS);function l(e,t,n,i){const r=e.value,a=t+"_"+n;if(void 0===i[a])return i[a]="number"==typeof r||"boolean"==typeof r?r:r.clone(),!0;{const e=i[a];if("number"==typeof r||"boolean"==typeof r){if(e!==r)return i[a]=r,!0}else if(!1===e.equals(r))return e.copy(r),!0}return!1}function c(e){const t={boundary:0,storage:0};return"number"==typeof e||"boolean"==typeof e?(t.boundary=4,t.storage=4):e.isVector2?(t.boundary=8,t.storage=8):e.isVector3||e.isColor?(t.boundary=16,t.storage=12):e.isVector4?(t.boundary=16,t.storage=16):e.isMatrix3?(t.boundary=48,t.storage=48):e.isMatrix4?(t.boundary=64,t.storage=64):e.isTexture?E("WebGLRenderer: Texture samplers can not be part of an uniforms group."):E("WebGLRenderer: Unsupported uniform value type.",e),t}function d(t){const n=t.target;n.removeEventListener("dispose",d);const i=o.indexOf(n.__bindingPointIndex);o.splice(i,1),e.deleteBuffer(r[n.id]),delete r[n.id],delete a[n.id]}return{bind:function(e,t){const n=t.program;i.uniformBlockBinding(e,n)},update:function(n,u){let f=r[n.id];void 0===f&&(!function(e){const t=e.uniforms;let n=0;const i=16;for(let e=0,r=t.length;e0&&(n+=i-r);e.__size=n,e.__cache={}}(n),f=function(t){const n=function(){for(let e=0;e0),u=!!n.morphAttributes.position,f=!!n.morphAttributes.normal,p=!!n.morphAttributes.color;let m=I;i.toneMapped&&(null!==k&&!0!==k.isXRRenderTarget||(m=N.toneMapping));const h=n.morphAttributes.position||n.morphAttributes.normal||n.morphAttributes.color,_=void 0!==h?h.length:0,g=Se.get(i),v=L.state.lights;if(!0===se&&(!0===le||e!==Y)){const t=e===Y&&i.id===z;Ne.setState(i,e,t)}let E=!1;i.version===g.__version?g.needsLights&&g.lightsStateVersion!==v.state.version||g.outputColorSpace!==s||r.isBatchedMesh&&!1===g.batching?E=!0:r.isBatchedMesh||!0!==g.batching?r.isBatchedMesh&&!0===g.batchingColor&&null===r.colorTexture||r.isBatchedMesh&&!1===g.batchingColor&&null!==r.colorTexture||r.isInstancedMesh&&!1===g.instancing?E=!0:r.isInstancedMesh||!0!==g.instancing?r.isSkinnedMesh&&!1===g.skinning?E=!0:r.isSkinnedMesh||!0!==g.skinning?r.isInstancedMesh&&!0===g.instancingColor&&null===r.instanceColor||r.isInstancedMesh&&!1===g.instancingColor&&null!==r.instanceColor||r.isInstancedMesh&&!0===g.instancingMorph&&null===r.morphTexture||r.isInstancedMesh&&!1===g.instancingMorph&&null!==r.morphTexture||g.envMap!==l||!0===i.fog&&g.fog!==a?E=!0:void 0===g.numClippingPlanes||g.numClippingPlanes===Ne.numPlanes&&g.numIntersection===Ne.numIntersection?(g.vertexAlphas!==c||g.vertexTangents!==d||g.morphTargets!==u||g.morphNormals!==f||g.morphColors!==p||g.toneMapping!==m||g.morphTargetsCount!==_)&&(E=!0):E=!0:E=!0:E=!0:E=!0:(E=!0,g.__version=i.version);let T=g.currentProgram;!0===E&&(T=st(i,t,r));let M=!1,x=!1,A=!1;const R=T.getUniforms(),b=g.uniforms;ve.useProgram(T.program)&&(M=!0,x=!0,A=!0);i.id!==z&&(z=i.id,x=!0);if(M||Y!==e){ve.buffers.depth.getReversed()&&!0!==e.reversedDepth&&(e._reversedDepth=!0,e.updateProjectionMatrix()),R.setValue(ke,"projectionMatrix",e.projectionMatrix),R.setValue(ke,"viewMatrix",e.matrixWorldInverse);const t=R.map.cameraPosition;void 0!==t&&t.setValue(ke,de.setFromMatrixPosition(e.matrixWorld)),ge.logarithmicDepthBuffer&&R.setValue(ke,"logDepthBufFC",2/(Math.log(e.far+1)/Math.LN2)),(i.isMeshPhongMaterial||i.isMeshToonMaterial||i.isMeshLambertMaterial||i.isMeshBasicMaterial||i.isMeshStandardMaterial||i.isShaderMaterial)&&R.setValue(ke,"isOrthographic",!0===e.isOrthographicCamera),Y!==e&&(Y=e,x=!0,A=!0)}g.needsLights&&(v.state.directionalShadowMap.length>0&&R.setValue(ke,"directionalShadowMap",v.state.directionalShadowMap,xe),v.state.spotShadowMap.length>0&&R.setValue(ke,"spotShadowMap",v.state.spotShadowMap,xe),v.state.pointShadowMap.length>0&&R.setValue(ke,"pointShadowMap",v.state.pointShadowMap,xe));if(r.isSkinnedMesh){R.setOptional(ke,r,"bindMatrix"),R.setOptional(ke,r,"bindMatrixInverse");const e=r.skeleton;e&&(null===e.boneTexture&&e.computeBoneTexture(),R.setValue(ke,"boneTexture",e.boneTexture,xe))}r.isBatchedMesh&&(R.setOptional(ke,r,"batchingTexture"),R.setValue(ke,"batchingTexture",r._matricesTexture,xe),R.setOptional(ke,r,"batchingIdTexture"),R.setValue(ke,"batchingIdTexture",r._indirectTexture,xe),R.setOptional(ke,r,"batchingColorTexture"),null!==r._colorsTexture&&R.setValue(ke,"batchingColorTexture",r._colorsTexture,xe));const C=n.morphAttributes;void 0===C.position&&void 0===C.normal&&void 0===C.color||Oe.update(r,n,T);(x||g.receiveShadow!==r.receiveShadow)&&(g.receiveShadow=r.receiveShadow,R.setValue(ke,"receiveShadow",r.receiveShadow));i.isMeshGouraudMaterial&&null!==i.envMap&&(b.envMap.value=l,b.flipEnvMap.value=l.isCubeTexture&&!1===l.isRenderTargetTexture?-1:1);i.isMeshStandardMaterial&&null===i.envMap&&null!==t.environment&&(b.envMapIntensity.value=t.environmentIntensity);void 0!==b.dfgLUT&&(b.dfgLUT.value=(null===La&&(La=new Un(Pa,16,16,Te,S),La.name="DFG_LUT",La.minFilter=H,La.magFilter=H,La.wrapS=ft,La.wrapT=ft,La.generateMipmaps=!1,La.needsUpdate=!0),La));x&&(R.setValue(ke,"toneMappingExposure",N.toneMappingExposure),g.needsLights&&(U=A,(P=b).ambientLightColor.needsUpdate=U,P.lightProbe.needsUpdate=U,P.directionalLights.needsUpdate=U,P.directionalLightShadows.needsUpdate=U,P.pointLights.needsUpdate=U,P.pointLightShadows.needsUpdate=U,P.spotLights.needsUpdate=U,P.spotLightShadows.needsUpdate=U,P.rectAreaLights.needsUpdate=U,P.hemisphereLights.needsUpdate=U),a&&!0===i.fog&&De.refreshFogUniforms(b,a),De.refreshMaterialUniforms(b,i,ee,J,L.state.transmissionRenderTarget[e.id]),Rr.upload(ke,lt(g),b,xe));var P,U;i.isShaderMaterial&&!0===i.uniformsNeedUpdate&&(Rr.upload(ke,lt(g),b,xe),i.uniformsNeedUpdate=!1);i.isSpriteMaterial&&R.setValue(ke,"center",r.center);if(R.setValue(ke,"modelViewMatrix",r.modelViewMatrix),R.setValue(ke,"normalMatrix",r.normalMatrix),R.setValue(ke,"modelMatrix",r.matrixWorld),i.isShaderMaterial||i.isRawShaderMaterial){const e=i.uniformsGroups;for(let t=0,n=e.length;t{function n(){i.forEach(function(e){Se.get(e).currentProgram.isReady()&&i.delete(e)}),0!==i.size?setTimeout(n,10):t(e)}null!==he.get("KHR_parallel_shader_compile")?n():setTimeout(n,10)})};let Qe=null;function Je(){tt.stop()}function et(){tt.start()}const tt=new On;function nt(e,t,n,i){if(!1===e.visible)return;if(e.layers.test(t.layers))if(e.isGroup)n=e.renderOrder;else if(e.isLOD)!0===e.autoUpdate&&e.update(t);else if(e.isLight)L.pushLight(e),e.castShadow&&L.pushShadow(e);else if(e.isSprite){if(!e.frustumCulled||oe.intersectsSprite(e)){i&&ue.setFromMatrixPosition(e.matrixWorld).applyMatrix4(ce);const t=Pe.update(e),r=e.material;r.visible&&P.push(e,t,r,n,ue.z,null)}}else if((e.isMesh||e.isLine||e.isPoints)&&(!e.frustumCulled||oe.intersectsObject(e))){const t=Pe.update(e),r=e.material;if(i&&(void 0!==e.boundingSphere?(null===e.boundingSphere&&e.computeBoundingSphere(),ue.copy(e.boundingSphere.center)):(null===t.boundingSphere&&t.computeBoundingSphere(),ue.copy(t.boundingSphere.center)),ue.applyMatrix4(e.matrixWorld).applyMatrix4(ce)),Array.isArray(r)){const i=t.groups;for(let a=0,o=i.length;a0&&at(r,t,n),a.length>0&&at(a,t,n),o.length>0&&at(o,t,n),ve.buffers.depth.setTest(!0),ve.buffers.depth.setMask(!0),ve.buffers.color.setMask(!0),ve.setPolygonOffset(!1)}function rt(e,t,n,i){if(null!==(!0===n.isScene?n.overrideMaterial:null))return;if(void 0===L.state.transmissionRenderTarget[i.id]){const e=he.has("EXT_color_buffer_half_float")||he.has("EXT_color_buffer_float");L.state.transmissionRenderTarget[i.id]=new O(1,1,{generateMipmaps:!0,type:e?S:T,minFilter:mt,samples:ge.samples,stencilBuffer:o,resolveDepthBuffer:!1,resolveStencilBuffer:!1,colorSpace:p.workingColorSpace})}const r=L.state.transmissionRenderTarget[i.id],a=i.viewport||K;r.setSize(a.z*N.transmissionResolutionScale,a.w*N.transmissionResolutionScale);const s=N.getRenderTarget(),l=N.getActiveCubeFace(),d=N.getActiveMipmapLevel();N.setRenderTarget(r),N.getClearColor(Z),$=N.getClearAlpha(),$<1&&N.setClearColor(16777215,.5),N.clear(),pe&&Fe.render(n);const u=N.toneMapping;N.toneMapping=I;const f=i.viewport;if(void 0!==i.viewport&&(i.viewport=void 0),L.setupLightsView(i),!0===se&&Ne.setGlobalState(N.clippingPlanes,i),at(e,n,i),xe.updateMultisampleRenderTarget(r),xe.updateRenderTargetMipmap(r),!1===he.has("WEBGL_multisampled_render_to_texture")){let e=!1;for(let r=0,a=t.length;r0)for(let t=0,a=r.length;t0&&rt(n,i,e,t),pe&&Fe.render(e),it(P,e,t)}null!==k&&0===W&&(xe.updateMultisampleRenderTarget(k),xe.updateRenderTargetMipmap(k)),i&&w.end(N),!0===e.isScene&&e.onAfterRender(N,e,t),Ve.resetDefaultState(),z=-1,Y=null,D.pop(),D.length>0?(L=D[D.length-1],!0===se&&Ne.setGlobalState(N.clippingPlanes,L.state.camera)):L=null,U.pop(),P=U.length>0?U[U.length-1]:null},this.getActiveCubeFace=function(){return B},this.getActiveMipmapLevel=function(){return W},this.getRenderTarget=function(){return k},this.setRenderTargetTextures=function(e,t,n){const i=Se.get(e);i.__autoAllocateDepthBuffer=!1===e.resolveDepthBuffer,!1===i.__autoAllocateDepthBuffer&&(i.__useRenderToTexture=!1),Se.get(e.texture).__webglTexture=t,Se.get(e.depthTexture).__webglTexture=i.__autoAllocateDepthBuffer?void 0:n,i.__hasExternalTextures=!0},this.setRenderTargetFramebuffer=function(e,t){const n=Se.get(e);n.__webglFramebuffer=t,n.__useDefaultFramebuffer=void 0===t};const dt=ke.createFramebuffer();this.setRenderTarget=function(e,t=0,n=0){k=e,B=t,W=n;let i=null,r=!1,a=!1;if(e){const o=Se.get(e);if(void 0!==o.__useDefaultFramebuffer)return ve.bindFramebuffer(ke.FRAMEBUFFER,o.__webglFramebuffer),K.copy(e.viewport),q.copy(e.scissor),j=e.scissorTest,ve.viewport(K),ve.scissor(q),ve.setScissorTest(j),void(z=-1);if(void 0===o.__webglFramebuffer)xe.setupRenderTarget(e);else if(o.__hasExternalTextures)xe.rebindTextures(e,Se.get(e.texture).__webglTexture,Se.get(e.depthTexture).__webglTexture);else if(e.depthBuffer){const t=e.depthTexture;if(o.__boundDepthTexture!==t){if(null!==t&&Se.has(t)&&(e.width!==t.image.width||e.height!==t.image.height))throw new Error("WebGLRenderTarget: Attached DepthTexture is initialized to the incorrect size.");xe.setupDepthRenderbuffer(e)}}const s=e.texture;(s.isData3DTexture||s.isDataArrayTexture||s.isCompressedArrayTexture)&&(a=!0);const l=Se.get(e).__webglFramebuffer;e.isWebGLCubeRenderTarget?(i=Array.isArray(l[t])?l[t][n]:l[t],r=!0):i=e.samples>0&&!1===xe.useMultisampledRTT(e)?Se.get(e).__webglMultisampledFramebuffer:Array.isArray(l)?l[n]:l,K.copy(e.viewport),q.copy(e.scissor),j=e.scissorTest}else K.copy(ie).multiplyScalar(ee).floor(),q.copy(re).multiplyScalar(ee).floor(),j=ae;0!==n&&(i=dt);if(ve.bindFramebuffer(ke.FRAMEBUFFER,i)&&ve.drawBuffers(e,i),ve.viewport(K),ve.scissor(q),ve.setScissorTest(j),r){const i=Se.get(e.texture);ke.framebufferTexture2D(ke.FRAMEBUFFER,ke.COLOR_ATTACHMENT0,ke.TEXTURE_CUBE_MAP_POSITIVE_X+t,i.__webglTexture,n)}else if(a){const i=t;for(let t=0;t=0&&t<=e.width-i&&n>=0&&n<=e.height-r&&(e.textures.length>1&&ke.readBuffer(ke.COLOR_ATTACHMENT0+s),ke.readPixels(t,n,i,r,He.convert(l),He.convert(c),a))}finally{const e=null!==k?Se.get(k).__webglFramebuffer:null;ve.bindFramebuffer(ke.FRAMEBUFFER,e)}}},this.readRenderTargetPixelsAsync=async function(e,t,n,i,r,a,o,s=0){if(!e||!e.isWebGLRenderTarget)throw new Error("THREE.WebGLRenderer.readRenderTargetPixels: renderTarget is not THREE.WebGLRenderTarget.");let l=Se.get(e).__webglFramebuffer;if(e.isWebGLCubeRenderTarget&&void 0!==o&&(l=l[o]),l){if(t>=0&&t<=e.width-i&&n>=0&&n<=e.height-r){ve.bindFramebuffer(ke.FRAMEBUFFER,l);const o=e.textures[s],c=o.format,d=o.type;if(!ge.textureFormatReadable(c))throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: renderTarget is not in RGBA or implementation defined format.");if(!ge.textureTypeReadable(d))throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: renderTarget is not in UnsignedByteType or implementation defined type.");const u=ke.createBuffer();ke.bindBuffer(ke.PIXEL_PACK_BUFFER,u),ke.bufferData(ke.PIXEL_PACK_BUFFER,a.byteLength,ke.STREAM_READ),e.textures.length>1&&ke.readBuffer(ke.COLOR_ATTACHMENT0+s),ke.readPixels(t,n,i,r,He.convert(c),He.convert(d),0);const f=null!==k?Se.get(k).__webglFramebuffer:null;ve.bindFramebuffer(ke.FRAMEBUFFER,f);const p=ke.fenceSync(ke.SYNC_GPU_COMMANDS_COMPLETE,0);return ke.flush(),await Fn(ke,p,4),ke.bindBuffer(ke.PIXEL_PACK_BUFFER,u),ke.getBufferSubData(ke.PIXEL_PACK_BUFFER,0,a),ke.deleteBuffer(u),ke.deleteSync(p),a}throw new Error("THREE.WebGLRenderer.readRenderTargetPixelsAsync: requested read bounds are out of range.")}},this.copyFramebufferToTexture=function(e,t=null,n=0){const i=Math.pow(2,-n),r=Math.floor(e.image.width*i),a=Math.floor(e.image.height*i),o=null!==t?t.x:0,s=null!==t?t.y:0;xe.setTexture2D(e,0),ke.copyTexSubImage2D(ke.TEXTURE_2D,n,0,0,o,s,r,a),ve.unbindTexture()};const ut=ke.createFramebuffer(),pt=ke.createFramebuffer();this.copyTextureToTexture=function(e,t,n=null,i=null,r=0,a=null){let o,s,l,c,d,u,f,p,m;null===a&&(0!==r?(V("WebGLRenderer: copyTextureToTexture function signature has changed to support src and dst mipmap levels."),a=r,r=0):a=0);const h=e.isCompressedTexture?e.mipmaps[a]:e.image;if(null!==n)o=n.max.x-n.min.x,s=n.max.y-n.min.y,l=n.isBox3?n.max.z-n.min.z:1,c=n.min.x,d=n.min.y,u=n.isBox3?n.min.z:0;else{const t=Math.pow(2,-r);o=Math.floor(h.width*t),s=Math.floor(h.height*t),l=e.isDataArrayTexture?h.depth:e.isData3DTexture?Math.floor(h.depth*t):1,c=0,d=0,u=0}null!==i?(f=i.x,p=i.y,m=i.z):(f=0,p=0,m=0);const _=He.convert(t.format),g=He.convert(t.type);let v;t.isData3DTexture?(xe.setTexture3D(t,0),v=ke.TEXTURE_3D):t.isDataArrayTexture||t.isCompressedArrayTexture?(xe.setTexture2DArray(t,0),v=ke.TEXTURE_2D_ARRAY):(xe.setTexture2D(t,0),v=ke.TEXTURE_2D),ke.pixelStorei(ke.UNPACK_FLIP_Y_WEBGL,t.flipY),ke.pixelStorei(ke.UNPACK_PREMULTIPLY_ALPHA_WEBGL,t.premultiplyAlpha),ke.pixelStorei(ke.UNPACK_ALIGNMENT,t.unpackAlignment);const E=ke.getParameter(ke.UNPACK_ROW_LENGTH),S=ke.getParameter(ke.UNPACK_IMAGE_HEIGHT),T=ke.getParameter(ke.UNPACK_SKIP_PIXELS),M=ke.getParameter(ke.UNPACK_SKIP_ROWS),x=ke.getParameter(ke.UNPACK_SKIP_IMAGES);ke.pixelStorei(ke.UNPACK_ROW_LENGTH,h.width),ke.pixelStorei(ke.UNPACK_IMAGE_HEIGHT,h.height),ke.pixelStorei(ke.UNPACK_SKIP_PIXELS,c),ke.pixelStorei(ke.UNPACK_SKIP_ROWS,d),ke.pixelStorei(ke.UNPACK_SKIP_IMAGES,u);const A=e.isDataArrayTexture||e.isData3DTexture,R=t.isDataArrayTexture||t.isData3DTexture;if(e.isDepthTexture){const n=Se.get(e),i=Se.get(t),h=Se.get(n.__renderTarget),_=Se.get(i.__renderTarget);ve.bindFramebuffer(ke.READ_FRAMEBUFFER,h.__webglFramebuffer),ve.bindFramebuffer(ke.DRAW_FRAMEBUFFER,_.__webglFramebuffer);for(let n=0;n