mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
update
This commit is contained in:
parent
f7f7c18d72
commit
048d745af9
2 changed files with 16 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
var _this = this;
|
||||
|
||||
Script.include("http://public.highfidelity.io/scripts/utilities/tools/cookies.js");
|
||||
print("EBL PRELOADING NEW VERSION ")
|
||||
print("EBL PRELOADING NEW VERSION ")
|
||||
var audioOptions = new AudioEffectOptions({
|
||||
bandwidth: 7000,
|
||||
preDelay: 80,
|
||||
|
@ -123,7 +123,7 @@ var parameters = [
|
|||
|
||||
_this.leaveEntity = function(entityID) {
|
||||
print('EBL I am outsidee');
|
||||
panel.destroy();
|
||||
panel.destroy();
|
||||
AudioDevice.setReverb(false);
|
||||
print("Reverb is OFF.");
|
||||
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
//
|
||||
// smallRoom.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