UNPKG
utk-render
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
FiveM Realtime GameView for HTML
github.com/felipecoder/utk_render_npm
felipecoder/utk_render_npm
utk-render
/
src
/
module
/
renderers
/
shaders
/
ShaderChunk
/
clipping_planes_pars_vertex.glsl.js
6 lines
(5 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
export default
/* glsl */
`
#if
NUM_CLIPPING_PLANES >
0
&& !
defined
( PHYSICAL ) && !
defined
( PHONG ) && !
defined
( MATCAP ) varying vec3 vViewPosition;
#endif
`;