scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
normals.cpp File Reference
#include <scimesh/normals.h>
Include dependency graph for normals.cpp:

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.