menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
Does CalcOcclusionAndVirtualPositions take GeometrySets into account, or does it only look at rooms and portals?

I'm trying to figure out whether I need to calculate obstruction and occlusion myself, or if I can get the spatial audio plugin to do it for me. :)
分类:General Discussion | 用户: Evan T. (290 分)

2 个回答

+1 投票
 
已采纳
In short, yes you need to determine yourself if a sound is occluded/obstructed via a ray cast or some other means.  We do not yet do emitter-listener visibility checks via the geometry sets, however this is something we may look into for a future release. The purpose of this funciton is mostly to position the sound, when it is behind portals, in the correct place via "virtual positions", but also provides some occlusion values based on the number of enabled portals vs total portals, connected to the room.  You call the function after having already failed the visibility check.

In the future, this somewhat awkward function will most likely be deprecated in favor of internal positioning of the sound emitter.
用户: Nathan H. (840 分)
采纳于 用户:Evan T.
0 投票
Apparently not.
用户: Evan T. (290 分)
...