버전

    기타 문서

menu_open
Wwise SDK 2018.1.11
AkPropagationPathInfo Struct Reference

Structure for retrieving information about the sound propagation paths that have been calculated via the rooms and portals API. Useful for debug draw applications. More...

Public Attributes

AkVector  nodePoint [kMaxNodes]
  Nodes in the path; they repreent vertices within the bounds of a portal's opening. More...
 
AkPortalID  portals [kMaxNodes]
  ID of the portal's that the path passes through. portal[0] is the portal closest to the listener; portal[numNodes-1] is the portal closest to the emitter. More...
 
AkRoomID  rooms [kMaxNodes+1]
  ID's of the rooms that the path passes through. There is always one more room than portal. room[0] is the listener's room; the emitters room is room[numNodes]. More...
 
AkUInt32  numNodes
  Represents the number of valid nodes in nodePoint[] and the number of valid portals in portals[]. The number of rooms in rooms[] is numNodes+1. There is always one more room than portal. More...
 
AkReal32  length
  The sum of all straight line path segments, including the segment from the listener to nodePoint[0], between each subsequent nodePoint, and from nodePoint[numNodes-1] to the emitter. More...
 
AkReal32  gain
  The cumulative gain (linear) of all portals traversed. More...
 
AkReal32  dryDiffraction
  The dry diffraction amount is normalized in the range [0,1], and calculated from the maximum deviation angle from a straight line, of all angles at each nodePoint. Can be thought of as how. More...
 
AkReal32  wetDiffraction
 

Static Public Attributes

static const AkUInt32  kMaxNodes = AK_MAX_SOUND_PROPAGATION_DEPTH
  Defines the maximum number of nodes that a user can retrieve information about. Longer paths will be truncated. More...
 

Detailed Description

Structure for retrieving information about the sound propagation paths that have been calculated via the rooms and portals API. Useful for debug draw applications.

Definition at line 313 of file AkSpatialAudio.h.


The documentation for this struct was generated from the following file:

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요