Nathan Jenkins edited figures/three/index3.html  about 11 years ago

Commit id: c889951e83f82a93ae9599a0afb730b07e3d6c1d

deletions | additions      

       

mesh = new THREE.Mesh( geometry, material );  console.info(mesh);  mesh.speed = {x:0.0, y:0.0};  mesh.position.y = 200;  console.info(mesh);  scene.add( mesh );