mirror of
https://github.com/lubosz/overte.git
synced 2025-08-28 05:56:24 +02:00
Add headers to line.js and lineExample.js
This commit is contained in:
parent
983c551ce3
commit
2cd2af2b13
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
//
|
||||
// lineExample.js
|
||||
// examples/example
|
||||
//
|
||||
// Created by Ryan Huffman on October 27, 2015
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
Script.include("../libraries/line.js");
|
||||
|
||||
var basePosition = MyAvatar.position;
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
//
|
||||
// line.js
|
||||
// examples/libraries
|
||||
//
|
||||
// Created by Ryan Huffman on October 27, 2015
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
function error(message) {
|
||||
print("[ERROR] " + message);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue