Skip to content

Struct DemMeshData

ClassList > DemMeshData

Public Attributes

Type Name
std::vector< float > colors
Extent3D extent
bool has_texture = false
std::vector< unsigned int > indices
std::vector< float > normals
std::vector< float > texcoords
std::vector< double > vertices

Public Attributes Documentation

variable colors

std::vector<float> DemMeshData::colors;

variable extent

Extent3D DemMeshData::extent;

variable has_texture

bool DemMeshData::has_texture;

variable indices

std::vector<unsigned int> DemMeshData::indices;

variable normals

std::vector<float> DemMeshData::normals;

variable texcoords

std::vector<float> DemMeshData::texcoords;

variable vertices

std::vector<double> DemMeshData::vertices;


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/gui/raster_data.hpp