mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
added new audio room examples
This commit is contained in:
parent
5bbca785b3
commit
f7f7c18d72
1 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
|||
//
|
||||
// largeHall.js
|
||||
// examples
|
||||
//
|
||||
// Created by Freidrica on 4/1/16.
|
||||
// Copyright 2016 High Fidelity, Inc.
|
||||
//
|
||||
// This entity script invokes reverb upon entering an entity acting as a trigger zone
|
||||
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
(function() {
|
||||
var _this = this;
|
||||
|
||||
|
|
Loading…
Reference in a new issue