Skip to content

Commit

Permalink
Blue changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leroks committed Nov 10, 2023
1 parent cb1fc8b commit 57adcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ let translationMatrix = [
];


const colorBlue = [0.1, 0.1, 0.8];
const colorBlue = [0.157, 0.737, 0.8];
const colorWhite = [1.0, 1.0, 1.0];
let centerPos = [0.0, (point1.y + point2.y + point3.y) / 3, 0.0];

Expand Down

0 comments on commit 57adcbf

Please sign in to comment.