Sdk/GraphicsComponent: Add methods to update local matrix and render order

This commit is contained in:
Lynix
2017-04-22 17:11:42 +02:00
parent f6fe589b03
commit e3514db87f
2 changed files with 29 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ namespace Ndk
inline void RemoveFromCullingList(GraphicsComponentCullingList* cullingList) const;
inline void UpdateLocalMatrix(const Nz::InstancedRenderable* instancedRenderable, const Nz::Matrix4f& localMatrix);
inline void UpdateRenderOrder(const Nz::InstancedRenderable* instancedRenderable, int renderOrder);
static ComponentIndex componentIndex;
private: