menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 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 포인트) 로 부터
...