Blender V5.0
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 230 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char WaveShaderFxData::_pad[4]

Definition at line 238 of file DNA_shader_fx_types.h.

◆ amplitude

float WaveShaderFxData::amplitude

Definition at line 232 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ flag

int WaveShaderFxData::flag

Flags.

Definition at line 237 of file DNA_shader_fx_types.h.

◆ orientation

int WaveShaderFxData::orientation

Definition at line 235 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ period

float WaveShaderFxData::period

Definition at line 233 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ phase

float WaveShaderFxData::phase

Definition at line 234 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ runtime

ShaderFxData_Runtime WaveShaderFxData::runtime

Definition at line 239 of file DNA_shader_fx_types.h.

◆ shaderfx

ShaderFxData WaveShaderFxData::shaderfx

Definition at line 231 of file DNA_shader_fx_types.h.


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