mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:17:29 +02:00
cleaning th ecode
This commit is contained in:
parent
30900cb802
commit
dcedcc2fa6
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) {
|
foreach (const FBXNode& subdata, child.children) {
|
||||||
if (subdata.name == "Materials") {
|
if (subdata.name == "Materials") {
|
||||||
materials = getIntVector(subdata);
|
materials = getIntVector(subdata);
|
||||||
if (materials.size() > 1) {
|
|
||||||
|
|
||||||
}
|
|
||||||
} else if (subdata.name == "MappingInformationType") {
|
} else if (subdata.name == "MappingInformationType") {
|
||||||
if (subdata.properties.at(0) == "ByPolygon") {
|
if (subdata.properties.at(0) == "ByPolygon") {
|
||||||
isMaterialPerPolygon = true;
|
isMaterialPerPolygon = true;
|
||||||
|
|
Loading…
Reference in a new issue