Enzo
Loading...
Searching...
No Matches
Normals.h
1#pragma once
2#include "Engine/Core/Types.h"
3#include <vector>
4
5namespace enzo::geo {
6class Mesh;
7}
8
9namespace enzo::utils {
10
18std::vector<Vector3> computePointNormals(const geo::Mesh& mesh);
19
31std::vector<Vector3> computeVertexNormals(const geo::Mesh& mesh, double cuspAngle);
32
33} // namespace enzo::utils
Basic attribute, parameter, and node types for Enzo.