// index of the vertex index list
unsigned int iProperty = 0xFFFFFFFF;
PLY::EDataType eType = EDT_Char;
- bool bIsTristrip = false;
+ bool bIsTriStrip = false;
// index of the material index property
unsigned int iMaterialIndex = 0xFFFFFFFF;
if (!(*a).bIsList)continue;
iProperty = _a;
bOne = true;
- bIsTristrip = true;
+ bIsTriStrip = true;
eType = (*a).eType;
break;
}
// check whether we have at least one per-face information set
if (pcList && bOne)
{
- if (!bIsTristrip)
+ if (!bIsTriStrip)
{
pvOut->reserve(pcList->alInstances.size());
for (std::vector<ElementInstance>::const_iterator i = pcList->alInstances.begin();