Open Search
    RayMotionLight Struct Reference

    #include <c4d_raytrace.h>

    Detailed Description

    Motion Blur light.

    Since
    R17.032

    Public Member Functions

     MAXON_DISALLOW_COPY_AND_ASSIGN (RayMotionLight)
     
     RayMotionLight ()
     
     RayMotionLight (RayMotionLight &&src)
     
     MAXON_OPERATOR_MOVE_ASSIGNMENT (RayMotionLight)
     

    Public Attributes

    maxon::BaseArray< RayMotionLightFrame_lightFrames
     

    Constructor & Destructor Documentation

    ◆ RayMotionLight() [1/2]

    Default constructor.

    ◆ RayMotionLight() [2/2]

    Copy constructor.

    Parameters
    [in]srcThe source RayMotionLight.

    Member Function Documentation

    ◆ MAXON_DISALLOW_COPY_AND_ASSIGN()

    MAXON_DISALLOW_COPY_AND_ASSIGN ( RayMotionLight  )

    ◆ MAXON_OPERATOR_MOVE_ASSIGNMENT()

    MAXON_OPERATOR_MOVE_ASSIGNMENT ( RayMotionLight  )

    Assignment operator.

    Parameters
    [in]srcThe source RayMotionLight.

    Member Data Documentation

    ◆ _lightFrames

    The light frames.