@babylonjs/core 9.2.1 → 9.3.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/Animations/animation.d.ts +9 -0
- package/Animations/animation.js +9 -0
- package/Animations/animation.js.map +1 -1
- package/Animations/runtimeAnimation.js +28 -0
- package/Animations/runtimeAnimation.js.map +1 -1
- package/Cameras/geospatialCameraMovement.js +19 -19
- package/Cameras/geospatialCameraMovement.js.map +1 -1
- package/Debug/physicsViewer.js +2 -12
- package/Debug/physicsViewer.js.map +1 -1
- package/Engines/abstractEngine.js +2 -2
- package/Engines/abstractEngine.js.map +1 -1
- package/FlowGraph/Blocks/flowGraphBlockFactory.js +14 -1
- package/FlowGraph/Blocks/flowGraphBlockFactory.js.map +1 -1
- package/FlowGraph/flowGraph.js +6 -0
- package/FlowGraph/flowGraph.js.map +1 -1
- package/FlowGraph/flowGraphEventBlock.d.ts +10 -0
- package/FlowGraph/flowGraphEventBlock.js +24 -0
- package/FlowGraph/flowGraphEventBlock.js.map +1 -1
- package/FlowGraph/flowGraphParser.js +23 -4
- package/FlowGraph/flowGraphParser.js.map +1 -1
- package/FlowGraph/serialization.js +36 -14
- package/FlowGraph/serialization.js.map +1 -1
- package/Layers/thinEffectLayer.js +8 -1
- package/Layers/thinEffectLayer.js.map +1 -1
- package/Loading/Plugins/babylonFileLoader.js +26 -0
- package/Loading/Plugins/babylonFileLoader.js.map +1 -1
- package/Materials/GaussianSplatting/gaussianSplattingMaterial.js +15 -2
- package/Materials/GaussianSplatting/gaussianSplattingMaterial.js.map +1 -1
- package/Materials/Node/Blocks/Fragment/fragmentOutputBlock.js +3 -1
- package/Materials/Node/Blocks/Fragment/fragmentOutputBlock.js.map +1 -1
- package/Meshes/GaussianSplatting/gaussianSplattingCompoundMesh.d.ts +18 -4
- package/Meshes/GaussianSplatting/gaussianSplattingCompoundMesh.js +29 -4
- package/Meshes/GaussianSplatting/gaussianSplattingCompoundMesh.js.map +1 -1
- package/Meshes/GaussianSplatting/gaussianSplattingMesh.d.ts +48 -8
- package/Meshes/GaussianSplatting/gaussianSplattingMesh.js +276 -26
- package/Meshes/GaussianSplatting/gaussianSplattingMesh.js.map +1 -1
- package/Meshes/GaussianSplatting/gaussianSplattingMeshBase.d.ts +39 -4
- package/Meshes/GaussianSplatting/gaussianSplattingMeshBase.js +113 -22
- package/Meshes/GaussianSplatting/gaussianSplattingMeshBase.js.map +1 -1
- package/Meshes/GaussianSplatting/gaussianSplattingPartProxyMesh.d.ts +61 -7
- package/Meshes/GaussianSplatting/gaussianSplattingPartProxyMesh.js +94 -11
- package/Meshes/GaussianSplatting/gaussianSplattingPartProxyMesh.js.map +1 -1
- package/Meshes/mesh.d.ts +15 -0
- package/Meshes/mesh.js +40 -1
- package/Meshes/mesh.js.map +1 -1
- package/Meshes/transformNode.js +2 -2
- package/Meshes/transformNode.js.map +1 -1
- package/Misc/sceneSerializer.js +2 -1
- package/Misc/sceneSerializer.js.map +1 -1
- package/Misc/tools.js +1 -1
- package/Misc/tools.js.map +1 -1
- package/Particles/baseParticleSystem.d.ts +14 -0
- package/Particles/baseParticleSystem.js +23 -0
- package/Particles/baseParticleSystem.js.map +1 -1
- package/Particles/computeShaderParticleSystem.js +6 -0
- package/Particles/computeShaderParticleSystem.js.map +1 -1
- package/Particles/gpuParticleSystem.d.ts +37 -19
- package/Particles/gpuParticleSystem.js +164 -39
- package/Particles/gpuParticleSystem.js.map +1 -1
- package/Particles/thinParticleSystem.d.ts +0 -14
- package/Particles/thinParticleSystem.js +0 -23
- package/Particles/thinParticleSystem.js.map +1 -1
- package/Particles/webgl2ParticleSystem.d.ts +1 -0
- package/Particles/webgl2ParticleSystem.js +11 -2
- package/Particles/webgl2ParticleSystem.js.map +1 -1
- package/Rendering/IBLShadows/iblShadowsVoxelRenderer.js.map +1 -1
- package/Shaders/ShadersInclude/gaussianSplatting.js +25 -4
- package/Shaders/ShadersInclude/gaussianSplatting.js.map +1 -1
- package/Shaders/gaussianSplatting.vertex.js +3 -0
- package/Shaders/gaussianSplatting.vertex.js.map +1 -1
- package/Shaders/gpuRenderParticles.vertex.js +14 -2
- package/Shaders/gpuRenderParticles.vertex.js.map +1 -1
- package/Shaders/gpuUpdateParticles.vertex.js +12 -0
- package/Shaders/gpuUpdateParticles.vertex.js.map +1 -1
- package/ShadersWGSL/ShadersInclude/gaussianSplatting.js +37 -5
- package/ShadersWGSL/ShadersInclude/gaussianSplatting.js.map +1 -1
- package/ShadersWGSL/gaussianSplatting.vertex.js +3 -0
- package/ShadersWGSL/gaussianSplatting.vertex.js.map +1 -1
- package/ShadersWGSL/gpuUpdateParticles.compute.js +15 -1
- package/ShadersWGSL/gpuUpdateParticles.compute.js.map +1 -1
- package/package.json +1 -1
|
@@ -408,20 +408,6 @@ export declare class ThinParticleSystem extends BaseParticleSystem implements ID
|
|
|
408
408
|
* @returns the current particle system
|
|
409
409
|
*/
|
|
410
410
|
removeDragGradient(gradient: number): IParticleSystem;
|
|
411
|
-
/**
|
|
412
|
-
* Adds a new emit rate gradient (please note that this will only work if you set the targetStopDuration property)
|
|
413
|
-
* @param gradient defines the gradient to use (between 0 and 1)
|
|
414
|
-
* @param factor defines the emit rate value to affect to the specified gradient
|
|
415
|
-
* @param factor2 defines an additional factor used to define a range ([factor, factor2]) with main value to pick the final value from
|
|
416
|
-
* @returns the current particle system
|
|
417
|
-
*/
|
|
418
|
-
addEmitRateGradient(gradient: number, factor: number, factor2?: number): IParticleSystem;
|
|
419
|
-
/**
|
|
420
|
-
* Remove a specific emit rate gradient
|
|
421
|
-
* @param gradient defines the gradient to remove
|
|
422
|
-
* @returns the current particle system
|
|
423
|
-
*/
|
|
424
|
-
removeEmitRateGradient(gradient: number): IParticleSystem;
|
|
425
411
|
/**
|
|
426
412
|
* Adds a new start size gradient (please note that this will only work if you set the targetStopDuration property)
|
|
427
413
|
* @param gradient defines the gradient to use (between 0 and 1)
|
|
@@ -869,29 +869,6 @@ export class ThinParticleSystem extends BaseParticleSystem {
|
|
|
869
869
|
}
|
|
870
870
|
return this;
|
|
871
871
|
}
|
|
872
|
-
/**
|
|
873
|
-
* Adds a new emit rate gradient (please note that this will only work if you set the targetStopDuration property)
|
|
874
|
-
* @param gradient defines the gradient to use (between 0 and 1)
|
|
875
|
-
* @param factor defines the emit rate value to affect to the specified gradient
|
|
876
|
-
* @param factor2 defines an additional factor used to define a range ([factor, factor2]) with main value to pick the final value from
|
|
877
|
-
* @returns the current particle system
|
|
878
|
-
*/
|
|
879
|
-
addEmitRateGradient(gradient, factor, factor2) {
|
|
880
|
-
if (!this._emitRateGradients) {
|
|
881
|
-
this._emitRateGradients = [];
|
|
882
|
-
}
|
|
883
|
-
this._addFactorGradient(this._emitRateGradients, gradient, factor, factor2);
|
|
884
|
-
return this;
|
|
885
|
-
}
|
|
886
|
-
/**
|
|
887
|
-
* Remove a specific emit rate gradient
|
|
888
|
-
* @param gradient defines the gradient to remove
|
|
889
|
-
* @returns the current particle system
|
|
890
|
-
*/
|
|
891
|
-
removeEmitRateGradient(gradient) {
|
|
892
|
-
this._removeFactorGradient(this._emitRateGradients, gradient);
|
|
893
|
-
return this;
|
|
894
|
-
}
|
|
895
872
|
/**
|
|
896
873
|
* Adds a new start size gradient (please note that this will only work if you set the targetStopDuration property)
|
|
897
874
|
* @param gradient defines the gradient to use (between 0 and 1)
|