Skip to content

Commit

Permalink
Fix wrong div open tag, and remove unnecessary comma in webgl_postpro…
Browse files Browse the repository at this point in the history
…cessing_backgrounds
  • Loading branch information
Itee committed Nov 16, 2016
1 parent 0ff3a6a commit c241d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/webgl_postprocessing_backgrounds.html
Expand Up @@ -30,7 +30,8 @@
</head>
<body>
<div id="info">
<a href="http://threejs.org" target="_blank">three.js</a> - Backgrounds: ClearPass, TexturePass and CubeTexturePass by <a href="https://clara.io" target="_blank">Ben Houston</a></div>
<a href="http://threejs.org" target="_blank">three.js</a> - Backgrounds: ClearPass, TexturePass and CubeTexturePass by <a href="https://clara.io" target="_blank">Ben Houston</a>
</div>

<div id="container"></div>

Expand Down Expand Up @@ -69,7 +70,7 @@
cubeTexturePass: true,
cubeTexturePassOpacity: 1.0,

renderPass: true,
renderPass: true

//autoRotate: true,

Expand Down Expand Up @@ -279,6 +280,5 @@
}

</script>
<div>
</body>
</html>

0 comments on commit c241d04

Please sign in to comment.