This commit is contained in:
James B. Pollack 2015-09-26 23:27:24 -07:00
parent 4f7e7e1d5f
commit c60701d49a
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
// //
// main.js // generic.js
// //
// //
// Created by James B. Pollack @imgntnon 9/26/2015 // Created by James B. Pollack @imgntnon 9/26/2015
// Copyright 2014 High Fidelity, Inc. // Copyright 2014 High Fidelity, Inc.
// //
// Web app side of the App - contains GUI. // Web app side of the App - contains GUI.
// Quickly edit the aesthetics of a particle system. This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities. // This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities.
// //
// Distributed under the Apache License, Version 2.0. // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html

View file

@ -1,12 +1,12 @@
// //
// particleExplorer.js // genericProperties.js
// //
// //
// Created by James B. Pollack @imgntnon 9/26/2015 // Created by James B. Pollack @imgntnon 9/26/2015
// Copyright 2014 High Fidelity, Inc. // Copyright 2014 High Fidelity, Inc.
// //
// Interface side of the App. // Interface side of the App.
// Quickly edit the aesthetics of a particle system. This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities. // This is an example of a new, easy way to do two way bindings between dynamically created GUI and in-world entities.
// //
// Distributed under the Apache License, Version 2.0. // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html