MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / CopyVertCollapse

Method CopyVertCollapse

Source/Graphics/model.cpp:2189–2192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2187}
2188
2189void Model::CopyVertCollapse(const Model &source_model) {
2190 RearrangeVertices(*this, source_model.precollapse_vert_reorder);
2191 RearrangeVertices(*this, source_model.optimize_vert_reorder);
2192}
2193
2194struct VertData {
2195 int cache_pos;

Callers 2

LoadModelAsMorphMethod · 0.80
LoadMethod · 0.80

Calls 1

RearrangeVerticesFunction · 0.85

Tested by

no test coverage detected