build-dxf 0.0.20-6 → 0.0.20-7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.0.20-6",
3
+ "version": "0.0.20-7",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -99,7 +99,6 @@ class Renderer extends Component {
99
99
  const directLight = new THREE.DirectionalLight(16777215, 4);
100
100
  directLight.position.set(100, -100, 100);
101
101
  this.scene.add(directLight);
102
- camera.position.set(10, 10, 10);
103
102
  }
104
103
  /**
105
104
  * 世界坐标转屏幕坐标