191192193194195196197198199200201
GeometryTool.minimizeVerts(points, EnumSet.noneOf(MatchCondition.class)); applyCurrentMaterial(points); mapToGroups(points); points.updateModelBound(); _root.attachChild(points); _pointManager = null; _totalPoints++; }
216217218219220221222223224225226
final VertMap map = GeometryTool.minimizeVerts(points, _optimizeSettings); _dataCache.setMeshVertMap(points, map); } // Update bound points.updateModelBound(); // return return points; }