babylonjs-addons 9.16.1 → 9.16.2
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
CHANGED
|
@@ -1422,6 +1422,13 @@ declare namespace ADDONS {
|
|
|
1422
1422
|
* Default is false
|
|
1423
1423
|
*/
|
|
1424
1424
|
ignoreDepthBuffer: boolean;
|
|
1425
|
+
/**
|
|
1426
|
+
* Gets or sets if the text renderer should write to the depth buffer (default is false).
|
|
1427
|
+
* When enabled, transparent pixels are discarded so that separate text renderers (and other meshes)
|
|
1428
|
+
* occlude each other according to their position in the 3D scene instead of their render order.
|
|
1429
|
+
* This has no effect when ignoreDepthBuffer is true.
|
|
1430
|
+
*/
|
|
1431
|
+
writeToDepthBuffer: boolean;
|
|
1425
1432
|
private constructor();
|
|
1426
1433
|
private _resizeBuffers;
|
|
1427
1434
|
private _setShaders;
|