rayzee 5.3.0 → 5.3.3
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/dist/rayzee.es.js
CHANGED
|
@@ -10055,7 +10055,7 @@ var vc = class extends hn {
|
|
|
10055
10055
|
this._transparentBackground.value = e ? 1 : 0;
|
|
10056
10056
|
}
|
|
10057
10057
|
dispose() {
|
|
10058
|
-
this.displayMaterial?.dispose();
|
|
10058
|
+
this.displayMaterial?.dispose(), this.displayQuad?.dispose();
|
|
10059
10059
|
}
|
|
10060
10060
|
}, bc = class {
|
|
10061
10061
|
constructor() {
|
|
@@ -10559,13 +10559,13 @@ var vc = class extends hn {
|
|
|
10559
10559
|
wireAppEvents(e) {
|
|
10560
10560
|
this.addEventListener("objectSelected", (t) => {
|
|
10561
10561
|
this.select(t.object), e.refreshFrame(), e.dispatchEvent({
|
|
10562
|
-
type:
|
|
10562
|
+
type: vn.OBJECT_SELECTED,
|
|
10563
10563
|
object: t.object,
|
|
10564
10564
|
uuid: t.uuid
|
|
10565
10565
|
});
|
|
10566
10566
|
}), this.addEventListener("objectDeselected", (t) => {
|
|
10567
10567
|
this.select(null), e.refreshFrame(), e.dispatchEvent({
|
|
10568
|
-
type:
|
|
10568
|
+
type: vn.OBJECT_DESELECTED,
|
|
10569
10569
|
object: t.object,
|
|
10570
10570
|
uuid: t.uuid
|
|
10571
10571
|
});
|