Knowing Timeline Position?

tscott_f9a8e65d7ctscott_f9a8e65d7c Posts: 50
edited December 1969 in Daz SDK Developer Discussion

How do you get the current timeline position or the time in seconds of where the scene is being rendered? I'm working on updating objects based on the current time in seconds and don't see anything yet that would give me that data.

Comments

  • rbtwhizrbtwhiz Posts: 2,180
    edited December 1969

    DzTime curTime = dzScene->getTime();

    -Rob

  • tscott_f9a8e65d7ctscott_f9a8e65d7c Posts: 50
    edited December 1969

    rbtwhiz said:
    DzTime curTime = dzScene->getTime();

    -Rob

    Thanks. I just finally found it myself as well.

Sign In or Register to comment.