Added static reference to current VideoRenderer instance to allow CustomObjectRenderer to correctly interpolate Object Transformations while rendering

This commit is contained in:
CrushedPixel
2015-07-12 18:59:19 +02:00
parent cb912d7e54
commit 06686d20a6
3 changed files with 11 additions and 2 deletions

View File

@@ -422,6 +422,8 @@ public class VideoRenderer {
return totalFrames;
}
public int getVideoTime() { return framesDone * 1000 / fps; }
public FrameRenderer getFrameRenderer() {
return frameRenderer;
}