babylonjs-loaders 9.3.0 → 9.3.1
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/babylonjs.loaders.d.ts
CHANGED
|
@@ -6862,6 +6862,11 @@ declare namespace BABYLON {
|
|
|
6862
6862
|
* Mesh that will be used to load data instead of creating a new one
|
|
6863
6863
|
*/
|
|
6864
6864
|
gaussianSplattingMesh?: GaussianSplattingMesh;
|
|
6865
|
+
/**
|
|
6866
|
+
* Generate rotation and scale matrix textures required for voxel-based IBL shadows.
|
|
6867
|
+
* Required for IBL shadows to work if keepInRam is false.
|
|
6868
|
+
*/
|
|
6869
|
+
needsRotationScaleTextures?: boolean;
|
|
6865
6870
|
/**
|
|
6866
6871
|
* URL to load the spz WASM ES module from (e.g. the \@adobe/spz package).
|
|
6867
6872
|
* When provided, the WASM-based SPZ loader is used, which supports extra features
|