MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / deleteImposterCacheTextures

Method deleteImposterCacheTextures

Engine/source/ts/tsLastDetail.cpp:551–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void TSLastDetail::deleteImposterCacheTextures()
552{
553 const String diffuseMap = _getDiffuseMapPath();
554 if ( diffuseMap.length() )
555 dFileDelete( diffuseMap );
556
557 const String normalMap = _getNormalMapPath();
558 if ( normalMap.length() )
559 dFileDelete( normalMap );
560}
561
562void TSLastDetail::updateImposterImages( bool forceUpdate )
563{

Callers 2

removeImposterMethod · 0.80
removeDetailMethod · 0.80

Calls 2

dFileDeleteFunction · 0.50
lengthMethod · 0.45

Tested by

no test coverage detected