From 8609129228b3ad1855cf7d27c19e98f3311501f4 Mon Sep 17 00:00:00 2001 From: bwent Date: Fri, 14 Aug 2015 17:07:01 -0700 Subject: [PATCH] fix header --- examples/example/solarsystem.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/examples/example/solarsystem.js b/examples/example/solarsystem.js index 0a16bf52f7..7b9967b001 100644 --- a/examples/example/solarsystem.js +++ b/examples/example/solarsystem.js @@ -1,17 +1,11 @@ // // solarsystem.js -// games +// example // // Created by Bridget Went, 5/28/15. // Copyright 2015 High Fidelity, Inc. // -// The start to a project to build a virtual physics classroom to simulate the solar system, gravity, and orbital physics. -// - A sun with oribiting planets is created in front of the user -// - UI elements allow for adjusting the period, gravity, trails, and energy recalculations -// - Click "PAUSE" to pause the animation and show planet labels -// - In this mode, double-click a planet label to zoom in on that planet -// -Double-clicking on earth label initiates satellite orbiter game -// -Press "TAB" to toggle back to solar system view +// A project to build a virtual physics classroom to simulate the solar system, gravity, and orbital physics. // // // Distributed under the Apache License, Version 2.0. @@ -500,4 +494,4 @@ CreateSimulation = function() { CreateSimulation(); Script.update.connect(update); -Script.scriptEnding.connect(scriptEnding); \ No newline at end of file +Script.scriptEnding.connect(scriptEnding);