|
MEPP2 Project
|
The Progressive Decompression filter decompresses a binary file produced by the Progressive Compression Filter.
For the time being, it can only decompress all the levels of details (LoDs) contained in the binary file.
| Parameter | Description |
|---|---|
| Mesh | Mesh to decode. |
| Point map | Point map which associates vertices with their positions. |
| Vertex color map | Vertex color map used for debugging. |
| Edge color map | Edge color map used for debugging. |
| Geometry trait | Geometry trait object to apply geometry-based operations. |
| Inpute file name | Name of the (binary) file to decompress. |
| Dequantize | Dequantize is a boolean, when true applies a vertex position dequantization after decoding termination. |
The supported data structures are: CGAL Polyhedron3, CGAL Surface_mesh, CGAL LCC, OpenMesh. AIF is not yet supported.
Applies to manifold triangular meshes only.