MCPcopy Create free account
hub / github.com/carbonengine/trinity / Reload

Method Reload

trinity/Resources/TriGeometryRes.cpp:1818–1827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1816}
1817
1818void TriGeometryRes::Reload()
1819{
1820 CancelPendingLoad();
1821 NotifyReleaseCachedData();
1822#if WITH_GRANNY
1823 ClearGrannyData();
1824#endif
1825 ClearCMFData();
1826 BlueAsyncRes::Reload();
1827}
1828
1829TriGeometryResSkeletonData::TriGeometryResSkeletonData() :
1830 m_joints( "TriGeometryResSkeletonData/m_joints" )

Callers 4

SetMinimumModelLODMethod · 0.45
ReloadShadersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected