@babylonjs/core 6.38.1 → 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/Behaviors/Meshes/sixDofDragBehavior.js +14 -20
- package/Behaviors/Meshes/sixDofDragBehavior.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 +11 -11
- package/Cameras/Inputs/BaseCameraPointersInput.js +12 -12
- 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/Inputs/freeCameraMouseInput.d.ts +1 -1
- package/Cameras/Inputs/freeCameraMouseInput.js +1 -1
- package/Cameras/Inputs/freeCameraMouseInput.js.map +1 -1
- package/Cameras/VR/vrExperienceHelper.d.ts +2 -2
- package/Cameras/VR/vrExperienceHelper.js +2 -2
- package/Cameras/VR/vrExperienceHelper.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/Culling/Octrees/octree.d.ts +4 -4
- package/Culling/Octrees/octree.js +4 -4
- package/Culling/Octrees/octree.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 +6 -1
- package/Debug/physicsViewer.js +6 -1
- 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/Native/nativeRenderTargetWrapper.js +2 -0
- package/Engines/Native/nativeRenderTargetWrapper.js.map +1 -1
- package/Engines/WebGL/webGLHardwareTexture.js +1 -0
- package/Engines/WebGL/webGLHardwareTexture.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/WebGL/webGLRenderTargetWrapper.js +1 -0
- package/Engines/WebGL/webGLRenderTargetWrapper.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/WebGPU/webgpuTintWASM.d.ts +1 -1
- package/Engines/WebGPU/webgpuTintWASM.js +5 -5
- package/Engines/WebGPU/webgpuTintWASM.js.map +1 -1
- package/Engines/engine.d.ts +1 -0
- 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 +214 -2
- package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js +214 -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/flowGraphCachedOperationBlock.js +6 -6
- package/FlowGraph/Blocks/Data/flowGraphCachedOperationBlock.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.d.ts +4 -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.d.ts +9 -0
- package/Loading/sceneLoader.js +11 -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/greasedLineMaterialInterfaces.d.ts +1 -1
- package/Materials/GreasedLine/greasedLineMaterialInterfaces.js.map +1 -1
- package/Materials/GreasedLine/greasedLinePluginMaterial.d.ts +2 -2
- package/Materials/GreasedLine/greasedLinePluginMaterial.js +2 -2
- 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/index.d.ts +1 -0
- package/Materials/Node/Blocks/Dual/index.js +1 -0
- package/Materials/Node/Blocks/Dual/index.js.map +1 -1
- package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.d.ts +7 -1
- package/Materials/Node/Blocks/Dual/reflectionTextureBaseBlock.js +6 -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/Input/prePassTextureBlock.d.ts +1 -1
- package/Materials/Node/Blocks/Input/prePassTextureBlock.js +1 -1
- package/Materials/Node/Blocks/Input/prePassTextureBlock.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 +11 -3
- package/Materials/Node/nodeMaterial.js +15 -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 +10 -9
- package/Materials/PBR/pbrBaseMaterial.js +10 -9
- package/Materials/PBR/pbrBaseMaterial.js.map +1 -1
- package/Materials/PBR/pbrMaterial.d.ts +2 -1
- package/Materials/PBR/pbrMaterial.js +3 -2
- package/Materials/PBR/pbrMaterial.js.map +1 -1
- package/Materials/PBR/pbrMetallicRoughnessMaterial.d.ts +7 -4
- package/Materials/PBR/pbrMetallicRoughnessMaterial.js +7 -4
- package/Materials/PBR/pbrMetallicRoughnessMaterial.js.map +1 -1
- package/Materials/PBR/pbrSpecularGlossinessMaterial.d.ts +7 -4
- package/Materials/PBR/pbrSpecularGlossinessMaterial.js +7 -4
- 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/Procedurals/noiseProceduralTexture.d.ts +1 -1
- package/Materials/Textures/Procedurals/noiseProceduralTexture.js +1 -1
- package/Materials/Textures/Procedurals/noiseProceduralTexture.js.map +1 -1
- package/Materials/Textures/baseTexture.js +3 -0
- package/Materials/Textures/baseTexture.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/Textures/multiRenderTarget.d.ts +1 -1
- package/Materials/Textures/multiRenderTarget.js +1 -1
- package/Materials/Textures/multiRenderTarget.js.map +1 -1
- package/Materials/Textures/texture.d.ts +4 -1
- package/Materials/Textures/texture.js +4 -1
- package/Materials/Textures/texture.js.map +1 -1
- package/Materials/Textures/thinRenderTargetTexture.d.ts +1 -1
- package/Materials/Textures/thinRenderTargetTexture.js +1 -1
- package/Materials/Textures/thinRenderTargetTexture.js.map +1 -1
- package/Materials/Textures/thinTexture.js +3 -0
- package/Materials/Textures/thinTexture.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 +2 -1
- 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 +3 -2
- 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 +3 -3
- package/Materials/standardMaterial.js.map +1 -1
- package/Materials/uniformBuffer.js +2 -1
- package/Materials/uniformBuffer.js.map +1 -1
- package/Maths/math.like.d.ts +3 -0
- package/Maths/math.like.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.polar.d.ts +3 -2
- package/Maths/math.polar.js +8 -2
- package/Maths/math.polar.js.map +1 -1
- package/Maths/math.vector.d.ts +12 -5
- package/Maths/math.vector.js +12 -5
- 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/greasedLineBaseMesh.d.ts +2 -0
- package/Meshes/GreasedLine/greasedLineBaseMesh.js +2 -0
- package/Meshes/GreasedLine/greasedLineBaseMesh.js.map +1 -1
- package/Meshes/GreasedLine/greasedLineRibbonMesh.d.ts +2 -0
- package/Meshes/GreasedLine/greasedLineRibbonMesh.js +9 -0
- package/Meshes/GreasedLine/greasedLineRibbonMesh.js.map +1 -1
- package/Meshes/Node/Blocks/Textures/geometryTextureBlock.d.ts +1 -1
- package/Meshes/Node/Blocks/Textures/geometryTextureBlock.js +1 -1
- package/Meshes/Node/Blocks/Textures/geometryTextureBlock.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/geodesicMesh.d.ts +32 -1
- package/Meshes/geodesicMesh.js +17 -1
- package/Meshes/geodesicMesh.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 +34 -17
- package/Meshes/instancedMesh.js +34 -17
- package/Meshes/instancedMesh.js.map +1 -1
- package/Meshes/linesMesh.d.ts +6 -5
- package/Meshes/linesMesh.js +6 -5
- 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 +19 -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.d.ts +1 -0
- package/Misc/HighDynamicRange/hdr.js +8 -0
- package/Misc/HighDynamicRange/hdr.js.map +1 -1
- package/Misc/HighDynamicRange/panoramaToCubemap.d.ts +1 -0
- package/Misc/HighDynamicRange/panoramaToCubemap.js +3 -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 +2 -0
- package/Misc/decorators.js +3 -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 +6 -1
- package/Misc/greasedLineTools.js +6 -1
- 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 +5 -1
- package/Misc/tools.js +9 -1
- package/Misc/tools.js.map +1 -1
- package/Misc/videoRecorder.d.ts +4 -1
- package/Misc/videoRecorder.js +11 -5
- package/Misc/videoRecorder.js.map +1 -1
- package/Misc/webRequest.d.ts +3 -0
- package/Misc/webRequest.js +4 -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 +3 -2
- package/Physics/physicsHelper.js +5 -4
- package/Physics/physicsHelper.js.map +1 -1
- package/Physics/physicsRaycastResult.d.ts +2 -1
- package/Physics/physicsRaycastResult.js +2 -1
- package/Physics/physicsRaycastResult.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 +2 -3
- package/Physics/v1/physicsImpostor.js +2 -3
- 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 +61 -10
- package/Physics/v2/Plugins/havokPlugin.js +89 -10
- package/Physics/v2/Plugins/havokPlugin.js.map +1 -1
- package/Physics/v2/physicsBody.d.ts +41 -3
- package/Physics/v2/physicsBody.js +42 -9
- 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 +5 -3
- package/Physics/v2/physicsEngine.js +6 -3
- 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/RenderPipeline/Pipelines/ssao2RenderingPipeline.d.ts +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssao2RenderingPipeline.js +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssao2RenderingPipeline.js.map +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssaoRenderingPipeline.d.ts +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssaoRenderingPipeline.js +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssaoRenderingPipeline.js.map +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssrRenderingPipeline.d.ts +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssrRenderingPipeline.js +1 -1
- package/PostProcesses/RenderPipeline/Pipelines/ssrRenderingPipeline.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/PostProcesses/volumetricLightScatteringPostProcess.d.ts +1 -1
- package/PostProcesses/volumetricLightScatteringPostProcess.js +1 -1
- package/PostProcesses/volumetricLightScatteringPostProcess.js.map +1 -1
- package/Rendering/GlobalIllumination/giRSMManager.d.ts +2 -1
- package/Rendering/GlobalIllumination/giRSMManager.js +5 -2
- package/Rendering/GlobalIllumination/giRSMManager.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/prePassRenderer.d.ts +2 -2
- package/Rendering/prePassRenderer.js +2 -2
- package/Rendering/prePassRenderer.js.map +1 -1
- package/Rendering/reflectiveShadowMap.d.ts +4 -0
- package/Rendering/reflectiveShadowMap.js +7 -0
- package/Rendering/reflectiveShadowMap.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 +2 -1
- package/Rendering/renderingManager.js +2 -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 +7 -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/WebXRDepthSensing.d.ts +1 -1
- package/XR/features/WebXRDepthSensing.js +1 -1
- package/XR/features/WebXRDepthSensing.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/features/WebXRSpaceWarp.d.ts +0 -27
- package/XR/features/WebXRSpaceWarp.js +0 -27
- package/XR/features/WebXRSpaceWarp.js.map +1 -1
- package/XR/index.d.ts +1 -0
- package/XR/index.js +1 -0
- package/XR/index.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 +5 -2
- package/assetContainer.js +5 -2
- 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
|
@@ -292,16 +292,6 @@ export declare class VertexData {
|
|
|
292
292
|
* * invertUV swaps in the U and V coordinates when applying a texture, optional, default false
|
|
293
293
|
* * uvs a linear array, of length 2 * number of vertices, of custom UV values, optional
|
|
294
294
|
* * colors a linear array, of length 4 * number of vertices, of custom color values, optional
|
|
295
|
-
* @param options.pathArray
|
|
296
|
-
* @param options.closeArray
|
|
297
|
-
* @param options.closePath
|
|
298
|
-
* @param options.offset
|
|
299
|
-
* @param options.sideOrientation
|
|
300
|
-
* @param options.frontUVs
|
|
301
|
-
* @param options.backUVs
|
|
302
|
-
* @param options.invertUV
|
|
303
|
-
* @param options.uvs
|
|
304
|
-
* @param options.colors
|
|
305
295
|
* @returns the VertexData of the ribbon
|
|
306
296
|
* @deprecated use CreateRibbonVertexData instead
|
|
307
297
|
*/
|
|
@@ -329,15 +319,6 @@ export declare class VertexData {
|
|
|
329
319
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
330
320
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
331
321
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
332
|
-
* @param options.size
|
|
333
|
-
* @param options.width
|
|
334
|
-
* @param options.height
|
|
335
|
-
* @param options.depth
|
|
336
|
-
* @param options.faceUV
|
|
337
|
-
* @param options.faceColors
|
|
338
|
-
* @param options.sideOrientation
|
|
339
|
-
* @param options.frontUVs
|
|
340
|
-
* @param options.backUVs
|
|
341
322
|
* @returns the VertexData of the box
|
|
342
323
|
* @deprecated Please use CreateBoxVertexData from the BoxBuilder file instead
|
|
343
324
|
*/
|
|
@@ -398,18 +379,6 @@ export declare class VertexData {
|
|
|
398
379
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
399
380
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
400
381
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
401
|
-
* @param options.pattern
|
|
402
|
-
* @param options.tileSize
|
|
403
|
-
* @param options.tileWidth
|
|
404
|
-
* @param options.tileHeight
|
|
405
|
-
* @param options.size
|
|
406
|
-
* @param options.width
|
|
407
|
-
* @param options.height
|
|
408
|
-
* @param options.alignHorizontal
|
|
409
|
-
* @param options.alignVertical
|
|
410
|
-
* @param options.sideOrientation
|
|
411
|
-
* @param options.frontUVs
|
|
412
|
-
* @param options.backUVs
|
|
413
382
|
* @returns the VertexData of the tiled plane
|
|
414
383
|
* @deprecated use CreateTiledPlaneVertexData instead
|
|
415
384
|
*/
|
|
@@ -440,16 +409,6 @@ export declare class VertexData {
|
|
|
440
409
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
441
410
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
442
411
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
443
|
-
* @param options.segments
|
|
444
|
-
* @param options.diameter
|
|
445
|
-
* @param options.diameterX
|
|
446
|
-
* @param options.diameterY
|
|
447
|
-
* @param options.diameterZ
|
|
448
|
-
* @param options.arc
|
|
449
|
-
* @param options.slice
|
|
450
|
-
* @param options.sideOrientation
|
|
451
|
-
* @param options.frontUVs
|
|
452
|
-
* @param options.backUVs
|
|
453
412
|
* @returns the VertexData of the ellipsoid
|
|
454
413
|
* @deprecated use CreateSphereVertexData instead
|
|
455
414
|
*/
|
|
@@ -482,20 +441,6 @@ export declare class VertexData {
|
|
|
482
441
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
483
442
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
484
443
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
485
|
-
* @param options.height
|
|
486
|
-
* @param options.diameterTop
|
|
487
|
-
* @param options.diameterBottom
|
|
488
|
-
* @param options.diameter
|
|
489
|
-
* @param options.tessellation
|
|
490
|
-
* @param options.subdivisions
|
|
491
|
-
* @param options.arc
|
|
492
|
-
* @param options.faceColors
|
|
493
|
-
* @param options.faceUV
|
|
494
|
-
* @param options.hasRings
|
|
495
|
-
* @param options.enclose
|
|
496
|
-
* @param options.sideOrientation
|
|
497
|
-
* @param options.frontUVs
|
|
498
|
-
* @param options.backUVs
|
|
499
444
|
* @returns the VertexData of the cylinder, cone or prism
|
|
500
445
|
* @deprecated please use CreateCylinderVertexData instead
|
|
501
446
|
*/
|
|
@@ -524,12 +469,6 @@ export declare class VertexData {
|
|
|
524
469
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
525
470
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
526
471
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
527
|
-
* @param options.diameter
|
|
528
|
-
* @param options.thickness
|
|
529
|
-
* @param options.tessellation
|
|
530
|
-
* @param options.sideOrientation
|
|
531
|
-
* @param options.frontUVs
|
|
532
|
-
* @param options.backUVs
|
|
533
472
|
* @returns the VertexData of the torus
|
|
534
473
|
* @deprecated use CreateTorusVertexData instead
|
|
535
474
|
*/
|
|
@@ -546,8 +485,6 @@ export declare class VertexData {
|
|
|
546
485
|
* @param options an object used to set the following optional parameters for the LineSystem, required but can be empty
|
|
547
486
|
* - lines an array of lines, each line being an array of successive Vector3
|
|
548
487
|
* - colors an array of line colors, each of the line colors being an array of successive Color4, one per line point
|
|
549
|
-
* @param options.lines
|
|
550
|
-
* @param options.colors
|
|
551
488
|
* @returns the VertexData of the LineSystem
|
|
552
489
|
* @deprecated use CreateLineSystemVertexData instead
|
|
553
490
|
*/
|
|
@@ -562,10 +499,6 @@ export declare class VertexData {
|
|
|
562
499
|
* - dashSize the size of the dashes relative to the dash number, optional, default 3
|
|
563
500
|
* - gapSize the size of the gap between two successive dashes relative to the dash number, optional, default 1
|
|
564
501
|
* - dashNb the intended total number of dashes, optional, default 200
|
|
565
|
-
* @param options.points
|
|
566
|
-
* @param options.dashSize
|
|
567
|
-
* @param options.gapSize
|
|
568
|
-
* @param options.dashNb
|
|
569
502
|
* @returns the VertexData for the DashedLines
|
|
570
503
|
* @deprecated use CreateDashedLinesVertexData instead
|
|
571
504
|
*/
|
|
@@ -581,11 +514,6 @@ export declare class VertexData {
|
|
|
581
514
|
* - width the width (x direction) of the ground, optional, default 1
|
|
582
515
|
* - height the height (z direction) of the ground, optional, default 1
|
|
583
516
|
* - subdivisions the number of subdivisions per side, optional, default 1
|
|
584
|
-
* @param options.width
|
|
585
|
-
* @param options.height
|
|
586
|
-
* @param options.subdivisions
|
|
587
|
-
* @param options.subdivisionsX
|
|
588
|
-
* @param options.subdivisionsY
|
|
589
517
|
* @returns the VertexData of the Ground
|
|
590
518
|
* @deprecated Please use CreateGroundVertexData instead
|
|
591
519
|
*/
|
|
@@ -605,16 +533,6 @@ export declare class VertexData {
|
|
|
605
533
|
* * zmax the ground maximum Z coordinate, optional, default 1
|
|
606
534
|
* * subdivisions a javascript object {w: positive integer, h: positive integer}, `w` and `h` are the numbers of subdivisions on the ground width and height creating 'tiles', default {w: 6, h: 6}
|
|
607
535
|
* * precision a javascript object {w: positive integer, h: positive integer}, `w` and `h` are the numbers of subdivisions on the tile width and height, default {w: 2, h: 2}
|
|
608
|
-
* @param options.xmin
|
|
609
|
-
* @param options.zmin
|
|
610
|
-
* @param options.xmax
|
|
611
|
-
* @param options.zmax
|
|
612
|
-
* @param options.subdivisions
|
|
613
|
-
* @param options.subdivisions.w
|
|
614
|
-
* @param options.subdivisions.h
|
|
615
|
-
* @param options.precision
|
|
616
|
-
* @param options.precision.w
|
|
617
|
-
* @param options.precision.h
|
|
618
536
|
* @returns the VertexData of the TiledGround
|
|
619
537
|
* @deprecated use CreateTiledGroundVertexData instead
|
|
620
538
|
*/
|
|
@@ -645,16 +563,6 @@ export declare class VertexData {
|
|
|
645
563
|
* * bufferWidth the width of image
|
|
646
564
|
* * bufferHeight the height of image
|
|
647
565
|
* * alphaFilter Remove any data where the alpha channel is below this value, defaults 0 (all data visible)
|
|
648
|
-
* @param options.width
|
|
649
|
-
* @param options.height
|
|
650
|
-
* @param options.subdivisions
|
|
651
|
-
* @param options.minHeight
|
|
652
|
-
* @param options.maxHeight
|
|
653
|
-
* @param options.colorFilter
|
|
654
|
-
* @param options.buffer
|
|
655
|
-
* @param options.bufferWidth
|
|
656
|
-
* @param options.bufferHeight
|
|
657
|
-
* @param options.alphaFilter
|
|
658
566
|
* @returns the VertexData of the Ground designed from a heightmap
|
|
659
567
|
* @deprecated use CreateGroundFromHeightMapVertexData instead
|
|
660
568
|
*/
|
|
@@ -679,12 +587,6 @@ export declare class VertexData {
|
|
|
679
587
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
680
588
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
681
589
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
682
|
-
* @param options.size
|
|
683
|
-
* @param options.width
|
|
684
|
-
* @param options.height
|
|
685
|
-
* @param options.sideOrientation
|
|
686
|
-
* @param options.frontUVs
|
|
687
|
-
* @param options.backUVs
|
|
688
590
|
* @returns the VertexData of the box
|
|
689
591
|
* @deprecated use CreatePlaneVertexData instead
|
|
690
592
|
*/
|
|
@@ -705,12 +607,6 @@ export declare class VertexData {
|
|
|
705
607
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
706
608
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
707
609
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
708
|
-
* @param options.radius
|
|
709
|
-
* @param options.tessellation
|
|
710
|
-
* @param options.arc
|
|
711
|
-
* @param options.sideOrientation
|
|
712
|
-
* @param options.frontUVs
|
|
713
|
-
* @param options.backUVs
|
|
714
610
|
* @returns the VertexData of the box
|
|
715
611
|
* @deprecated use CreateDiscVertexData instead
|
|
716
612
|
*/
|
|
@@ -748,15 +644,6 @@ export declare class VertexData {
|
|
|
748
644
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
749
645
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
750
646
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
751
|
-
* @param options.radius
|
|
752
|
-
* @param options.radiusX
|
|
753
|
-
* @param options.radiusY
|
|
754
|
-
* @param options.radiusZ
|
|
755
|
-
* @param options.flat
|
|
756
|
-
* @param options.subdivisions
|
|
757
|
-
* @param options.sideOrientation
|
|
758
|
-
* @param options.frontUVs
|
|
759
|
-
* @param options.backUVs
|
|
760
647
|
* @returns the VertexData of the IcoSphere
|
|
761
648
|
* @deprecated use CreateIcoSphereVertexData instead
|
|
762
649
|
*/
|
|
@@ -789,18 +676,6 @@ export declare class VertexData {
|
|
|
789
676
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
790
677
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
791
678
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
792
|
-
* @param options.type
|
|
793
|
-
* @param options.size
|
|
794
|
-
* @param options.sizeX
|
|
795
|
-
* @param options.sizeY
|
|
796
|
-
* @param options.sizeZ
|
|
797
|
-
* @param options.custom
|
|
798
|
-
* @param options.faceUV
|
|
799
|
-
* @param options.faceColors
|
|
800
|
-
* @param options.flat
|
|
801
|
-
* @param options.sideOrientation
|
|
802
|
-
* @param options.frontUVs
|
|
803
|
-
* @param options.backUVs
|
|
804
679
|
* @returns the VertexData of the Polyhedron
|
|
805
680
|
* @deprecated use CreatePolyhedronVertexData instead
|
|
806
681
|
*/
|
|
@@ -837,15 +712,6 @@ export declare class VertexData {
|
|
|
837
712
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
838
713
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
839
714
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
840
|
-
* @param options.radius
|
|
841
|
-
* @param options.tube
|
|
842
|
-
* @param options.radialSegments
|
|
843
|
-
* @param options.tubularSegments
|
|
844
|
-
* @param options.p
|
|
845
|
-
* @param options.q
|
|
846
|
-
* @param options.sideOrientation
|
|
847
|
-
* @param options.frontUVs
|
|
848
|
-
* @param options.backUVs
|
|
849
715
|
* @returns the VertexData of the Torus Knot
|
|
850
716
|
* @deprecated use CreateTorusKnotVertexData instead
|
|
851
717
|
*/
|
|
@@ -877,17 +743,6 @@ export declare class VertexData {
|
|
|
877
743
|
* * depthSort : optional boolean to enable the facet depth sort computation
|
|
878
744
|
* * distanceTo : optional Vector3 to compute the facet depth from this location
|
|
879
745
|
* * depthSortedFacets : optional array of depthSortedFacets to store the facet distances from the reference location
|
|
880
|
-
* @param options.facetNormals
|
|
881
|
-
* @param options.facetPositions
|
|
882
|
-
* @param options.facetPartitioning
|
|
883
|
-
* @param options.ratio
|
|
884
|
-
* @param options.bInfo
|
|
885
|
-
* @param options.bbSize
|
|
886
|
-
* @param options.subDiv
|
|
887
|
-
* @param options.useRightHandedSystem
|
|
888
|
-
* @param options.depthSort
|
|
889
|
-
* @param options.distanceTo
|
|
890
|
-
* @param options.depthSortedFacets
|
|
891
746
|
*/
|
|
892
747
|
static ComputeNormals(positions: any, indices: any, normals: any, options?: {
|
|
893
748
|
facetNormals?: any;
|
|
@@ -1001,16 +1001,6 @@ export class VertexData {
|
|
|
1001
1001
|
* * invertUV swaps in the U and V coordinates when applying a texture, optional, default false
|
|
1002
1002
|
* * uvs a linear array, of length 2 * number of vertices, of custom UV values, optional
|
|
1003
1003
|
* * colors a linear array, of length 4 * number of vertices, of custom color values, optional
|
|
1004
|
-
* @param options.pathArray
|
|
1005
|
-
* @param options.closeArray
|
|
1006
|
-
* @param options.closePath
|
|
1007
|
-
* @param options.offset
|
|
1008
|
-
* @param options.sideOrientation
|
|
1009
|
-
* @param options.frontUVs
|
|
1010
|
-
* @param options.backUVs
|
|
1011
|
-
* @param options.invertUV
|
|
1012
|
-
* @param options.uvs
|
|
1013
|
-
* @param options.colors
|
|
1014
1004
|
* @returns the VertexData of the ribbon
|
|
1015
1005
|
* @deprecated use CreateRibbonVertexData instead
|
|
1016
1006
|
*/
|
|
@@ -1029,15 +1019,6 @@ export class VertexData {
|
|
|
1029
1019
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1030
1020
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1031
1021
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1032
|
-
* @param options.size
|
|
1033
|
-
* @param options.width
|
|
1034
|
-
* @param options.height
|
|
1035
|
-
* @param options.depth
|
|
1036
|
-
* @param options.faceUV
|
|
1037
|
-
* @param options.faceColors
|
|
1038
|
-
* @param options.sideOrientation
|
|
1039
|
-
* @param options.frontUVs
|
|
1040
|
-
* @param options.backUVs
|
|
1041
1022
|
* @returns the VertexData of the box
|
|
1042
1023
|
* @deprecated Please use CreateBoxVertexData from the BoxBuilder file instead
|
|
1043
1024
|
*/
|
|
@@ -1079,18 +1060,6 @@ export class VertexData {
|
|
|
1079
1060
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1080
1061
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1081
1062
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1082
|
-
* @param options.pattern
|
|
1083
|
-
* @param options.tileSize
|
|
1084
|
-
* @param options.tileWidth
|
|
1085
|
-
* @param options.tileHeight
|
|
1086
|
-
* @param options.size
|
|
1087
|
-
* @param options.width
|
|
1088
|
-
* @param options.height
|
|
1089
|
-
* @param options.alignHorizontal
|
|
1090
|
-
* @param options.alignVertical
|
|
1091
|
-
* @param options.sideOrientation
|
|
1092
|
-
* @param options.frontUVs
|
|
1093
|
-
* @param options.backUVs
|
|
1094
1063
|
* @returns the VertexData of the tiled plane
|
|
1095
1064
|
* @deprecated use CreateTiledPlaneVertexData instead
|
|
1096
1065
|
*/
|
|
@@ -1110,16 +1079,6 @@ export class VertexData {
|
|
|
1110
1079
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1111
1080
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1112
1081
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1113
|
-
* @param options.segments
|
|
1114
|
-
* @param options.diameter
|
|
1115
|
-
* @param options.diameterX
|
|
1116
|
-
* @param options.diameterY
|
|
1117
|
-
* @param options.diameterZ
|
|
1118
|
-
* @param options.arc
|
|
1119
|
-
* @param options.slice
|
|
1120
|
-
* @param options.sideOrientation
|
|
1121
|
-
* @param options.frontUVs
|
|
1122
|
-
* @param options.backUVs
|
|
1123
1082
|
* @returns the VertexData of the ellipsoid
|
|
1124
1083
|
* @deprecated use CreateSphereVertexData instead
|
|
1125
1084
|
*/
|
|
@@ -1143,20 +1102,6 @@ export class VertexData {
|
|
|
1143
1102
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1144
1103
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1145
1104
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1146
|
-
* @param options.height
|
|
1147
|
-
* @param options.diameterTop
|
|
1148
|
-
* @param options.diameterBottom
|
|
1149
|
-
* @param options.diameter
|
|
1150
|
-
* @param options.tessellation
|
|
1151
|
-
* @param options.subdivisions
|
|
1152
|
-
* @param options.arc
|
|
1153
|
-
* @param options.faceColors
|
|
1154
|
-
* @param options.faceUV
|
|
1155
|
-
* @param options.hasRings
|
|
1156
|
-
* @param options.enclose
|
|
1157
|
-
* @param options.sideOrientation
|
|
1158
|
-
* @param options.frontUVs
|
|
1159
|
-
* @param options.backUVs
|
|
1160
1105
|
* @returns the VertexData of the cylinder, cone or prism
|
|
1161
1106
|
* @deprecated please use CreateCylinderVertexData instead
|
|
1162
1107
|
*/
|
|
@@ -1172,12 +1117,6 @@ export class VertexData {
|
|
|
1172
1117
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1173
1118
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1174
1119
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1175
|
-
* @param options.diameter
|
|
1176
|
-
* @param options.thickness
|
|
1177
|
-
* @param options.tessellation
|
|
1178
|
-
* @param options.sideOrientation
|
|
1179
|
-
* @param options.frontUVs
|
|
1180
|
-
* @param options.backUVs
|
|
1181
1120
|
* @returns the VertexData of the torus
|
|
1182
1121
|
* @deprecated use CreateTorusVertexData instead
|
|
1183
1122
|
*/
|
|
@@ -1189,8 +1128,6 @@ export class VertexData {
|
|
|
1189
1128
|
* @param options an object used to set the following optional parameters for the LineSystem, required but can be empty
|
|
1190
1129
|
* - lines an array of lines, each line being an array of successive Vector3
|
|
1191
1130
|
* - colors an array of line colors, each of the line colors being an array of successive Color4, one per line point
|
|
1192
|
-
* @param options.lines
|
|
1193
|
-
* @param options.colors
|
|
1194
1131
|
* @returns the VertexData of the LineSystem
|
|
1195
1132
|
* @deprecated use CreateLineSystemVertexData instead
|
|
1196
1133
|
*/
|
|
@@ -1204,10 +1141,6 @@ export class VertexData {
|
|
|
1204
1141
|
* - dashSize the size of the dashes relative to the dash number, optional, default 3
|
|
1205
1142
|
* - gapSize the size of the gap between two successive dashes relative to the dash number, optional, default 1
|
|
1206
1143
|
* - dashNb the intended total number of dashes, optional, default 200
|
|
1207
|
-
* @param options.points
|
|
1208
|
-
* @param options.dashSize
|
|
1209
|
-
* @param options.gapSize
|
|
1210
|
-
* @param options.dashNb
|
|
1211
1144
|
* @returns the VertexData for the DashedLines
|
|
1212
1145
|
* @deprecated use CreateDashedLinesVertexData instead
|
|
1213
1146
|
*/
|
|
@@ -1220,11 +1153,6 @@ export class VertexData {
|
|
|
1220
1153
|
* - width the width (x direction) of the ground, optional, default 1
|
|
1221
1154
|
* - height the height (z direction) of the ground, optional, default 1
|
|
1222
1155
|
* - subdivisions the number of subdivisions per side, optional, default 1
|
|
1223
|
-
* @param options.width
|
|
1224
|
-
* @param options.height
|
|
1225
|
-
* @param options.subdivisions
|
|
1226
|
-
* @param options.subdivisionsX
|
|
1227
|
-
* @param options.subdivisionsY
|
|
1228
1156
|
* @returns the VertexData of the Ground
|
|
1229
1157
|
* @deprecated Please use CreateGroundVertexData instead
|
|
1230
1158
|
*/
|
|
@@ -1240,16 +1168,6 @@ export class VertexData {
|
|
|
1240
1168
|
* * zmax the ground maximum Z coordinate, optional, default 1
|
|
1241
1169
|
* * subdivisions a javascript object {w: positive integer, h: positive integer}, `w` and `h` are the numbers of subdivisions on the ground width and height creating 'tiles', default {w: 6, h: 6}
|
|
1242
1170
|
* * precision a javascript object {w: positive integer, h: positive integer}, `w` and `h` are the numbers of subdivisions on the tile width and height, default {w: 2, h: 2}
|
|
1243
|
-
* @param options.xmin
|
|
1244
|
-
* @param options.zmin
|
|
1245
|
-
* @param options.xmax
|
|
1246
|
-
* @param options.zmax
|
|
1247
|
-
* @param options.subdivisions
|
|
1248
|
-
* @param options.subdivisions.w
|
|
1249
|
-
* @param options.subdivisions.h
|
|
1250
|
-
* @param options.precision
|
|
1251
|
-
* @param options.precision.w
|
|
1252
|
-
* @param options.precision.h
|
|
1253
1171
|
* @returns the VertexData of the TiledGround
|
|
1254
1172
|
* @deprecated use CreateTiledGroundVertexData instead
|
|
1255
1173
|
*/
|
|
@@ -1269,16 +1187,6 @@ export class VertexData {
|
|
|
1269
1187
|
* * bufferWidth the width of image
|
|
1270
1188
|
* * bufferHeight the height of image
|
|
1271
1189
|
* * alphaFilter Remove any data where the alpha channel is below this value, defaults 0 (all data visible)
|
|
1272
|
-
* @param options.width
|
|
1273
|
-
* @param options.height
|
|
1274
|
-
* @param options.subdivisions
|
|
1275
|
-
* @param options.minHeight
|
|
1276
|
-
* @param options.maxHeight
|
|
1277
|
-
* @param options.colorFilter
|
|
1278
|
-
* @param options.buffer
|
|
1279
|
-
* @param options.bufferWidth
|
|
1280
|
-
* @param options.bufferHeight
|
|
1281
|
-
* @param options.alphaFilter
|
|
1282
1190
|
* @returns the VertexData of the Ground designed from a heightmap
|
|
1283
1191
|
* @deprecated use CreateGroundFromHeightMapVertexData instead
|
|
1284
1192
|
*/
|
|
@@ -1294,12 +1202,6 @@ export class VertexData {
|
|
|
1294
1202
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1295
1203
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1296
1204
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1297
|
-
* @param options.size
|
|
1298
|
-
* @param options.width
|
|
1299
|
-
* @param options.height
|
|
1300
|
-
* @param options.sideOrientation
|
|
1301
|
-
* @param options.frontUVs
|
|
1302
|
-
* @param options.backUVs
|
|
1303
1205
|
* @returns the VertexData of the box
|
|
1304
1206
|
* @deprecated use CreatePlaneVertexData instead
|
|
1305
1207
|
*/
|
|
@@ -1315,12 +1217,6 @@ export class VertexData {
|
|
|
1315
1217
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1316
1218
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1317
1219
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1318
|
-
* @param options.radius
|
|
1319
|
-
* @param options.tessellation
|
|
1320
|
-
* @param options.arc
|
|
1321
|
-
* @param options.sideOrientation
|
|
1322
|
-
* @param options.frontUVs
|
|
1323
|
-
* @param options.backUVs
|
|
1324
1220
|
* @returns the VertexData of the box
|
|
1325
1221
|
* @deprecated use CreateDiscVertexData instead
|
|
1326
1222
|
*/
|
|
@@ -1355,15 +1251,6 @@ export class VertexData {
|
|
|
1355
1251
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1356
1252
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1357
1253
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1358
|
-
* @param options.radius
|
|
1359
|
-
* @param options.radiusX
|
|
1360
|
-
* @param options.radiusY
|
|
1361
|
-
* @param options.radiusZ
|
|
1362
|
-
* @param options.flat
|
|
1363
|
-
* @param options.subdivisions
|
|
1364
|
-
* @param options.sideOrientation
|
|
1365
|
-
* @param options.frontUVs
|
|
1366
|
-
* @param options.backUVs
|
|
1367
1254
|
* @returns the VertexData of the IcoSphere
|
|
1368
1255
|
* @deprecated use CreateIcoSphereVertexData instead
|
|
1369
1256
|
*/
|
|
@@ -1389,18 +1276,6 @@ export class VertexData {
|
|
|
1389
1276
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1390
1277
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1391
1278
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1392
|
-
* @param options.type
|
|
1393
|
-
* @param options.size
|
|
1394
|
-
* @param options.sizeX
|
|
1395
|
-
* @param options.sizeY
|
|
1396
|
-
* @param options.sizeZ
|
|
1397
|
-
* @param options.custom
|
|
1398
|
-
* @param options.faceUV
|
|
1399
|
-
* @param options.faceColors
|
|
1400
|
-
* @param options.flat
|
|
1401
|
-
* @param options.sideOrientation
|
|
1402
|
-
* @param options.frontUVs
|
|
1403
|
-
* @param options.backUVs
|
|
1404
1279
|
* @returns the VertexData of the Polyhedron
|
|
1405
1280
|
* @deprecated use CreatePolyhedronVertexData instead
|
|
1406
1281
|
*/
|
|
@@ -1436,15 +1311,6 @@ export class VertexData {
|
|
|
1436
1311
|
* * sideOrientation optional and takes the values : Mesh.FRONTSIDE (default), Mesh.BACKSIDE or Mesh.DOUBLESIDE
|
|
1437
1312
|
* * frontUvs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the front side, optional, default vector4 (0, 0, 1, 1)
|
|
1438
1313
|
* * backUVs only usable when you create a double-sided mesh, used to choose what parts of the texture image to crop and apply on the back side, optional, default vector4 (0, 0, 1, 1)
|
|
1439
|
-
* @param options.radius
|
|
1440
|
-
* @param options.tube
|
|
1441
|
-
* @param options.radialSegments
|
|
1442
|
-
* @param options.tubularSegments
|
|
1443
|
-
* @param options.p
|
|
1444
|
-
* @param options.q
|
|
1445
|
-
* @param options.sideOrientation
|
|
1446
|
-
* @param options.frontUVs
|
|
1447
|
-
* @param options.backUVs
|
|
1448
1314
|
* @returns the VertexData of the Torus Knot
|
|
1449
1315
|
* @deprecated use CreateTorusKnotVertexData instead
|
|
1450
1316
|
*/
|
|
@@ -1469,17 +1335,6 @@ export class VertexData {
|
|
|
1469
1335
|
* * depthSort : optional boolean to enable the facet depth sort computation
|
|
1470
1336
|
* * distanceTo : optional Vector3 to compute the facet depth from this location
|
|
1471
1337
|
* * depthSortedFacets : optional array of depthSortedFacets to store the facet distances from the reference location
|
|
1472
|
-
* @param options.facetNormals
|
|
1473
|
-
* @param options.facetPositions
|
|
1474
|
-
* @param options.facetPartitioning
|
|
1475
|
-
* @param options.ratio
|
|
1476
|
-
* @param options.bInfo
|
|
1477
|
-
* @param options.bbSize
|
|
1478
|
-
* @param options.subDiv
|
|
1479
|
-
* @param options.useRightHandedSystem
|
|
1480
|
-
* @param options.depthSort
|
|
1481
|
-
* @param options.distanceTo
|
|
1482
|
-
* @param options.depthSortedFacets
|
|
1483
1338
|
*/
|
|
1484
1339
|
static ComputeNormals(positions, indices, normals, options) {
|
|
1485
1340
|
// temporary scalar variables
|