Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
ModelFlag Namespace Reference

Variables

static constexpr uint32_t CAST_SHADOWS {1 << 0}
 
static constexpr uint32_t NO_LOOP_ANIMATION {1 << 1}
 
static constexpr uint32_t SILHOUETTE_DISPLAY {1 << 2}
 
static constexpr uint32_t SILHOUETTE_OCCLUDER {1 << 3}
 
static constexpr uint32_t IGNORE_LOS {1 << 4}
 
static constexpr uint32_t FLOAT_ON_WATER {1 << 5}
 

Variable Documentation

◆ CAST_SHADOWS

constexpr uint32_t ModelFlag::CAST_SHADOWS {1 << 0}
staticconstexpr

◆ FLOAT_ON_WATER

constexpr uint32_t ModelFlag::FLOAT_ON_WATER {1 << 5}
staticconstexpr

◆ IGNORE_LOS

constexpr uint32_t ModelFlag::IGNORE_LOS {1 << 4}
staticconstexpr

◆ NO_LOOP_ANIMATION

constexpr uint32_t ModelFlag::NO_LOOP_ANIMATION {1 << 1}
staticconstexpr

◆ SILHOUETTE_DISPLAY

constexpr uint32_t ModelFlag::SILHOUETTE_DISPLAY {1 << 2}
staticconstexpr

◆ SILHOUETTE_OCCLUDER

constexpr uint32_t ModelFlag::SILHOUETTE_OCCLUDER {1 << 3}
staticconstexpr