- fbx: further work and bugfixes on deformer conversion.

This commit is contained in:
Alexander Gessler
2012-07-26 23:45:07 +02:00
parent d194c83ed8
commit f230ac2f60
4 changed files with 14 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ MeshGeometry::MeshGeometry(uint64_t id, const Element& element, const std::strin
cursor = 0;
BOOST_FOREACH(int index, tempFaces) {
const int absi = index < 0 ? (-index - 1) : index;
mappings[mapping_offsets[absi] + mapping_counts[absi]++] = cursor;
mappings[mapping_offsets[absi] + mapping_counts[absi]++] = cursor++;
}
// if settings.readAllLayers is true: