Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nowa struktura postaci #10

Open
Mrucznik opened this issue Dec 6, 2020 · 0 comments
Open

Nowa struktura postaci #10

Mrucznik opened this issue Dec 6, 2020 · 0 comments

Comments

@Mrucznik
Copy link
Member

Mrucznik commented Dec 6, 2020

Na podstawie:

interface CharDataType {
  gender: number; // Int 0 lub 1
  eyeColor: number; // Int
  parents: {
    fatherIndex: number; // Int
    motherIndex: number; // Int
    similarity: number; // Float
    skinSimilarity: number; // Float
  };
  faceFeatures: number[]; // Float
  appearance: number[]; // Int 
  appearanceColors: {
    beardColor: number; // Int
    eyebrowColor: number; // Int
    blushColor: number; // Int
    lipstickColor: number; // Int
    chestHairColor: number; // Int
  };
  appearanceOpacity: number[]; // Float
  hair: {
    type: number; // Int
    color: number; // Int
    highlightColor: number; // Int
  };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant