﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3AUni-Verse%2FUVAS</id>
	<title>Extensions:Uni-Verse/UVAS - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3AUni-Verse%2FUVAS"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/UVAS&amp;action=history"/>
	<updated>2026-05-01T08:36:29Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/UVAS&amp;diff=55126&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/UVAS&amp;diff=55126&amp;oldid=prev"/>
		<updated>2018-06-28T17:51:46Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 17:51時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/UVAS&amp;diff=55125&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones bot: Bot: Fixing redirects</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:Uni-Verse/UVAS&amp;diff=55125&amp;oldid=prev"/>
		<updated>2010-05-26T18:57:21Z</updated>

		<summary type="html">&lt;p&gt;Bot: Fixing redirects&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.4|prevpage|nextpage}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
The purpose of this document is to provide user's guide for Uni-Verse Acoustic Simulation (UVAS), which is a computer software for room acoustic simulation. The UVAS can be used with other Uni-Verse tools for creating acoustic simulations and interactive spatial audio environments from dynamic 3D geometries.&lt;br /&gt;
&lt;br /&gt;
The UVAS is closely related to the [[Extensions:Uni-Verse/Uni-Verse Sound Renderer|Uni-Verse Sound Renderer]]. UVAS does the modelling of sound propagation in the given geometry. The instructions how to render the audio environment is sent through Uni-Verse Sound Rendering Protocol (UVSRP) to the Uni-Verse Sound Renderer. The renderer is the back end for a chain of acoustic simulation modules and reproduces the sound for the listener using loudspeakers or headphones.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
The installation procedure is depending on the operating system, but the general requirements and building instruction are given in this section is valid on the Linux platform.&lt;br /&gt;
&lt;br /&gt;
=== Supported operating systems ===&lt;br /&gt;
UVAS currently only works in Linux. It should be relativly easy to build UVAS on Windows using [http://www.cygwin.com/ Cygwin] as earlier versions of UVAS has been running on this platform. &lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
&lt;br /&gt;
Some other software libraries are required to build the Acoustic Simulation module. On most operating systems, most of these libraries are shared or dynamic libraries which must be installed at proper locations.&lt;br /&gt;
&lt;br /&gt;
The dependencies are: &lt;br /&gt;
&lt;br /&gt;
;Pthread &lt;br /&gt;
:POSIX thread libraries are native in Unix and Linux distributions, but not in Windows. However, they can be found as [http://sourceware.org/pthreads-win32/ open source]. &lt;br /&gt;
&lt;br /&gt;
;Verse &lt;br /&gt;
:Of course, the Verse library is required to build the Acoustic Simulation module. More information can be found at the [http://verse.blender.org/ Verse main site]. &lt;br /&gt;
&lt;br /&gt;
;OpenGL &lt;br /&gt;
:This library is needed for the graphical display. It is commonly used on many operating systems and might be already installed. More information can be found at [http://www.opengl.org/ OpenGL's official site]. &lt;br /&gt;
&lt;br /&gt;
;GLU &lt;br /&gt;
:This is a third party utility library for OpenGL which is used to simplify some tasks related to graphics. More information can be found at [http://www.opengl.org/ OpenGL's official site]. &lt;br /&gt;
&lt;br /&gt;
;GLUT &lt;br /&gt;
:This is OpenGL Utility Toolkit by Mark Kilgard. More information can be found at [http://www.opengl.org/ OpenGL's official site].&lt;br /&gt;
&lt;br /&gt;
;CppUnit&lt;br /&gt;
:CppUnit is a unit testing framework for C++. More information and the sources can be found at:  the [http://cppunit.sourceforge.net/cppunit-wiki CppUnit homepage].&lt;br /&gt;
&lt;br /&gt;
;TNT&lt;br /&gt;
:The Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. More information and the sources can be found at: the [http://math.nist.gov/tnt/index.html TNT homepage].&lt;br /&gt;
&lt;br /&gt;
;JAMA/C++&lt;br /&gt;
:JAMA/C++: a translation of the Java Matrix Library, developed by the Mathworks and NIST, into C++. More information and the sources can be found at: the [http://math.nist.gov/tnt/index.html TNT homepage].&lt;br /&gt;
&lt;br /&gt;
;GPC&lt;br /&gt;
:The University of Manchester General Polygon Clipper (GPC) library. More information and the sources can be obtained at: the [http://www.cs.man.ac.uk/~toby/alan/software/ GPC home page]. The files from the GPC distribution is included in the source distribution of UVAS.&lt;br /&gt;
&lt;br /&gt;
;SGIGLU&lt;br /&gt;
: Incoperated example code from the SGI GLU implementation. This code is included in the UVAS release.&lt;br /&gt;
&lt;br /&gt;
=== Building UVAS ===&lt;br /&gt;
The source can be downloaded from: [[Image:Uni-Verse-Uvas_1_0_0_src.tgz|sources]].&lt;br /&gt;
&lt;br /&gt;
Unpacking the distribution file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   $ tar xzf uvas_1_0_0_src.tgz&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create the &amp;lt;code&amp;gt;uvas_1_0_0&amp;lt;/code&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
To build UVAS change the working directory to &amp;lt;code&amp;gt;$uvas_1_0_0/src&amp;lt;/code&amp;gt;. Before you start to build UVAS check the paths varables in the Makefile. To start the buld process type: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;   &lt;br /&gt;
   $ make&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running UVAS ==&lt;br /&gt;
To run UVAS in normal cases a verse server must be attached to the fornt-end using the ''-v'' option and to get any audible result a audio renderer must be attached to the back-end using the ''-u'' option.&lt;br /&gt;
&lt;br /&gt;
=== Comand-line syntax ===&lt;br /&gt;
Comand-line syntax is: &lt;br /&gt;
&lt;br /&gt;
    $ uvas &amp;lt;nowiki&amp;gt;[options]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The options are:&lt;br /&gt;
;-a &amp;lt;nowiki&amp;gt;&amp;lt;integer&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:The number candidates tested for each new partition in the BSP tree.&lt;br /&gt;
&lt;br /&gt;
;-B&lt;br /&gt;
:Sets the program to Beam-tracing mode. this is the default. Can not be use together with -P.&lt;br /&gt;
&lt;br /&gt;
;-d&lt;br /&gt;
:Show graphics window, plots a visual interactive representation of the scene.&lt;br /&gt;
&lt;br /&gt;
;-e&lt;br /&gt;
:Print a trace of events at the back-end in to the standard output&lt;br /&gt;
&lt;br /&gt;
;-l &amp;lt;nowiki&amp;gt;&amp;lt;integer&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Set the trace level. Value greater that zero cause a trace of the program execution to be printed to the standard output. The higher value the more will be traced. Warning, setting this option can generate a huge amount of data.&lt;br /&gt;
&lt;br /&gt;
;-M&lt;br /&gt;
:Filter out all geometry without any acoustic materials attached. (Only materials with names containing “##” are considered as acoustic materials)&lt;br /&gt;
&lt;br /&gt;
;-o &amp;lt;nowiki&amp;gt;&amp;lt;integer&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Sets the maximum order of reflection in the simulation, default is 2.&lt;br /&gt;
&lt;br /&gt;
;-p &amp;lt;nowiki&amp;gt;&amp;lt;real&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Maximum length of refection paths, default is 50.&lt;br /&gt;
&lt;br /&gt;
;-P&lt;br /&gt;
:Set program to Perceptual simulation mode, can not be used at the same time as -B.&lt;br /&gt;
&lt;br /&gt;
;-q &amp;lt;nowiki&amp;gt;&amp;lt;integer&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Sets the maximum number of transmissions in a reflection path, default is 4.&lt;br /&gt;
&lt;br /&gt;
;-r &amp;lt;nowiki&amp;gt;&amp;lt;real&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Set the approximate frame rate of the simulation, in frames per second, default is 30.&lt;br /&gt;
&lt;br /&gt;
;-T &amp;lt;nowiki&amp;gt;&amp;lt;real&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Set the tolerance for clustering of plans in the BSP tree, default is 0.03.&lt;br /&gt;
&lt;br /&gt;
;-u &amp;lt;nowiki&amp;gt;&amp;lt;ip address[:port]&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Direct the output to an audio renderer, default is to use no renderer.&lt;br /&gt;
&lt;br /&gt;
;-v &amp;lt;nowiki&amp;gt;&amp;lt;ip address[:port]&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Verse server to load the simulated world from.&lt;br /&gt;
&lt;br /&gt;
=== Key Commands ===&lt;br /&gt;
The major use of key commands in UVAS is for the navigation in the visualisation window.    &lt;br /&gt;
N.B. the key commands are in effect only when the graphics window is visible and focused, UVAS must have been started with the ''-d'' option.&lt;br /&gt;
&lt;br /&gt;
The navigation is in Quake style.&lt;br /&gt;
&lt;br /&gt;
==== Navigation ====&lt;br /&gt;
;{{Shortcut|w}}&lt;br /&gt;
:forward&lt;br /&gt;
&lt;br /&gt;
;{{Shortcut|s}}&lt;br /&gt;
:backward&lt;br /&gt;
&lt;br /&gt;
;{{Shortcut|a}}&lt;br /&gt;
:step left&lt;br /&gt;
&lt;br /&gt;
;{{Shortcut|d}}&lt;br /&gt;
:step right&lt;br /&gt;
&lt;br /&gt;
;{{shortcut|mmb}}&lt;br /&gt;
:steering the direction with mouse movents&lt;br /&gt;
&lt;br /&gt;
;{{shortcut|lmb}}&lt;br /&gt;
:fast movements foreward and backwards.&lt;br /&gt;
&lt;br /&gt;
;{{shortcut|rmb}}&lt;br /&gt;
:popup menu&lt;br /&gt;
&lt;br /&gt;
==== Clipping plane ====&lt;br /&gt;
;{{Shortcut|c}}&lt;br /&gt;
:toggle clipping plane&lt;br /&gt;
&lt;br /&gt;
;{{shortcut|shift|lmb}}&lt;br /&gt;
:moves the clipping plane with mouse (left-right)&lt;br /&gt;
&lt;br /&gt;
;{{shortcut|ctrl|lmb}}&lt;br /&gt;
:rotate the clipping plane with mouse, left-right movement rotates around vertical axis, up-down rotates around horizontal axis.&lt;br /&gt;
&lt;br /&gt;
[[Category:Script]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones bot</name></author>
		
	</entry>
</feed>