mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
cleaning th ecode
This commit is contained in:
parent
f0f141a2b4
commit
561a058dc8
1 changed files with 0 additions and 3 deletions
|
@ -1107,9 +1107,6 @@ ExtractedMesh extractMesh(const FBXNode& object, unsigned int& meshIndex) {
|
|||
foreach (const FBXNode& subdata, child.children) {
|
||||
if (subdata.name == "Materials") {
|
||||
materials = getIntVector(subdata);
|
||||
if (materials.size() > 1) {
|
||||
|
||||
}
|
||||
} else if (subdata.name == "MappingInformationType") {
|
||||
if (subdata.properties.at(0) == "ByPolygon") {
|
||||
isMaterialPerPolygon = true;
|
||||
|
|
Loading…
Reference in a new issue