Blender  V3.3
Public Attributes | List of all members
WaveShaderFxData Struct Reference

#include <DNA_shader_fx_types.h>

Public Attributes

ShaderFxData shaderfx
 
float amplitude
 
float period
 
float phase
 
int orientation
 
int flag
 
char _pad [4]
 
ShaderFxData_Runtime runtime
 

Detailed Description

Definition at line 233 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char WaveShaderFxData::_pad[4]

Definition at line 241 of file DNA_shader_fx_types.h.

◆ amplitude

float WaveShaderFxData::amplitude

Definition at line 235 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ flag

int WaveShaderFxData::flag

Flags.

Definition at line 240 of file DNA_shader_fx_types.h.

◆ orientation

int WaveShaderFxData::orientation

Definition at line 238 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ period

float WaveShaderFxData::period

Definition at line 236 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ phase

float WaveShaderFxData::phase

Definition at line 237 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ runtime

ShaderFxData_Runtime WaveShaderFxData::runtime

Definition at line 242 of file DNA_shader_fx_types.h.

◆ shaderfx

ShaderFxData WaveShaderFxData::shaderfx

Definition at line 234 of file DNA_shader_fx_types.h.


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