29 #ifndef __LogConfig_H_
30 #define __LogConfig_H_
Real reductionValue
The value, which depends on reductionMethod.
bool outSkipped
Whether the LOD level generation was skipped, because it has same vertex count as the previous LOD le...
Strategy for determining level of detail.
Reduces the vertices, until the cost is bigger then the given value.
float Real
Software floating point type.
Real distance
Distance to swap the LOD.
Exact vertex count to be removed from each submesh.
VertexReductionMethod
Type of the reduction.
size_t outUniqueVertexCount
This is set by ProgressiveMeshGenerator::build() function.
VertexReductionMethod reductionMethod
Reduction method to use.
Structure for automatic LOD configuration.
vector< LodLevel >::type LodLevelList
Percentage of vertexes to be removed from each submesh.