@eturnity/eturnity_3d 1.0.15 → 1.0.17

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_3d",
3
3
  "private": false,
4
- "version": "1.0.15",
4
+ "version": "1.0.17",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
7
  "dev": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
@@ -143,6 +143,7 @@ export default {
143
143
  },
144
144
  renderingMethodsByEvent(geometryEvent) {
145
145
  const name = geometryEvent.name
146
+ console.log(name)
146
147
  const params = geometryEvent.params
147
148
  let methodList = []
148
149
  switch (name) {
@@ -731,6 +732,7 @@ export default {
731
732
  })
732
733
  },
733
734
  renderPanels() {
735
+ console.log('renderPanels')
734
736
  this.clearRemovedOnes('panelsMeshes')
735
737
  //clear UserDeactivatedModules
736
738
  Object.values(this.meshes.panelsMeshes).forEach((mesh) => {
@@ -746,7 +748,9 @@ export default {
746
748
  })
747
749
 
748
750
  this.panels.forEach((panelPolygon) => {
749
-
751
+ if(panelPolygon.roof.isDirectionInclineHandleDraged){
752
+ return
753
+ }
750
754
  //definition of the material
751
755
  let material = this.material.panel['default_'+this.module_texture_version_id]
752
756
  if (panelPolygon.moduleField.pvData) {