Antkeeper  0.0.1
Functions
ant-morphogenesis.cpp File Reference
#include "game/ant/ant-morphogenesis.hpp"
#include "game/ant/ant-bone-set.hpp"
#include "game/ant/ant-skeleton.hpp"
#include <engine/render/material.hpp>
#include <engine/render/vertex-attribute-location.hpp>
#include <engine/math/quaternion.hpp>
#include <engine/debug/log.hpp>
#include <engine/geom/primitives/box.hpp>
#include <engine/animation/bone.hpp>
#include <unordered_set>
#include <optional>

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.