MJCF: support for angle units in <compile angle="...">, kill two stdout messages

This commit is contained in:
Oleg Klimov
2017-03-22 21:05:00 +03:00
parent c1e42daa0f
commit 634f4cfdbc
3 changed files with 29 additions and 10 deletions

View File

@@ -414,6 +414,11 @@ void convertURDFToVisualShape(const UrdfShape* visual, const char* urdfPathPrefi
break;
} // case mesh
case URDF_GEOM_PLANE:
// TODO: plane in tiny renderer
// TODO: export visualShapeOut for external render
break;
default:
{
b3Warning("TinyRenderer: unknown visual geometry type %i\n", visual->m_geometry.m_type);