Skip to content

Commit

Permalink
Move displacement map chunk
Browse files Browse the repository at this point in the history
... as in #11271.
  • Loading branch information
WestLangley authored Jun 19, 2017
1 parent bd807bd commit 381dadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_gpgpu_water.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@
vec3 transformed = vec3( position.x, position.y, heightValue );
//<begin_vertex>

#include <displacementmap_vertex>
#include <morphtarget_vertex>
#include <skinning_vertex>
#include <displacementmap_vertex>
#include <project_vertex>
#include <logdepthbuf_vertex>
#include <clipping_planes_vertex>
Expand Down

0 comments on commit 381dadc

Please sign in to comment.