@eturnity/eturnity_3d 1.0.36 → 1.0.37

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.36",
4
+ "version": "1.0.37",
5
5
  "main": "dist/main.js",
6
6
  "scripts": {
7
7
  "dev": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
@@ -324,7 +324,6 @@ export default {
324
324
  //roofs
325
325
  let mesh=this.meshes.roofMeshes[roof.id]
326
326
  mesh.material=this.material.roof
327
- console.log(this.material.roof)
328
327
  if(this.material.roof && this.material.roof.project){
329
328
  this.material.roof.project(mesh)
330
329
  }