Noel Cross
Noel Cross
@Larzone24 This is an interesting case that you present. The first clue about what's going on here is the values coming from the acoustic queries. The value of -3,402823E+38 indicates...
@Larzone24 the reason why the front door case is working as shown in the video is because there must be, however minimal, a pathway from the listener to the source...
@ImGreenWolf thanks for reporting this issue. To avoid this issue, please update the following code in the ProjectAcousticsBakeUI plugin to match the following. Sorry for the inconvenience. void AAcousticsDebugRenderer::Tick(float deltaSeconds)...
@MiniJo we thank you for your interest in the project. We sincerely appreciate everyone who has been paying attention to the evolution of the technology. Unfortunately, we are just beginning...
@Lexo783 The terminology that we typically use for sound passing through walls is 'transmission' and you are correct that this is not taken into account when running the propagation simulation...
@Lexo783 no need to be sorry. As for the feature of per-band absorption, research into the best techniques for handling this is ongoing. At this time, we don't have a...
@TirushOne Yes, Unreal Swarm is something that we did look into about a year ago. If we do support a distributed local computation system, we are considering using Incredibuild or...
@apriltmu Can you check to see if the initialization routine completed successfully? if (!TritonPreprocessor_MaterialLibrary_CreateFromFile(TCHAR_TO_ANSI(*filename), &m_Handle)) { return false; } - or - if (!TritonPreprocessor_MaterialLibrary_CreateFromMaterials(materials.GetData(), materials.Num(), &m_Handle)) { return false; }...
@chentiannan While I don't know what's going on, from looking at the log, it appears that there is something problematic with the base project itself. Maybe you are loading the...
@240db thanks for your interest in Project Acoustics. The simulation engine currently doesn't support any per-band properties for absorption although this is a common request so I'm confident that the...