Blender V4.3
blender::compositor::Accumulator Struct Reference

Public Attributes

float4 fg
 
float4 bg
 
float3 weight
 

Detailed Description

Definition at line 256 of file COM_VectorBlurOperation.cc.

Member Data Documentation

◆ bg

float4 blender::compositor::Accumulator::bg

Definition at line 258 of file COM_VectorBlurOperation.cc.

Referenced by blender::compositor::gather_sample().

◆ fg

float4 blender::compositor::Accumulator::fg

Definition at line 257 of file COM_VectorBlurOperation.cc.

Referenced by blender::compositor::gather_sample().

◆ weight

float3 blender::compositor::Accumulator::weight

x: Background, y: Foreground, z: dir.

Definition at line 260 of file COM_VectorBlurOperation.cc.

Referenced by blender::compositor::gather_sample().


The documentation for this struct was generated from the following file: