AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
LoadedHeightData Struct Reference

#include "GridTerrainData.h"

Classes

struct  FloatHeightData
 
struct  Uint16HeightData
 
struct  Uint8HeightData
 

Public Types

typedef std::array< G3D::Plane, 8 > HeightPlanesType
 

Public Attributes

float gridHeight
 
std::unique_ptr< Uint16HeightDatauint16HeightData
 
std::unique_ptr< Uint8HeightDatauint8HeightData
 
std::unique_ptr< FloatHeightDatafloatHeightData
 
std::unique_ptr< HeightPlanesTypeminHeightPlanes
 

Detailed Description

Member Typedef Documentation

◆ HeightPlanesType

typedef std::array<G3D::Plane, 8> LoadedHeightData::HeightPlanesType

Member Data Documentation

◆ floatHeightData

std::unique_ptr<FloatHeightData> LoadedHeightData::floatHeightData

◆ gridHeight

float LoadedHeightData::gridHeight

◆ minHeightPlanes

std::unique_ptr<HeightPlanesType> LoadedHeightData::minHeightPlanes

◆ uint16HeightData

std::unique_ptr<Uint16HeightData> LoadedHeightData::uint16HeightData

◆ uint8HeightData

std::unique_ptr<Uint8HeightData> LoadedHeightData::uint8HeightData

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