4 lines
134 B
GLSL
4 lines
134 B
GLSL
#if NUM_CLIPPING_PLANES > 0 && ! defined( PHYSICAL ) && ! defined( PHONG ) && ! defined( MATCAP )
|
|
varying vec3 vViewPosition;
|
|
#endif
|