10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
|
#if NUM_CLIPPING_PLANES > 0
|
||
|
|
||
|
#if ! defined( PHYSICAL ) && ! defined( PHONG ) && ! defined( MATCAP )
|
||
|
varying vec3 vViewPosition;
|
||
|
#endif
|
||
|
|
||
|
uniform vec4 clippingPlanes[ NUM_CLIPPING_PLANES ];
|
||
|
|
||
|
#endif
|