Antkeeper
0.0.1
|
Ant mesosoma phene. More...
#include <ant-mesosoma-gene.hpp>
Public Attributes | |
float | pronotum_width {0.0f} |
Pronotum width, in mesosomal lengths. More... | |
float | pronotum_spinescence {0.0f} |
Degree of spinescence on the pronotum. More... | |
float | mesonotum_spinescence {0.0f} |
Degree of spinescence on the mesonotum. More... | |
float | propodeum_spinescence {0.0f} |
Degree of spinescence on the propodeum. More... | |
std::shared_ptr< render::model > | model |
3D model of the mesosoma. More... | |
Ant mesosoma phene.
Definition at line 32 of file ant-mesosoma-gene.hpp.
float ant_mesosoma_phene::mesonotum_spinescence {0.0f} |
Degree of spinescence on the mesonotum.
Definition at line 41 of file ant-mesosoma-gene.hpp.
std::shared_ptr<render::model> ant_mesosoma_phene::model |
3D model of the mesosoma.
The mesosoma model skeleton must contain the following bones:
In alate phenes, the mesosoma model skeleton must additionally contain the following bones:
Definition at line 68 of file ant-mesosoma-gene.hpp.
float ant_mesosoma_phene::pronotum_spinescence {0.0f} |
Degree of spinescence on the pronotum.
Definition at line 38 of file ant-mesosoma-gene.hpp.
float ant_mesosoma_phene::pronotum_width {0.0f} |
Pronotum width, in mesosomal lengths.
Definition at line 35 of file ant-mesosoma-gene.hpp.
float ant_mesosoma_phene::propodeum_spinescence {0.0f} |
Degree of spinescence on the propodeum.
Definition at line 44 of file ant-mesosoma-gene.hpp.