| 32 | bool PathSimulator::sEnablePathsFromAllSourceProbes = false; |
| 33 | |
| 34 | PathSimulator::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 | |
| 42 | bool PathSimulator::isPathOccluded(const SoundPath& path, |
| 43 | const IScene& scene, |
nothing calls this directly
no outgoing calls
no test coverage detected