Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::HasPerFaceWedgeTexCoords Concept Reference

Concept that checks if a Mesh has the per Face WedgeTexCoords component. More...

#include <vclib/mesh/requirements/face_requirements.h>

Concept definition

template<typename MeshType>
HasFaces concepts is satisfied when at least one of its template types is (or inherits from) a vcl::m...
Definition face_container.h:1389
Concept that checks if a Mesh has the per Face WedgeTexCoords component.
Definition face_requirements.h:300
Definition face_components.h:112

Detailed Description

Concept that checks if a Mesh has the per Face WedgeTexCoords component.

Evaluates to true if WedgeTexCoords is part of the Face element, whether it is horizontal, vertical or optional.

Template Parameters
MeshTypemesh type to check.