diff --git a/examples/particle_explorer/index.html b/examples/particle_explorer/index.html index 9dd0a06dbd..1772423d02 100644 --- a/examples/particle_explorer/index.html +++ b/examples/particle_explorer/index.html @@ -2,8 +2,8 @@ // main.js // // -// Created by James B. Pollack @imgntnon 9/26/2015 -// Copyright 2014 High Fidelity, Inc. +// Created by James B. Pollack @imgntn on 9/26/2015 +// Copyright 2015 High Fidelity, Inc. // // Loads dat.gui, underscore, and 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. @@ -11,7 +11,6 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -// todo: folders, color pickers, animation settings, scale gui width with window resizing --> diff --git a/examples/particle_explorer/main.js b/examples/particle_explorer/main.js index 3db6fe8f58..b08823acc3 100644 --- a/examples/particle_explorer/main.js +++ b/examples/particle_explorer/main.js @@ -10,7 +10,6 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -// todo: quaternion folders, color pickers, read-only properties, animation settings and other nested objects, scale gui width with window resizing /*global window, EventBridge, dat, convertBinaryToBoolean, listenForSettingsUpdates,createVec3Folder,createQuatFolder,writeVec3ToInterface,writeDataToInterface*/ var Settings = function() { diff --git a/examples/particle_explorer/particleExplorer.js b/examples/particle_explorer/particleExplorer.js index 36751001a1..962e2a356e 100644 --- a/examples/particle_explorer/particleExplorer.js +++ b/examples/particle_explorer/particleExplorer.js @@ -11,7 +11,7 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -// todo: folders, color pickers, animation settings, scale gui width with window resizing +// todo: color pickers,scale gui width with window resizing // /*global print, WebWindow, MyAvatar, Entities, AnimationCache, SoundCache, Scene, Camera, Overlays, HMD, AvatarList, AvatarManager, Controller, UndoStack, Window, Account, GlobalServices, Script, ScriptDiscoveryService, LODManager, Menu, Vec3, Quat, AudioDevice, Paths, Clipboard, Settings, XMLHttpRequest, randFloat, randInt */