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
// hifi
// examples
//
// 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.
//
@ -15,6 +15,9 @@
//
// 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();

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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