버전

menu_open
Wwise SDK 2022.1.18
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를 시작해 보세요