Home
last modified time | relevance | path

Searched refs:get_max_dist (Results 1 – 4 of 4) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Dsample_group.cxx309 float max2 = sample->get_max_dist() * sample->get_max_dist(); in update_pos_and_orientation()
H A Dsample.hxx170 inline float get_max_dist() { return _max_dist; } in get_max_dist() function in SGSoundSampleInfo
H A Dsoundmgr_aeonwave.cxx644 TRY( dsp.set(AAX_MAX_DISTANCE, sample->get_max_dist()) ); in update_sample_config()
H A Dsoundmgr_openal.cxx790 alSourcef( source, AL_MAX_DISTANCE, sample->get_max_dist() ); in update_sample_config()