Avindr / Strider-UE4-Issue-Tracking

This repository contains the example project for the 'Strider' plugin for UE4 (plugin not included). It is also used for issue-tracking support on that plugin
2 stars 1 forks source link

LOD Support for Warp Nodes #15

Closed jswigart closed 3 years ago

jswigart commented 3 years ago

As a matter of completeness, I think the nodes within the Strider library should implement LOD support so that when you configure the LOD Threshold on the node, the nodes avoid doing their work at the appropriate LOD.

Here are some examples, though I'm not 100% sure these are the correct place, or all the places, such a check needs to be added.

In FAnimNode_AccelerationWarp, FAnimNode_BankWarp, FAnimNode_OrientationWarp in ::Evaluate_AnyThread, image

And in FAnimNode_SlopeWarp, FAnimNode_StrideWarp, in IsValidToEvaluate image

Avindr commented 3 years ago

Thanks, yeh it's a good idea and I'll probably get onto doing this for the next update.

I'm currently busy trying to release my other plugin but definitely want to come back and improve more on Strider again after that.

Avindr commented 3 years ago

This has been added for Strider v1.9 coming soon