Blender  V2.93
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 247 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char WaveShaderFxData::_pad[4]

Definition at line 255 of file DNA_shader_fx_types.h.

◆ amplitude

float WaveShaderFxData::amplitude

Definition at line 249 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ flag

int WaveShaderFxData::flag

Flags.

Definition at line 254 of file DNA_shader_fx_types.h.

◆ orientation

int WaveShaderFxData::orientation

Definition at line 252 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ period

float WaveShaderFxData::period

Definition at line 250 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ phase

float WaveShaderFxData::phase

Definition at line 251 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_wave(), and initData().

◆ runtime

ShaderFxData_Runtime WaveShaderFxData::runtime

Definition at line 256 of file DNA_shader_fx_types.h.

◆ shaderfx

ShaderFxData WaveShaderFxData::shaderfx

Definition at line 248 of file DNA_shader_fx_types.h.


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