#include <DisplayList.h>
Emulates shared_ptr-like behavior.
cinder::gl::DisplayList::DisplayList |
( |
| ) |
|
cinder::gl::DisplayList::DisplayList |
( |
GLint |
aMode | ) |
|
void cinder::gl::DisplayList::newList |
( |
| ) |
|
void cinder::gl::DisplayList::endList |
( |
| ) |
|
int cinder::gl::DisplayList::getID |
( |
| ) |
const |
void cinder::gl::DisplayList::draw |
( |
| ) |
const |
Matrix44f& cinder::gl::DisplayList::getModelMatrix |
( |
| ) |
|
const Matrix44f& cinder::gl::DisplayList::getModelMatrix |
( |
| ) |
const |
void cinder::gl::DisplayList::setMaterial |
( |
const Material & |
aMaterial | ) |
|
Material& cinder::gl::DisplayList::getMaterial |
( |
| ) |
|
Emulates shared_ptr-like behavior.
void cinder::gl::DisplayList::reset |
( |
| ) |
|
Emulates shared_ptr-like behavior.
std::shared_ptr<Obj> cinder::gl::DisplayList::mObj |
|
protected |
The documentation for this class was generated from the following files: