mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Recognize NiParticleRotation
This commit is contained in:
parent
7baca30a1d
commit
dba7308248
@ -1487,13 +1487,17 @@ class NIFObjectLoader : Ogre::ManualResourceLoader
|
||||
affector->setParameter("grow_time", Ogre::StringConverter::toString(gf->growTime));
|
||||
affector->setParameter("fade_time", Ogre::StringConverter::toString(gf->fadeTime));
|
||||
}
|
||||
else if(e->recType == Nif::RC_NiParticleRotation)
|
||||
{
|
||||
// TODO: Implement (Ogre::RotationAffector?)
|
||||
}
|
||||
else if(e->recType == Nif::RC_NiParticleColorModifier)
|
||||
{
|
||||
// TODO: Implement (Ogre::ColourInterpolatorAffector?)
|
||||
}
|
||||
else if(e->recType == Nif::RC_NiGravity)
|
||||
{
|
||||
// TODO: Implement (Ogre::LinearForceAffector?)
|
||||
// TODO: Implement
|
||||
}
|
||||
else
|
||||
warn("Unhandled particle modifier "+e->recName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user