20 #ifndef ANTKEEPER_GAME_ANT_WINGS_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_WINGS_GENE_HPP
54 std::shared_ptr<render::model>
model;
ant_gene_type
Ant gene types.
Ant gene with caste-specific phenes.
constexpr ant_gene_type type() const noexcept override
Returns the ant gene type.
float hindwing_width
Hindwing width, in mesosomal lengths.
std::shared_ptr< render::model > model
3D model of the wings.
float forewing_length
Forewing length, in mesosomal lengths.
float forewing_width
Forewing width, in mesosomal lengths.
float hindwing_venation
Degree of hindwing venation. A value of 1.0 indicates a highly-developed venation pattern,...
bool present
Wings presence.
float hindwing_length
Hindwing length, in mesosomal lengths.
float forewing_venation
Degree of forewing venation. A value of 1.0 indicates a highly-developed venation pattern,...