Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemann16 committed Feb 17, 2021
1 parent bbb441f commit 09cfe77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/draco/io/DracoWriter.cpp
Expand Up @@ -238,7 +238,9 @@ void DracoWriter::parseDimensions(BasePointTable &table)
}
}

//add dimensions that should be there with zero fill
//add dimensions that should be there (eg POSITION = X, Y, Z) with zero fill
//If a dimension isn't specified, but is necessary for multi-dimensional
//Geometry Attributes, fill it with zeros
for (auto &dimInfo: m_dims) {
int numDims = dimInfo.pdalDims.size();
auto idList = getDimensions(dimInfo.dracoAtt);
Expand Down

0 comments on commit 09cfe77

Please sign in to comment.