Skip to content

Commit

Permalink
add some data visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed May 15, 2024
1 parent 9b3592f commit 28c6a17
Show file tree
Hide file tree
Showing 11 changed files with 9,648 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ dist-ssr
!.yarn/sdks
!.yarn/versions

test-chf/
test-chf/
test-chf-all/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.6.0",
"colord": "^2.9.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Chf/EyeMaterial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface EyeMaterial {

export function readEyeMaterial(reader: BufferReader): EyeMaterial {
if (reader.peekUint32() !== 0xA047885E)
return { colors: { color1: '#44536d', color2: undefined } }
return { colors: { color1: '#000000', color2: undefined } }

reader.expectUint32(0xA047885E)
reader.expectEmptyGuid()
Expand Down
Loading

0 comments on commit 28c6a17

Please sign in to comment.