提交 c241d04d 编写于 作者: T Tristan Valcke

Fix wrong div open tag, and remove unnecessary comma in webgl_postprocessing_backgrounds

上级 0ff3a6ae
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
</head> </head>
<body> <body>
<div id="info"> <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> <div id="container"></div>
...@@ -69,7 +70,7 @@ ...@@ -69,7 +70,7 @@
cubeTexturePass: true, cubeTexturePass: true,
cubeTexturePassOpacity: 1.0, cubeTexturePassOpacity: 1.0,
renderPass: true, renderPass: true
//autoRotate: true, //autoRotate: true,
...@@ -279,6 +280,5 @@ ...@@ -279,6 +280,5 @@
} }
</script> </script>
<div>
</body> </body>
</html> </html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册