RayMotionCameraFrame Struct Reference

#include <c4d_raytrace.h>

Detailed Description

Motion Blur camera frame.

Since
R17.032

Public Member Functions

 RayMotionCameraFrame ()
 
 RayMotionCameraFrame (const RayMotionCameraFrame &src)
 

Public Attributes

Float32 frame_time
 
Int32 projection
 
Int32 delta_x
 
Int32 delta_y
 
Bool flag_exposure
 
Bool flag_dof
 
Matrix64 matrix
 
Vector64 offset
 
Float64 scale_x
 
Float64 scale_y
 
Float64 zoom
 
Float64 focal_length
 
Float64 aperture
 
Float64 aperture_size
 
Float64 target_distance
 
Float64 f_number
 
Float64 exposure_iso
 
Float64 exposure_gain
 
Bool bokeh
 
Int32 bokeh_blades
 
Float bokeh_rotation
 
Float bokeh_bias
 
Float bokeh_anisotropy
 
Float64 film_offset_x
 
Float64 film_offset_y
 
Float64 white_balance
 
Bool white_balance_lights
 
Float64 vignetting_intensity
 
Float64 vignetting_offset
 
Float64 lens_distortion_quad
 
Float64 lens_distortion_cubic
 
Float64 chromatic_strength
 
Bool clipping_near_enabled
 
Bool clipping_far_enabled
 
Float64 clipping_near_value
 
Float64 clipping_far_value
 
SpcInfo _spcInfo
 

Constructor & Destructor Documentation

◆ RayMotionCameraFrame() [1/2]

Default constructor.

◆ RayMotionCameraFrame() [2/2]

Copy constructor.

Parameters
[in]srcThe source RayMotionCameraFrame.

Member Data Documentation

◆ frame_time

Float32 frame_time

Frame time.

◆ projection

Int32 projection

Projection.

◆ delta_x

Int32 delta_x

Delta X.

◆ delta_y

Int32 delta_y

Delta Y.

◆ flag_exposure

Bool flag_exposure

Flag for exposure.

◆ flag_dof

Bool flag_dof

Flag for DOF.

◆ matrix

Matrix64 matrix

Matrix.

◆ offset

Vector64 offset

Offset.

◆ scale_x

Float64 scale_x

Scale X.

◆ scale_y

Float64 scale_y

Scale Y.

◆ zoom

Float64 zoom

Zoom.

◆ focal_length

Float64 focal_length

Focal length.

◆ aperture

Float64 aperture

Aperture.

◆ aperture_size

Float64 aperture_size

Aperture size. Computed.

◆ target_distance

Float64 target_distance

Target distance.

◆ f_number

Float64 f_number

F-number.

◆ exposure_iso

Float64 exposure_iso

Exposure iso.

◆ exposure_gain

Float64 exposure_gain

Exposure gain.

◆ bokeh

Bool bokeh

Bokeh (Aperture Shape).

◆ bokeh_blades

Int32 bokeh_blades

Bokeh blades.

◆ bokeh_rotation

Float bokeh_rotation

Bokeh rotation.

◆ bokeh_bias

Float bokeh_bias

Bokeh bias.

◆ bokeh_anisotropy

Float bokeh_anisotropy

Bokeh anisotropy.

◆ film_offset_x

Float64 film_offset_x

Film offset X.

◆ film_offset_y

Float64 film_offset_y

Film offset Y.

◆ white_balance

Float64 white_balance

White balance.

◆ white_balance_lights

Bool white_balance_lights

White balance lights.

◆ vignetting_intensity

Float64 vignetting_intensity

Vignetting intensity.

◆ vignetting_offset

Float64 vignetting_offset

Vignetting offset.

◆ lens_distortion_quad

Float64 lens_distortion_quad

Lens distortion quad.

◆ lens_distortion_cubic

Float64 lens_distortion_cubic

Lens distortion cubic.

◆ chromatic_strength

Float64 chromatic_strength

Chromatic aberration strength.

◆ clipping_near_enabled

Bool clipping_near_enabled

Clipping near enabled.

◆ clipping_far_enabled

Bool clipping_far_enabled

Clipping far enabled.

◆ clipping_near_value

Float64 clipping_near_value

Clipping near value.

◆ clipping_far_value

Float64 clipping_far_value

Clipping far value.

◆ _spcInfo

SpcInfo _spcInfo

Spherical Camera (SPC) parameters.

Since
R19