Formationg and comments
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
private:
|
||||
Dna *m_dna;
|
||||
uint128 branchSeed;
|
||||
//Texture2D texBunny;
|
||||
|
||||
Vector2 start = {0};
|
||||
std::list<DrawArgs> drawCalls;
|
||||
|
@@ -45,6 +45,7 @@ struct Dna
|
||||
uint8_t colorSet;
|
||||
Branch branches[MAX_DEPTH];
|
||||
};
|
||||
|
||||
namespace DNA
|
||||
{
|
||||
void newDna(Dna *dna, uint128 *state);
|
||||
|
Reference in New Issue
Block a user