Merge pull request #2750 from Capostrophic/keyframecontroller

Always create NiGeometry nodes as MatrixTransform
pull/2753/head
Andrei Kortunov 5 years ago committed by GitHub
commit dd42635f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -461,8 +461,6 @@ namespace NifOsg
break;
}
case Nif::RC_NiSwitchNode:
case Nif::RC_NiTriShape:
case Nif::RC_NiTriStrips:
case Nif::RC_NiAutoNormalParticles:
case Nif::RC_NiRotatingParticles:
// Leaf nodes in the NIF hierarchy, so won't be able to dynamically attach children.

Loading…
Cancel
Save