20 #ifndef ANTKEEPER_GAME_ANT_PHENE_OCELLI_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_PHENE_OCELLI_GENE_HPP
51 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 lateral_ocelli_width
Lateral ocelli width, in mesosomal lengths.
float lateral_ocelli_height
Lateral ocelli height, in mesosomal lengths.
float median_ocellus_height
Median ocellus height, in mesosomal lengths.
bool lateral_ocelli_present
Lateral ocelli present.
bool median_ocellus_present
Median ocellus present.
float median_ocellus_width
Median ocellus width, in mesosomal lengths.
std::shared_ptr< render::model > model
3D model of the ocelli, if present.