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

Method IsUsingCMF

trinity/Resources/TriGeometryRes.cpp:2999–3006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2997}
2998
2999bool TriGeometryRes::IsUsingCMF() const
3000{
3001#if WITH_GRANNY != 1
3002 CCP_ASSERT_M( m_useCMF, "TriGeometryRes: Some place was about to take the granny code path, even though it's disabled! Make sure to use CMF!" );
3003 return true;
3004#endif
3005 return m_useCMF;
3006}
3007
3008const cmf::Data* TriGeometryRes::GetCMFData() const
3009{

Callers 1

PrepareFromGrannyResMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected