|
scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
|
#include <scimesh/normals.h>
Go to the source code of this file.
Namespaces | |
| namespace | scimesh |
Functions | |
| void | scimesh::compute_vertex_normals (const Mesh &mesh, std::vector< Vec3 > &normals) |
| Compute per-vertex normals by averaging adjacent face normals. | |