Skip to content

Commit

Permalink
Examples: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 17, 2020
1 parent 2640a19 commit 0b248d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/js/objects/Water.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ THREE.Water = function ( geometry, options ) {
' vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );',
' gl_Position = projectionMatrix * mvPosition;',

'#include <beginnormal_vertex>',
'#include <defaultnormal_vertex>',
'#include <logdepthbuf_vertex>',
'#include <fog_vertex>',
'#include <shadowmap_vertex>',
Expand Down

0 comments on commit 0b248d1

Please sign in to comment.