We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c21158 commit a4161e0Copy full SHA for a4161e0
1 file changed
src/pages/index/views/tutorial/Dismantling2.vue
@@ -297,10 +297,6 @@ export default {
297
this.setCamera();
298
},
299
setModelMovePosition(modelNode) {
300
- if (this.meshExpand) {
301
- this.recovery();
302
- }
303
-
304
const isFirstLoad = !this.actvieModelSize.box;
305
if (isFirstLoad) {
306
this.actvieModelSize.box = new THREE.Box3().setFromObject(modelNode);
0 commit comments