Notifications
Clear all

[Closed] SDK: Fractional time values?

Hi,

Is it possible to evaluate an object at a fractional time value? E.g. I would like to EvalWorldState() of an object at frame 50.5, for example.

I’m fairly sure this can be done in Maxscript using the “at time 50.5” context.

Can I somehow use the SDK for the same effect?

EDIT:
Nevermind, just realised that although TimeValue is an int, it represents ticks, not frames.