@babylonjs/core 6.39.0 → 6.41.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 +3 -3
- 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 +3 -2
- 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 -3
- 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 +10 -9
- package/Materials/Background/backgroundMaterial.js.map +1 -1
- package/Materials/GaussianSplatting/gaussianSplattingMaterial.d.ts +72 -0
- package/Materials/GaussianSplatting/gaussianSplattingMaterial.js +231 -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 +23 -15
- 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 +15 -13
- 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/drawWrapper.d.ts +15 -0
- package/Materials/drawWrapper.js +15 -0
- package/Materials/drawWrapper.js.map +1 -1
- package/Materials/effect.d.ts +0 -16
- package/Materials/effect.js +0 -16
- package/Materials/effect.js.map +1 -1
- package/Materials/effectRenderer.js +0 -1
- package/Materials/effectRenderer.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 +4 -2
- 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 +15 -12
- 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/pushMaterial.d.ts +2 -2
- package/Materials/pushMaterial.js +9 -6
- package/Materials/pushMaterial.js.map +1 -1
- package/Materials/shaderMaterial.js +10 -16
- package/Materials/shaderMaterial.js.map +1 -1
- package/Materials/standardMaterial.d.ts +2 -2
- package/Materials/standardMaterial.js +10 -9
- 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/boxBuilder.d.ts +0 -33
- package/Meshes/Builders/boxBuilder.js +0 -33
- package/Meshes/Builders/boxBuilder.js.map +1 -1
- package/Meshes/Builders/cylinderBuilder.d.ts +0 -31
- package/Meshes/Builders/cylinderBuilder.js +0 -31
- package/Meshes/Builders/cylinderBuilder.js.map +1 -1
- package/Meshes/Builders/decalBuilder.d.ts +0 -7
- package/Meshes/Builders/decalBuilder.js +0 -7
- package/Meshes/Builders/decalBuilder.js.map +1 -1
- package/Meshes/Builders/discBuilder.d.ts +0 -13
- package/Meshes/Builders/discBuilder.js +0 -13
- package/Meshes/Builders/discBuilder.js.map +1 -1
- package/Meshes/Builders/geodesicBuilder.d.ts +0 -13
- package/Meshes/Builders/geodesicBuilder.js +0 -13
- package/Meshes/Builders/geodesicBuilder.js.map +1 -1
- package/Meshes/Builders/hemisphereBuilder.d.ts +0 -3
- package/Meshes/Builders/hemisphereBuilder.js +1 -3
- package/Meshes/Builders/hemisphereBuilder.js.map +1 -1
- package/Meshes/Builders/icoSphereBuilder.d.ts +0 -19
- package/Meshes/Builders/icoSphereBuilder.js +0 -19
- package/Meshes/Builders/icoSphereBuilder.js.map +1 -1
- package/Meshes/Builders/latheBuilder.d.ts +0 -12
- package/Meshes/Builders/latheBuilder.js +0 -12
- package/Meshes/Builders/latheBuilder.js.map +1 -1
- package/Meshes/Builders/linesBuilder.d.ts +0 -26
- package/Meshes/Builders/linesBuilder.js +0 -26
- package/Meshes/Builders/linesBuilder.js.map +1 -1
- package/Meshes/Builders/planeBuilder.d.ts +0 -14
- package/Meshes/Builders/planeBuilder.js +0 -14
- package/Meshes/Builders/planeBuilder.js.map +1 -1
- package/Meshes/Builders/polygonBuilder.d.ts +0 -21
- package/Meshes/Builders/polygonBuilder.js +0 -21
- package/Meshes/Builders/polygonBuilder.js.map +1 -1
- package/Meshes/Builders/polyhedronBuilder.d.ts +0 -25
- package/Meshes/Builders/polyhedronBuilder.js +0 -25
- package/Meshes/Builders/polyhedronBuilder.js.map +1 -1
- package/Meshes/Builders/ribbonBuilder.d.ts +0 -22
- package/Meshes/Builders/ribbonBuilder.js +0 -22
- package/Meshes/Builders/ribbonBuilder.js.map +1 -1
- package/Meshes/Builders/shapeBuilder.d.ts +0 -32
- package/Meshes/Builders/shapeBuilder.js +0 -32
- package/Meshes/Builders/shapeBuilder.js.map +1 -1
- package/Meshes/Builders/sphereBuilder.d.ts +0 -22
- package/Meshes/Builders/sphereBuilder.js +0 -22
- package/Meshes/Builders/sphereBuilder.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/geometryDesaturateBlock.d.ts +30 -0
- package/Meshes/Node/Blocks/geometryDesaturateBlock.js +62 -0
- package/Meshes/Node/Blocks/geometryDesaturateBlock.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 +2 -0
- package/Meshes/Node/index.js +2 -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 +4 -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 +5 -4
- 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/castingResult.d.ts +66 -0
- package/Physics/castingResult.js +61 -0
- package/Physics/castingResult.js.map +1 -0
- package/Physics/index.d.ts +4 -0
- package/Physics/index.js +4 -0
- package/Physics/index.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/physicsPointProximityQuery.d.ts +28 -0
- package/Physics/physicsPointProximityQuery.js +2 -0
- package/Physics/physicsPointProximityQuery.js.map +1 -0
- package/Physics/physicsRaycastResult.d.ts +2 -44
- package/Physics/physicsRaycastResult.js +7 -38
- package/Physics/physicsRaycastResult.js.map +1 -1
- package/Physics/physicsShapeCastQuery.d.ts +32 -0
- package/Physics/physicsShapeCastQuery.js +2 -0
- package/Physics/physicsShapeCastQuery.js.map +1 -0
- package/Physics/physicsShapeProximityCastQuery.d.ts +32 -0
- package/Physics/physicsShapeProximityCastQuery.js +2 -0
- package/Physics/physicsShapeProximityCastQuery.js.map +1 -0
- package/Physics/proximityCastResult.d.ts +20 -0
- package/Physics/proximityCastResult.js +31 -0
- package/Physics/proximityCastResult.js.map +1 -0
- package/Physics/shapeCastResult.d.ts +16 -0
- package/Physics/shapeCastResult.js +24 -0
- package/Physics/shapeCastResult.js.map +1 -0
- 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 +40 -6
- package/Physics/v2/Plugins/havokPlugin.js +118 -17
- 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 +17 -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 +30 -15
- 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 +3 -0
- package/XR/webXRCamera.js +27 -14
- 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
|
@@ -54,10 +54,10 @@ export class FlowGraphAddBlock extends FlowGraphBinaryOperationBlock {
|
|
|
54
54
|
return a + b;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
getClassName() {
|
|
58
|
-
return FlowGraphAddBlock.ClassName;
|
|
59
|
-
}
|
|
60
57
|
}
|
|
58
|
+
/**
|
|
59
|
+
* the class name of the block.
|
|
60
|
+
*/
|
|
61
61
|
FlowGraphAddBlock.ClassName = "FGAddBlock";
|
|
62
62
|
RegisterClass(FlowGraphAddBlock.ClassName, FlowGraphAddBlock);
|
|
63
63
|
/**
|
|
@@ -81,10 +81,10 @@ export class FlowGraphSubtractBlock extends FlowGraphBinaryOperationBlock {
|
|
|
81
81
|
return a - b;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
getClassName() {
|
|
85
|
-
return FlowGraphSubtractBlock.ClassName;
|
|
86
|
-
}
|
|
87
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* the class name of the block.
|
|
87
|
+
*/
|
|
88
88
|
FlowGraphSubtractBlock.ClassName = "FGSubBlock";
|
|
89
89
|
RegisterClass(FlowGraphSubtractBlock.ClassName, FlowGraphSubtractBlock);
|
|
90
90
|
/**
|
|
@@ -110,6 +110,9 @@ export class FlowGraphMultiplyBlock extends FlowGraphBinaryOperationBlock {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
+
/**
|
|
114
|
+
* the class name of the block.
|
|
115
|
+
*/
|
|
113
116
|
FlowGraphMultiplyBlock.ClassName = "FGMultiplyBlock";
|
|
114
117
|
RegisterClass(FlowGraphMultiplyBlock.ClassName, FlowGraphMultiplyBlock);
|
|
115
118
|
/**
|
|
@@ -134,6 +137,9 @@ export class FlowGraphDivideBlock extends FlowGraphBinaryOperationBlock {
|
|
|
134
137
|
}
|
|
135
138
|
}
|
|
136
139
|
}
|
|
140
|
+
/**
|
|
141
|
+
* the class name of the block.
|
|
142
|
+
*/
|
|
137
143
|
FlowGraphDivideBlock.ClassName = "FGDivideBlock";
|
|
138
144
|
RegisterClass(FlowGraphDivideBlock.ClassName, FlowGraphDivideBlock);
|
|
139
145
|
/**
|
|
@@ -145,6 +151,9 @@ export class FlowGraphRandomBlock extends FlowGraphConstantOperationBlock {
|
|
|
145
151
|
super(RichTypeNumber, () => Math.random(), FlowGraphRandomBlock.ClassName, config);
|
|
146
152
|
}
|
|
147
153
|
}
|
|
154
|
+
/**
|
|
155
|
+
* the class name of the block.
|
|
156
|
+
*/
|
|
148
157
|
FlowGraphRandomBlock.ClassName = "FGRandomBlock";
|
|
149
158
|
RegisterClass(FlowGraphRandomBlock.ClassName, FlowGraphRandomBlock);
|
|
150
159
|
/**
|
|
@@ -169,6 +178,9 @@ export class FlowGraphDotBlock extends FlowGraphBinaryOperationBlock {
|
|
|
169
178
|
}
|
|
170
179
|
}
|
|
171
180
|
}
|
|
181
|
+
/**
|
|
182
|
+
* the class name of the block.
|
|
183
|
+
*/
|
|
172
184
|
FlowGraphDotBlock.ClassName = "FGDotBlock";
|
|
173
185
|
RegisterClass(FlowGraphDotBlock.ClassName, FlowGraphDotBlock);
|
|
174
186
|
/**
|
|
@@ -180,6 +192,9 @@ export class FlowGraphEBlock extends FlowGraphConstantOperationBlock {
|
|
|
180
192
|
super(RichTypeNumber, () => Math.E, FlowGraphEBlock.ClassName, config);
|
|
181
193
|
}
|
|
182
194
|
}
|
|
195
|
+
/**
|
|
196
|
+
* the class name of the block.
|
|
197
|
+
*/
|
|
183
198
|
FlowGraphEBlock.ClassName = "FGEBlock";
|
|
184
199
|
RegisterClass(FlowGraphEBlock.ClassName, FlowGraphEBlock);
|
|
185
200
|
/**
|
|
@@ -191,6 +206,9 @@ export class FlowGraphPiBlock extends FlowGraphConstantOperationBlock {
|
|
|
191
206
|
super(RichTypeNumber, () => Math.PI, FlowGraphPiBlock.ClassName, config);
|
|
192
207
|
}
|
|
193
208
|
}
|
|
209
|
+
/**
|
|
210
|
+
* the class name of the block.
|
|
211
|
+
*/
|
|
194
212
|
FlowGraphPiBlock.ClassName = "FGPIBlock";
|
|
195
213
|
RegisterClass(FlowGraphPiBlock.ClassName, FlowGraphPiBlock);
|
|
196
214
|
/**
|
|
@@ -202,6 +220,9 @@ export class FlowGraphInfBlock extends FlowGraphConstantOperationBlock {
|
|
|
202
220
|
super(RichTypeNumber, () => Number.POSITIVE_INFINITY, FlowGraphInfBlock.ClassName, config);
|
|
203
221
|
}
|
|
204
222
|
}
|
|
223
|
+
/**
|
|
224
|
+
* the class name of the block.
|
|
225
|
+
*/
|
|
205
226
|
FlowGraphInfBlock.ClassName = "FGInfBlock";
|
|
206
227
|
RegisterClass(FlowGraphInfBlock.ClassName, FlowGraphInfBlock);
|
|
207
228
|
/**
|
|
@@ -213,6 +234,9 @@ export class FlowGraphNaNBlock extends FlowGraphConstantOperationBlock {
|
|
|
213
234
|
super(RichTypeNumber, () => Number.NaN, FlowGraphNaNBlock.ClassName, config);
|
|
214
235
|
}
|
|
215
236
|
}
|
|
237
|
+
/**
|
|
238
|
+
* the class name of the block.
|
|
239
|
+
*/
|
|
216
240
|
FlowGraphNaNBlock.ClassName = "FGNaNBlock";
|
|
217
241
|
RegisterClass(FlowGraphNaNBlock.ClassName, FlowGraphNaNBlock);
|
|
218
242
|
function _componentWiseUnaryOperation(a, op) {
|
|
@@ -244,6 +268,9 @@ export class FlowGraphAbsBlock extends FlowGraphUnaryOperationBlock {
|
|
|
244
268
|
return _componentWiseUnaryOperation(a, Math.abs);
|
|
245
269
|
}
|
|
246
270
|
}
|
|
271
|
+
/**
|
|
272
|
+
* the class name of the block.
|
|
273
|
+
*/
|
|
247
274
|
FlowGraphAbsBlock.ClassName = "FGAbsBlock";
|
|
248
275
|
RegisterClass(FlowGraphAbsBlock.ClassName, FlowGraphAbsBlock);
|
|
249
276
|
/**
|
|
@@ -258,6 +285,9 @@ export class FlowGraphSignBlock extends FlowGraphUnaryOperationBlock {
|
|
|
258
285
|
return _componentWiseUnaryOperation(a, Math.sign);
|
|
259
286
|
}
|
|
260
287
|
}
|
|
288
|
+
/**
|
|
289
|
+
* the class name of the block.
|
|
290
|
+
*/
|
|
261
291
|
FlowGraphSignBlock.ClassName = "FGSignBlock";
|
|
262
292
|
RegisterClass(FlowGraphSignBlock.ClassName, FlowGraphSignBlock);
|
|
263
293
|
/**
|
|
@@ -272,6 +302,9 @@ export class FlowGraphTruncBlock extends FlowGraphUnaryOperationBlock {
|
|
|
272
302
|
return _componentWiseUnaryOperation(a, Math.trunc);
|
|
273
303
|
}
|
|
274
304
|
}
|
|
305
|
+
/**
|
|
306
|
+
* the class name of the block.
|
|
307
|
+
*/
|
|
275
308
|
FlowGraphTruncBlock.ClassName = "FGTruncBlock";
|
|
276
309
|
RegisterClass(FlowGraphTruncBlock.ClassName, FlowGraphTruncBlock);
|
|
277
310
|
/**
|
|
@@ -286,6 +319,9 @@ export class FlowGraphFloorBlock extends FlowGraphUnaryOperationBlock {
|
|
|
286
319
|
return _componentWiseUnaryOperation(a, Math.floor);
|
|
287
320
|
}
|
|
288
321
|
}
|
|
322
|
+
/**
|
|
323
|
+
* the class name of the block.
|
|
324
|
+
*/
|
|
289
325
|
FlowGraphFloorBlock.ClassName = "FGFloorBlock";
|
|
290
326
|
RegisterClass(FlowGraphFloorBlock.ClassName, FlowGraphFloorBlock);
|
|
291
327
|
/**
|
|
@@ -300,6 +336,9 @@ export class FlowGraphCeilBlock extends FlowGraphUnaryOperationBlock {
|
|
|
300
336
|
return _componentWiseUnaryOperation(a, Math.ceil);
|
|
301
337
|
}
|
|
302
338
|
}
|
|
339
|
+
/**
|
|
340
|
+
* the class name of the block.
|
|
341
|
+
*/
|
|
303
342
|
FlowGraphCeilBlock.ClassName = "FGCeilBlock";
|
|
304
343
|
RegisterClass(FlowGraphCeilBlock.ClassName, FlowGraphCeilBlock);
|
|
305
344
|
/**
|
|
@@ -314,6 +353,9 @@ export class FlowGraphFractBlock extends FlowGraphUnaryOperationBlock {
|
|
|
314
353
|
return _componentWiseUnaryOperation(a, (a) => a - Math.floor(a));
|
|
315
354
|
}
|
|
316
355
|
}
|
|
356
|
+
/**
|
|
357
|
+
* the class name of the block.
|
|
358
|
+
*/
|
|
317
359
|
FlowGraphFractBlock.ClassName = "FGFractBlock";
|
|
318
360
|
RegisterClass(FlowGraphFractBlock.ClassName, FlowGraphFractBlock);
|
|
319
361
|
/**
|
|
@@ -366,6 +408,9 @@ export class FlowGraphRemainderBlock extends FlowGraphBinaryOperationBlock {
|
|
|
366
408
|
return _componentWiseBinaryOperation(a, b, (a, b) => a % b);
|
|
367
409
|
}
|
|
368
410
|
}
|
|
411
|
+
/**
|
|
412
|
+
* the class name of the block.
|
|
413
|
+
*/
|
|
369
414
|
FlowGraphRemainderBlock.ClassName = "FGRemainderBlock";
|
|
370
415
|
RegisterClass(FlowGraphRemainderBlock.ClassName, FlowGraphRemainderBlock);
|
|
371
416
|
/**
|
|
@@ -380,6 +425,9 @@ export class FlowGraphMinBlock extends FlowGraphBinaryOperationBlock {
|
|
|
380
425
|
return _componentWiseBinaryOperation(a, b, Math.min);
|
|
381
426
|
}
|
|
382
427
|
}
|
|
428
|
+
/**
|
|
429
|
+
* the class name of the block.
|
|
430
|
+
*/
|
|
383
431
|
FlowGraphMinBlock.ClassName = "FGMinBlock";
|
|
384
432
|
RegisterClass(FlowGraphMinBlock.ClassName, FlowGraphMinBlock);
|
|
385
433
|
/**
|
|
@@ -394,6 +442,9 @@ export class FlowGraphMaxBlock extends FlowGraphBinaryOperationBlock {
|
|
|
394
442
|
return _componentWiseBinaryOperation(a, b, Math.max);
|
|
395
443
|
}
|
|
396
444
|
}
|
|
445
|
+
/**
|
|
446
|
+
* the class name of the block.
|
|
447
|
+
*/
|
|
397
448
|
FlowGraphMaxBlock.ClassName = "FGMaxBlock";
|
|
398
449
|
RegisterClass(FlowGraphMaxBlock.ClassName, FlowGraphMaxBlock);
|
|
399
450
|
function _clamp(a, b, c) {
|
|
@@ -428,6 +479,9 @@ export class FlowGraphClampBlock extends FlowGraphTernaryOperationBlock {
|
|
|
428
479
|
return _componentWiseTernaryOperation(a, b, c, _clamp);
|
|
429
480
|
}
|
|
430
481
|
}
|
|
482
|
+
/**
|
|
483
|
+
* the class name of the block.
|
|
484
|
+
*/
|
|
431
485
|
FlowGraphClampBlock.ClassName = "FGClampBlock";
|
|
432
486
|
RegisterClass(FlowGraphClampBlock.ClassName, FlowGraphClampBlock);
|
|
433
487
|
function _saturate(a) {
|
|
@@ -445,6 +499,9 @@ export class FlowGraphSaturateBlock extends FlowGraphUnaryOperationBlock {
|
|
|
445
499
|
return _componentWiseUnaryOperation(a, _saturate);
|
|
446
500
|
}
|
|
447
501
|
}
|
|
502
|
+
/**
|
|
503
|
+
* the class name of the block.
|
|
504
|
+
*/
|
|
448
505
|
FlowGraphSaturateBlock.ClassName = "FGSaturateBlock";
|
|
449
506
|
RegisterClass(FlowGraphSaturateBlock.ClassName, FlowGraphSaturateBlock);
|
|
450
507
|
/**
|
|
@@ -462,6 +519,9 @@ export class FlowGraphInterpolateBlock extends FlowGraphTernaryOperationBlock {
|
|
|
462
519
|
return _componentWiseTernaryOperation(a, b, c, this._interpolate);
|
|
463
520
|
}
|
|
464
521
|
}
|
|
522
|
+
/**
|
|
523
|
+
* the class name of the block.
|
|
524
|
+
*/
|
|
465
525
|
FlowGraphInterpolateBlock.ClassName = "FGInterpolateBlock";
|
|
466
526
|
RegisterClass(FlowGraphInterpolateBlock.ClassName, FlowGraphInterpolateBlock);
|
|
467
527
|
/**
|
|
@@ -483,6 +543,9 @@ export class FlowGraphEqBlock extends FlowGraphBinaryOperationBlock {
|
|
|
483
543
|
}
|
|
484
544
|
}
|
|
485
545
|
}
|
|
546
|
+
/**
|
|
547
|
+
* the class name of the block.
|
|
548
|
+
*/
|
|
486
549
|
FlowGraphEqBlock.ClassName = "FGEqBlock";
|
|
487
550
|
RegisterClass(FlowGraphEqBlock.ClassName, FlowGraphEqBlock);
|
|
488
551
|
function _comparisonOperators(a, b, op) {
|
|
@@ -514,6 +577,9 @@ export class FlowGraphLessThanBlock extends FlowGraphBinaryOperationBlock {
|
|
|
514
577
|
return _comparisonOperators(a, b, (a, b) => a < b);
|
|
515
578
|
}
|
|
516
579
|
}
|
|
580
|
+
/**
|
|
581
|
+
* the class name of the block.
|
|
582
|
+
*/
|
|
517
583
|
FlowGraphLessThanBlock.ClassName = "FGLessThanBlock";
|
|
518
584
|
RegisterClass(FlowGraphLessThanBlock.ClassName, FlowGraphLessThanBlock);
|
|
519
585
|
/**
|
|
@@ -528,6 +594,9 @@ export class FlowGraphLessThanOrEqualBlock extends FlowGraphBinaryOperationBlock
|
|
|
528
594
|
return _comparisonOperators(a, b, (a, b) => a <= b);
|
|
529
595
|
}
|
|
530
596
|
}
|
|
597
|
+
/**
|
|
598
|
+
* the class name of the block.
|
|
599
|
+
*/
|
|
531
600
|
FlowGraphLessThanOrEqualBlock.ClassName = "FGLessThanOrEqualBlock";
|
|
532
601
|
/**
|
|
533
602
|
* @experimental
|
|
@@ -541,6 +610,9 @@ export class FlowGraphGreaterThanBlock extends FlowGraphBinaryOperationBlock {
|
|
|
541
610
|
return _comparisonOperators(a, b, (a, b) => a > b);
|
|
542
611
|
}
|
|
543
612
|
}
|
|
613
|
+
/**
|
|
614
|
+
* the class name of the block.
|
|
615
|
+
*/
|
|
544
616
|
FlowGraphGreaterThanBlock.ClassName = "FGGreaterThanBlock";
|
|
545
617
|
RegisterClass(FlowGraphGreaterThanBlock.ClassName, FlowGraphGreaterThanBlock);
|
|
546
618
|
/**
|
|
@@ -555,6 +627,9 @@ export class FlowGraphGreaterThanOrEqualBlock extends FlowGraphBinaryOperationBl
|
|
|
555
627
|
return _comparisonOperators(a, b, (a, b) => a >= b);
|
|
556
628
|
}
|
|
557
629
|
}
|
|
630
|
+
/**
|
|
631
|
+
* the class name of the block.
|
|
632
|
+
*/
|
|
558
633
|
FlowGraphGreaterThanOrEqualBlock.ClassName = "FGGreaterThanOrEqualBlock";
|
|
559
634
|
RegisterClass(FlowGraphGreaterThanOrEqualBlock.ClassName, FlowGraphGreaterThanOrEqualBlock);
|
|
560
635
|
/**
|
|
@@ -578,6 +653,9 @@ export class FlowGraphIsNanBlock extends FlowGraphUnaryOperationBlock {
|
|
|
578
653
|
}
|
|
579
654
|
}
|
|
580
655
|
}
|
|
656
|
+
/**
|
|
657
|
+
* the class name of the block.
|
|
658
|
+
*/
|
|
581
659
|
FlowGraphIsNanBlock.ClassName = "FGIsNanBlock";
|
|
582
660
|
RegisterClass(FlowGraphIsNanBlock.ClassName, FlowGraphIsNanBlock);
|
|
583
661
|
/**
|
|
@@ -601,6 +679,9 @@ export class FlowGraphIsInfBlock extends FlowGraphUnaryOperationBlock {
|
|
|
601
679
|
}
|
|
602
680
|
}
|
|
603
681
|
}
|
|
682
|
+
/**
|
|
683
|
+
* the class name of the block.
|
|
684
|
+
*/
|
|
604
685
|
FlowGraphIsInfBlock.ClassName = "FGIsInfBlock";
|
|
605
686
|
/**
|
|
606
687
|
* @experimental
|
|
@@ -617,6 +698,9 @@ export class FlowGraphDegToRadBlock extends FlowGraphUnaryOperationBlock {
|
|
|
617
698
|
return _componentWiseUnaryOperation(a, this._degToRad);
|
|
618
699
|
}
|
|
619
700
|
}
|
|
701
|
+
/**
|
|
702
|
+
* the class name of the block.
|
|
703
|
+
*/
|
|
620
704
|
FlowGraphDegToRadBlock.ClassName = "FGDegToRadBlock";
|
|
621
705
|
RegisterClass(FlowGraphDegToRadBlock.ClassName, FlowGraphDegToRadBlock);
|
|
622
706
|
/**
|
|
@@ -634,6 +718,9 @@ export class FlowGraphRadToDegBlock extends FlowGraphUnaryOperationBlock {
|
|
|
634
718
|
return _componentWiseUnaryOperation(a, this._radToDeg);
|
|
635
719
|
}
|
|
636
720
|
}
|
|
721
|
+
/**
|
|
722
|
+
* the class name of the block.
|
|
723
|
+
*/
|
|
637
724
|
FlowGraphRadToDegBlock.ClassName = "FGRadToDegBlock";
|
|
638
725
|
RegisterClass(FlowGraphRadToDegBlock.ClassName, FlowGraphRadToDegBlock);
|
|
639
726
|
/**
|
|
@@ -648,6 +735,9 @@ export class FlowGraphSinBlock extends FlowGraphUnaryOperationBlock {
|
|
|
648
735
|
return _componentWiseUnaryOperation(a, Math.sin);
|
|
649
736
|
}
|
|
650
737
|
}
|
|
738
|
+
/**
|
|
739
|
+
* the class name of the block.
|
|
740
|
+
*/
|
|
651
741
|
FlowGraphSinBlock.ClassName = "FGSinBlock";
|
|
652
742
|
RegisterClass(FlowGraphSinBlock.ClassName, FlowGraphSinBlock);
|
|
653
743
|
/**
|
|
@@ -662,6 +752,9 @@ export class FlowGraphCosBlock extends FlowGraphUnaryOperationBlock {
|
|
|
662
752
|
return _componentWiseUnaryOperation(a, Math.cos);
|
|
663
753
|
}
|
|
664
754
|
}
|
|
755
|
+
/**
|
|
756
|
+
* the class name of the block.
|
|
757
|
+
*/
|
|
665
758
|
FlowGraphCosBlock.ClassName = "FGCosBlock";
|
|
666
759
|
RegisterClass(FlowGraphCosBlock.ClassName, FlowGraphCosBlock);
|
|
667
760
|
/**
|
|
@@ -676,6 +769,9 @@ export class FlowGraphTanBlock extends FlowGraphUnaryOperationBlock {
|
|
|
676
769
|
return _componentWiseUnaryOperation(a, Math.tan);
|
|
677
770
|
}
|
|
678
771
|
}
|
|
772
|
+
/**
|
|
773
|
+
* the class name of the block.
|
|
774
|
+
*/
|
|
679
775
|
FlowGraphTanBlock.ClassName = "FGTanBlock";
|
|
680
776
|
RegisterClass(FlowGraphTanBlock.ClassName, FlowGraphTanBlock);
|
|
681
777
|
/**
|
|
@@ -690,6 +786,9 @@ export class FlowGraphAsinBlock extends FlowGraphUnaryOperationBlock {
|
|
|
690
786
|
return _componentWiseUnaryOperation(a, Math.asin);
|
|
691
787
|
}
|
|
692
788
|
}
|
|
789
|
+
/**
|
|
790
|
+
* the class name of the block.
|
|
791
|
+
*/
|
|
693
792
|
FlowGraphAsinBlock.ClassName = "FGAsinBlock";
|
|
694
793
|
RegisterClass(FlowGraphAsinBlock.ClassName, FlowGraphAsinBlock);
|
|
695
794
|
/**
|
|
@@ -704,6 +803,9 @@ export class FlowGraphAcosBlock extends FlowGraphUnaryOperationBlock {
|
|
|
704
803
|
return _componentWiseUnaryOperation(a, Math.acos);
|
|
705
804
|
}
|
|
706
805
|
}
|
|
806
|
+
/**
|
|
807
|
+
* the class name of the block.
|
|
808
|
+
*/
|
|
707
809
|
FlowGraphAcosBlock.ClassName = "FGAcosBlock";
|
|
708
810
|
RegisterClass(FlowGraphAcosBlock.ClassName, FlowGraphAcosBlock);
|
|
709
811
|
/**
|
|
@@ -718,6 +820,9 @@ export class FlowGraphAtanBlock extends FlowGraphUnaryOperationBlock {
|
|
|
718
820
|
return _componentWiseUnaryOperation(a, Math.atan);
|
|
719
821
|
}
|
|
720
822
|
}
|
|
823
|
+
/**
|
|
824
|
+
* the class name of the block.
|
|
825
|
+
*/
|
|
721
826
|
FlowGraphAtanBlock.ClassName = "FGAtanBlock";
|
|
722
827
|
RegisterClass(FlowGraphAtanBlock.ClassName, FlowGraphAtanBlock);
|
|
723
828
|
/**
|
|
@@ -732,6 +837,9 @@ export class FlowGraphAtan2Block extends FlowGraphBinaryOperationBlock {
|
|
|
732
837
|
return _componentWiseBinaryOperation(a, b, Math.atan2);
|
|
733
838
|
}
|
|
734
839
|
}
|
|
840
|
+
/**
|
|
841
|
+
* the class name of the block.
|
|
842
|
+
*/
|
|
735
843
|
FlowGraphAtan2Block.ClassName = "FGAtan2Block";
|
|
736
844
|
RegisterClass(FlowGraphAtan2Block.ClassName, FlowGraphAtan2Block);
|
|
737
845
|
/**
|
|
@@ -746,6 +854,9 @@ export class FlowGraphSinhBlock extends FlowGraphUnaryOperationBlock {
|
|
|
746
854
|
return _componentWiseUnaryOperation(a, Math.sinh);
|
|
747
855
|
}
|
|
748
856
|
}
|
|
857
|
+
/**
|
|
858
|
+
* the class name of the block.
|
|
859
|
+
*/
|
|
749
860
|
FlowGraphSinhBlock.ClassName = "FGSinhBlock";
|
|
750
861
|
RegisterClass(FlowGraphSinhBlock.ClassName, FlowGraphSinhBlock);
|
|
751
862
|
/**
|
|
@@ -760,6 +871,9 @@ export class FlowGraphCoshBlock extends FlowGraphUnaryOperationBlock {
|
|
|
760
871
|
return _componentWiseUnaryOperation(a, Math.cosh);
|
|
761
872
|
}
|
|
762
873
|
}
|
|
874
|
+
/**
|
|
875
|
+
* the class name of the block.
|
|
876
|
+
*/
|
|
763
877
|
FlowGraphCoshBlock.ClassName = "FGCoshBlock";
|
|
764
878
|
RegisterClass(FlowGraphCoshBlock.ClassName, FlowGraphCoshBlock);
|
|
765
879
|
/**
|
|
@@ -774,6 +888,9 @@ export class FlowGraphTanhBlock extends FlowGraphUnaryOperationBlock {
|
|
|
774
888
|
return _componentWiseUnaryOperation(a, Math.tanh);
|
|
775
889
|
}
|
|
776
890
|
}
|
|
891
|
+
/**
|
|
892
|
+
* the class name of the block.
|
|
893
|
+
*/
|
|
777
894
|
FlowGraphTanhBlock.ClassName = "FGTanhBlock";
|
|
778
895
|
RegisterClass(FlowGraphTanhBlock.ClassName, FlowGraphTanhBlock);
|
|
779
896
|
/**
|
|
@@ -788,6 +905,9 @@ export class FlowGraphAsinhBlock extends FlowGraphUnaryOperationBlock {
|
|
|
788
905
|
return _componentWiseUnaryOperation(a, Math.asinh);
|
|
789
906
|
}
|
|
790
907
|
}
|
|
908
|
+
/**
|
|
909
|
+
* the class name of the block.
|
|
910
|
+
*/
|
|
791
911
|
FlowGraphAsinhBlock.ClassName = "FGAsinhBlock";
|
|
792
912
|
RegisterClass(FlowGraphAsinhBlock.ClassName, FlowGraphAsinhBlock);
|
|
793
913
|
/**
|
|
@@ -802,6 +922,9 @@ export class FlowGraphAcoshBlock extends FlowGraphUnaryOperationBlock {
|
|
|
802
922
|
return _componentWiseUnaryOperation(a, Math.acosh);
|
|
803
923
|
}
|
|
804
924
|
}
|
|
925
|
+
/**
|
|
926
|
+
* the class name of the block.
|
|
927
|
+
*/
|
|
805
928
|
FlowGraphAcoshBlock.ClassName = "FGAcoshBlock";
|
|
806
929
|
RegisterClass(FlowGraphAcoshBlock.ClassName, FlowGraphAcoshBlock);
|
|
807
930
|
/**
|
|
@@ -816,6 +939,9 @@ export class FlowGraphAtanhBlock extends FlowGraphUnaryOperationBlock {
|
|
|
816
939
|
return _componentWiseUnaryOperation(a, Math.atanh);
|
|
817
940
|
}
|
|
818
941
|
}
|
|
942
|
+
/**
|
|
943
|
+
* the class name of the block.
|
|
944
|
+
*/
|
|
819
945
|
FlowGraphAtanhBlock.ClassName = "FGAtanhBlock";
|
|
820
946
|
RegisterClass(FlowGraphAtanhBlock.ClassName, FlowGraphAtanhBlock);
|
|
821
947
|
/**
|
|
@@ -830,6 +956,9 @@ export class FlowGraphExpBlock extends FlowGraphUnaryOperationBlock {
|
|
|
830
956
|
return _componentWiseUnaryOperation(a, Math.exp);
|
|
831
957
|
}
|
|
832
958
|
}
|
|
959
|
+
/**
|
|
960
|
+
* the class name of the block.
|
|
961
|
+
*/
|
|
833
962
|
FlowGraphExpBlock.ClassName = "FGExpBlock";
|
|
834
963
|
RegisterClass(FlowGraphExpBlock.ClassName, FlowGraphExpBlock);
|
|
835
964
|
/**
|
|
@@ -844,6 +973,9 @@ export class FlowGraphLogBlock extends FlowGraphUnaryOperationBlock {
|
|
|
844
973
|
return _componentWiseUnaryOperation(a, Math.log);
|
|
845
974
|
}
|
|
846
975
|
}
|
|
976
|
+
/**
|
|
977
|
+
* the class name of the block.
|
|
978
|
+
*/
|
|
847
979
|
FlowGraphLogBlock.ClassName = "FGLogBlock";
|
|
848
980
|
RegisterClass(FlowGraphLogBlock.ClassName, FlowGraphLogBlock);
|
|
849
981
|
/**
|
|
@@ -858,6 +990,9 @@ export class FlowGraphLog2Block extends FlowGraphUnaryOperationBlock {
|
|
|
858
990
|
return _componentWiseUnaryOperation(a, Math.log2);
|
|
859
991
|
}
|
|
860
992
|
}
|
|
993
|
+
/**
|
|
994
|
+
* the class name of the block.
|
|
995
|
+
*/
|
|
861
996
|
FlowGraphLog2Block.ClassName = "FGLog2Block";
|
|
862
997
|
RegisterClass(FlowGraphLog2Block.ClassName, FlowGraphLog2Block);
|
|
863
998
|
/**
|
|
@@ -872,6 +1007,9 @@ export class FlowGraphLog10Block extends FlowGraphUnaryOperationBlock {
|
|
|
872
1007
|
return _componentWiseUnaryOperation(a, Math.log10);
|
|
873
1008
|
}
|
|
874
1009
|
}
|
|
1010
|
+
/**
|
|
1011
|
+
* the class name of the block.
|
|
1012
|
+
*/
|
|
875
1013
|
FlowGraphLog10Block.ClassName = "FGLog10Block";
|
|
876
1014
|
RegisterClass(FlowGraphLog10Block.ClassName, FlowGraphLog10Block);
|
|
877
1015
|
/**
|
|
@@ -886,6 +1024,9 @@ export class FlowGraphSqrtBlock extends FlowGraphUnaryOperationBlock {
|
|
|
886
1024
|
return _componentWiseUnaryOperation(a, Math.sqrt);
|
|
887
1025
|
}
|
|
888
1026
|
}
|
|
1027
|
+
/**
|
|
1028
|
+
* the class name of the block.
|
|
1029
|
+
*/
|
|
889
1030
|
FlowGraphSqrtBlock.ClassName = "FGSqrtBlock";
|
|
890
1031
|
RegisterClass(FlowGraphSqrtBlock.ClassName, FlowGraphSqrtBlock);
|
|
891
1032
|
/**
|
|
@@ -900,6 +1041,9 @@ export class FlowGraphCubeRootBlock extends FlowGraphUnaryOperationBlock {
|
|
|
900
1041
|
return _componentWiseUnaryOperation(a, Math.cbrt);
|
|
901
1042
|
}
|
|
902
1043
|
}
|
|
1044
|
+
/**
|
|
1045
|
+
* the class name of the block.
|
|
1046
|
+
*/
|
|
903
1047
|
FlowGraphCubeRootBlock.ClassName = "FGCubeRootBlock";
|
|
904
1048
|
RegisterClass(FlowGraphCubeRootBlock.ClassName, FlowGraphCubeRootBlock);
|
|
905
1049
|
/**
|
|
@@ -914,6 +1058,9 @@ export class FlowGraphPowBlock extends FlowGraphBinaryOperationBlock {
|
|
|
914
1058
|
return _componentWiseBinaryOperation(a, b, Math.pow);
|
|
915
1059
|
}
|
|
916
1060
|
}
|
|
1061
|
+
/**
|
|
1062
|
+
* the class name of the block.
|
|
1063
|
+
*/
|
|
917
1064
|
FlowGraphPowBlock.ClassName = "FGPowBlock";
|
|
918
1065
|
RegisterClass(FlowGraphPowBlock.ClassName, FlowGraphPowBlock);
|
|
919
1066
|
/**
|
|
@@ -936,6 +1083,9 @@ export class FlowGraphLengthBlock extends FlowGraphUnaryOperationBlock {
|
|
|
936
1083
|
}
|
|
937
1084
|
}
|
|
938
1085
|
}
|
|
1086
|
+
/**
|
|
1087
|
+
* the class name of the block.
|
|
1088
|
+
*/
|
|
939
1089
|
FlowGraphLengthBlock.ClassName = "FGLengthBlock";
|
|
940
1090
|
RegisterClass(FlowGraphLengthBlock.ClassName, FlowGraphLengthBlock);
|
|
941
1091
|
/**
|
|
@@ -958,6 +1108,9 @@ export class FlowGraphNormalizeBlock extends FlowGraphUnaryOperationBlock {
|
|
|
958
1108
|
}
|
|
959
1109
|
}
|
|
960
1110
|
}
|
|
1111
|
+
/**
|
|
1112
|
+
* the class name of the block.
|
|
1113
|
+
*/
|
|
961
1114
|
FlowGraphNormalizeBlock.ClassName = "FGNormalizeBlock";
|
|
962
1115
|
RegisterClass(FlowGraphNormalizeBlock.ClassName, FlowGraphNormalizeBlock);
|
|
963
1116
|
/**
|
|
@@ -969,6 +1122,9 @@ export class FlowGraphCrossBlock extends FlowGraphBinaryOperationBlock {
|
|
|
969
1122
|
super(RichTypeVector3, RichTypeVector3, RichTypeVector3, (a, b) => Vector3.Cross(a, b), FlowGraphCrossBlock.ClassName, config);
|
|
970
1123
|
}
|
|
971
1124
|
}
|
|
1125
|
+
/**
|
|
1126
|
+
* the class name of the block.
|
|
1127
|
+
*/
|
|
972
1128
|
FlowGraphCrossBlock.ClassName = "FGCrossBlock";
|
|
973
1129
|
RegisterClass(FlowGraphCrossBlock.ClassName, FlowGraphCrossBlock);
|
|
974
1130
|
/**
|
|
@@ -980,6 +1136,9 @@ export class FlowGraphRotate2DBlock extends FlowGraphBinaryOperationBlock {
|
|
|
980
1136
|
super(RichTypeVector2, RichTypeNumber, RichTypeVector2, (a, b) => Vector2.Transform(a, Matrix.RotationZ(b)), FlowGraphRotate2DBlock.ClassName, config);
|
|
981
1137
|
}
|
|
982
1138
|
}
|
|
1139
|
+
/**
|
|
1140
|
+
* the class name of the block.
|
|
1141
|
+
*/
|
|
983
1142
|
FlowGraphRotate2DBlock.ClassName = "FGRotate2DBlock";
|
|
984
1143
|
RegisterClass(FlowGraphRotate2DBlock.ClassName, FlowGraphRotate2DBlock);
|
|
985
1144
|
/**
|
|
@@ -991,6 +1150,9 @@ export class FlowGraphRotate3DBlock extends FlowGraphTernaryOperationBlock {
|
|
|
991
1150
|
super(RichTypeVector3, RichTypeVector3, RichTypeNumber, RichTypeVector3, (a, b, c) => Vector3.TransformCoordinates(a, Matrix.RotationAxis(b, c)), FlowGraphRotate3DBlock.ClassName, config);
|
|
992
1151
|
}
|
|
993
1152
|
}
|
|
1153
|
+
/**
|
|
1154
|
+
* the class name of the block.
|
|
1155
|
+
*/
|
|
994
1156
|
FlowGraphRotate3DBlock.ClassName = "FGRotate3DBlock";
|
|
995
1157
|
RegisterClass(FlowGraphRotate3DBlock.ClassName, FlowGraphRotate3DBlock);
|
|
996
1158
|
/**
|
|
@@ -1002,6 +1164,9 @@ export class FlowGraphTransposeBlock extends FlowGraphUnaryOperationBlock {
|
|
|
1002
1164
|
super(RichTypeMatrix, RichTypeMatrix, (a) => Matrix.Transpose(a), FlowGraphTransposeBlock.ClassName, config);
|
|
1003
1165
|
}
|
|
1004
1166
|
}
|
|
1167
|
+
/**
|
|
1168
|
+
* the class name of the block.
|
|
1169
|
+
*/
|
|
1005
1170
|
FlowGraphTransposeBlock.ClassName = "FGTransposeBlock";
|
|
1006
1171
|
RegisterClass(FlowGraphTransposeBlock.ClassName, FlowGraphTransposeBlock);
|
|
1007
1172
|
/**
|
|
@@ -1013,6 +1178,9 @@ export class FlowGraphDeterminantBlock extends FlowGraphUnaryOperationBlock {
|
|
|
1013
1178
|
super(RichTypeMatrix, RichTypeNumber, (a) => a.determinant(), FlowGraphDeterminantBlock.ClassName, config);
|
|
1014
1179
|
}
|
|
1015
1180
|
}
|
|
1181
|
+
/**
|
|
1182
|
+
* the class name of the block.
|
|
1183
|
+
*/
|
|
1016
1184
|
FlowGraphDeterminantBlock.ClassName = "FGDeterminantBlock";
|
|
1017
1185
|
RegisterClass(FlowGraphDeterminantBlock.ClassName, FlowGraphDeterminantBlock);
|
|
1018
1186
|
/**
|
|
@@ -1024,6 +1192,9 @@ export class FlowGraphInvertMatrixBlock extends FlowGraphUnaryOperationBlock {
|
|
|
1024
1192
|
super(RichTypeMatrix, RichTypeMatrix, (a) => Matrix.Invert(a), FlowGraphInvertMatrixBlock.ClassName, config);
|
|
1025
1193
|
}
|
|
1026
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* the class name of the block.
|
|
1197
|
+
*/
|
|
1027
1198
|
FlowGraphInvertMatrixBlock.ClassName = "FGInvertMatrixBlock";
|
|
1028
1199
|
RegisterClass(FlowGraphInvertMatrixBlock.ClassName, FlowGraphInvertMatrixBlock);
|
|
1029
1200
|
/**
|
|
@@ -1035,6 +1206,9 @@ export class FlowGraphMatMulBlock extends FlowGraphBinaryOperationBlock {
|
|
|
1035
1206
|
super(RichTypeMatrix, RichTypeMatrix, RichTypeMatrix, (a, b) => b.multiply(a), FlowGraphMatMulBlock.ClassName, config);
|
|
1036
1207
|
}
|
|
1037
1208
|
}
|
|
1209
|
+
/**
|
|
1210
|
+
* the class name of the block.
|
|
1211
|
+
*/
|
|
1038
1212
|
FlowGraphMatMulBlock.ClassName = "FGMatMulBlock";
|
|
1039
1213
|
RegisterClass(FlowGraphMatMulBlock.ClassName, FlowGraphMatMulBlock);
|
|
1040
1214
|
/**
|
|
@@ -1046,6 +1220,9 @@ export class FlowGraphBitwiseNotBlock extends FlowGraphUnaryOperationBlock {
|
|
|
1046
1220
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a) => new FlowGraphInteger(~a.value), FlowGraphBitwiseNotBlock.ClassName, config);
|
|
1047
1221
|
}
|
|
1048
1222
|
}
|
|
1223
|
+
/**
|
|
1224
|
+
* the class name of the block.
|
|
1225
|
+
*/
|
|
1049
1226
|
FlowGraphBitwiseNotBlock.ClassName = "FGBitwiseNotBlock";
|
|
1050
1227
|
RegisterClass(FlowGraphBitwiseNotBlock.ClassName, FlowGraphBitwiseNotBlock);
|
|
1051
1228
|
/**
|
|
@@ -1057,6 +1234,9 @@ export class FlowGraphBitwiseAndBlock extends FlowGraphBinaryOperationBlock {
|
|
|
1057
1234
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a, b) => new FlowGraphInteger(a.value & b.value), FlowGraphBitwiseAndBlock.ClassName, config);
|
|
1058
1235
|
}
|
|
1059
1236
|
}
|
|
1237
|
+
/**
|
|
1238
|
+
* the class name of the block.
|
|
1239
|
+
*/
|
|
1060
1240
|
FlowGraphBitwiseAndBlock.ClassName = "FGBitwiseAndBlock";
|
|
1061
1241
|
RegisterClass(FlowGraphBitwiseAndBlock.ClassName, FlowGraphBitwiseAndBlock);
|
|
1062
1242
|
/**
|
|
@@ -1068,6 +1248,9 @@ export class FlowGraphBitwiseOrBlock extends FlowGraphBinaryOperationBlock {
|
|
|
1068
1248
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a, b) => new FlowGraphInteger(a.value | b.value), FlowGraphBitwiseOrBlock.ClassName, config);
|
|
1069
1249
|
}
|
|
1070
1250
|
}
|
|
1251
|
+
/**
|
|
1252
|
+
* the class name of the block.
|
|
1253
|
+
*/
|
|
1071
1254
|
FlowGraphBitwiseOrBlock.ClassName = "FGBitwiseOrBlock";
|
|
1072
1255
|
RegisterClass(FlowGraphBitwiseOrBlock.ClassName, FlowGraphBitwiseOrBlock);
|
|
1073
1256
|
/**
|
|
@@ -1079,6 +1262,9 @@ export class FlowGraphBitwiseXorBlock extends FlowGraphBinaryOperationBlock {
|
|
|
1079
1262
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a, b) => new FlowGraphInteger(a.value ^ b.value), FlowGraphBitwiseXorBlock.ClassName, config);
|
|
1080
1263
|
}
|
|
1081
1264
|
}
|
|
1265
|
+
/**
|
|
1266
|
+
* the class name of the block.
|
|
1267
|
+
*/
|
|
1082
1268
|
FlowGraphBitwiseXorBlock.ClassName = "FGBitwiseXorBlock";
|
|
1083
1269
|
RegisterClass(FlowGraphBitwiseXorBlock.ClassName, FlowGraphBitwiseXorBlock);
|
|
1084
1270
|
/**
|
|
@@ -1090,6 +1276,9 @@ export class FlowGraphBitwiseLeftShiftBlock extends FlowGraphBinaryOperationBloc
|
|
|
1090
1276
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a, b) => new FlowGraphInteger(a.value << b.value), FlowGraphBitwiseLeftShiftBlock.ClassName, config);
|
|
1091
1277
|
}
|
|
1092
1278
|
}
|
|
1279
|
+
/**
|
|
1280
|
+
* the class name of the block.
|
|
1281
|
+
*/
|
|
1093
1282
|
FlowGraphBitwiseLeftShiftBlock.ClassName = "FGBitwiseLeftShiftBlock";
|
|
1094
1283
|
RegisterClass(FlowGraphBitwiseLeftShiftBlock.ClassName, FlowGraphBitwiseLeftShiftBlock);
|
|
1095
1284
|
/**
|
|
@@ -1101,6 +1290,9 @@ export class FlowGraphBitwiseRightShiftBlock extends FlowGraphBinaryOperationBlo
|
|
|
1101
1290
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a, b) => new FlowGraphInteger(a.value >> b.value), FlowGraphBitwiseRightShiftBlock.ClassName, config);
|
|
1102
1291
|
}
|
|
1103
1292
|
}
|
|
1293
|
+
/**
|
|
1294
|
+
* the class name of the block.
|
|
1295
|
+
*/
|
|
1104
1296
|
FlowGraphBitwiseRightShiftBlock.ClassName = "FGBitwiseRightShiftBlock";
|
|
1105
1297
|
RegisterClass(FlowGraphBitwiseRightShiftBlock.ClassName, FlowGraphBitwiseRightShiftBlock);
|
|
1106
1298
|
/**
|
|
@@ -1112,6 +1304,9 @@ export class FlowGraphCountLeadingZerosBlock extends FlowGraphUnaryOperationBloc
|
|
|
1112
1304
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a) => new FlowGraphInteger(Math.clz32(a.value)), FlowGraphCountLeadingZerosBlock.ClassName, config);
|
|
1113
1305
|
}
|
|
1114
1306
|
}
|
|
1307
|
+
/**
|
|
1308
|
+
* the class name of the block.
|
|
1309
|
+
*/
|
|
1115
1310
|
FlowGraphCountLeadingZerosBlock.ClassName = "FGCountLeadingZerosBlock";
|
|
1116
1311
|
RegisterClass(FlowGraphCountLeadingZerosBlock.ClassName, FlowGraphCountLeadingZerosBlock);
|
|
1117
1312
|
/**
|
|
@@ -1123,6 +1318,9 @@ export class FlowGraphCountTrailingZerosBlock extends FlowGraphUnaryOperationBlo
|
|
|
1123
1318
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a) => new FlowGraphInteger(a.value ? 31 - Math.clz32(a.value & -a.value) : 32), FlowGraphCountTrailingZerosBlock.ClassName, config);
|
|
1124
1319
|
}
|
|
1125
1320
|
}
|
|
1321
|
+
/**
|
|
1322
|
+
* the class name of the block.
|
|
1323
|
+
*/
|
|
1126
1324
|
FlowGraphCountTrailingZerosBlock.ClassName = "FGCountTrailingZerosBlock";
|
|
1127
1325
|
RegisterClass(FlowGraphCountTrailingZerosBlock.ClassName, FlowGraphCountTrailingZerosBlock);
|
|
1128
1326
|
/**
|
|
@@ -1151,6 +1349,9 @@ export class FlowGraphCountOneBitsBlock extends FlowGraphUnaryOperationBlock {
|
|
|
1151
1349
|
super(RichTypeFlowGraphInteger, RichTypeFlowGraphInteger, (a) => new FlowGraphInteger(_countOnes(a.value)), FlowGraphCountOneBitsBlock.ClassName, config);
|
|
1152
1350
|
}
|
|
1153
1351
|
}
|
|
1352
|
+
/**
|
|
1353
|
+
* the class name of the block.
|
|
1354
|
+
*/
|
|
1154
1355
|
FlowGraphCountOneBitsBlock.ClassName = "FGCountOneBitsBlock";
|
|
1155
1356
|
RegisterClass(FlowGraphCountOneBitsBlock.ClassName, FlowGraphCountOneBitsBlock);
|
|
1156
1357
|
//# sourceMappingURL=flowGraphMathBlocks.js.map
|