From 4ad10cb6cc5848c2413ba2d683c9e535f1c11004 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 3 Oct 2014 04:27:41 -0700 Subject: [PATCH] fix comment --- examples/newEditEntities.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/examples/newEditEntities.js b/examples/newEditEntities.js index c1627df7a2..de39121e35 100644 --- a/examples/newEditEntities.js +++ b/examples/newEditEntities.js @@ -5,18 +5,7 @@ // Created by Brad Hefta-Gaub on 10/2/14. // Copyright 2014 High Fidelity, Inc. // -// This script allows you to edit models either with the razor hydras or with your mouse -// -// If using the hydras : -// grab grab models with the triggers, you can then move the models around or scale them with both hands. -// You can switch mode using the bumpers so that you can move models around more easily. -// -// If using the mouse : -// - left click lets you move the model in the plane facing you. -// If pressing shift, it will move on the horizontal plane it's in. -// - right click lets you rotate the model. z and x give access to more axes of rotation while shift provides finer control. -// - left + right click lets you scale the model. -// - you can press r while holding the model to reset its rotation +// This script allows you to edit entities with a new UI/UX for mouse and trackpad based editing // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html