Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/images/fish/eyes/eyes8.png
Binary file not shown.
14 changes: 1 addition & 13 deletions src/utils/fishData.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ import eyes4_image from '../../public/images/fish/eyes/eyes4.png';
import eyes5_image from '../../public/images/fish/eyes/eyes5.png';
import eyes6_image from '../../public/images/fish/eyes/eyes6.png';
import eyes7_image from '../../public/images/fish/eyes/eyes7.png';
import eyes8_image from '../../public/images/fish/eyes/eyes8.png';
import eyes9_image from '../../public/images/fish/eyes/eyes9.png';
import small_1_image from '../../public/images/fish/eyes/small_1.png';

Expand Down Expand Up @@ -149,7 +148,7 @@ export const BodyShape = Object.freeze({

export const FieldType = Object.freeze({
ATTRIBUTE: 'attribute', // Means the field came from the "knnData"
ID: 'id', // Means the field is a one-hot encoded boolean value corresponding to an ID for a part variation
ID: 'id' // Means the field is a one-hot encoded boolean value corresponding to an ID for a part variation
});

const fishComponents = {
Expand Down Expand Up @@ -576,17 +575,6 @@ const fishComponents = {
AppMode.FishShort
]
},
eyes8: {
src: eyes8_image,
knnData: [899, 1.4453376205787782],
type: FishBodyPart.EYE,
exclusions: [
AppMode.FishVTrash,
AppMode.CreaturesVTrashDemo,
AppMode.CreaturesVTrash,
AppMode.FishShort
]
},
eyes9: {
src: eyes9_image,
knnData: [732, 1.6944444444444444],
Expand Down