File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments