|
@@ -173,6 +173,16 @@ window.initHot = function(model){
|
|
|
|
|
|
|
|
|
setFromInfo(info, media, objObject) {
|
|
|
+
|
|
|
+ "styleImg": [
|
|
|
+ "images/4dagePoint2.png",
|
|
|
+ "images/4dagePoint.png"
|
|
|
+
|
|
|
+ if(info.styleImg.length && info.styleImg[0].includes('images/4dagePoint')){
|
|
|
+ info.styleImg = [] //xzw add default
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
//1 恢复到编辑之前 2 初始加载
|
|
|
var plane = this.plane;
|
|
|
/* var transformAtPanos = {}
|