8 lines
139 B
GLSL
8 lines
139 B
GLSL
#ifdef USE_DISPLACEMENTMAP
|
|
|
|
uniform sampler2D displacementMap;
|
|
uniform float displacementScale;
|
|
uniform float displacementBias;
|
|
|
|
#endif
|