3d-viewer test
parent
169b154906
commit
ab62591805
|
@ -128,7 +128,7 @@
|
|||
// request data from server
|
||||
let tJS = this.tJS;
|
||||
|
||||
this.Viewer3D.contentWindow.postMessage(JSON.stringify(globalInputFormsObjValues[this.currentVariant]), "*");
|
||||
this.Viewer3D.contentWindow.postMessage(JSON.stringify({"changeView":{"currentVariant": this.currentVariant, values: globalInputFormsObjValues[this.currentVariant]}}), "*");
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue