|
@@ -750,7 +750,7 @@ var enter = ({
|
|
|
|
|
|
console.log('createFixPoint',measure, graph, pos, basePoint)
|
|
|
let shape, measureFun, mainPoint = new THREE.Vector3(), bus = mitt();
|
|
|
- mainPoint.basePoint = new THREE.Vector3().copy(basePoint)
|
|
|
+ basePoint && (mainPoint.basePoint = new THREE.Vector3().copy(basePoint))
|
|
|
mainPoint.bus = bus
|
|
|
|
|
|
const baseLineChanged = ()=>{
|