changed debug models and tinted pink spheres

This commit is contained in:
lanariel 2014-02-18 15:41:59 +01:00
parent a068ce7ddb
commit 02312c53a4
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ namespace Oyster
cube = CreateModel(L"generic_cube.dan");
cube->Tint = Math::Float3(0.0f,0.0f,1.0f);
sphere = CreateModel(L"generic_sphere.dan");
sphere->Tint = Math::Float3(1.0f,0.5f,182/255.0f);
D3D11_RASTERIZER_DESC desc;