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

Method ReverseIndexBuffers

trinity/Tr2Mesh.cpp:235–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void Tr2Mesh::ReverseIndexBuffers()
236{
237 if( m_geometryResource )
238 {
239 m_geometryResource->RequestReversedIndexBuffers();
240 }
241 if( m_lowResGeometryResource )
242 {
243 m_lowResGeometryResource->RequestReversedIndexBuffers();
244 }
245}
246
247std::vector<std::string>* Tr2Mesh::GetMorphTargetNames() const
248{

Callers 2

SetReversedMethod · 0.45
UpdateSyncronousMethod · 0.45

Calls 1

Tested by

no test coverage detected