babylonjs-addons 7.53.2 → 7.54.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.
@@ -165,8 +165,8 @@ declare module ADDONS {
165
165
  * the HTML content so that it matches the camera and mesh orientation. The class supports interactions in editable and non-editable mode.
166
166
  * In non-editable mode (the default), events are passed to the HTML content when the pointer is over the mask (and not occluded by other meshes
167
167
  * in the scene).
168
- * #HVHYJC#5
169
- * #B17TC7#112
168
+ * @see https://playground.babylonjs.com/#HVHYJC#5
169
+ * @see https://playground.babylonjs.com/#B17TC7#112
170
170
  */
171
171
  export class HtmlMesh extends BABYLON.Mesh {
172
172
  /**