Antkeeper  0.0.1
Public Attributes | List of all members
ant::phene::eyes Struct Reference

Ant eyes phene. More...

#include <eyes.hpp>

Public Attributes

render::modelmodel
 3D model of the eyes, if present. More...
 
bool present
 Indicates whether eyes are present. More...
 
float length
 Eye length, in mesosomal lengths. More...
 
float width
 Eye width, in mesosomal lengths. More...
 
float height
 Eye height, in mesosomal lengths. More...
 
int ommatidia_count
 Number of ommatidia. More...
 

Detailed Description

Ant eyes phene.

See also
https://www.antwiki.org/wiki/Morphological_Measurements

Definition at line 33 of file phene/eyes.hpp.

Member Data Documentation

◆ height

float ant::phene::eyes::height

Eye height, in mesosomal lengths.

Definition at line 48 of file phene/eyes.hpp.

◆ length

float ant::phene::eyes::length

Eye length, in mesosomal lengths.

Definition at line 42 of file phene/eyes.hpp.

◆ model

render::model* ant::phene::eyes::model

3D model of the eyes, if present.

Definition at line 36 of file phene/eyes.hpp.

◆ ommatidia_count

int ant::phene::eyes::ommatidia_count

Number of ommatidia.

Definition at line 51 of file phene/eyes.hpp.

◆ present

bool ant::phene::eyes::present

Indicates whether eyes are present.

Definition at line 39 of file phene/eyes.hpp.

◆ width

float ant::phene::eyes::width

Eye width, in mesosomal lengths.

Definition at line 45 of file phene/eyes.hpp.


The documentation for this struct was generated from the following file: