chore: 删除v console.log #96

This commit is contained in:
LOG1997
2025-12-10 22:15:28 +08:00
parent fa79e9b07e
commit 5c75440c5b
6 changed files with 0 additions and 6 deletions

View File

@@ -160,7 +160,6 @@ export function useViewModel() {
for (let i = 0; i < objLength; ++i) {
const object = objects.value[i]
const target = targets[i]
// console.log('target', i, target, targets)
new TWEEN.Tween(object.position)
.to({ x: target.position.x, y: target.position.y, z: target.position.z }, Math.random() * duration + duration)
.easing(TWEEN.Easing.Exponential.InOut)