mirror of https://github.com/AxioDL/metaforce.git
Updated Athena
This commit is contained in:
parent
4de905e986
commit
33d11d49f3
|
@ -1 +1 @@
|
||||||
Subproject commit 7464c8e5eb3aaa5d3903af7d43071a1c4407c0d8
|
Subproject commit b664c7df8fefc7af64e552fef7615d49591a2d2b
|
|
@ -117,6 +117,35 @@ public:
|
||||||
inline const Group* getParentGroup() {return m_parent.get();}
|
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
|
* @brief HLPK Runtime data-management root
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue