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

Method HasTransparentBatches

trinity/Tr2SkinnedObject.cpp:603–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603bool Tr2SkinnedObject::HasTransparentBatches()
604{
605 if( m_visualModel )
606 {
607 return m_visualModel->HasTransparency();
608 }
609 return false;
610}
611
612void Tr2SkinnedObject::UpdatePerObjectData()
613{

Callers

nothing calls this directly

Calls 1

HasTransparencyMethod · 0.45

Tested by

no test coverage detected