cinder::gl::VboMesh::VertexIter Class Reference
#include <Vbo.h>
List of all members.
Constructor & Destructor Documentation
cinder::gl::VboMesh::VertexIter::VertexIter |
( |
const VboMesh & |
mesh |
) |
|
Member Function Documentation
void cinder::gl::VboMesh::VertexIter::setPosition |
( |
const Vec3f & |
v |
) |
|
void cinder::gl::VboMesh::VertexIter::setPosition |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | |
void cinder::gl::VboMesh::VertexIter::setNormal |
( |
const Vec3f & |
n |
) |
|
void cinder::gl::VboMesh::VertexIter::setColorRGB |
( |
const Color & |
n |
) |
|
void cinder::gl::VboMesh::VertexIter::setColorRGBA |
( |
const Color & |
n |
) |
|
void cinder::gl::VboMesh::VertexIter::setTexCoord2d0 |
( |
const Vec2f & |
t |
) |
|
void cinder::gl::VboMesh::VertexIter::setTexCoord3d0 |
( |
const Vec3f & |
t |
) |
|
void cinder::gl::VboMesh::VertexIter::setTexCoord2d1 |
( |
const Vec2f & |
t |
) |
|
void cinder::gl::VboMesh::VertexIter::setTexCoord3d1 |
( |
const Vec3f & |
t |
) |
|
void cinder::gl::VboMesh::VertexIter::setTexCoord2d2 |
( |
const Vec2f & |
t |
) |
|
void cinder::gl::VboMesh::VertexIter::setTexCoord3d2 |
( |
const Vec3f & |
t |
) |
|
void cinder::gl::VboMesh::VertexIter::setCustomFloat |
( |
size_t |
index, |
|
|
float |
v | |
|
) |
| | |
void cinder::gl::VboMesh::VertexIter::setCustomVec2f |
( |
size_t |
index, |
|
|
const Vec2f & |
v | |
|
) |
| | |
void cinder::gl::VboMesh::VertexIter::setCustomVec3f |
( |
size_t |
index, |
|
|
const Vec3f & |
v | |
|
) |
| | |
void cinder::gl::VboMesh::VertexIter::setCustomVec4f |
( |
size_t |
index, |
|
|
const Vec4f & |
v | |
|
) |
| | |
void cinder::gl::VboMesh::VertexIter::operator++ |
( |
|
) |
|
bool cinder::gl::VboMesh::VertexIter::isDone |
( |
|
) |
const |
size_t cinder::gl::VboMesh::VertexIter::getIndex |
( |
|
) |
const |
- Returns:
- Which vertex the iterator is pointing to
size_t cinder::gl::VboMesh::VertexIter::getStride |
( |
|
) |
const |
- Returns:
- Which vertex the iterator is pointing to
void* cinder::gl::VboMesh::VertexIter::getPointer |
( |
|
) |
const |
- Returns:
- Raw pointer where the iterator is currently writing
Vec3f* cinder::gl::VboMesh::VertexIter::getPositionPointer |
( |
|
) |
const |
- Returns:
- pointer where the iterator is currently writing positions
void cinder::gl::VboMesh::VertexIter::set |
( |
const VertexIter & |
other |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following files: