We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Na podstawie:
The text was updated successfully, but these errors were encountered: