|
Enzo
|
Read accessor for per-vertex normals. More...
#include <Mesh.h>
Public Member Functions | |
| Vector3 | operator[] (Offset vertexOffset) const |
Friends | |
| class | Mesh |
Read accessor for per-vertex normals.
Built by Mesh::getVertexNormal. The constructor resolves the Normal vertex attribute once. If present, operator[] reads it. If absent, the handle returns the owning face's normal via an internal FaceNormalHandle.