зеркало из https://github.com/microsoft/DirectXTK.git
Updated ModelMeshPart (markdown)
Родитель
c45f66f650
Коммит
0fa149eb26
|
@ -82,7 +82,8 @@ To support using custom effect instances, **ModelMeshPart::CreateInputLayout** p
|
|||
// Could call if a custom transformation was desired for each part
|
||||
// if (imatricies) imatrices->SetWorld( local )
|
||||
|
||||
part->Draw( deviceContext.Get(), newEffect, newInputLayouts[ count++ ].Get() );
|
||||
part->Draw( deviceContext.Get(), newEffect,
|
||||
newInputLayouts[ count++ ].Get() );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче