Home | History | Annotate | Download | only in spinning-balls

Lines Matching defs:scene

55 var scene = void 0;
57 var scene = void 0;
295 function Scene(width, height) {
316 Scene.prototype.drawPoint = function (x, y, z, color) {
335 Scene.prototype.drawDyingPoints = function () {
338 // Rotate the scene around y-axis.
339 scene.drawPoint(point.x, point.y, point.z, point.color());
352 Scene.prototype.draw = function () {
403 scene.draw();
482 scene = new Scene(640, 480);