Cogs.Core
Public Attributes | List of all members
Cogs::Core::SparseOctree::MeshRef Struct Reference

Public Attributes

std::string fileName
 File name of cogsbin file with processed geometry.
 
uint32_t part = (uint32_t)-1
 Part index of this cell's geometry in cogsbin file with processed geometry, -1 means that the entire file belongs to this cell.
 
Cogs::Geometry::BoundingBox bbox
 

Detailed Description

Definition at line 74 of file SparseBuildOctree.h.

Member Data Documentation

◆ bbox

Cogs::Geometry::BoundingBox Cogs::Core::SparseOctree::MeshRef::bbox

Definition at line 78 of file SparseBuildOctree.h.

◆ fileName

std::string Cogs::Core::SparseOctree::MeshRef::fileName

File name of cogsbin file with processed geometry.

Definition at line 76 of file SparseBuildOctree.h.

◆ part

uint32_t Cogs::Core::SparseOctree::MeshRef::part = (uint32_t)-1

Part index of this cell's geometry in cogsbin file with processed geometry, -1 means that the entire file belongs to this cell.

Definition at line 77 of file SparseBuildOctree.h.


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