Searched refs:decayRatio (Results 1 – 10 of 10) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_Sound3DActor.cpp | 142 param.decayRatio = p.decayRatio; in SetupSound()
|
| D | snd_Sound3DCalculator.cpp | 77 actorParam.decayRatio, in CalcVolumeAndPriority() 248 f32 decayRatio, in CalcVolumeAndPriorityImpl() argument 267 volume = std::powf( decayRatio, ( actorDistance - maxVolumeDistance ) / unitDistance ); in CalcVolumeAndPriorityImpl() 270 … volume = 1.0f - ( actorDistance - maxVolumeDistance ) / unitDistance * ( 1.0f - decayRatio ); in CalcVolumeAndPriorityImpl()
|
| D | snd_Sound3DManager.cpp | 298 decayRatio( 0.5f ), in Sound3DParam()
|
| D | snd_SoundArchiveFileReader.cpp | 358 info->decayRatio = sound3dInfo->decayRatio; in ReadSound3DInfo()
|
| D | snd_HioSoundArchive.cpp | 192 info3d.decayRatio, info3d.decayCurve, info3d.dopplerFactor, in LoadHeader()
|
| D | snd_RomSoundArchive.cpp | 305 info3d.decayRatio, info3d.decayCurve, info3d.dopplerFactor, in LoadHeader()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_Sound3DManager.h | 86 f32 decayRatio; member
|
| D | snd_Sound3DCalculator.h | 194 f32 decayRatio,
|
| D | snd_SoundArchive.h | 185 f32 decayRatio; //!< 3D 減衰率です。 member
|
| D | snd_SoundArchiveFile.h | 338 ut::ResF32 decayRatio; // 減衰率 member
|