if (_optimizeMeshes) {
final VertMap map = GeometryTool.minimizeVerts(triMesh, _optimizeSettings);
_dataCache.setMeshVertMap(triMesh, map);
}
triMesh.updateModelBound();
return triMesh;
}
public Line buildMeshLines(final Element colladaGeometry, final Element lines) {