overte/examples/defaultScripts.js

14 lines
398 B
JavaScript
Raw Normal View History

2014-04-08 17:54:54 -07:00
//
2014-03-25 00:46:07 -07:00
// defaultScripts.js
2014-04-08 17:54:54 -07:00
// examples
//
// Copyright 2014 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
2014-03-25 00:46:07 -07:00
Script.include("lookWithTouch.js");
Script.include("editVoxels.js");
Script.include("selectAudioDevice.js");
2014-03-25 12:59:57 -07:00
Script.include("hydraMove.js");
Script.include("inspect.js");