소스 검색

3dModeling buildingCreate.js 宁志军 commit at 2021-03-24

宁志军 4 년 전
부모
커밋
c7b344ecc6
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      3dModeling/ckdl/buildingCreate.js

+ 15 - 0
3dModeling/ckdl/buildingCreate.js

@@ -617,3 +617,18 @@ function uniq(array) {
 //                     var ownercode = arry[q].owner_code
 //                     var textAndPictureMarkerHtml =
 //                         `<div  class="textAndPictureMarker" onclick="deviceIcon_click('${dwtype}','${floorNum}','${ownercode}')" style="position: absolute;">
+// 			<div class="text" style="color: #FF0000;font-size: 12px;text-shadow: white  0px 2px, white  2px 0px, white  -2px 0px, white  0px -2px, white  -1.4px -1.4px, white  1.4px 1.4px, white  1.4px -1.4px, white  -1.4px 1.4px;margin-bottom: 5px;">
+// 				`+ devicename + `
+// 			</div>
+// 			<div class="picture" style="height: 30px;width: 30px;margin: auto;">
+// 				<img src="/guide/examples/images/navigation/pointer.png" style="height: 100%;width: 100%;">
+// 			</div>
+// 		</div>`;
+//                     $('#div3d').append($(textAndPictureMarkerHtml));
+//                     createUIAnchor(floorNum);
+//                 }
+
+//             }
+//         }
+//     }
+// }