VoxelFarm::ContourThreadContext Class Reference

Generation of voxel data and then meshes out if it can be time consuming. The engine allows multiple threads to call the contouring functions so the workload can be split among them. Each calling thread must create its own ContourThreadContext object. More...

#include <contour.h>

Public Attributes

ContourVoxelDatadata
 
CCellData::CVertpoints
 
int * pointIndex
 
OctreeNodenodes
 
int * quadIndex
 
int * quadTypes
 
int * vertexTypes
 
bool * edgeSign
 
MaterialId * materials
 

Detailed Description

Generation of voxel data and then meshes out if it can be time consuming. The engine allows multiple threads to call the contouring functions so the workload can be split among them. Each calling thread must create its own ContourThreadContext object.

Definition at line 51 of file contour.h.


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