Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 502e08d

Browse files
committed
Load different file
1 parent f1e384a commit 502e08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Perspective/Source/src/CS460AssignmentOne.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void CS460AssignmentOne::Init() {
6969
MaterialSystem::getInstance().ManageMaterial(phongAnimated);
7070

7171

72-
const std::string modelAndAnimationName = "Common/fbx/Dragon_Baked_Actions_fbx_6.1_ASCII.fbx";
72+
const std::string modelAndAnimationName = "Common/anim_allAnim_01.fbx";
7373
model = new Model(modelAndAnimationName.c_str());
7474
model->material = phongAnimated;
7575
model->transformID = TransformSystem::getInstance().Create();

0 commit comments

Comments
 (0)