Skip to content

Commit

Permalink
zoom cone
Browse files Browse the repository at this point in the history
  • Loading branch information
lilpacy committed Nov 15, 2024
1 parent fd2b106 commit a5df098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ColorVisualizerApp {
this.rgbCamera.position.set(2, 1.5, 2); // より近くに配置

// HSVカメラの設定
this.hsvCamera.position.set(1.5, 1.5, 1.5); // より近くに配置
this.hsvCamera.position.set(1.1, 1.1, 1.1); // より近くに配置
}

setupControls() {
Expand Down

0 comments on commit a5df098

Please sign in to comment.