menu
 

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

0 投票
In our game we have different collection of objects in the world which will share sound parameters. For example, one collection of objects belongs to one space ship and another belongs collection of objects belongs to a different space ship. I would like to be able to control the RTPCs, or states, or switches for one collection of objects without affecting the parameters of another collection of objects. For example, the sounds generated by a friendly ship will be different to those generated by an enemy ship, even though the objects inside each ship might be similar.

At the moment, we are simply iterating through all the objects on one space ship and setting the parameters accordingly, but I was wondering if there was a way to have a "group of objects" within wise, so that we could just set the parameters on the group rather than individually on the objects in the group?
分类:General Discussion | 用户: Chris D. (100 分)

2 个回答

0 投票
It sounds like such an operation would be better implemented using code on the engine side,

such as adding game objects that are grouped into a certain group to an array and iterating through them every time you need to setRTPCvalue.
用户: Hou Chenzhong (Audiokinetic) (6.0k 分)
0 投票
用户: Balandino Di Donato (580 分)
...