Example/Tut01: Improve background color

Former-commit-id: b761ac19ba3e57a1f55ce96fdaaa95e9f66fc63d [formerly dc635e12aa832e18dd621701d06f23aa4765cb4e] [formerly 7a7fb9b66042870253374cbc9b3d4496f62ff113 [formerly e11cb226ea4a699bd5003c00e94ee4151b6b1969]]
Former-commit-id: 0ec2ee1954521daed6fa31100243f3f916c1d9ab [formerly cb397680ca3bd67b83ef7b67c313ac0d5eeede65]
Former-commit-id: d71b4e6262d53715d13b75db82e52c542aace323
This commit is contained in:
Lynix 2016-08-29 13:32:16 +02:00
parent 973f50ddc5
commit c94048d8c3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ int main(int argc, char* argv[])
Ndk::World& world = application.AddWorld();
world.GetSystem<Ndk::RenderSystem>().SetGlobalUp(Nz::Vector3f::Down());
world.GetSystem<Ndk::RenderSystem>().SetDefaultBackground(Nz::ColorBackground::New(Nz::Color(192, 100, 100)));
world.GetSystem<Ndk::RenderSystem>().SetDefaultBackground(Nz::ColorBackground::New(Nz::Color(117, 122, 214)));
Ndk::EntityHandle viewEntity = world.CreateEntity();