Antkeeper  0.0.1
Public Attributes | List of all members
ant_head_phene Struct Reference

Ant head phene. More...

#include <ant-head-gene.hpp>

Public Attributes

float length {0.0f}
 Head length, in mesosomal lengths. More...
 
float width {0.0f}
 Head width, in mesosomal lengths. More...
 
float phragmosis {0.0f}
 Degree of phragmosis. More...
 
std::shared_ptr< render::modelmodel
 3D model of the head. More...
 

Detailed Description

Ant head phene.

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

Definition at line 33 of file ant-head-gene.hpp.

Member Data Documentation

◆ length

float ant_head_phene::length {0.0f}

Head length, in mesosomal lengths.

Definition at line 36 of file ant-head-gene.hpp.

◆ model

std::shared_ptr<render::model> ant_head_phene::model

3D model of the head.

The head model skeleton must contain the following bones:

  • head
  • * mandible_socket_l
  • * mandible_socket_r
  • * antenna_socket_l
  • * antenna_socket_r
  • * eye_socket_l
  • * eye_socket_r
  • * ocellus_socket_l
  • * ocellus_socket_r
  • * ocellus_socket_m

Definition at line 60 of file ant-head-gene.hpp.

◆ phragmosis

float ant_head_phene::phragmosis {0.0f}

Degree of phragmosis.

Definition at line 42 of file ant-head-gene.hpp.

◆ width

float ant_head_phene::width {0.0f}

Head width, in mesosomal lengths.

Definition at line 39 of file ant-head-gene.hpp.


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