@inweb/viewer-three 26.2.2 → 26.3.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/dist/viewer-three.js
CHANGED
|
@@ -58083,8 +58083,6 @@ void main() {
|
|
|
58083
58083
|
this.viewerRender = () => {
|
|
58084
58084
|
if (!this.viewer.options.showWCS)
|
|
58085
58085
|
return;
|
|
58086
|
-
if (this.viewer.extents.isEmpty())
|
|
58087
|
-
return;
|
|
58088
58086
|
this.wcsHelper.render(this.viewer.renderer);
|
|
58089
58087
|
};
|
|
58090
58088
|
this.wcsHelper = new WCSHelper(viewer.camera);
|