MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setDistanceModel

Method setDistanceModel

Engine/source/sfx/sfxSystem.cpp:1019–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017//-----------------------------------------------------------------------------
1018
1019void SFXSystem::setDistanceModel( SFXDistanceModel model )
1020{
1021 const bool changed = ( model != mDistanceModel );
1022
1023 mDistanceModel = model;
1024 if( mDevice && changed )
1025 mDevice->setDistanceModel( model );
1026}
1027
1028//-----------------------------------------------------------------------------
1029

Callers 4

createDeviceMethod · 0.45
sfxSystem.cppFile · 0.45
unpackUpdateMethod · 0.45
onAddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected