![]() |
EMODnet Quantized Mesh Generator for Cesium
|
Files | |
file | compute_statistics.cpp |
Computes some statistics from the tiles. | |
file | detect_features_without_borders.cpp |
Detects sharp edges in a surface mesh without including border edges (PMP::sharp_edges_segmentation includes them) | |
file | hierarchy_simplification.cpp |
Simplifies a mesh using CGAL maintaining the edges on the border. | |
file | qm_parser.cpp |
Parses a quantized mesh terrain file and outputs some information in plain text on screen. | |
file | remesh_preserving_borders.cpp |
Modification of the example in CGAL (4.9) for remeshing a polyhedron domain, located at: CGAL/examples/Mesh_3/remesh_polyhedral_surface.cpp. | |
file | simplify_preserving_border_edges.cpp |
Modification of the example in CGAL (4.9) for simplifying a mesh maintaining border edges, located at: CGAL/examples/Surface_mesh_simplification/edge_collapse_constrained_border_surface_mesh.cpp. | |
file | test_check_borders.cpp |
Checks the consistency between neighboring tiles at borders. | |
file | test_read_write.cpp |
Reads a quantized mesh terrain file, writes it to disk, and reads it back. | |
file | wlop_simplification.cpp |
Simplifies the input point set using the WLOP algorithm, and triangulates it in the 2D plane. | |