private void enterTexture(final Attributes attributes)
{
final String texture = attributes.getValue("texture");
final String texcoord = attributes.getValue("texcoord");
this.colorOrTexture = new ColorAttribute(new Texture(texture,
texcoord));
enterElement(ParserMode.TEXTURE);
}