Skip to content

Commit

Permalink
Examples: Clean up. (#27614)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan committed Jan 23, 2024
1 parent 53765c3 commit a63c3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgpu_materials_texture_anisotropy.html
Expand Up @@ -216,7 +216,7 @@
function render() {

const SCREEN_WIDTH = window.innerWidth;
const SCREEN_HEIGHT = window.innerHeight;
const SCREEN_HEIGHT = window.innerHeight;

camera.position.x += ( mouseX - camera.position.x ) * .05;
camera.position.y = THREE.MathUtils.clamp( camera.position.y + ( - ( mouseY - 200 ) - camera.position.y ) * .05, 50, 1000 );
Expand Down

0 comments on commit a63c3f4

Please sign in to comment.