Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作基于一段时间的动画。我正在制作 3600 帧的时间线,我需要计数到 00:00 到 24:00 的计数器(每个周期为 00:05 -> 00:05, 00:10 .. .. 00:55, 01: 00, 01:05)
它应该测量 3600 帧内的速度(或何时进入下一个 00:05)。
有没有可能用代码做到这一点,或者我应该每隔几帧用 +00:05 更改时钟)。
我希望有人能给我一些代码或建议。
谢谢!