#include <c4d_raytrace.h>
Motion Blur light.
Public Member Functions | |
MAXON_DISALLOW_COPY_AND_ASSIGN (RayMotionLight) | |
RayMotionLight () | |
RayMotionLight (RayMotionLight &&src) | |
MAXON_OPERATOR_MOVE_ASSIGNMENT (RayMotionLight) | |
Public Attributes | |
maxon::BaseArray< RayMotionLightFrame > | _lightFrames |
RayMotionLight | ( | ) |
Default constructor.
RayMotionLight | ( | RayMotionLight && | src | ) |
Copy constructor.
[in] | src | The source RayMotionLight. |
MAXON_DISALLOW_COPY_AND_ASSIGN | ( | RayMotionLight | ) |
MAXON_OPERATOR_MOVE_ASSIGNMENT | ( | RayMotionLight | ) |
Assignment operator.
[in] | src | The source RayMotionLight. |
maxon::BaseArray<RayMotionLightFrame> _lightFrames |
The light frames.