Antkeeper
0.0.1
|
Ant head phene. More...
#include <ant-head-gene.hpp>
Public Attributes | |
float | length {0.0f} |
Head length, in mesosomal lengths. More... | |
float | width {0.0f} |
Head width, in mesosomal lengths. More... | |
float | phragmosis {0.0f} |
Degree of phragmosis. More... | |
std::shared_ptr< render::model > | model |
3D model of the head. More... | |
Ant head phene.
Definition at line 33 of file ant-head-gene.hpp.
float ant_head_phene::length {0.0f} |
Head length, in mesosomal lengths.
Definition at line 36 of file ant-head-gene.hpp.
std::shared_ptr<render::model> ant_head_phene::model |
3D model of the head.
The head model skeleton must contain the following bones:
Definition at line 60 of file ant-head-gene.hpp.
float ant_head_phene::phragmosis {0.0f} |
Degree of phragmosis.
Definition at line 42 of file ant-head-gene.hpp.
float ant_head_phene::width {0.0f} |
Head width, in mesosomal lengths.
Definition at line 39 of file ant-head-gene.hpp.