Antkeeper
0.0.1
|
Ant eyes phene. More...
#include <ant-eyes-gene.hpp>
Public Attributes | |
bool | present {false} |
Indicates whether eyes are present. More... | |
std::uint32_t | ommatidia_count {0} |
Number of ommatidia. More... | |
float | length {0.0f} |
Eye length, in mesosomal lengths. More... | |
float | width {0.0f} |
Eye width, in mesosomal lengths. More... | |
float | height {0.0f} |
Eye height, in mesosomal lengths. More... | |
std::shared_ptr< render::model > | model |
3D model of the eyes, if present. More... | |
Ant eyes phene.
Definition at line 33 of file ant-eyes-gene.hpp.
float ant_eyes_phene::height {0.0f} |
Eye height, in mesosomal lengths.
Definition at line 48 of file ant-eyes-gene.hpp.
float ant_eyes_phene::length {0.0f} |
Eye length, in mesosomal lengths.
Definition at line 42 of file ant-eyes-gene.hpp.
std::shared_ptr<render::model> ant_eyes_phene::model |
3D model of the eyes, if present.
Definition at line 51 of file ant-eyes-gene.hpp.
std::uint32_t ant_eyes_phene::ommatidia_count {0} |
Number of ommatidia.
Definition at line 39 of file ant-eyes-gene.hpp.
bool ant_eyes_phene::present {false} |
Indicates whether eyes are present.
Definition at line 36 of file ant-eyes-gene.hpp.
float ant_eyes_phene::width {0.0f} |
Eye width, in mesosomal lengths.
Definition at line 45 of file ant-eyes-gene.hpp.