RayMotionTextureFrame Struct Reference

#include <c4d_raytrace.h>

Detailed Description

Motion Blur texture frame.

Since
R17.032

Public Member Functions

 RayMotionTextureFrame ()
 
 RayMotionTextureFrame (RayMotionTextureFrame &&src)
 

Public Attributes

Matrix matrix
 
Matrix matrix_inv
 
Matrix camera_matrix
 
Matrix camera_matrix_inv
 
Float offset_x
 
Float offset_y
 
Float scale_x
 
Float scale_y
 
Float scale_inv_x
 
Float scale_inv_y
 
Float repetition_x
 
Float repetition_y
 

Constructor & Destructor Documentation

◆ RayMotionTextureFrame() [1/2]

Default constructor.

◆ RayMotionTextureFrame() [2/2]

Copy constructor.

Parameters
[in]srcThe source RayMotionTextureFrame.

Member Data Documentation

◆ matrix

Matrix matrix

Matrix.

◆ matrix_inv

Matrix matrix_inv

Inverted matrix.

◆ camera_matrix

Matrix camera_matrix

Camera matrix.

◆ camera_matrix_inv

Matrix camera_matrix_inv

Inverted camera matrix.

◆ offset_x

Float offset_x

Offset X.

◆ offset_y

Float offset_y

Offset Y.

◆ scale_x

Float scale_x

Scale X.

◆ scale_y

Float scale_y

Scale Y.

◆ scale_inv_x

Float scale_inv_x

Inverted scale X.

◆ scale_inv_y

Float scale_inv_y

Inverted scale Y.

◆ repetition_x

Float repetition_x

Repetition X.

◆ repetition_y

Float repetition_y

Repetition Y.