Skip to content

Commit

Permalink
blarg
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Sep 16, 2012
1 parent 7dd15b9 commit 85f096d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions browser/entry.js
Expand Up @@ -6,18 +6,13 @@ function createScene (render) {

var radius = 50, segments = 16, rings = 16;

/*
var sphere = new three.Mesh(
new three.SphereGeometry(radius, segments, rings),
new three.MeshLambertMaterial({
color: 0xCC0000
})
);
scene.add(sphere);
*/

//var m = createMesh();
//scene.add(m);

var pointLight = new three.PointLight(0xFFFFFF);
pointLight.position.x = 10;
Expand Down

0 comments on commit 85f096d

Please sign in to comment.