Skip to content

Commit

Permalink
tweak colors
Browse files Browse the repository at this point in the history
  • Loading branch information
spite committed Jan 29, 2022
1 parent 673164e commit 46cc84c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 29/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ function randomString(length, chars) {
const palettes = [
[0xe61b5f, 0xdccfc6, 0x4c8dff],
[0x202020, 0xdddddd, 0x999999],
[0xb8e31c, 0xdfded9, 0xfe9629],
[0xff1c3c, 0xffca9f, 0x7b727e],
[0xe0bf59, 0xfc9550, 0x2c9e73],
[0xcc293f, 0xfec627, 0xdc831f],
[0x222a77, 0x2dcbd8, 0x27657d],
];

const mesh = new InstancedMesh(new BoxBufferGeometry(1, 1, 1), mat, MAX);
Expand Down

0 comments on commit 46cc84c

Please sign in to comment.