#include <TriMesh.h>
cinder::TriMesh::Format::Format |
( |
| ) |
|
Format& cinder::TriMesh::Format::positions |
( |
uint8_t |
dims = 3 | ) |
|
Format& cinder::TriMesh::Format::normals |
( |
| ) |
|
Format& cinder::TriMesh::Format::tangents |
( |
| ) |
|
Format& cinder::TriMesh::Format::bitangents |
( |
| ) |
|
Format& cinder::TriMesh::Format::colors |
( |
uint8_t |
dims = 3 | ) |
|
Format& cinder::TriMesh::Format::texCoords |
( |
uint8_t |
dims = 2 | ) |
|
Enables and establishes the dimensions of texture coords for unit 0.
Format& cinder::TriMesh::Format::texCoords0 |
( |
uint8_t |
dims = 2 | ) |
|
Enables and establishes the dimensions of texture coords for unit 0.
Format& cinder::TriMesh::Format::texCoords1 |
( |
uint8_t |
dims = 2 | ) |
|
Enables and establishes the dimensions of texture coords for unit 1.
Format& cinder::TriMesh::Format::texCoords2 |
( |
uint8_t |
dims = 2 | ) |
|
Enables and establishes the dimensions of texture coords for unit 2.
Format& cinder::TriMesh::Format::texCoords3 |
( |
uint8_t |
dims = 2 | ) |
|
Enables and establishes the dimensions of texture coords for unit 3.
uint8_t cinder::TriMesh::Format::mPositionsDims |
uint8_t cinder::TriMesh::Format::mNormalsDims |
uint8_t cinder::TriMesh::Format::mTangentsDims |
uint8_t cinder::TriMesh::Format::mBitangentsDims |
uint8_t cinder::TriMesh::Format::mColorsDims |
uint8_t cinder::TriMesh::Format::mTexCoords0Dims |
uint8_t cinder::TriMesh::Format::mTexCoords1Dims |
uint8_t cinder::TriMesh::Format::mTexCoords2Dims |
uint8_t cinder::TriMesh::Format::mTexCoords3Dims |
The documentation for this class was generated from the following files: