Skip to content

Commit 29a8e93

Browse files
author
Avaer Kazmer
committed
Dead code cleanup
1 parent 92fbb90 commit 29a8e93

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5550,19 +5550,6 @@
55505550
controllerMesh.rayMesh.updateMatrixWorld();
55515551
controllerMesh.rayMesh.visible = true;
55525552
}
5553-
/* trayMesh.quaternion.copy(start.quaternion).slerp(end.quaternion, f);
5554-
trayMesh.position.copy(start.position).lerp(localVector.copy(end.position), f);
5555-
trayMesh.scale.copy(start.scale).lerp(end.scale, f);
5556-
trayMesh.updateMatrixWorld();
5557-
trayMesh.visible = true; */
5558-
/* for (let i = 0; i < trayMesh.appIconMeshes.children.length; i++) {
5559-
const {moveMesh} = trayMesh.appIconMeshes.children[i];
5560-
if (moveMesh) {
5561-
moveMesh.scale.set(menuFactor, menuFactor, menuFactor);
5562-
moveMesh.updateMatrixWorld();
5563-
moveMesh.visible = true;
5564-
}
5565-
} */
55665553
skyboxMesh.material.uniforms.uAnimation.value = menuFactor;
55675554
skyboxMesh.visible = true;
55685555
floorMesh.material.uniforms.uAnimation.value = menuFactor;

0 commit comments

Comments
 (0)