@babylonjs/core 6.39.0 → 6.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Actions/action.js +3 -1
- package/Actions/action.js.map +1 -1
- package/Actions/condition.js +1 -0
- package/Actions/condition.js.map +1 -1
- package/Actions/directActions.d.ts +2 -2
- package/Actions/directActions.js +2 -2
- package/Actions/directActions.js.map +1 -1
- package/Animations/pathCursor.js +1 -0
- package/Animations/pathCursor.js.map +1 -1
- package/Animations/runtimeAnimation.js +1 -1
- package/Animations/runtimeAnimation.js.map +1 -1
- package/Audio/audioEngine.js +5 -0
- package/Audio/audioEngine.js.map +1 -1
- package/Behaviors/Cameras/autoRotationBehavior.d.ts +3 -0
- package/Behaviors/Cameras/autoRotationBehavior.js +3 -0
- package/Behaviors/Cameras/autoRotationBehavior.js.map +1 -1
- package/Behaviors/Meshes/pointerDragBehavior.d.ts +1 -0
- package/Behaviors/Meshes/pointerDragBehavior.js +2 -0
- package/Behaviors/Meshes/pointerDragBehavior.js.map +1 -1
- package/Bones/bone.d.ts +2 -0
- package/Bones/bone.js +2 -0
- package/Bones/bone.js.map +1 -1
- package/Cameras/Inputs/BaseCameraPointersInput.d.ts +2 -2
- package/Cameras/Inputs/BaseCameraPointersInput.js +2 -2
- package/Cameras/Inputs/BaseCameraPointersInput.js.map +1 -1
- package/Cameras/Inputs/arcRotateCameraPointersInput.d.ts +9 -9
- package/Cameras/Inputs/arcRotateCameraPointersInput.js +9 -9
- package/Cameras/Inputs/arcRotateCameraPointersInput.js.map +1 -1
- package/Cameras/Inputs/followCameraKeyboardMoveInput.d.ts +3 -0
- package/Cameras/Inputs/followCameraKeyboardMoveInput.js +3 -0
- package/Cameras/Inputs/followCameraKeyboardMoveInput.js.map +1 -1
- package/Cameras/arcRotateCamera.d.ts +2 -0
- package/Cameras/arcRotateCamera.js +2 -0
- package/Cameras/arcRotateCamera.js.map +1 -1
- package/Cameras/camera.d.ts +2 -0
- package/Cameras/camera.js +4 -0
- package/Cameras/camera.js.map +1 -1
- package/Cameras/followCamera.d.ts +1 -0
- package/Cameras/followCamera.js +1 -0
- package/Cameras/followCamera.js.map +1 -1
- package/Debug/debugLayer.d.ts +4 -1
- package/Debug/debugLayer.js +4 -1
- package/Debug/debugLayer.js.map +1 -1
- package/Debug/physicsViewer.d.ts +1 -0
- package/Debug/physicsViewer.js +1 -0
- package/Debug/physicsViewer.js.map +1 -1
- package/Decorators/nodeDecorator.d.ts +5 -4
- package/Decorators/nodeDecorator.js +5 -4
- package/Decorators/nodeDecorator.js.map +1 -1
- package/DeviceInput/eventFactory.d.ts +2 -0
- package/DeviceInput/eventFactory.js +3 -0
- package/DeviceInput/eventFactory.js.map +1 -1
- package/DeviceInput/webDeviceInputSystem.js +3 -0
- package/DeviceInput/webDeviceInputSystem.js.map +1 -1
- package/Engines/Extensions/engine.multiview.js +2 -0
- package/Engines/Extensions/engine.multiview.js.map +1 -1
- package/Engines/Native/nativeDataStream.d.ts +32 -0
- package/Engines/Native/nativeDataStream.js +32 -0
- package/Engines/Native/nativeDataStream.js.map +1 -1
- package/Engines/Native/nativePipelineContext.d.ts +0 -3
- package/Engines/Native/nativePipelineContext.js +0 -3
- package/Engines/Native/nativePipelineContext.js.map +1 -1
- package/Engines/WebGL/webGLPipelineContext.d.ts +0 -3
- package/Engines/WebGL/webGLPipelineContext.js +0 -3
- package/Engines/WebGL/webGLPipelineContext.js.map +1 -1
- package/Engines/WebGPU/Extensions/engine.readTexture.js +1 -0
- package/Engines/WebGPU/Extensions/engine.readTexture.js.map +1 -1
- package/Engines/WebGPU/webgpuCacheBindGroups.d.ts +1 -0
- package/Engines/WebGPU/webgpuCacheBindGroups.js +1 -0
- package/Engines/WebGPU/webgpuCacheBindGroups.js.map +1 -1
- package/Engines/WebGPU/webgpuCacheRenderPipeline.js +3 -0
- package/Engines/WebGPU/webgpuCacheRenderPipeline.js.map +1 -1
- package/Engines/WebGPU/webgpuPipelineContext.d.ts +0 -3
- package/Engines/WebGPU/webgpuPipelineContext.js +0 -3
- package/Engines/WebGPU/webgpuPipelineContext.js.map +1 -1
- package/Engines/WebGPU/webgpuShaderProcessingContext.js +1 -0
- package/Engines/WebGPU/webgpuShaderProcessingContext.js.map +1 -1
- package/Engines/WebGPU/webgpuShaderProcessorsWGSL.d.ts +1 -1
- package/Engines/WebGPU/webgpuShaderProcessorsWGSL.js +11 -2
- package/Engines/WebGPU/webgpuShaderProcessorsWGSL.js.map +1 -1
- package/Engines/WebGPU/webgpuTextureHelper.js +22 -0
- package/Engines/WebGPU/webgpuTextureHelper.js.map +1 -1
- package/Engines/WebGPU/webgpuTextureManager.js +2 -1
- package/Engines/WebGPU/webgpuTextureManager.js.map +1 -1
- package/Engines/engine.js +1 -0
- package/Engines/engine.js.map +1 -1
- package/Engines/nativeEngine.d.ts +4 -0
- package/Engines/nativeEngine.js +5 -0
- package/Engines/nativeEngine.js.map +1 -1
- package/Engines/thinEngine.js +7 -2
- package/Engines/thinEngine.js.map +1 -1
- package/Engines/webgpuEngine.d.ts +1 -1
- package/Engines/webgpuEngine.js +17 -1
- package/Engines/webgpuEngine.js.map +1 -1
- package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.d.ts +207 -2
- package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js +207 -6
- package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphBinaryOperationBlock.d.ts +15 -0
- package/FlowGraph/Blocks/Data/flowGraphBinaryOperationBlock.js +9 -0
- package/FlowGraph/Blocks/Data/flowGraphBinaryOperationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphConditionalDataBlock.d.ts +4 -0
- package/FlowGraph/Blocks/Data/flowGraphConditionalDataBlock.js +4 -0
- package/FlowGraph/Blocks/Data/flowGraphConditionalDataBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphConstantBlock.d.ts +17 -1
- package/FlowGraph/Blocks/Data/flowGraphConstantBlock.js +14 -1
- package/FlowGraph/Blocks/Data/flowGraphConstantBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphConstantOperationBlock.d.ts +9 -0
- package/FlowGraph/Blocks/Data/flowGraphConstantOperationBlock.js +9 -0
- package/FlowGraph/Blocks/Data/flowGraphConstantOperationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphCoordinateTransformBlock.d.ts +5 -0
- package/FlowGraph/Blocks/Data/flowGraphCoordinateTransformBlock.js +5 -0
- package/FlowGraph/Blocks/Data/flowGraphCoordinateTransformBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphGetPropertyBlock.d.ts +16 -1
- package/FlowGraph/Blocks/Data/flowGraphGetPropertyBlock.js +13 -1
- package/FlowGraph/Blocks/Data/flowGraphGetPropertyBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.d.ts +12 -1
- package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.js +12 -1
- package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphTernaryOperationBlock.d.ts +18 -0
- package/FlowGraph/Blocks/Data/flowGraphTernaryOperationBlock.js +9 -0
- package/FlowGraph/Blocks/Data/flowGraphTernaryOperationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.d.ts +12 -0
- package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.js +9 -0
- package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Event/flowGraphMeshPickEventBlock.d.ts +15 -1
- package/FlowGraph/Blocks/Event/flowGraphMeshPickEventBlock.js +12 -1
- package/FlowGraph/Blocks/Event/flowGraphMeshPickEventBlock.js.map +1 -1
- package/FlowGraph/Blocks/Event/flowGraphReceiveCustomEventBlock.d.ts +18 -2
- package/FlowGraph/Blocks/Event/flowGraphReceiveCustomEventBlock.js +15 -4
- package/FlowGraph/Blocks/Event/flowGraphReceiveCustomEventBlock.js.map +1 -1
- package/FlowGraph/Blocks/Event/flowGraphSceneReadyEventBlock.d.ts +6 -0
- package/FlowGraph/Blocks/Event/flowGraphSceneReadyEventBlock.js +6 -0
- package/FlowGraph/Blocks/Event/flowGraphSceneReadyEventBlock.js.map +1 -1
- package/FlowGraph/Blocks/Event/flowGraphSceneTickEventBlock.d.ts +6 -0
- package/FlowGraph/Blocks/Event/flowGraphSceneTickEventBlock.js +6 -0
- package/FlowGraph/Blocks/Event/flowGraphSceneTickEventBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/Animation/flowGraphPauseAnimationBlock.d.ts +5 -2
- package/FlowGraph/Blocks/Execution/Animation/flowGraphPauseAnimationBlock.js +4 -1
- package/FlowGraph/Blocks/Execution/Animation/flowGraphPauseAnimationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/Animation/flowGraphPlayAnimationBlock.d.ts +15 -1
- package/FlowGraph/Blocks/Execution/Animation/flowGraphPlayAnimationBlock.js +12 -1
- package/FlowGraph/Blocks/Execution/Animation/flowGraphPlayAnimationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/Animation/flowGraphStopAnimationBlock.d.ts +4 -1
- package/FlowGraph/Blocks/Execution/Animation/flowGraphStopAnimationBlock.js +3 -0
- package/FlowGraph/Blocks/Execution/Animation/flowGraphStopAnimationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphBranchBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphBranchBlock.js +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphBranchBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphCounterBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphCounterBlock.js +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphCounterBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDebounceBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDebounceBlock.js +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDebounceBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.d.ts +14 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.js +11 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphFlipFlopBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphFlipFlopBlock.js +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphFlipFlopBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphForLoopBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphForLoopBlock.js +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphForLoopBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphMultiGateBlock.d.ts +15 -2
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphMultiGateBlock.js +12 -4
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphMultiGateBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.d.ts +14 -2
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.js +11 -4
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSwitchBlock.d.ts +15 -2
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSwitchBlock.js +12 -4
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSwitchBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphThrottleBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphThrottleBlock.js +3 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphThrottleBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphTimerBlock.d.ts +6 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphTimerBlock.js +6 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphTimerBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWaitAllBlock.d.ts +15 -2
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWaitAllBlock.js +12 -3
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWaitAllBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWhileLoopBlock.d.ts +18 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWhileLoopBlock.js +15 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphWhileLoopBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/flowGraphConsoleLogBlock.d.ts +6 -0
- package/FlowGraph/Blocks/Execution/flowGraphConsoleLogBlock.js +6 -0
- package/FlowGraph/Blocks/Execution/flowGraphConsoleLogBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/flowGraphSendCustomEventBlock.d.ts +14 -2
- package/FlowGraph/Blocks/Execution/flowGraphSendCustomEventBlock.js +11 -4
- package/FlowGraph/Blocks/Execution/flowGraphSendCustomEventBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/flowGraphSetPropertyBlock.d.ts +15 -1
- package/FlowGraph/Blocks/Execution/flowGraphSetPropertyBlock.js +12 -1
- package/FlowGraph/Blocks/Execution/flowGraphSetPropertyBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.d.ts +14 -1
- package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.js +11 -1
- package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.js.map +1 -1
- package/FlowGraph/flowGraph.d.ts +16 -8
- package/FlowGraph/flowGraph.js +13 -8
- package/FlowGraph/flowGraph.js.map +1 -1
- package/FlowGraph/flowGraphBlock.d.ts +54 -5
- package/FlowGraph/flowGraphBlock.js +50 -11
- package/FlowGraph/flowGraphBlock.js.map +1 -1
- package/FlowGraph/flowGraphConnection.d.ts +10 -6
- package/FlowGraph/flowGraphConnection.js +10 -6
- package/FlowGraph/flowGraphConnection.js.map +1 -1
- package/FlowGraph/flowGraphContext.d.ts +10 -8
- package/FlowGraph/flowGraphContext.js +10 -8
- package/FlowGraph/flowGraphContext.js.map +1 -1
- package/FlowGraph/flowGraphCoordinator.d.ts +27 -1
- package/FlowGraph/flowGraphCoordinator.js +18 -2
- package/FlowGraph/flowGraphCoordinator.js.map +1 -1
- package/FlowGraph/flowGraphDataConnection.d.ts +26 -1
- package/FlowGraph/flowGraphDataConnection.js +23 -1
- package/FlowGraph/flowGraphDataConnection.js.map +1 -1
- package/FlowGraph/flowGraphExecutionBlock.d.ts +27 -1
- package/FlowGraph/flowGraphExecutionBlock.js +22 -4
- package/FlowGraph/flowGraphExecutionBlock.js.map +1 -1
- package/FlowGraph/flowGraphRichTypes.d.ts +24 -1
- package/FlowGraph/flowGraphRichTypes.js +18 -1
- package/FlowGraph/flowGraphRichTypes.js.map +1 -1
- package/FlowGraph/flowGraphSignalConnection.d.ts +2 -0
- package/FlowGraph/flowGraphSignalConnection.js +2 -0
- package/FlowGraph/flowGraphSignalConnection.js.map +1 -1
- package/Gamepads/gamepad.d.ts +2 -2
- package/Gamepads/gamepad.js +2 -2
- package/Gamepads/gamepad.js.map +1 -1
- package/Gamepads/gamepadSceneComponent.js +2 -0
- package/Gamepads/gamepadSceneComponent.js.map +1 -1
- package/Gizmos/axisScaleGizmo.d.ts +2 -0
- package/Gizmos/axisScaleGizmo.js +2 -0
- package/Gizmos/axisScaleGizmo.js.map +1 -1
- package/Gizmos/boundingBoxGizmo.d.ts +19 -0
- package/Gizmos/boundingBoxGizmo.js +36 -15
- package/Gizmos/boundingBoxGizmo.js.map +1 -1
- package/Gizmos/cameraGizmo.js +1 -0
- package/Gizmos/cameraGizmo.js.map +1 -1
- package/Gizmos/gizmo.js +1 -0
- package/Gizmos/gizmo.js.map +1 -1
- package/Gizmos/gizmoManager.d.ts +18 -0
- package/Gizmos/gizmoManager.js +34 -0
- package/Gizmos/gizmoManager.js.map +1 -1
- package/Gizmos/lightGizmo.d.ts +1 -0
- package/Gizmos/lightGizmo.js +1 -0
- package/Gizmos/lightGizmo.js.map +1 -1
- package/Gizmos/planeRotationGizmo.d.ts +2 -0
- package/Gizmos/planeRotationGizmo.js +2 -0
- package/Gizmos/planeRotationGizmo.js.map +1 -1
- package/Gizmos/positionGizmo.d.ts +11 -0
- package/Gizmos/positionGizmo.js +19 -0
- package/Gizmos/positionGizmo.js.map +1 -1
- package/Gizmos/rotationGizmo.d.ts +14 -0
- package/Gizmos/rotationGizmo.js +14 -0
- package/Gizmos/rotationGizmo.js.map +1 -1
- package/Gizmos/scaleGizmo.d.ts +18 -1
- package/Gizmos/scaleGizmo.js +19 -1
- package/Gizmos/scaleGizmo.js.map +1 -1
- package/Helpers/environmentHelper.d.ts +4 -2
- package/Helpers/environmentHelper.js +4 -2
- package/Helpers/environmentHelper.js.map +1 -1
- package/Layers/effectLayer.d.ts +1 -0
- package/Layers/effectLayer.js +1 -0
- package/Layers/effectLayer.js.map +1 -1
- package/Layers/glowLayer.d.ts +3 -1
- package/Layers/glowLayer.js +3 -1
- package/Layers/glowLayer.js.map +1 -1
- package/Layers/highlightLayer.d.ts +3 -2
- package/Layers/highlightLayer.js +3 -2
- package/Layers/highlightLayer.js.map +1 -1
- package/Lights/light.d.ts +1 -1
- package/Lights/light.js +1 -1
- package/Lights/light.js.map +1 -1
- package/Loading/sceneLoader.js +4 -0
- package/Loading/sceneLoader.js.map +1 -1
- package/Materials/Background/backgroundMaterial.d.ts +2 -2
- package/Materials/Background/backgroundMaterial.js +2 -2
- package/Materials/Background/backgroundMaterial.js.map +1 -1
- package/Materials/GaussianSplatting/gaussianSplattingMaterial.d.ts +72 -0
- package/Materials/GaussianSplatting/gaussianSplattingMaterial.js +230 -0
- package/Materials/GaussianSplatting/gaussianSplattingMaterial.js.map +1 -0
- package/Materials/GreasedLine/greasedLinePluginMaterial.d.ts +0 -1
- package/Materials/GreasedLine/greasedLinePluginMaterial.js +0 -1
- package/Materials/GreasedLine/greasedLinePluginMaterial.js.map +1 -1
- package/Materials/GreasedLine/greasedLineSimpleMaterial.d.ts +0 -1
- package/Materials/GreasedLine/greasedLineSimpleMaterial.js +0 -1
- package/Materials/GreasedLine/greasedLineSimpleMaterial.js.map +1 -1
- package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.d.ts +2 -1
- package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.js +1 -1
- package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.js.map +1 -1
- package/Materials/Node/Blocks/Fragment/fragCoordBlock.js +1 -0
- package/Materials/Node/Blocks/Fragment/fragCoordBlock.js.map +1 -1
- package/Materials/Node/Blocks/Fragment/frontFacingBlock.js +1 -0
- package/Materials/Node/Blocks/Fragment/frontFacingBlock.js.map +1 -1
- package/Materials/Node/Blocks/Fragment/screenSizeBlock.js +1 -0
- package/Materials/Node/Blocks/Fragment/screenSizeBlock.js.map +1 -1
- package/Materials/Node/Blocks/Teleport/teleportInBlock.d.ts +3 -1
- package/Materials/Node/Blocks/Teleport/teleportInBlock.js +3 -1
- package/Materials/Node/Blocks/Teleport/teleportInBlock.js.map +1 -1
- package/Materials/Node/Blocks/triPlanarBlock.d.ts +1 -0
- package/Materials/Node/Blocks/triPlanarBlock.js +1 -0
- package/Materials/Node/Blocks/triPlanarBlock.js.map +1 -1
- package/Materials/Node/Blocks/worleyNoise3DBlock.d.ts +2 -0
- package/Materials/Node/Blocks/worleyNoise3DBlock.js +2 -0
- package/Materials/Node/Blocks/worleyNoise3DBlock.js.map +1 -1
- package/Materials/Node/nodeMaterial.d.ts +10 -3
- package/Materials/Node/nodeMaterial.js +14 -3
- package/Materials/Node/nodeMaterial.js.map +1 -1
- package/Materials/Node/nodeMaterialBlock.d.ts +3 -1
- package/Materials/Node/nodeMaterialBlock.js +4 -1
- package/Materials/Node/nodeMaterialBlock.js.map +1 -1
- package/Materials/Node/nodeMaterialBlockConnectionPoint.js +1 -0
- package/Materials/Node/nodeMaterialBlockConnectionPoint.js.map +1 -1
- package/Materials/Node/nodeMaterialBuildStateSharedData.js +1 -0
- package/Materials/Node/nodeMaterialBuildStateSharedData.js.map +1 -1
- package/Materials/PBR/pbrBaseMaterial.d.ts +7 -6
- package/Materials/PBR/pbrBaseMaterial.js +7 -6
- package/Materials/PBR/pbrBaseMaterial.js.map +1 -1
- package/Materials/PBR/pbrMaterial.d.ts +2 -1
- package/Materials/PBR/pbrMaterial.js +2 -1
- package/Materials/PBR/pbrMaterial.js.map +1 -1
- package/Materials/PBR/pbrMetallicRoughnessMaterial.d.ts +4 -1
- package/Materials/PBR/pbrMetallicRoughnessMaterial.js +4 -1
- package/Materials/PBR/pbrMetallicRoughnessMaterial.js.map +1 -1
- package/Materials/PBR/pbrSpecularGlossinessMaterial.d.ts +4 -1
- package/Materials/PBR/pbrSpecularGlossinessMaterial.js +4 -1
- package/Materials/PBR/pbrSpecularGlossinessMaterial.js.map +1 -1
- package/Materials/Textures/Loaders/envTextureLoader.js +1 -0
- package/Materials/Textures/Loaders/envTextureLoader.js.map +1 -1
- package/Materials/Textures/Loaders/hdrTextureLoader.js +1 -0
- package/Materials/Textures/Loaders/hdrTextureLoader.js.map +1 -1
- package/Materials/Textures/Loaders/tgaTextureLoader.js +1 -0
- package/Materials/Textures/Loaders/tgaTextureLoader.js.map +1 -1
- package/Materials/Textures/Packer/packer.d.ts +0 -1
- package/Materials/Textures/Packer/packer.js +0 -1
- package/Materials/Textures/Packer/packer.js.map +1 -1
- package/Materials/Textures/colorGradingTexture.d.ts +4 -1
- package/Materials/Textures/colorGradingTexture.js +4 -1
- package/Materials/Textures/colorGradingTexture.js.map +1 -1
- package/Materials/Textures/equiRectangularCubeTexture.d.ts +1 -0
- package/Materials/Textures/equiRectangularCubeTexture.js +1 -0
- package/Materials/Textures/equiRectangularCubeTexture.js.map +1 -1
- package/Materials/Textures/hdrCubeTexture.d.ts +3 -2
- package/Materials/Textures/hdrCubeTexture.js +3 -2
- package/Materials/Textures/hdrCubeTexture.js.map +1 -1
- package/Materials/Textures/htmlElementTexture.d.ts +1 -1
- package/Materials/Textures/htmlElementTexture.js +1 -1
- package/Materials/Textures/htmlElementTexture.js.map +1 -1
- package/Materials/index.d.ts +1 -0
- package/Materials/index.js +1 -0
- package/Materials/index.js.map +1 -1
- package/Materials/material.d.ts +1 -0
- package/Materials/material.decalMapConfiguration.d.ts +0 -5
- package/Materials/material.decalMapConfiguration.js +5 -5
- package/Materials/material.decalMapConfiguration.js.map +1 -1
- package/Materials/material.js +1 -0
- package/Materials/material.js.map +1 -1
- package/Materials/materialHelper.d.ts +1 -1
- package/Materials/materialHelper.js +4 -3
- package/Materials/materialHelper.js.map +1 -1
- package/Materials/materialPluginManager.js +1 -0
- package/Materials/materialPluginManager.js.map +1 -1
- package/Materials/standardMaterial.d.ts +2 -2
- package/Materials/standardMaterial.js +2 -2
- package/Materials/standardMaterial.js.map +1 -1
- package/Materials/uniformBuffer.js +2 -1
- package/Materials/uniformBuffer.js.map +1 -1
- package/Maths/math.path.d.ts +2 -1
- package/Maths/math.path.js +2 -1
- package/Maths/math.path.js.map +1 -1
- package/Maths/math.vector.d.ts +11 -4
- package/Maths/math.vector.js +11 -4
- package/Maths/math.vector.js.map +1 -1
- package/Meshes/Builders/hemisphereBuilder.js +1 -0
- package/Meshes/Builders/hemisphereBuilder.js.map +1 -1
- package/Meshes/Builders/textBuilder.d.ts +26 -5
- package/Meshes/Builders/textBuilder.js +26 -5
- package/Meshes/Builders/textBuilder.js.map +1 -1
- package/Meshes/GaussianSplatting/gaussianSplattingMesh.d.ts +84 -0
- package/Meshes/GaussianSplatting/gaussianSplattingMesh.js +288 -0
- package/Meshes/GaussianSplatting/gaussianSplattingMesh.js.map +1 -0
- package/Meshes/GreasedLine/greasedLineRibbonMesh.js +7 -0
- package/Meshes/GreasedLine/greasedLineRibbonMesh.js.map +1 -1
- package/Meshes/Node/Blocks/geometryCurveBlock.d.ts +92 -0
- package/Meshes/Node/Blocks/geometryCurveBlock.js +292 -0
- package/Meshes/Node/Blocks/geometryCurveBlock.js.map +1 -0
- package/Meshes/Node/Blocks/noiseBlock.d.ts +5 -3
- package/Meshes/Node/Blocks/noiseBlock.js +5 -3
- package/Meshes/Node/Blocks/noiseBlock.js.map +1 -1
- package/Meshes/Node/index.d.ts +1 -0
- package/Meshes/Node/index.js +1 -0
- package/Meshes/Node/index.js.map +1 -1
- package/Meshes/Node/nodeGeometry.d.ts +6 -2
- package/Meshes/Node/nodeGeometry.js +7 -2
- package/Meshes/Node/nodeGeometry.js.map +1 -1
- package/Meshes/Node/nodeGeometryBlockConnectionPoint.js +1 -0
- package/Meshes/Node/nodeGeometryBlockConnectionPoint.js.map +1 -1
- package/Meshes/Node/nodeGeometryBuildState.js +1 -0
- package/Meshes/Node/nodeGeometryBuildState.js.map +1 -1
- package/Meshes/abstractMesh.d.ts +1 -0
- package/Meshes/abstractMesh.js +3 -0
- package/Meshes/abstractMesh.js.map +1 -1
- package/Meshes/csg.d.ts +7 -1
- package/Meshes/csg.js +9 -1
- package/Meshes/csg.js.map +1 -1
- package/Meshes/index.d.ts +1 -0
- package/Meshes/index.js +1 -0
- package/Meshes/index.js.map +1 -1
- package/Meshes/instancedMesh.d.ts +7 -3
- package/Meshes/instancedMesh.js +7 -3
- package/Meshes/instancedMesh.js.map +1 -1
- package/Meshes/linesMesh.d.ts +3 -2
- package/Meshes/linesMesh.js +3 -2
- package/Meshes/linesMesh.js.map +1 -1
- package/Meshes/mesh.d.ts +1 -0
- package/Meshes/mesh.js +1 -0
- package/Meshes/mesh.js.map +1 -1
- package/Meshes/mesh.vertexData.d.ts +0 -145
- package/Meshes/mesh.vertexData.js +0 -145
- package/Meshes/mesh.vertexData.js.map +1 -1
- package/Meshes/transformNode.d.ts +1 -1
- package/Meshes/transformNode.js +1 -1
- package/Meshes/transformNode.js.map +1 -1
- package/Misc/HighDynamicRange/cubemapToSphericalPolynomial.d.ts +1 -0
- package/Misc/HighDynamicRange/cubemapToSphericalPolynomial.js +1 -0
- package/Misc/HighDynamicRange/cubemapToSphericalPolynomial.js.map +1 -1
- package/Misc/HighDynamicRange/hdr.js +7 -0
- package/Misc/HighDynamicRange/hdr.js.map +1 -1
- package/Misc/HighDynamicRange/panoramaToCubemap.js +2 -0
- package/Misc/HighDynamicRange/panoramaToCubemap.js.map +1 -1
- package/Misc/assetsManager.d.ts +3 -0
- package/Misc/assetsManager.js +3 -0
- package/Misc/assetsManager.js.map +1 -1
- package/Misc/basis.js +1 -0
- package/Misc/basis.js.map +1 -1
- package/Misc/decorators.d.ts +1 -0
- package/Misc/decorators.js +2 -1
- package/Misc/decorators.js.map +1 -1
- package/Misc/fileTools.js +2 -0
- package/Misc/fileTools.js.map +1 -1
- package/Misc/filesInput.d.ts +7 -2
- package/Misc/filesInput.js +7 -2
- package/Misc/filesInput.js.map +1 -1
- package/Misc/greasedLineTools.d.ts +1 -0
- package/Misc/greasedLineTools.js +1 -0
- package/Misc/greasedLineTools.js.map +1 -1
- package/Misc/textureTools.d.ts +2 -0
- package/Misc/textureTools.js +2 -0
- package/Misc/textureTools.js.map +1 -1
- package/Misc/timer.d.ts +2 -1
- package/Misc/timer.js +1 -0
- package/Misc/timer.js.map +1 -1
- package/Misc/tools.d.ts +2 -2
- package/Misc/tools.js +6 -2
- package/Misc/tools.js.map +1 -1
- package/Misc/videoRecorder.js +4 -0
- package/Misc/videoRecorder.js.map +1 -1
- package/Misc/webRequest.js +1 -1
- package/Misc/webRequest.js.map +1 -1
- package/Morph/morphTargetManager.d.ts +11 -0
- package/Morph/morphTargetManager.js +22 -2
- package/Morph/morphTargetManager.js.map +1 -1
- package/Particles/EmitterTypes/customParticleEmitter.js +10 -2
- package/Particles/EmitterTypes/customParticleEmitter.js.map +1 -1
- package/Particles/EmitterTypes/cylinderParticleEmitter.d.ts +3 -1
- package/Particles/EmitterTypes/cylinderParticleEmitter.js +7 -1
- package/Particles/EmitterTypes/cylinderParticleEmitter.js.map +1 -1
- package/Particles/IParticleSystem.d.ts +2 -2
- package/Particles/IParticleSystem.js.map +1 -1
- package/Particles/gpuParticleSystem.js +1 -0
- package/Particles/gpuParticleSystem.js.map +1 -1
- package/Particles/particleSystem.d.ts +1 -2
- package/Particles/particleSystem.js +5 -1
- package/Particles/particleSystem.js.map +1 -1
- package/Particles/solidParticleSystem.d.ts +1 -1
- package/Particles/solidParticleSystem.js +1 -1
- package/Particles/solidParticleSystem.js.map +1 -1
- package/Physics/physicsHelper.d.ts +1 -0
- package/Physics/physicsHelper.js +1 -0
- package/Physics/physicsHelper.js.map +1 -1
- package/Physics/v1/Plugins/ammoJSPlugin.d.ts +5 -0
- package/Physics/v1/Plugins/ammoJSPlugin.js +6 -0
- package/Physics/v1/Plugins/ammoJSPlugin.js.map +1 -1
- package/Physics/v1/physicsEngine.d.ts +2 -0
- package/Physics/v1/physicsEngine.js +2 -0
- package/Physics/v1/physicsEngine.js.map +1 -1
- package/Physics/v1/physicsImpostor.d.ts +0 -1
- package/Physics/v1/physicsImpostor.js +0 -1
- package/Physics/v1/physicsImpostor.js.map +1 -1
- package/Physics/v2/IPhysicsEnginePlugin.d.ts +1 -0
- package/Physics/v2/IPhysicsEnginePlugin.js.map +1 -1
- package/Physics/v2/Plugins/havokPlugin.d.ts +12 -6
- package/Physics/v2/Plugins/havokPlugin.js +38 -6
- package/Physics/v2/Plugins/havokPlugin.js.map +1 -1
- package/Physics/v2/physicsBody.d.ts +8 -0
- package/Physics/v2/physicsBody.js +18 -4
- package/Physics/v2/physicsBody.js.map +1 -1
- package/Physics/v2/physicsConstraint.d.ts +0 -2
- package/Physics/v2/physicsConstraint.js +0 -2
- package/Physics/v2/physicsConstraint.js.map +1 -1
- package/Physics/v2/physicsEngine.d.ts +1 -2
- package/Physics/v2/physicsEngine.js +2 -2
- package/Physics/v2/physicsEngine.js.map +1 -1
- package/Physics/v2/physicsShape.d.ts +2 -0
- package/Physics/v2/physicsShape.js +5 -0
- package/Physics/v2/physicsShape.js.map +1 -1
- package/PostProcesses/motionBlurPostProcess.d.ts +1 -0
- package/PostProcesses/motionBlurPostProcess.js +1 -0
- package/PostProcesses/motionBlurPostProcess.js.map +1 -1
- package/PostProcesses/postProcess.d.ts +0 -1
- package/PostProcesses/postProcess.js +0 -1
- package/PostProcesses/postProcess.js.map +1 -1
- package/Rendering/depthRendererSceneComponent.js +1 -0
- package/Rendering/depthRendererSceneComponent.js.map +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObject.d.ts +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObject.js +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObject.js.map +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObjectCustomParticles.d.ts +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObjectCustomParticles.js +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObjectCustomParticles.js.map +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObjectParticleSystem.d.ts +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObjectParticleSystem.js +1 -1
- package/Rendering/fluidRenderer/fluidRenderingObjectParticleSystem.js.map +1 -1
- package/Rendering/geometryBufferRenderer.d.ts +2 -2
- package/Rendering/geometryBufferRenderer.js +2 -2
- package/Rendering/geometryBufferRenderer.js.map +1 -1
- package/Rendering/index.d.ts +0 -1
- package/Rendering/index.js +0 -1
- package/Rendering/index.js.map +1 -1
- package/Rendering/renderingGroup.d.ts +0 -1
- package/Rendering/renderingGroup.js +3 -4
- package/Rendering/renderingGroup.js.map +1 -1
- package/Rendering/renderingManager.d.ts +1 -1
- package/Rendering/renderingManager.js +1 -1
- package/Rendering/renderingManager.js.map +1 -1
- package/Rendering/subSurfaceConfiguration.d.ts +1 -0
- package/Rendering/subSurfaceConfiguration.js +1 -0
- package/Rendering/subSurfaceConfiguration.js.map +1 -1
- package/Shaders/ShadersInclude/gaussianSplattingUboDeclaration.d.ts +7 -0
- package/Shaders/ShadersInclude/gaussianSplattingUboDeclaration.js +13 -0
- package/Shaders/ShadersInclude/gaussianSplattingUboDeclaration.js.map +1 -0
- package/Shaders/ShadersInclude/gaussianSplattingVertexDeclaration.d.ts +5 -0
- package/Shaders/ShadersInclude/gaussianSplattingVertexDeclaration.js +10 -0
- package/Shaders/ShadersInclude/gaussianSplattingVertexDeclaration.js.map +1 -0
- package/Shaders/ShadersInclude/morphTargetsVertex.js +8 -5
- package/Shaders/ShadersInclude/morphTargetsVertex.js.map +1 -1
- package/Shaders/ShadersInclude/morphTargetsVertexDeclaration.js +2 -0
- package/Shaders/ShadersInclude/morphTargetsVertexDeclaration.js.map +1 -1
- package/Shaders/gaussianSplatting.fragment.d.ts +11 -0
- package/Shaders/gaussianSplatting.fragment.js +27 -0
- package/Shaders/gaussianSplatting.fragment.js.map +1 -0
- package/Shaders/gaussianSplatting.vertex.d.ts +13 -0
- package/Shaders/gaussianSplatting.vertex.js +49 -0
- package/Shaders/gaussianSplatting.vertex.js.map +1 -0
- package/ShadersWGSL/ShadersInclude/morphTargetsVertex.js +5 -1
- package/ShadersWGSL/ShadersInclude/morphTargetsVertex.js.map +1 -1
- package/ShadersWGSL/ShadersInclude/morphTargetsVertexDeclaration.js +2 -0
- package/ShadersWGSL/ShadersInclude/morphTargetsVertexDeclaration.js.map +1 -1
- package/XR/features/WebXRAbstractFeature.d.ts +3 -1
- package/XR/features/WebXRAbstractFeature.js +20 -4
- package/XR/features/WebXRAbstractFeature.js.map +1 -1
- package/XR/features/WebXRAnchorSystem.d.ts +1 -0
- package/XR/features/WebXRAnchorSystem.js +1 -0
- package/XR/features/WebXRAnchorSystem.js.map +1 -1
- package/XR/features/WebXRControllerTeleportation.js +9 -2
- package/XR/features/WebXRControllerTeleportation.js.map +1 -1
- package/XR/features/WebXREyeTracking.js +1 -1
- package/XR/features/WebXREyeTracking.js.map +1 -1
- package/XR/features/WebXRHandTracking.d.ts +4 -1
- package/XR/features/WebXRHandTracking.js +18 -4
- package/XR/features/WebXRHandTracking.js.map +1 -1
- package/XR/features/WebXRHitTest.js +1 -1
- package/XR/features/WebXRHitTest.js.map +1 -1
- package/XR/features/WebXRNearInteraction.d.ts +6 -3
- package/XR/features/WebXRNearInteraction.js +9 -4
- package/XR/features/WebXRNearInteraction.js.map +1 -1
- package/XR/features/WebXRPlaneDetector.d.ts +2 -0
- package/XR/features/WebXRPlaneDetector.js +2 -0
- package/XR/features/WebXRPlaneDetector.js.map +1 -1
- package/XR/features/WebXRRawCameraAccess.d.ts +2 -0
- package/XR/features/WebXRRawCameraAccess.js +2 -0
- package/XR/features/WebXRRawCameraAccess.js.map +1 -1
- package/XR/motionController/webXROculusTouchMotionController.d.ts +1 -0
- package/XR/motionController/webXROculusTouchMotionController.js +1 -0
- package/XR/motionController/webXROculusTouchMotionController.js.map +1 -1
- package/XR/webXRCamera.d.ts +2 -0
- package/XR/webXRCamera.js +8 -6
- package/XR/webXRCamera.js.map +1 -1
- package/XR/webXRExperienceHelper.js +1 -0
- package/XR/webXRExperienceHelper.js.map +1 -1
- package/XR/webXRInput.js +1 -1
- package/XR/webXRInput.js.map +1 -1
- package/XR/webXRInputSource.d.ts +3 -1
- package/XR/webXRInputSource.js +6 -3
- package/XR/webXRInputSource.js.map +1 -1
- package/XR/webXRSessionManager.d.ts +13 -0
- package/XR/webXRSessionManager.js +21 -1
- package/XR/webXRSessionManager.js.map +1 -1
- package/assetContainer.d.ts +4 -1
- package/assetContainer.js +4 -1
- package/assetContainer.js.map +1 -1
- package/package.json +1 -1
- package/scene.d.ts +1 -0
- package/scene.js +11 -0
- package/scene.js.map +1 -1
- package/Rendering/GaussianSplatting/gaussianSplatting.d.ts +0 -81
- package/Rendering/GaussianSplatting/gaussianSplatting.js +0 -400
- package/Rendering/GaussianSplatting/gaussianSplatting.js.map +0 -1
- package/Rendering/GaussianSplatting/index.d.ts +0 -1
- package/Rendering/GaussianSplatting/index.js +0 -2
- package/Rendering/GaussianSplatting/index.js.map +0 -1
|
@@ -12,7 +12,9 @@ import { FlowGraphInteger } from "../../../flowGraphInteger";
|
|
|
12
12
|
export declare class FlowGraphAddBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
13
13
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
14
14
|
private _polymorphicAdd;
|
|
15
|
-
|
|
15
|
+
/**
|
|
16
|
+
* the class name of the block.
|
|
17
|
+
*/
|
|
16
18
|
static ClassName: string;
|
|
17
19
|
}
|
|
18
20
|
/**
|
|
@@ -22,7 +24,9 @@ export declare class FlowGraphAddBlock extends FlowGraphBinaryOperationBlock<any
|
|
|
22
24
|
export declare class FlowGraphSubtractBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
23
25
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
24
26
|
private _polymorphicAdd;
|
|
25
|
-
|
|
27
|
+
/**
|
|
28
|
+
* the class name of the block.
|
|
29
|
+
*/
|
|
26
30
|
static ClassName: string;
|
|
27
31
|
}
|
|
28
32
|
/**
|
|
@@ -33,6 +37,9 @@ export declare class FlowGraphSubtractBlock extends FlowGraphBinaryOperationBloc
|
|
|
33
37
|
export declare class FlowGraphMultiplyBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
34
38
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
35
39
|
private _polymorphicMultiply;
|
|
40
|
+
/**
|
|
41
|
+
* the class name of the block.
|
|
42
|
+
*/
|
|
36
43
|
static ClassName: string;
|
|
37
44
|
}
|
|
38
45
|
/**
|
|
@@ -42,6 +49,9 @@ export declare class FlowGraphMultiplyBlock extends FlowGraphBinaryOperationBloc
|
|
|
42
49
|
export declare class FlowGraphDivideBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
43
50
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
44
51
|
private _polymorphicDivide;
|
|
52
|
+
/**
|
|
53
|
+
* the class name of the block.
|
|
54
|
+
*/
|
|
45
55
|
static ClassName: string;
|
|
46
56
|
}
|
|
47
57
|
/**
|
|
@@ -50,6 +60,9 @@ export declare class FlowGraphDivideBlock extends FlowGraphBinaryOperationBlock<
|
|
|
50
60
|
*/
|
|
51
61
|
export declare class FlowGraphRandomBlock extends FlowGraphConstantOperationBlock<number> {
|
|
52
62
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
63
|
+
/**
|
|
64
|
+
* the class name of the block.
|
|
65
|
+
*/
|
|
53
66
|
static ClassName: string;
|
|
54
67
|
}
|
|
55
68
|
/**
|
|
@@ -59,6 +72,9 @@ export declare class FlowGraphRandomBlock extends FlowGraphConstantOperationBloc
|
|
|
59
72
|
export declare class FlowGraphDotBlock extends FlowGraphBinaryOperationBlock<any, any, number> {
|
|
60
73
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
61
74
|
private _polymorphicDot;
|
|
75
|
+
/**
|
|
76
|
+
* the class name of the block.
|
|
77
|
+
*/
|
|
62
78
|
static ClassName: string;
|
|
63
79
|
}
|
|
64
80
|
/**
|
|
@@ -67,6 +83,9 @@ export declare class FlowGraphDotBlock extends FlowGraphBinaryOperationBlock<any
|
|
|
67
83
|
*/
|
|
68
84
|
export declare class FlowGraphEBlock extends FlowGraphConstantOperationBlock<number> {
|
|
69
85
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
86
|
+
/**
|
|
87
|
+
* the class name of the block.
|
|
88
|
+
*/
|
|
70
89
|
static ClassName: string;
|
|
71
90
|
}
|
|
72
91
|
/**
|
|
@@ -75,6 +94,9 @@ export declare class FlowGraphEBlock extends FlowGraphConstantOperationBlock<num
|
|
|
75
94
|
*/
|
|
76
95
|
export declare class FlowGraphPiBlock extends FlowGraphConstantOperationBlock<number> {
|
|
77
96
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
97
|
+
/**
|
|
98
|
+
* the class name of the block.
|
|
99
|
+
*/
|
|
78
100
|
static ClassName: string;
|
|
79
101
|
}
|
|
80
102
|
/**
|
|
@@ -83,6 +105,9 @@ export declare class FlowGraphPiBlock extends FlowGraphConstantOperationBlock<nu
|
|
|
83
105
|
*/
|
|
84
106
|
export declare class FlowGraphInfBlock extends FlowGraphConstantOperationBlock<number> {
|
|
85
107
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
108
|
+
/**
|
|
109
|
+
* the class name of the block.
|
|
110
|
+
*/
|
|
86
111
|
static ClassName: string;
|
|
87
112
|
}
|
|
88
113
|
/**
|
|
@@ -91,6 +116,9 @@ export declare class FlowGraphInfBlock extends FlowGraphConstantOperationBlock<n
|
|
|
91
116
|
*/
|
|
92
117
|
export declare class FlowGraphNaNBlock extends FlowGraphConstantOperationBlock<number> {
|
|
93
118
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
119
|
+
/**
|
|
120
|
+
* the class name of the block.
|
|
121
|
+
*/
|
|
94
122
|
static ClassName: string;
|
|
95
123
|
}
|
|
96
124
|
/**
|
|
@@ -100,6 +128,9 @@ export declare class FlowGraphNaNBlock extends FlowGraphConstantOperationBlock<n
|
|
|
100
128
|
export declare class FlowGraphAbsBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
101
129
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
102
130
|
private _polymorphicAbs;
|
|
131
|
+
/**
|
|
132
|
+
* the class name of the block.
|
|
133
|
+
*/
|
|
103
134
|
static ClassName: string;
|
|
104
135
|
}
|
|
105
136
|
/**
|
|
@@ -109,6 +140,9 @@ export declare class FlowGraphAbsBlock extends FlowGraphUnaryOperationBlock<any,
|
|
|
109
140
|
export declare class FlowGraphSignBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
110
141
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
111
142
|
private _polymorphicSign;
|
|
143
|
+
/**
|
|
144
|
+
* the class name of the block.
|
|
145
|
+
*/
|
|
112
146
|
static ClassName: string;
|
|
113
147
|
}
|
|
114
148
|
/**
|
|
@@ -118,6 +152,9 @@ export declare class FlowGraphSignBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
118
152
|
export declare class FlowGraphTruncBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
119
153
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
120
154
|
private _polymorphicTrunc;
|
|
155
|
+
/**
|
|
156
|
+
* the class name of the block.
|
|
157
|
+
*/
|
|
121
158
|
static ClassName: string;
|
|
122
159
|
}
|
|
123
160
|
/**
|
|
@@ -127,6 +164,9 @@ export declare class FlowGraphTruncBlock extends FlowGraphUnaryOperationBlock<an
|
|
|
127
164
|
export declare class FlowGraphFloorBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
128
165
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
129
166
|
private _polymorphicFloor;
|
|
167
|
+
/**
|
|
168
|
+
* the class name of the block.
|
|
169
|
+
*/
|
|
130
170
|
static ClassName: string;
|
|
131
171
|
}
|
|
132
172
|
/**
|
|
@@ -136,6 +176,9 @@ export declare class FlowGraphFloorBlock extends FlowGraphUnaryOperationBlock<an
|
|
|
136
176
|
export declare class FlowGraphCeilBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
137
177
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
138
178
|
private _polymorphicCeiling;
|
|
179
|
+
/**
|
|
180
|
+
* the class name of the block.
|
|
181
|
+
*/
|
|
139
182
|
static ClassName: string;
|
|
140
183
|
}
|
|
141
184
|
/**
|
|
@@ -145,6 +188,9 @@ export declare class FlowGraphCeilBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
145
188
|
export declare class FlowGraphFractBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
146
189
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
147
190
|
private _polymorphicFract;
|
|
191
|
+
/**
|
|
192
|
+
* the class name of the block.
|
|
193
|
+
*/
|
|
148
194
|
static ClassName: string;
|
|
149
195
|
}
|
|
150
196
|
/**
|
|
@@ -170,6 +216,9 @@ export declare class FlowGraphNegBlock extends FlowGraphUnaryOperationBlock<any,
|
|
|
170
216
|
export declare class FlowGraphRemainderBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
171
217
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
172
218
|
private _polymorphicRemainder;
|
|
219
|
+
/**
|
|
220
|
+
* the class name of the block.
|
|
221
|
+
*/
|
|
173
222
|
static ClassName: string;
|
|
174
223
|
}
|
|
175
224
|
/**
|
|
@@ -179,6 +228,9 @@ export declare class FlowGraphRemainderBlock extends FlowGraphBinaryOperationBlo
|
|
|
179
228
|
export declare class FlowGraphMinBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
180
229
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
181
230
|
private _polymorphicMin;
|
|
231
|
+
/**
|
|
232
|
+
* the class name of the block.
|
|
233
|
+
*/
|
|
182
234
|
static ClassName: string;
|
|
183
235
|
}
|
|
184
236
|
/**
|
|
@@ -188,6 +240,9 @@ export declare class FlowGraphMinBlock extends FlowGraphBinaryOperationBlock<any
|
|
|
188
240
|
export declare class FlowGraphMaxBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
189
241
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
190
242
|
private _polymorphicMax;
|
|
243
|
+
/**
|
|
244
|
+
* the class name of the block.
|
|
245
|
+
*/
|
|
191
246
|
static ClassName: string;
|
|
192
247
|
}
|
|
193
248
|
/**
|
|
@@ -197,6 +252,9 @@ export declare class FlowGraphMaxBlock extends FlowGraphBinaryOperationBlock<any
|
|
|
197
252
|
export declare class FlowGraphClampBlock extends FlowGraphTernaryOperationBlock<any, any, any, any> {
|
|
198
253
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
199
254
|
private _polymorphicClamp;
|
|
255
|
+
/**
|
|
256
|
+
* the class name of the block.
|
|
257
|
+
*/
|
|
200
258
|
static ClassName: string;
|
|
201
259
|
}
|
|
202
260
|
/**
|
|
@@ -206,6 +264,9 @@ export declare class FlowGraphClampBlock extends FlowGraphTernaryOperationBlock<
|
|
|
206
264
|
export declare class FlowGraphSaturateBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
207
265
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
208
266
|
private _polymorphicSaturate;
|
|
267
|
+
/**
|
|
268
|
+
* the class name of the block.
|
|
269
|
+
*/
|
|
209
270
|
static ClassName: string;
|
|
210
271
|
}
|
|
211
272
|
/**
|
|
@@ -216,6 +277,9 @@ export declare class FlowGraphInterpolateBlock extends FlowGraphTernaryOperation
|
|
|
216
277
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
217
278
|
private _interpolate;
|
|
218
279
|
private _polymorphicInterpolate;
|
|
280
|
+
/**
|
|
281
|
+
* the class name of the block.
|
|
282
|
+
*/
|
|
219
283
|
static ClassName: string;
|
|
220
284
|
}
|
|
221
285
|
/**
|
|
@@ -225,6 +289,9 @@ export declare class FlowGraphInterpolateBlock extends FlowGraphTernaryOperation
|
|
|
225
289
|
export declare class FlowGraphEqBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
226
290
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
227
291
|
private _polymorphicEq;
|
|
292
|
+
/**
|
|
293
|
+
* the class name of the block.
|
|
294
|
+
*/
|
|
228
295
|
static ClassName: string;
|
|
229
296
|
}
|
|
230
297
|
/**
|
|
@@ -234,6 +301,9 @@ export declare class FlowGraphEqBlock extends FlowGraphBinaryOperationBlock<any,
|
|
|
234
301
|
export declare class FlowGraphLessThanBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
235
302
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
236
303
|
private _polymorphicLessThan;
|
|
304
|
+
/**
|
|
305
|
+
* the class name of the block.
|
|
306
|
+
*/
|
|
237
307
|
static ClassName: string;
|
|
238
308
|
}
|
|
239
309
|
/**
|
|
@@ -243,6 +313,9 @@ export declare class FlowGraphLessThanBlock extends FlowGraphBinaryOperationBloc
|
|
|
243
313
|
export declare class FlowGraphLessThanOrEqualBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
244
314
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
245
315
|
private _polymorphicLessThanOrEqual;
|
|
316
|
+
/**
|
|
317
|
+
* the class name of the block.
|
|
318
|
+
*/
|
|
246
319
|
static ClassName: string;
|
|
247
320
|
}
|
|
248
321
|
/**
|
|
@@ -252,6 +325,9 @@ export declare class FlowGraphLessThanOrEqualBlock extends FlowGraphBinaryOperat
|
|
|
252
325
|
export declare class FlowGraphGreaterThanBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
253
326
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
254
327
|
private _polymorphicGreaterThan;
|
|
328
|
+
/**
|
|
329
|
+
* the class name of the block.
|
|
330
|
+
*/
|
|
255
331
|
static ClassName: string;
|
|
256
332
|
}
|
|
257
333
|
/**
|
|
@@ -261,6 +337,9 @@ export declare class FlowGraphGreaterThanBlock extends FlowGraphBinaryOperationB
|
|
|
261
337
|
export declare class FlowGraphGreaterThanOrEqualBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
262
338
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
263
339
|
private _polymorphicGreaterThanOrEqual;
|
|
340
|
+
/**
|
|
341
|
+
* the class name of the block.
|
|
342
|
+
*/
|
|
264
343
|
static ClassName: string;
|
|
265
344
|
}
|
|
266
345
|
/**
|
|
@@ -270,6 +349,9 @@ export declare class FlowGraphGreaterThanOrEqualBlock extends FlowGraphBinaryOpe
|
|
|
270
349
|
export declare class FlowGraphIsNanBlock extends FlowGraphUnaryOperationBlock<any, boolean> {
|
|
271
350
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
272
351
|
private _polymorphicIsNan;
|
|
352
|
+
/**
|
|
353
|
+
* the class name of the block.
|
|
354
|
+
*/
|
|
273
355
|
static ClassName: string;
|
|
274
356
|
}
|
|
275
357
|
/**
|
|
@@ -279,6 +361,9 @@ export declare class FlowGraphIsNanBlock extends FlowGraphUnaryOperationBlock<an
|
|
|
279
361
|
export declare class FlowGraphIsInfBlock extends FlowGraphUnaryOperationBlock<any, boolean> {
|
|
280
362
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
281
363
|
private _polymorphicIsInf;
|
|
364
|
+
/**
|
|
365
|
+
* the class name of the block.
|
|
366
|
+
*/
|
|
282
367
|
static ClassName: string;
|
|
283
368
|
}
|
|
284
369
|
/**
|
|
@@ -289,6 +374,9 @@ export declare class FlowGraphDegToRadBlock extends FlowGraphUnaryOperationBlock
|
|
|
289
374
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
290
375
|
private _degToRad;
|
|
291
376
|
private _polymorphicDegToRad;
|
|
377
|
+
/**
|
|
378
|
+
* the class name of the block.
|
|
379
|
+
*/
|
|
292
380
|
static ClassName: string;
|
|
293
381
|
}
|
|
294
382
|
/**
|
|
@@ -299,6 +387,9 @@ export declare class FlowGraphRadToDegBlock extends FlowGraphUnaryOperationBlock
|
|
|
299
387
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
300
388
|
private _radToDeg;
|
|
301
389
|
private _polymorphicRadToDeg;
|
|
390
|
+
/**
|
|
391
|
+
* the class name of the block.
|
|
392
|
+
*/
|
|
302
393
|
static ClassName: string;
|
|
303
394
|
}
|
|
304
395
|
/**
|
|
@@ -308,6 +399,9 @@ export declare class FlowGraphRadToDegBlock extends FlowGraphUnaryOperationBlock
|
|
|
308
399
|
export declare class FlowGraphSinBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
309
400
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
310
401
|
private _polymorphicSin;
|
|
402
|
+
/**
|
|
403
|
+
* the class name of the block.
|
|
404
|
+
*/
|
|
311
405
|
static ClassName: string;
|
|
312
406
|
}
|
|
313
407
|
/**
|
|
@@ -317,6 +411,9 @@ export declare class FlowGraphSinBlock extends FlowGraphUnaryOperationBlock<any,
|
|
|
317
411
|
export declare class FlowGraphCosBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
318
412
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
319
413
|
private _polymorphicCos;
|
|
414
|
+
/**
|
|
415
|
+
* the class name of the block.
|
|
416
|
+
*/
|
|
320
417
|
static ClassName: string;
|
|
321
418
|
}
|
|
322
419
|
/**
|
|
@@ -326,6 +423,9 @@ export declare class FlowGraphCosBlock extends FlowGraphUnaryOperationBlock<any,
|
|
|
326
423
|
export declare class FlowGraphTanBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
327
424
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
328
425
|
private _polymorphicTan;
|
|
426
|
+
/**
|
|
427
|
+
* the class name of the block.
|
|
428
|
+
*/
|
|
329
429
|
static ClassName: string;
|
|
330
430
|
}
|
|
331
431
|
/**
|
|
@@ -335,6 +435,9 @@ export declare class FlowGraphTanBlock extends FlowGraphUnaryOperationBlock<any,
|
|
|
335
435
|
export declare class FlowGraphAsinBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
336
436
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
337
437
|
private _polymorphicAsin;
|
|
438
|
+
/**
|
|
439
|
+
* the class name of the block.
|
|
440
|
+
*/
|
|
338
441
|
static ClassName: string;
|
|
339
442
|
}
|
|
340
443
|
/**
|
|
@@ -344,6 +447,9 @@ export declare class FlowGraphAsinBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
344
447
|
export declare class FlowGraphAcosBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
345
448
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
346
449
|
private _polymorphicAcos;
|
|
450
|
+
/**
|
|
451
|
+
* the class name of the block.
|
|
452
|
+
*/
|
|
347
453
|
static ClassName: string;
|
|
348
454
|
}
|
|
349
455
|
/**
|
|
@@ -353,6 +459,9 @@ export declare class FlowGraphAcosBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
353
459
|
export declare class FlowGraphAtanBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
354
460
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
355
461
|
private _polymorphicAtan;
|
|
462
|
+
/**
|
|
463
|
+
* the class name of the block.
|
|
464
|
+
*/
|
|
356
465
|
static ClassName: string;
|
|
357
466
|
}
|
|
358
467
|
/**
|
|
@@ -362,6 +471,9 @@ export declare class FlowGraphAtanBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
362
471
|
export declare class FlowGraphAtan2Block extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
363
472
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
364
473
|
private _polymorphicAtan2;
|
|
474
|
+
/**
|
|
475
|
+
* the class name of the block.
|
|
476
|
+
*/
|
|
365
477
|
static ClassName: string;
|
|
366
478
|
}
|
|
367
479
|
/**
|
|
@@ -371,6 +483,9 @@ export declare class FlowGraphAtan2Block extends FlowGraphBinaryOperationBlock<a
|
|
|
371
483
|
export declare class FlowGraphSinhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
372
484
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
373
485
|
private _polymorphicSinh;
|
|
486
|
+
/**
|
|
487
|
+
* the class name of the block.
|
|
488
|
+
*/
|
|
374
489
|
static ClassName: string;
|
|
375
490
|
}
|
|
376
491
|
/**
|
|
@@ -380,6 +495,9 @@ export declare class FlowGraphSinhBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
380
495
|
export declare class FlowGraphCoshBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
381
496
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
382
497
|
private _polymorphicCosh;
|
|
498
|
+
/**
|
|
499
|
+
* the class name of the block.
|
|
500
|
+
*/
|
|
383
501
|
static ClassName: string;
|
|
384
502
|
}
|
|
385
503
|
/**
|
|
@@ -389,6 +507,9 @@ export declare class FlowGraphCoshBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
389
507
|
export declare class FlowGraphTanhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
390
508
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
391
509
|
private _polymorphicTanh;
|
|
510
|
+
/**
|
|
511
|
+
* the class name of the block.
|
|
512
|
+
*/
|
|
392
513
|
static ClassName: string;
|
|
393
514
|
}
|
|
394
515
|
/**
|
|
@@ -398,6 +519,9 @@ export declare class FlowGraphTanhBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
398
519
|
export declare class FlowGraphAsinhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
399
520
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
400
521
|
private _polymorphicAsinh;
|
|
522
|
+
/**
|
|
523
|
+
* the class name of the block.
|
|
524
|
+
*/
|
|
401
525
|
static ClassName: string;
|
|
402
526
|
}
|
|
403
527
|
/**
|
|
@@ -407,6 +531,9 @@ export declare class FlowGraphAsinhBlock extends FlowGraphUnaryOperationBlock<an
|
|
|
407
531
|
export declare class FlowGraphAcoshBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
408
532
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
409
533
|
private _polymorphicAcosh;
|
|
534
|
+
/**
|
|
535
|
+
* the class name of the block.
|
|
536
|
+
*/
|
|
410
537
|
static ClassName: string;
|
|
411
538
|
}
|
|
412
539
|
/**
|
|
@@ -416,6 +543,9 @@ export declare class FlowGraphAcoshBlock extends FlowGraphUnaryOperationBlock<an
|
|
|
416
543
|
export declare class FlowGraphAtanhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
417
544
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
418
545
|
private _polymorphicAtanh;
|
|
546
|
+
/**
|
|
547
|
+
* the class name of the block.
|
|
548
|
+
*/
|
|
419
549
|
static ClassName: string;
|
|
420
550
|
}
|
|
421
551
|
/**
|
|
@@ -425,6 +555,9 @@ export declare class FlowGraphAtanhBlock extends FlowGraphUnaryOperationBlock<an
|
|
|
425
555
|
export declare class FlowGraphExpBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
426
556
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
427
557
|
private _polymorphicExp;
|
|
558
|
+
/**
|
|
559
|
+
* the class name of the block.
|
|
560
|
+
*/
|
|
428
561
|
static ClassName: string;
|
|
429
562
|
}
|
|
430
563
|
/**
|
|
@@ -434,6 +567,9 @@ export declare class FlowGraphExpBlock extends FlowGraphUnaryOperationBlock<any,
|
|
|
434
567
|
export declare class FlowGraphLogBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
435
568
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
436
569
|
private _polymorphicLog;
|
|
570
|
+
/**
|
|
571
|
+
* the class name of the block.
|
|
572
|
+
*/
|
|
437
573
|
static ClassName: string;
|
|
438
574
|
}
|
|
439
575
|
/**
|
|
@@ -443,6 +579,9 @@ export declare class FlowGraphLogBlock extends FlowGraphUnaryOperationBlock<any,
|
|
|
443
579
|
export declare class FlowGraphLog2Block extends FlowGraphUnaryOperationBlock<any, any> {
|
|
444
580
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
445
581
|
private _polymorphicLog2;
|
|
582
|
+
/**
|
|
583
|
+
* the class name of the block.
|
|
584
|
+
*/
|
|
446
585
|
static ClassName: string;
|
|
447
586
|
}
|
|
448
587
|
/**
|
|
@@ -452,6 +591,9 @@ export declare class FlowGraphLog2Block extends FlowGraphUnaryOperationBlock<any
|
|
|
452
591
|
export declare class FlowGraphLog10Block extends FlowGraphUnaryOperationBlock<any, any> {
|
|
453
592
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
454
593
|
private _polymorphicLog10;
|
|
594
|
+
/**
|
|
595
|
+
* the class name of the block.
|
|
596
|
+
*/
|
|
455
597
|
static ClassName: string;
|
|
456
598
|
}
|
|
457
599
|
/**
|
|
@@ -461,6 +603,9 @@ export declare class FlowGraphLog10Block extends FlowGraphUnaryOperationBlock<an
|
|
|
461
603
|
export declare class FlowGraphSqrtBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
462
604
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
463
605
|
private _polymorphicSqrt;
|
|
606
|
+
/**
|
|
607
|
+
* the class name of the block.
|
|
608
|
+
*/
|
|
464
609
|
static ClassName: string;
|
|
465
610
|
}
|
|
466
611
|
/**
|
|
@@ -470,6 +615,9 @@ export declare class FlowGraphSqrtBlock extends FlowGraphUnaryOperationBlock<any
|
|
|
470
615
|
export declare class FlowGraphCubeRootBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
471
616
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
472
617
|
private _polymorphicCubeRoot;
|
|
618
|
+
/**
|
|
619
|
+
* the class name of the block.
|
|
620
|
+
*/
|
|
473
621
|
static ClassName: string;
|
|
474
622
|
}
|
|
475
623
|
/**
|
|
@@ -479,6 +627,9 @@ export declare class FlowGraphCubeRootBlock extends FlowGraphUnaryOperationBlock
|
|
|
479
627
|
export declare class FlowGraphPowBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
480
628
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
481
629
|
private _polymorphicPow;
|
|
630
|
+
/**
|
|
631
|
+
* the class name of the block.
|
|
632
|
+
*/
|
|
482
633
|
static ClassName: string;
|
|
483
634
|
}
|
|
484
635
|
/**
|
|
@@ -488,6 +639,9 @@ export declare class FlowGraphPowBlock extends FlowGraphBinaryOperationBlock<any
|
|
|
488
639
|
export declare class FlowGraphLengthBlock extends FlowGraphUnaryOperationBlock<any, number> {
|
|
489
640
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
490
641
|
private _polymorphicLength;
|
|
642
|
+
/**
|
|
643
|
+
* the class name of the block.
|
|
644
|
+
*/
|
|
491
645
|
static ClassName: string;
|
|
492
646
|
}
|
|
493
647
|
/**
|
|
@@ -497,6 +651,9 @@ export declare class FlowGraphLengthBlock extends FlowGraphUnaryOperationBlock<a
|
|
|
497
651
|
export declare class FlowGraphNormalizeBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
498
652
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
499
653
|
private _polymorphicNormalize;
|
|
654
|
+
/**
|
|
655
|
+
* the class name of the block.
|
|
656
|
+
*/
|
|
500
657
|
static ClassName: string;
|
|
501
658
|
}
|
|
502
659
|
/**
|
|
@@ -505,6 +662,9 @@ export declare class FlowGraphNormalizeBlock extends FlowGraphUnaryOperationBloc
|
|
|
505
662
|
*/
|
|
506
663
|
export declare class FlowGraphCrossBlock extends FlowGraphBinaryOperationBlock<Vector3, Vector3, Vector3> {
|
|
507
664
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
665
|
+
/**
|
|
666
|
+
* the class name of the block.
|
|
667
|
+
*/
|
|
508
668
|
static ClassName: string;
|
|
509
669
|
}
|
|
510
670
|
/**
|
|
@@ -513,6 +673,9 @@ export declare class FlowGraphCrossBlock extends FlowGraphBinaryOperationBlock<V
|
|
|
513
673
|
*/
|
|
514
674
|
export declare class FlowGraphRotate2DBlock extends FlowGraphBinaryOperationBlock<Vector2, number, Vector2> {
|
|
515
675
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
676
|
+
/**
|
|
677
|
+
* the class name of the block.
|
|
678
|
+
*/
|
|
516
679
|
static ClassName: string;
|
|
517
680
|
}
|
|
518
681
|
/**
|
|
@@ -521,6 +684,9 @@ export declare class FlowGraphRotate2DBlock extends FlowGraphBinaryOperationBloc
|
|
|
521
684
|
*/
|
|
522
685
|
export declare class FlowGraphRotate3DBlock extends FlowGraphTernaryOperationBlock<Vector3, Vector3, number, Vector3> {
|
|
523
686
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
687
|
+
/**
|
|
688
|
+
* the class name of the block.
|
|
689
|
+
*/
|
|
524
690
|
static ClassName: string;
|
|
525
691
|
}
|
|
526
692
|
/**
|
|
@@ -529,6 +695,9 @@ export declare class FlowGraphRotate3DBlock extends FlowGraphTernaryOperationBlo
|
|
|
529
695
|
*/
|
|
530
696
|
export declare class FlowGraphTransposeBlock extends FlowGraphUnaryOperationBlock<Matrix, Matrix> {
|
|
531
697
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
698
|
+
/**
|
|
699
|
+
* the class name of the block.
|
|
700
|
+
*/
|
|
532
701
|
static ClassName: string;
|
|
533
702
|
}
|
|
534
703
|
/**
|
|
@@ -537,6 +706,9 @@ export declare class FlowGraphTransposeBlock extends FlowGraphUnaryOperationBloc
|
|
|
537
706
|
*/
|
|
538
707
|
export declare class FlowGraphDeterminantBlock extends FlowGraphUnaryOperationBlock<Matrix, number> {
|
|
539
708
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
709
|
+
/**
|
|
710
|
+
* the class name of the block.
|
|
711
|
+
*/
|
|
540
712
|
static ClassName: string;
|
|
541
713
|
}
|
|
542
714
|
/**
|
|
@@ -545,6 +717,9 @@ export declare class FlowGraphDeterminantBlock extends FlowGraphUnaryOperationBl
|
|
|
545
717
|
*/
|
|
546
718
|
export declare class FlowGraphInvertMatrixBlock extends FlowGraphUnaryOperationBlock<Matrix, Matrix> {
|
|
547
719
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
720
|
+
/**
|
|
721
|
+
* the class name of the block.
|
|
722
|
+
*/
|
|
548
723
|
static ClassName: string;
|
|
549
724
|
}
|
|
550
725
|
/**
|
|
@@ -553,6 +728,9 @@ export declare class FlowGraphInvertMatrixBlock extends FlowGraphUnaryOperationB
|
|
|
553
728
|
*/
|
|
554
729
|
export declare class FlowGraphMatMulBlock extends FlowGraphBinaryOperationBlock<Matrix, Matrix, Matrix> {
|
|
555
730
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
731
|
+
/**
|
|
732
|
+
* the class name of the block.
|
|
733
|
+
*/
|
|
556
734
|
static ClassName: string;
|
|
557
735
|
}
|
|
558
736
|
/**
|
|
@@ -561,6 +739,9 @@ export declare class FlowGraphMatMulBlock extends FlowGraphBinaryOperationBlock<
|
|
|
561
739
|
*/
|
|
562
740
|
export declare class FlowGraphBitwiseNotBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
563
741
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
742
|
+
/**
|
|
743
|
+
* the class name of the block.
|
|
744
|
+
*/
|
|
564
745
|
static ClassName: string;
|
|
565
746
|
}
|
|
566
747
|
/**
|
|
@@ -569,6 +750,9 @@ export declare class FlowGraphBitwiseNotBlock extends FlowGraphUnaryOperationBlo
|
|
|
569
750
|
*/
|
|
570
751
|
export declare class FlowGraphBitwiseAndBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
571
752
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
753
|
+
/**
|
|
754
|
+
* the class name of the block.
|
|
755
|
+
*/
|
|
572
756
|
static ClassName: string;
|
|
573
757
|
}
|
|
574
758
|
/**
|
|
@@ -577,6 +761,9 @@ export declare class FlowGraphBitwiseAndBlock extends FlowGraphBinaryOperationBl
|
|
|
577
761
|
*/
|
|
578
762
|
export declare class FlowGraphBitwiseOrBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
579
763
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
764
|
+
/**
|
|
765
|
+
* the class name of the block.
|
|
766
|
+
*/
|
|
580
767
|
static ClassName: string;
|
|
581
768
|
}
|
|
582
769
|
/**
|
|
@@ -585,6 +772,9 @@ export declare class FlowGraphBitwiseOrBlock extends FlowGraphBinaryOperationBlo
|
|
|
585
772
|
*/
|
|
586
773
|
export declare class FlowGraphBitwiseXorBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
587
774
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
775
|
+
/**
|
|
776
|
+
* the class name of the block.
|
|
777
|
+
*/
|
|
588
778
|
static ClassName: string;
|
|
589
779
|
}
|
|
590
780
|
/**
|
|
@@ -593,6 +783,9 @@ export declare class FlowGraphBitwiseXorBlock extends FlowGraphBinaryOperationBl
|
|
|
593
783
|
*/
|
|
594
784
|
export declare class FlowGraphBitwiseLeftShiftBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
595
785
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
786
|
+
/**
|
|
787
|
+
* the class name of the block.
|
|
788
|
+
*/
|
|
596
789
|
static ClassName: string;
|
|
597
790
|
}
|
|
598
791
|
/**
|
|
@@ -601,6 +794,9 @@ export declare class FlowGraphBitwiseLeftShiftBlock extends FlowGraphBinaryOpera
|
|
|
601
794
|
*/
|
|
602
795
|
export declare class FlowGraphBitwiseRightShiftBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
603
796
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
797
|
+
/**
|
|
798
|
+
* the class name of the block.
|
|
799
|
+
*/
|
|
604
800
|
static ClassName: string;
|
|
605
801
|
}
|
|
606
802
|
/**
|
|
@@ -609,6 +805,9 @@ export declare class FlowGraphBitwiseRightShiftBlock extends FlowGraphBinaryOper
|
|
|
609
805
|
*/
|
|
610
806
|
export declare class FlowGraphCountLeadingZerosBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
611
807
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
808
|
+
/**
|
|
809
|
+
* the class name of the block.
|
|
810
|
+
*/
|
|
612
811
|
static ClassName: string;
|
|
613
812
|
}
|
|
614
813
|
/**
|
|
@@ -617,6 +816,9 @@ export declare class FlowGraphCountLeadingZerosBlock extends FlowGraphUnaryOpera
|
|
|
617
816
|
*/
|
|
618
817
|
export declare class FlowGraphCountTrailingZerosBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
619
818
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
819
|
+
/**
|
|
820
|
+
* the class name of the block.
|
|
821
|
+
*/
|
|
620
822
|
static ClassName: string;
|
|
621
823
|
}
|
|
622
824
|
/**
|
|
@@ -625,5 +827,8 @@ export declare class FlowGraphCountTrailingZerosBlock extends FlowGraphUnaryOper
|
|
|
625
827
|
*/
|
|
626
828
|
export declare class FlowGraphCountOneBitsBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
627
829
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
830
|
+
/**
|
|
831
|
+
* the class name of the block.
|
|
832
|
+
*/
|
|
628
833
|
static ClassName: string;
|
|
629
834
|
}
|