HOG2
Public Attributes | List of all members
Voxels::voxelWorld Struct Reference

Public Attributes

uint32_t header
 
float voxelSize
 
uint64_t numVoxelsGrids
 
float minbounds [4]
 
float maxbounds [4]
 
uint64_t * morton
 
uint64_t * grid
 

Detailed Description

Definition at line 93 of file Voxels.h.

Member Data Documentation

◆ grid

uint64_t* Voxels::voxelWorld::grid

Definition at line 100 of file Voxels.h.

Referenced by Voxels::Export(), Voxels::OpenGLDraw(), and Voxels::Voxels().

◆ header

uint32_t Voxels::voxelWorld::header

Definition at line 94 of file Voxels.h.

Referenced by Voxels::Voxels().

◆ maxbounds

float Voxels::voxelWorld::maxbounds[4]

Definition at line 98 of file Voxels.h.

Referenced by Voxels::Export(), Voxels::OpenGLDraw(), and Voxels::Voxels().

◆ minbounds

float Voxels::voxelWorld::minbounds[4]

Definition at line 97 of file Voxels.h.

Referenced by Voxels::Export(), Voxels::OpenGLDraw(), and Voxels::Voxels().

◆ morton

uint64_t* Voxels::voxelWorld::morton

Definition at line 99 of file Voxels.h.

Referenced by Voxels::Export(), Voxels::OpenGLDraw(), and Voxels::Voxels().

◆ numVoxelsGrids

uint64_t Voxels::voxelWorld::numVoxelsGrids

Definition at line 96 of file Voxels.h.

Referenced by Voxels::Export(), Voxels::OpenGLDraw(), and Voxels::Voxels().

◆ voxelSize

float Voxels::voxelWorld::voxelSize

Definition at line 95 of file Voxels.h.

Referenced by Voxels::Export(), Voxels::OpenGLDraw(), and Voxels::Voxels().


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