Change generate newDna
This commit is contained in:
@@ -18,13 +18,6 @@ struct uint128
|
||||
uint32_t d;
|
||||
};
|
||||
|
||||
struct Moon
|
||||
{
|
||||
float x;
|
||||
float y;
|
||||
float size;
|
||||
};
|
||||
|
||||
struct Branch
|
||||
{
|
||||
uint8_t colorR;
|
||||
@@ -50,14 +43,14 @@ struct Branch
|
||||
|
||||
struct Dna
|
||||
{
|
||||
uint128 mountenSeed;
|
||||
uint128 starSeed;
|
||||
uint128 branchSeed;
|
||||
|
||||
uint8_t moonX;
|
||||
uint8_t moonY;
|
||||
uint8_t moonSize;
|
||||
uint8_t colorSet;
|
||||
|
||||
uint128 mountenSeed;
|
||||
uint128 starSeed;
|
||||
uint128 branchSeed;
|
||||
Branch branches[MAX_DEPTH];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user