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