Antkeeper  0.0.1
Functions
ant-morphogenesis.hpp File Reference
#include "game/ant/ant-phenome.hpp"
#include <engine/render/model.hpp>
#include <memory>

Go to the source code of this file.

Functions

std::unique_ptr< render::modelant_morphogenesis (const ant_phenome &phenome)
 Generates a 3D model of an ant given its phenome. More...
 

Function Documentation

◆ ant_morphogenesis()

std::unique_ptr<render::model> ant_morphogenesis ( const ant_phenome phenome)

Generates a 3D model of an ant given its phenome.

Parameters
phenomeAnt phenome.
Returns
Generated 3D model of the given phenome.

Definition at line 259 of file ant-morphogenesis.cpp.