MCPcopy Create free account
hub / github.com/assimp/assimp / SetAnimationRange

Method SetAnimationRange

code/AssetLib/LWO/LWOAnimation.h:246–252  ·  view source on GitHub ↗

------------------------------------------------------------------ @brief Set the animation time range * * @param first Time where the animation starts, in ticks * @param last Time where the animation ends, in ticks */

Source from the content-addressed store, hash-verified

244 * @param last Time where the animation ends, in ticks
245 */
246 void SetAnimationRange(double _first, double _last) {
247 first = _first;
248 last = _last;
249
250 ClearAnimRangeSetup();
251 UpdateAnimRangeSetup();
252 }
253
254protected:
255

Callers 1

BuildGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected