Skip to content

Commit 75224f2

Browse files
committedFeb 21, 2014
Added missing setClearColor() in css3d_sandbox example.
1 parent 891af59 commit 75224f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎examples/css3d_sandbox.html

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
scene.add( mesh );
5858

5959
renderer = new THREE.CanvasRenderer();
60+
renderer.setClearColor( 0xffffff );
6061
renderer.setSize( window.innerWidth, window.innerHeight );
6162
document.body.appendChild( renderer.domElement );
6263

0 commit comments

Comments
 (0)