1#include <OpenMesh/Core/Utils/GenProg.hh>
5 drawFaceNormal(_f, GenProg::Bool2Type<OM_Check_Attrib(
MyMesh::Face, Normal)>());
9void drawFaceNormal(
const MyMesh::Face& _f, GenProg::Bool2Type<true>) {
10 glNormal3fv(_f.normal());
14void drawFaceNormal(
const MyMesh::Face& _f, GenProg::Bool2Type<false>){}
Kernel::Face Face
Face type.