@@ -62,7 +62,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
6262 attachToBoxBehavior : [ '_ui' ] ,
6363 audioBus : [ 'name' , 'engine' ] ,
6464 audioEngine : [ 'hostElement' , 'audioContext' , 'audioDestination' ] ,
65- audioEngineV2 : [ ] ,
65+ audioEngineV2 : [ 'options' ] ,
6666 audioSceneComponent : [ 'scene' ] ,
6767 autoReleaseWorkerPool : [ 'maxWorkers' , 'createWorkerAsync' , 'options' ] ,
6868 autoRotationBehavior : [ ] ,
@@ -475,6 +475,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
475475 flowGraphCrossBlock : [ 'config' ] ,
476476 flowGraphCubeRootBlock : [ 'config' ] ,
477477 flowGraphDataConnection : [ 'name' , 'connectionType' , 'ownerBlock' , 'richType' , '_defaultValue' , '_optional' ] ,
478+ flowGraphDataSwitchBlock : [ 'config' ] ,
478479 flowGraphDebounceBlock : [ 'config' ] ,
479480 flowGraphDegToRadBlock : [ 'config' ] ,
480481 flowGraphDeterminantBlock : [ 'config' ] ,
@@ -600,17 +601,19 @@ const ConstructorsMap: Record<string, Array<string>> = {
600601 fragCoordBlock : [ 'name' ] ,
601602 fragDepthBlock : [ 'name' ] ,
602603 fragmentOutputBlock : [ 'name' ] ,
603- frameGraph : [ 'engine' , 'debugTextures' , 'scene' ] ,
604+ frameGraph : [ 'scene' , 'debugTextures' ] ,
605+ frameGraphAnaglyphTask : [ 'name' , 'frameGraph' , 'thinPostProcess' ] ,
604606 frameGraphBlackAndWhiteTask : [ 'name' , 'frameGraph' , 'thinPostProcess' ] ,
605- frameGraphBloomTask : [ 'name' , 'frameGraph' , 'engine' , ' weight', 'kernel' , 'threshold' , 'hdr' , 'bloomScale' ] ,
607+ frameGraphBloomTask : [ 'name' , 'frameGraph' , 'weight' , 'kernel' , 'threshold' , 'hdr' , 'bloomScale' ] ,
606608 frameGraphBlurTask : [ 'name' , 'frameGraph' , 'thinPostProcess' ] ,
607609 frameGraphCascadedShadowGeneratorTask : [ ] ,
610+ frameGraphChromaticAberrationTask : [ 'name' , 'frameGraph' , 'thinPostProcess' ] ,
608611 frameGraphCircleOfConfusionTask : [ 'name' , 'frameGraph' , 'thinPostProcess' ] ,
609612 frameGraphClearTextureTask : [ 'name' , 'frameGraph' ] ,
610613 frameGraphCopyToTextureTask : [ 'name' , 'frameGraph' ] ,
611614 frameGraphCullObjectsTask : [ 'name' , 'frameGraph' , 'scene' ] ,
612615 frameGraphCullPass : [ 'name' , 'parentTask' , 'context' , 'engine' ] ,
613- frameGraphDepthOfFieldTask : [ 'name' , 'frameGraph' , 'engine' , ' blurLevel', 'hdr' ] ,
616+ frameGraphDepthOfFieldTask : [ 'name' , 'frameGraph' , 'blurLevel' , 'hdr' ] ,
614617 frameGraphExecuteTask : [ 'name' , 'frameGraph' ] ,
615618 frameGraphExtractHighlightsTask : [ 'name' , 'frameGraph' , 'thinPostProcess' ] ,
616619 frameGraphGenerateMipMapsTask : [ 'name' , 'frameGraph' ] ,
@@ -625,6 +628,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
625628 frameGraphRenderContext : [ '_engine' , '_textureManager' , '_scene' ] ,
626629 frameGraphRenderPass : [ 'name' , 'parentTask' , 'context' , 'engine' ] ,
627630 frameGraphRenderTarget : [ 'name' , 'textureManager' , 'renderTargets' , 'renderTargetDepth' ] ,
631+ frameGraphSSRRenderingPipelineTask : [ 'name' , 'frameGraph' , 'textureType' ] ,
628632 frameGraphShadowGeneratorTask : [ 'name' , 'frameGraph' , 'scene' ] ,
629633 frameGraphTAAObjectRendererTask : [ 'name' , 'frameGraph' , 'scene' , 'options' ] ,
630634 frameGraphTask : [ 'name' , 'frameGraph' ] ,
@@ -672,6 +676,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
672676 geometryDesaturateBlock : [ 'name' ] ,
673677 geometryDistanceBlock : [ 'name' ] ,
674678 geometryDotBlock : [ 'name' ] ,
679+ geometryEaseBlock : [ 'name' ] ,
675680 geometryElbowBlock : [ 'name' ] ,
676681 geometryInfoBlock : [ 'name' ] ,
677682 geometryInputBlock : [ 'name' , 'type' ] ,
@@ -904,12 +909,14 @@ const ConstructorsMap: Record<string, Array<string>> = {
904909 nodeMaterialTeleportInBlock : [ 'name' ] ,
905910 nodeMaterialTeleportOutBlock : [ 'name' ] ,
906911 nodeRenderGraph : [ 'name' , 'scene' , 'options' ] ,
912+ nodeRenderGraphAnaglyphPostProcessBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
907913 nodeRenderGraphBlackAndWhitePostProcessBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
908914 nodeRenderGraphBlock : [ 'name' , 'frameGraph' , 'scene' , '_additionalConstructionParameters' ] ,
909915 nodeRenderGraphBloomPostProcessBlock : [ 'name' , 'frameGraph' , 'scene' , 'hdr' , 'bloomScale' ] ,
910916 nodeRenderGraphBlurPostProcessBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
911917 nodeRenderGraphBuildState : [ ] ,
912918 nodeRenderGraphCascadedShadowGeneratorBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
919+ nodeRenderGraphChromaticAberrationPostProcessBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
913920 nodeRenderGraphCircleOfConfusionPostProcessBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
914921 nodeRenderGraphClearBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
915922 nodeRenderGraphConnectionPoint : [ 'name' , 'ownerBlock' , 'direction' ] ,
@@ -929,6 +936,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
929936 nodeRenderGraphPassCubePostProcessBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
930937 nodeRenderGraphPassPostProcessBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
931938 nodeRenderGraphResourceContainerBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
939+ nodeRenderGraphSSRPostProcessBlock : [ 'name' , 'frameGraph' , 'scene' , 'textureType' ] ,
932940 nodeRenderGraphShadowGeneratorBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
933941 nodeRenderGraphTAAObjectRendererBlock : [ 'name' , 'frameGraph' , 'scene' , 'doNotChangeAspectRatio' ] ,
934942 nodeRenderGraphTeleportInBlock : [ 'name' , 'frameGraph' , 'scene' ] ,
@@ -1334,9 +1342,11 @@ const ConstructorsMap: Record<string, Array<string>> = {
13341342 texturePacker : [ 'name' , 'meshes' , 'options' , 'scene' ] ,
13351343 texturePackerFrame : [ 'id' , 'scale' , 'offset' ] ,
13361344 textureSampler : [ ] ,
1345+ thinAnaglyphPostProcess : [ 'name' , 'engine' , 'options' ] ,
13371346 thinBlackAndWhitePostProcess : [ 'name' , 'engine' , 'options' ] ,
13381347 thinBloomEffect : [ 'name' , 'engine' , 'scale' , 'blockCompilation' ] ,
13391348 thinBlurPostProcess : [ 'name' , 'engine' , 'direction' , 'kernel' , 'options' ] ,
1349+ thinChromaticAberrationPostProcess : [ 'name' , 'engine' , 'options' ] ,
13401350 thinCircleOfConfusionPostProcess : [ 'name' , 'engine' , 'options' ] ,
13411351 thinDepthOfFieldEffect : [ 'name' , 'engine' , 'blurLevel' , 'depthNotNormalized' , 'blockCompilation' ] ,
13421352 thinEffectLayer : [ 'name' , 'scene' , 'forceGLSL' , 'dontCheckIfReady' , '_additionalImportShadersAsync' ] ,
@@ -1499,6 +1509,7 @@ const ConstructorsMap: Record<string, Array<string>> = {
14991509 _GetAudioEngine : [ 'engine' ] ,
15001510 _GetCompatibleTextureLoader : [ 'extension' , 'mimeType' ] ,
15011511 _HDRTextureLoader : [ ] ,
1512+ _HasAudioAnalyzerOptions : [ 'options' ] ,
15021513 _HasSpatialAudioListenerOptions : [ 'options' ] ,
15031514 _HasSpatialAudioOptions : [ 'options' ] ,
15041515 _HasStereoAudioOptions : [ 'options' ] ,
0 commit comments