MJCF: support for "axisangle", small code improvements

This commit is contained in:
Oleg Klimov
2017-04-06 04:25:56 +03:00
parent 49eda303bc
commit 1524004aa8
3 changed files with 30 additions and 26 deletions

View File

@@ -526,7 +526,7 @@ void TinyRendererVisualShapeConverter::convertVisualShapes(
}
else
{
// We have to see something, take collision shape. Useful for MuJoCo xml, where there is not visual shape.
// We have to see something, take collision shape. Useful for MuJoCo xml, where there are no explicit visual shapes.
useVisual = false;
cnt = linkPtr->m_collisionArray.size();
}