Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
cinder::gl::DisplayList::Obj Struct Reference

#include <DisplayList.h>

Public Member Functions

 Obj ()
 
 ~Obj ()
 

Public Attributes

GLuint mID
 
GLint mMode
 
Matrix44f mModelMatrix
 
std::shared_ptr< MaterialmMaterial
 

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: