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

Commit id: d79022b1c5aeb064985a1723d6058404b828b14a

deletions | additions      

       

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