depth_vert.glsl 225 B

123456789101112
  1. #include <common>
  2. #include <morphtarget_pars_vertex>
  3. #include <logdepthbuf_pars_vertex>
  4. void main() {
  5. #include <begin_vertex>
  6. #include <morphtarget_vertex>
  7. #include <project_vertex>
  8. #include <logdepthbuf_vertex>
  9. }