depth_vert.glsl 225 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
#include <common>
#include <morphtarget_pars_vertex>
#include <logdepthbuf_pars_vertex>

void main() {

  #include <begin_vertex>
  #include <morphtarget_vertex>
  #include <project_vertex>
  #include <logdepthbuf_vertex>

}