版本
menu_open
警告:系统已根据您所用大版本 (2023.1.4.8496) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2023.1.4
Radial Emitters

A Radial Emitter is an emitting game object, set with non-zero inner or outer radii, that simulates sound emitting from a spherical volume of space. The inner and outer radii are set with AK::SpatialAudio::SetGameObjectRadius(). Otherwise, the game object acts as a point source.

Game Object Spread

The two radii drive a position-driven spread value that applies to the sounds emitted by the game object. When using a Radial Emitter, it is not necessary to define a spread curve in the Attenuation of the sound.

备注: If a game object has a spread curve defined in an Attenuation ShareSet, the spread curve takes precedence over the game object's radial extent passed into AK::SpatialAudio::SetGameObjectRadius.

The spread is calculated as follows:

  • If the listener is outside the outer radius, the spread is defined by the area that the sphere occupies in the listener field of view.
  • When the listener intersects the outer radius, the spread is exactly 50%.
  • When the listener is between the inner and outer radii, the spread interpolates linearly from 50% to 100% as the listener transitions from the outer radius towards the inner radius.
  • If the listener is inside the inner radius, the spread is 100%.

Distance to a Radial Emitter

The inner radius is also used to calculate the distance between the listener and the radial emitter. The distance sent to the Attenuation of the sound is the distance between the listener's position and the closest point on the surface of the inner radius sphere. In the Game Object 3D Viewer, a plus sign icon indicates the virtual position of the radial emitter.

Volumetric Emitter

Combine multipositioned Radial Emitters to simulate a volumetric sound source of any shape. An example is available in the Wwise Audio Lab sample game where the ocean sound is created with a volumetric emitter that follows the shape of the shore.

参见

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅