Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VAUnity
Commits
665fb052
Commit
665fb052
authored
Jan 19, 2017
by
Maurice Tayeb Andreas
Browse files
new demo Table
parent
e0bbe6bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Prefab/DemoTableBand.prefab
0 → 100644
View file @
665fb052
File added
Prefab/TableWithExamples.prefab
View file @
665fb052
No preview for this file type
VAUListener.cs
View file @
665fb052
...
...
@@ -84,7 +84,7 @@ public class VAUListener : MonoBehaviour {
{
if
(
actDistance
>
reverbZone
.
minDistance
)
{
actReverbTime
+=
reverbZone
.
decayTime
*
(
actDistance
-
reverbZone
.
min
Distance
)
/
(
reverbZone
.
maxDistance
-
reverbZone
.
minDistance
);
actReverbTime
+=
reverbZone
.
decayTime
*
(
reverbZone
.
maxDistance
-
act
Distance
)
/
(
reverbZone
.
maxDistance
-
reverbZone
.
minDistance
);
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment