![]() |
Public API Reference |
![]() |
Triangle mesh collapsing. More...
Go to the source code of this file.
Classes | |
class | csTriangleLODAlgo |
Algorithm class that calculates the cost of a vertex. More... | |
class | csTriangleLODAlgoEdge |
This subclass of csTriangleLODAlgo uses a very simple cost metric to calculate the vertex cost. More... | |
class | csTriangleMeshLOD |
A static class which performs the calculation of the best order to do the collapsing of a triangle mesh. More... | |
class | csTriangleVertexCost |
The representation of a vertex in a triangle mesh. More... | |
class | csTriangleVerticesCost |
A class which holds vertices and connectivity information for a triangle mesh. More... | |
class | csTriangleVerticesSorted |
This class works closely with csTriangleVerticesCost and maintains a sorted (on cost) view of the vertices. More... |
Triangle mesh collapsing.
Definition in file trimeshlod.h.