Updated Athena

This commit is contained in:
Jack Andersen 2015-08-20 14:06:18 -10:00
parent 4de905e986
commit 33d11d49f3
2 changed files with 30 additions and 1 deletions

2
hecl/extern/Athena vendored

@ -1 +1 @@
Subproject commit 7464c8e5eb3aaa5d3903af7d43071a1c4407c0d8
Subproject commit b664c7df8fefc7af64e552fef7615d49591a2d2b

View File

@ -117,6 +117,35 @@ public:
inline const Group* getParentGroup() {return m_parent.get();}
};
/**
* @brief Loadable/Bindable runtime texture class
*/
class Texture
{
};
/**
* @brief Bindable runtime material class
*/
class Material
{
};
/**
* @brief Bindable runtime mesh surface
*/
class MeshSurface
{
};
/**
* @brief Loadable data representation containing vertex buffers, surfaces and shader refs
*/
class MeshObject
{
public:
};
/**
* @brief HLPK Runtime data-management root
*