MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / GetMotionSystem

Method GetMotionSystem

src/luxrays/core/geometry/motionsystem.cpp:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451MotionSystem MotionTransform::GetMotionSystem() const {
452 if (IsStatic())
453 return MotionSystem(transforms.front());
454 else
455 return MotionSystem(times, transforms);
456}
457
458// Concatenates two MotionTransforms.
459// Extract the unique knots from input MotionTransform

Callers 5

InitMethod · 0.80
BOOST_FOREACHFunction · 0.80
ToPropertiesMethod · 0.80
CompileGeometryMethod · 0.80

Calls 2

MotionSystemClass · 0.85
frontMethod · 0.80

Tested by

no test coverage detected