From e4b1b54e005384e5bc072824278e1a3bb9bebb46 Mon Sep 17 00:00:00 2001 From: AlessandroSigna Date: Wed, 11 Nov 2015 12:07:54 -0800 Subject: [PATCH] added header --- .../example/avatarcontrol/handControlledHead.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/examples/example/avatarcontrol/handControlledHead.js b/examples/example/avatarcontrol/handControlledHead.js index 87c24e9a7e..95ad1655ab 100644 --- a/examples/example/avatarcontrol/handControlledHead.js +++ b/examples/example/avatarcontrol/handControlledHead.js @@ -1,6 +1,14 @@ -// handControlledHead.js - -//This script allows you to look around, driving the rotation of the avatar's head by the right hand orientation. +// +// handControlledHead.js +// examples +// +// Created by Alessandro Signa on 10/11/15. +// Copyright 2015 High Fidelity, Inc. +// +// This script allows you to look around, driving the rotation of the avatar's head by the right hand orientation. +// +// Distributed under the Apache License, Version 2.0. +// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html const YAW_MULTIPLIER = 20000; const PITCH_MULTIPLIER = 15000;