* The element attributes
*/
private void enterPolygons(final Attributes attributes)
{
this.polygonsBuilder = new PolygonsBuilder();
this.polygonsBuilder.setCount(Integer.parseInt(attributes
.getValue("count")));
this.polygonsBuilder.setMaterial(attributes.getValue("material"));
this.polygonsBuilder.setName(attributes.getValue("name"));
this.primitivesBuilder = this.polygonsBuilder;