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

Method ReverseIndexBuffers

trinity/Tr2MeshBase.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void Tr2MeshBase::ReverseIndexBuffers()
144{
145 if( auto geometry = GetGeometryResource() )
146 {
147 geometry->RequestReversedIndexBuffers();
148 }
149}
150
151unsigned int Tr2MeshBase::FindJoint( const std::string* boneList, const int numBones, const char* name ) const
152{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected