Skip to content

Kuesa::Serenity::IroDiffuseAlphaMaterial::UboData

#include <irodiffusealphamaterial.h>

Public Attributes

Name
float[3] normalDisturb
float _pad0
float[3] normalScaling
float _pad1
float[3] reflectionInnerFilter
float _pad2
float[3] reflectionOuterFilter
float alphaGain
float postGain
float postVertexColor
float reflectionGain
float reflectionInnerAlpha
float reflectionOuterAlpha
float projectReflectionMap
float usesReflectionMap

Public Attributes Documentation

variable normalDisturb

1
float[3] normalDisturb;

variable _pad0

1
float _pad0;

variable normalScaling

1
float[3] normalScaling;

variable _pad1

1
float _pad1;

variable reflectionInnerFilter

1
float[3] reflectionInnerFilter;

variable _pad2

1
float _pad2;

variable reflectionOuterFilter

1
float[3] reflectionOuterFilter;

variable alphaGain

1
float alphaGain;

variable postGain

1
float postGain;

variable postVertexColor

1
float postVertexColor;

variable reflectionGain

1
float reflectionGain;

variable reflectionInnerAlpha

1
float reflectionInnerAlpha;

variable reflectionOuterAlpha

1
float reflectionOuterAlpha;

variable projectReflectionMap

1
float projectReflectionMap;

variable usesReflectionMap

1
float usesReflectionMap;

Updated on 2022-10-18 at 11:12:51 +0200