A model frame that is set to render (> -1) will not do so if the frame it interpolates towards is set to not render (-1).
This will not render POSS A:
Code: Select all
FrameIndex POSS A 0 99
FrameIndex POSS B 0 -1
Code: Select all
FrameIndex POSS A 0 99
FrameIndex POSS B 0 100
What I would like to see is simple: interpolate as usual, and stop rendering the model when the new frame is reached. This sounds logical to me.
I have looked into the source code but wasn't able to find out what prevents the current frame to not render if the next one should not.
I assume it's somewhere in models.cpp: RenderFrameModels() and/or models_md3.cpp.RenderFrame().