Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Functions to bake attributes from meshes to images. More...
Go to the source code of this file.
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Functions | |
void | GEO::bake_mesh_facet_normals (Mesh *mesh, Image *target) |
Bakes the facet normals of a parameterized mesh into an image. More... | |
void | GEO::bake_mesh_vertex_normals (Mesh *mesh, Image *target) |
Bakes the facet normals of a parameterized mesh into an image. More... | |
void | GEO::bake_mesh_attribute (Mesh *mesh, Image *target, Attribute< double > &attribute, double bias=0.0, double scale=1.0) |
Bakes an attribute of a parameterized mesh. More... | |
void | GEO::bake_mesh_geometry (Mesh *mesh, Image *target, bool clear=true) |
Bakes mesh geometry into an image (creates a geometry image). More... | |
void | GEO::bake_mesh_facet_normals_indirect (Image *geometry, Image *target, Mesh *highres) |
Bakes facet normals from a (in general) high resolution mesh to a (in general) parameterized lower resolution mesh represented as a geometry image. More... | |
void | GEO::bake_mesh_points_attribute_indirect (Image *geometry, Image *target, Mesh *highres, Attribute< double > &attribute, double bias=0.0, double scale=1.0) |
Bakes a vertex attribute from a (in general) high resolution point set to a (in general) parameterized lower resolution mesh represented as a geometry image. More... | |
Functions to bake attributes from meshes to images.
Definition in file mesh_baking.h.