Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MKXJun committed Dec 12, 2023
2 parents 2f951ae + 7d8950e commit c2e4504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project 19-/39 VSM and ESM/GameApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ bool GameApp::InitResource()
// ******************
// 初始化对象
//
m_Powerplant.SetModel(m_ModelManager.CreateFromFile("..\\Model\\powerplant\\powerplant.obj"));
m_Powerplant.SetModel(m_ModelManager.CreateFromFile("..\\Model\\powerplant\\powerplant.gltf"));

m_ModelManager.CreateFromGeometry("cube", Geometry::CreateBox());
m_Cube.SetModel(m_ModelManager.GetModel("cube"));
Expand Down

0 comments on commit c2e4504

Please sign in to comment.