Skip to content

Commit

Permalink
https://github.com/KhronosGroup/glTF/issues/201
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrobinet committed Jan 31, 2014
1 parent b1213b5 commit d320a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converter/COLLADA2GLTF/COLLADA2GLTFWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,9 @@ namespace GLTF

bufferViewsObject->setValue(indicesBufferView->getID(), bufferViewIndicesObject);
bufferViewsObject->setValue(verticesBufferView->getID(), bufferViewVerticesObject);
//if (animationLength > 0) {
if (animationLength > 0) {
bufferViewsObject->setValue(genericBufferView->getID(), bufferViewGenericObject);
//}
}
if (compressionLength > 0) {
bufferViewsObject->setValue(compressionBufferView->getID(), bufferViewCompressionObject);
}
Expand Down

0 comments on commit d320a06

Please sign in to comment.