|
@@ -56,6 +56,7 @@
|
|
const in float alphaG,
|
|
const in float alphaG,
|
|
const in vec3 vReflectionMicrosurfaceInfos,
|
|
const in vec3 vReflectionMicrosurfaceInfos,
|
|
const in vec2 vReflectionInfos,
|
|
const in vec2 vReflectionInfos,
|
|
|
|
+ const in vec3 vReflectionColor,
|
|
#if defined(LODINREFLECTIONALPHA) && !defined(REFLECTIONMAP_SKYBOX)
|
|
#if defined(LODINREFLECTIONALPHA) && !defined(REFLECTIONMAP_SKYBOX)
|
|
const in float NdotVUnclamped,
|
|
const in float NdotVUnclamped,
|
|
#endif
|
|
#endif
|
|
@@ -151,6 +152,7 @@
|
|
const in float alphaG,
|
|
const in float alphaG,
|
|
const in vec3 vReflectionMicrosurfaceInfos,
|
|
const in vec3 vReflectionMicrosurfaceInfos,
|
|
const in vec2 vReflectionInfos,
|
|
const in vec2 vReflectionInfos,
|
|
|
|
+ const in vec3 vReflectionColor,
|
|
#ifdef ANISOTROPIC
|
|
#ifdef ANISOTROPIC
|
|
const in anisotropicOutParams anisotropicOut,
|
|
const in anisotropicOutParams anisotropicOut,
|
|
#endif
|
|
#endif
|
|
@@ -214,6 +216,7 @@
|
|
alphaG,
|
|
alphaG,
|
|
vReflectionMicrosurfaceInfos,
|
|
vReflectionMicrosurfaceInfos,
|
|
vReflectionInfos,
|
|
vReflectionInfos,
|
|
|
|
+ vReflectionColor,
|
|
#if defined(LODINREFLECTIONALPHA) && !defined(REFLECTIONMAP_SKYBOX)
|
|
#if defined(LODINREFLECTIONALPHA) && !defined(REFLECTIONMAP_SKYBOX)
|
|
NdotVUnclamped,
|
|
NdotVUnclamped,
|
|
#endif
|
|
#endif
|