5 lines
141 B
GLSL
5 lines
141 B
GLSL
#if NUM_CLIPPING_PLANES > 0 && ! defined( PHYSICAL ) && ! defined( PHONG ) && ! defined( MATCAP )
|
|
vViewPosition = - mvPosition.xyz;
|
|
#endif
|
|
|