Sdk/Lua: Bind Material class

This commit is contained in:
Lynix
2016-10-25 12:22:46 +02:00
parent bf31ee289e
commit 2a08e19e77
4 changed files with 275 additions and 4 deletions

View File

@@ -76,6 +76,7 @@ namespace Ndk
// Graphics
Nz::LuaClass<Nz::InstancedRenderableRef> instancedRenderable;
Nz::LuaClass<Nz::MaterialRef> material;
Nz::LuaClass<Nz::ModelRef> model;
Nz::LuaClass<Nz::SpriteRef> sprite;
Nz::LuaClass<Nz::SpriteLibrary> spriteLibrary;