@eturnity/eturnity_3d 0.0.8 → 0.0.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.
package/package.json
CHANGED
|
@@ -748,7 +748,6 @@ export default {
|
|
|
748
748
|
|
|
749
749
|
//definition of the material
|
|
750
750
|
let material = this.material.panel['default_'+this.module_texture_version_id]
|
|
751
|
-
console.log("material Texture",panelPolygon,panelPolygon.moduleField,panelPolygon.moduleField.pvData)
|
|
752
751
|
if (panelPolygon.moduleField.pvData) {
|
|
753
752
|
let pvId = panelPolygon.moduleField.pvData.id
|
|
754
753
|
if (this.material.panel[pvId]) {
|