mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
added header to pointer script
This commit is contained in:
parent
7194d4a4da
commit
579c62420d
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
|||
//Dimensions property for lines is the offset of the position
|
||||
// pointer.js
|
||||
// examples
|
||||
//
|
||||
// Created by Eric Levin on May 26, 2015
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Provides a pointer with option to draw on surfaces
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
var lineEntityID = null;
|
||||
var lineIsRezzed = false;
|
||||
|
|
Loading…
Reference in a new issue