Skip to content

Commit

Permalink
Examples: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 30, 2023
1 parent b5e44da commit 966e9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/webgl_postprocessing_hbao.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link type="text/css" rel="stylesheet" href="main.css">
<style>
body {
background-color: #bfe3dd;
background-color: #ffffff;
color: #000;
}
a {
Expand Down Expand Up @@ -56,6 +56,7 @@
container.appendChild( stats.dom );

const renderer = new THREE.WebGLRenderer( { antialias: true } );
// renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
document.body.appendChild( renderer.domElement );

Expand Down

0 comments on commit 966e9fe

Please sign in to comment.