struct VoxelEntry

Overview

struct VoxelEntry
{
    // fields

    std::vector<std::size_t> indices;
};