|
Developer Documentation
|
Public Attributes | |
| PropertySource | source_ |
| std::string | name_ |
| property name in openmesh | |
| std::string | vertexShaderInputName_ |
| input name id in vertex shader | |
| VertexElement | sourceType_ |
| property type as stored in openmesh | |
| VertexElement | destType_ |
| property type as stored in vbo | |
| const void * | propDataPtr_ |
| memory address of property data | |
| int | declElementID_ |
| element id in vertex declaration | |
Definition at line 870 of file DrawMesh.hh.
| int ACG::DrawMeshT< Mesh >::VertexProperty::declElementID_ |
element id in vertex declaration
Definition at line 891 of file DrawMesh.hh.
| VertexElement ACG::DrawMeshT< Mesh >::VertexProperty::destType_ |
property type as stored in vbo
Definition at line 885 of file DrawMesh.hh.
| std::string ACG::DrawMeshT< Mesh >::VertexProperty::name_ |
property name in openmesh
Definition at line 876 of file DrawMesh.hh.
| const void* ACG::DrawMeshT< Mesh >::VertexProperty::propDataPtr_ |
memory address of property data
Definition at line 888 of file DrawMesh.hh.
| PropertySource ACG::DrawMeshT< Mesh >::VertexProperty::source_ |
Definition at line 873 of file DrawMesh.hh.
| VertexElement ACG::DrawMeshT< Mesh >::VertexProperty::sourceType_ |
property type as stored in openmesh
Definition at line 882 of file DrawMesh.hh.
| std::string ACG::DrawMeshT< Mesh >::VertexProperty::vertexShaderInputName_ |
input name id in vertex shader
Definition at line 879 of file DrawMesh.hh.