babylonjs-addons 8.9.0 → 8.9.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.addons.d.ts +2 -6
- package/babylonjs.addons.js +123 -129
- package/babylonjs.addons.min.js +1 -1
- package/babylonjs.addons.min.js.map +1 -1
- package/babylonjs.addons.module.d.ts +12 -24
- package/package.json +2 -2
package/babylonjs.addons.d.ts
CHANGED
@@ -184,10 +184,8 @@ declare module ADDONS {
|
|
184
184
|
};
|
185
185
|
|
186
186
|
|
187
|
-
|
188
|
-
|
189
187
|
/** @internal */
|
190
|
-
export var
|
188
|
+
export var msdfPixelShaderWGSL: {
|
191
189
|
name: string;
|
192
190
|
shader: string;
|
193
191
|
};
|
@@ -200,10 +198,8 @@ declare module ADDONS {
|
|
200
198
|
};
|
201
199
|
|
202
200
|
|
203
|
-
|
204
|
-
|
205
201
|
/** @internal */
|
206
|
-
export var
|
202
|
+
export var msdfPixelShader: {
|
207
203
|
name: string;
|
208
204
|
shader: string;
|
209
205
|
};
|