Antkeeper
0.0.1
|
#include "game/ant/morphogenesis.hpp"
#include <engine/render/material.hpp>
#include <engine/render/vertex-attribute.hpp>
#include <engine/math/transform-operators.hpp>
#include <engine/math/quaternion.hpp>
#include <unordered_set>
Go to the source code of this file.
Namespaces | |
ant | |
Functions | |
render::model * | ant::morphogenesis (const phenome &phenome) |
Generates a 3D model of an ant given its phenome. More... | |