(Scene) Added RenderFrame method

Former-commit-id: ba02b2f0d65858fdabdedf5f0a9f7f9b1baa7268
This commit is contained in:
Lynix
2015-01-23 00:02:33 +01:00
parent a39988ac46
commit c5ec2af361
2 changed files with 18 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ class NAZARA_API NzScene
void RegisterForUpdate(NzUpdatable* object);
void RenderFrame();
void SetAmbientColor(const NzColor& color);
void SetBackground(NzAbstractBackground* background);
void SetRenderTechnique(NzAbstractRenderTechnique* renderTechnique);