MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / PathSimulator

Method PathSimulator

core/src/core/path_simulator.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32bool PathSimulator::sEnablePathsFromAllSourceProbes = false;
33
34PathSimulator::PathSimulator(const ProbeBatch& probes,
35 int numSamples,
36 bool asymmetricVisRange,
37 const Vector3f& down)
38 : mVisTester(numSamples, asymmetricVisRange, down)
39 , mPathFinder(probes, 1)
40{}
41
42bool PathSimulator::isPathOccluded(const SoundPath& path,
43 const IScene& scene,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected