This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
Go to the source code of this file.
Classes | |
class | ofMesh_< V, N, C, T > |
Represents a set of vertices in 3D spaces with normals, colors, and texture coordinates at those points. More... | |
class | ofMeshFace_< V, N, C, T > |
An ofMeshFace_ is a face on one of the ofPrimitive instances. In the ofPrimitive a face consists of 3 points connected together. More... | |
Typedefs | |
using | ofMesh = ofMesh_< ofDefaultVertexType, ofDefaultNormalType, ofDefaultColorType, ofDefaultTexCoordType > |
using | ofMeshFace = ofMeshFace_< ofDefaultVertexType, ofDefaultNormalType, ofDefaultColorType, ofDefaultTexCoordType > |
Typedef Documentation
◆ ofMesh
using ofMesh = ofMesh_<ofDefaultVertexType, ofDefaultNormalType, ofDefaultColorType, ofDefaultTexCoordType> |