From b80f594440ce6846b61a8d8ce7956a774344013f Mon Sep 17 00:00:00 2001 From: lanariel Date: Mon, 10 Feb 2014 15:11:33 +0100 Subject: [PATCH] Changed Animated model --- Code/Tester/MainTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Tester/MainTest.cpp b/Code/Tester/MainTest.cpp index 1f6e33e3..8810a825 100644 --- a/Code/Tester/MainTest.cpp +++ b/Code/Tester/MainTest.cpp @@ -168,7 +168,7 @@ HRESULT InitDirect3D() Oyster::Graphics::API::SetOptions(o); m = Oyster::Graphics::API::CreateModel(L"crate_colonists.dan"); - m2 = Oyster::Graphics::API::CreateModel(L"char_bindpose.dan"); + m2 = Oyster::Graphics::API::CreateModel(L"char_fake_bin.dan"); m2->WorldMatrix = Oyster::Math3D::OrientationMatrix(Oyster::Math::Float3::null,Oyster::Math::Float3(0,0,0),Oyster::Math::Float3::null); Oyster::Graphics::API::PlayAnimation(m2, L"Bend",true);