mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
added header
This commit is contained in:
parent
f40e46957b
commit
e4b1b54e00
1 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue