babylonjs-addons 9.16.2 → 9.17.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.
@@ -1426,6 +1426,7 @@ declare namespace ADDONS {
1426
1426
  * Gets or sets if the text renderer should write to the depth buffer (default is false).
1427
1427
  * When enabled, transparent pixels are discarded so that separate text renderers (and other meshes)
1428
1428
  * occlude each other according to their position in the 3D scene instead of their render order.
1429
+ * On multisampled framebuffers, alpha-to-coverage is used to preserve anti-aliased edges.
1429
1430
  * This has no effect when ignoreDepthBuffer is true.
1430
1431
  */
1431
1432
  writeToDepthBuffer: boolean;