@inweb/viewer-three 26.9.8 → 26.9.9

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.
@@ -55562,6 +55562,9 @@ void main() {
55562
55562
  draggable: true,
55563
55563
  });
55564
55564
  this._ref.setAttr("wcsStart", this._worldTransformer.screenToWorld({ x: params.position.x, y: params.position.y }));
55565
+ if (params.position2) {
55566
+ this._ref.setAttr("wcsEnd", this._worldTransformer.screenToWorld({ x: params.position2.x, y: params.position2.y }));
55567
+ }
55565
55568
  this._ref.on("transform", (e) => {
55566
55569
  const attrs = e.target.attrs;
55567
55570
  if (attrs.rotation !== this._ref.rotation())