mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Read BSFrustumFOVController and BSKeyframeController
This commit is contained in:
parent
5f504688ad
commit
e207285323
4 changed files with 26 additions and 0 deletions
|
@ -486,6 +486,20 @@ namespace Nif
|
|||
nif->read(mControlledColor);
|
||||
}
|
||||
|
||||
void BSKeyframeController::read(NIFStream* nif)
|
||||
{
|
||||
NiKeyframeController::read(nif);
|
||||
|
||||
mData2.read(nif);
|
||||
}
|
||||
|
||||
void BSKeyframeController::post(Reader& nif)
|
||||
{
|
||||
NiKeyframeController::post(nif);
|
||||
|
||||
mData2.post(nif);
|
||||
}
|
||||
|
||||
void NiControllerManager::read(NIFStream* nif)
|
||||
{
|
||||
NiTimeController::read(nif);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue