diff --git a/examples/webgl_custom_attributes.html b/examples/webgl_custom_attributes.html index b8e04079162d70ed671c4c056375635df898f330..fab045661ffe6b1015a86feeb576a613673e776f 100644 --- a/examples/webgl_custom_attributes.html +++ b/examples/webgl_custom_attributes.html @@ -22,7 +22,7 @@ padding: 5px; z-index:100; } - + @@ -44,10 +44,10 @@ varying vec3 vNormal; varying vec2 vUv; - + void main() { - vNormal = normal; + vNormal = normal; vUv = ( 0.5 + amplitude ) * uv + vec2( amplitude ); vec3 newPosition = position + amplitude * normal * vec3( displacement ); @@ -56,12 +56,12 @@ } - + - - + +