File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ import eyes4_image from '../../public/images/fish/eyes/eyes4.png';
8585import eyes5_image from '../../public/images/fish/eyes/eyes5.png' ;
8686import eyes6_image from '../../public/images/fish/eyes/eyes6.png' ;
8787import eyes7_image from '../../public/images/fish/eyes/eyes7.png' ;
88- import eyes8_image from '../../public/images/fish/eyes/eyes8.png' ;
8988import eyes9_image from '../../public/images/fish/eyes/eyes9.png' ;
9089import small_1_image from '../../public/images/fish/eyes/small_1.png' ;
9190
@@ -149,7 +148,7 @@ export const BodyShape = Object.freeze({
149148
150149export const FieldType = Object . freeze ( {
151150 ATTRIBUTE : 'attribute' , // Means the field came from the "knnData"
152- ID : 'id' , // Means the field is a one-hot encoded boolean value corresponding to an ID for a part variation
151+ ID : 'id' // Means the field is a one-hot encoded boolean value corresponding to an ID for a part variation
153152} ) ;
154153
155154const fishComponents = {
@@ -576,17 +575,6 @@ const fishComponents = {
576575 AppMode . FishShort
577576 ]
578577 } ,
579- eyes8 : {
580- src : eyes8_image ,
581- knnData : [ 899 , 1.4453376205787782 ] ,
582- type : FishBodyPart . EYE ,
583- exclusions : [
584- AppMode . FishVTrash ,
585- AppMode . CreaturesVTrashDemo ,
586- AppMode . CreaturesVTrash ,
587- AppMode . FishShort
588- ]
589- } ,
590578 eyes9 : {
591579 src : eyes9_image ,
592580 knnData : [ 732 , 1.6944444444444444 ] ,
You can’t perform that action at this time.
0 commit comments