Cinder
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
cinder
gl
DisplayList
Obj
Public Member Functions
|
Public Attributes
cinder::gl::DisplayList::Obj Struct Reference
#include <
DisplayList.h
>
List of all members.
Public Member Functions
Obj
()
~Obj
()
Public Attributes
GLuint
mID
GLint
mMode
Matrix44f
mModelMatrix
std::shared_ptr<
Material
>
mMaterial
Constructor & Destructor Documentation
cinder::gl::DisplayList::Obj::Obj
(
)
cinder::gl::DisplayList::Obj::~Obj
(
)
Member Data Documentation
GLuint
cinder::gl::DisplayList::Obj::mID
GLint
cinder::gl::DisplayList::Obj::mMode
Matrix44f
cinder::gl::DisplayList::Obj::mModelMatrix
std::shared_ptr<
Material
>
cinder::gl::DisplayList::Obj::mMaterial
The documentation for this struct was generated from the following files:
include/cinder/gl/
DisplayList.h
src/cinder/gl/
DisplayList.cpp