Updated Model (markdown)

Chuck Walbourn 2021-09-28 23:27:04 -07:00
Родитель b9656a28d1
Коммит bedad4e7b7
1 изменённых файлов: 1 добавлений и 1 удалений

@ -97,7 +97,7 @@ tank->Draw(context, states, nbones, bones.get(), world, view, projection);
```
# Skinned animation drawing
The **DrawSkinned** method is used to draw with skinned effects--i.e. with effects that support the [[IEffectSkinning]] interface.
The **DrawSkinned** method is used to draw with skinned effects--i.e. with effects that support the [[IEffectSkinning]] interface. This is typically used for skinned animation using ModelBone data.
```cpp
auto soldier = Model::CreateFromSDKMESH(device, L"soldier.sdkmesh", *m_fx, ModelLoader_IncludeBones);