add Model to NoteDisplay
This commit is contained in:
@@ -35,13 +35,11 @@ DancingCharacters::DancingCharacters()
|
||||
m_Character[PLAYER_1].SetX( MODEL_X[PLAYER_1] );
|
||||
m_Character[PLAYER_1].LoadMilkshapeAscii( "D:\\Dev\\ddrpc char hacking\\DDRPCRip\\models\\char0000\\model.txt" );
|
||||
m_Character[PLAYER_1].LoadMilkshapeAsciiBones( "D:\\Dev\\ddrpc char hacking\\DDRPCRip\\models\\dance0001.bones.txt" );
|
||||
m_Character[PLAYER_1].SetZoomY(-1);
|
||||
this->AddChild( &m_Character[PLAYER_1] );
|
||||
|
||||
m_Character[PLAYER_2].SetX( MODEL_X[PLAYER_2] );
|
||||
m_Character[PLAYER_2].LoadMilkshapeAscii( "D:\\Dev\\ddrpc char hacking\\DDRPCRip\\models\\char0011\\model.txt" );
|
||||
m_Character[PLAYER_2].LoadMilkshapeAsciiBones( "D:\\Dev\\ddrpc char hacking\\DDRPCRip\\models\\dance0002.bones.txt" );
|
||||
m_Character[PLAYER_2].SetZoomY(-1);
|
||||
this->AddChild( &m_Character[PLAYER_2] );
|
||||
|
||||
StartCameraSweep();
|
||||
|
||||
Reference in New Issue
Block a user