mass replacement of js of hifi with examples

This commit is contained in:
Stephen Birarda 2014-04-08 17:56:56 -07:00
parent 5b822dc57c
commit 71c3443614
27 changed files with 31 additions and 28 deletions

View file

@ -1,9 +1,9 @@
// //
// editVoxels.js // editVoxels.js
// hifi // examples
// //
// Created by Philip Rosedale on February 8, 2014 // Created by Philip Rosedale on February 8, 2014
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
// //
// Captures mouse clicks and edits voxels accordingly. // Captures mouse clicks and edits voxels accordingly.
// //
@ -15,6 +15,9 @@
// //
// Click and drag to create more new voxels in the same direction // Click and drag to create more new voxels in the same direction
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
var windowDimensions = Controller.getViewportDimensions(); var windowDimensions = Controller.getViewportDimensions();

View file

@ -1,6 +1,6 @@
// //
// findParticleExample.js // findParticleExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/24/14. // Created by Brad Hefta-Gaub on 1/24/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// flockingBirds.js // flockingBirds.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 3/4/14. // Created by Brad Hefta-Gaub on 3/4/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// globalCollisionsExample.js // globalCollisionsExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/29/14. // Created by Brad Hefta-Gaub on 1/29/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// gun.js // gun.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 12/31/13. // Created by Brad Hefta-Gaub on 12/31/13.
// Modified by Philip on 3/3/14 // Modified by Philip on 3/3/14

View file

@ -1,6 +1,6 @@
// //
// hideAvatarExample.js // hideAvatarExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/28/14. // Created by Brad Hefta-Gaub on 1/28/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// hydraMove.js // hydraMove.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/10/14. // Created by Brad Hefta-Gaub on 2/10/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// includeExample.js // includeExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 3/24/14 // Created by Brad Hefta-Gaub on 3/24/14
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright (c) 2013 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// inspect.js // inspect.js
// hifi // examples
// //
// Created by Clément Brisset on March 20, 2014 // Created by Clément Brisset on March 20, 2014
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// lookAtExample.js // lookAtExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/6/14. // Created by Brad Hefta-Gaub on 2/6/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// lookWithMouse.js // lookWithMouse.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/28/14. // Created by Brad Hefta-Gaub on 1/28/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// lookWithTouch.js // lookWithTouch.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/28/14. // Created by Brad Hefta-Gaub on 1/28/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// menuExample.js // menuExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/24/14 // Created by Brad Hefta-Gaub on 2/24/14
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright (c) 2013 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// multitouchExample.js // multitouchExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/9/14. // Created by Brad Hefta-Gaub on 2/9/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// overlaysExample.js // overlaysExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/14/14. // Created by Brad Hefta-Gaub on 2/14/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// paintGun.js // paintGun.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 12/31/13. // Created by Brad Hefta-Gaub on 12/31/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright (c) 2013 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// particleBird.js // particleBird.js
// hifi // examples
// //
// This sample script moves a voxel around like a bird and sometimes makes tweeting noises // This sample script moves a voxel around like a bird and sometimes makes tweeting noises
// //

View file

@ -1,6 +1,6 @@
// //
// particleModelExample.js // particleModelExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/28/14. // Created by Brad Hefta-Gaub on 1/28/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// rayPickExample.js // rayPickExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/6/14. // Created by Brad Hefta-Gaub on 2/6/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// ribbon.js // ribbon.js
// hifi // examples
// //
// Created by Andrzej Kapolka on 2/24/14. // Created by Andrzej Kapolka on 2/24/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// rideAlongWithAParticleExample.js // rideAlongWithAParticleExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/24/14. // Created by Brad Hefta-Gaub on 1/24/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// seeingVoxelsExample.js // seeingVoxelsExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/26/14 // Created by Brad Hefta-Gaub on 2/26/14
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// audioDeviceExample.js // audioDeviceExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 3/22/14 // Created by Brad Hefta-Gaub on 3/22/14
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright (c) 2013 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// settingsExample.js // settingsExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 3/22/14 // Created by Brad Hefta-Gaub on 3/22/14
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright (c) 2013 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// spaceInvadersExample.js // spaceInvadersExample.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/30/14. // Created by Brad Hefta-Gaub on 1/30/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// toyball.js // toyball.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 1/20/14. // Created by Brad Hefta-Gaub on 1/20/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// voxelDrumming.js // voxelDrumming.js
// hifi // examples
// //
// Created by Brad Hefta-Gaub on 2/14/14. // Created by Brad Hefta-Gaub on 2/14/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.