<templates>  <!-- ########## T E X T U R E      S T A R T ########## -->  <template id="com.wm.povclipse.template.texture.plain"    name="texture plain"    description="Plain texture template"    context="com.wm.povclipse.code.templates"    enabled="true"    ><![CDATA[texture {//    [TEXTURE_IDENTIFIER]//    [[PIGMENT_IDENTIFIER | NORMAL_IDENTIFIER | FINISH_IDENTIFIER] ...]//    pigment { ... }//    normal  { ... }//    finish  { ... }//    [TRANSFORMATIONS...]}]]></template>    <template id="com.wm.povclipse.template.texture.patterned.id"    name="texture patterned (Textuer ID)"    description="ID patterned texture template"    context="com.wm.povclipse.code.templates"    enabled="true"    ><![CDATA[texture {//    [PATTERNED_TEXTURE_ID]//    [TRANSFORMATIONS...]}]]></template>   <template id="com.wm.povclipse.template.texture.patterned.type"    name="texture patterned (type)"    description="Typed patterned texture template"    context="com.wm.povclipse.code.templates"    enabled="true"    ><![CDATA[texture {    PATTERN_TYPE//    [TEXTURE_PATTERN_MODIFIERS...]}]]></template>  <template id="com.wm.povclipse.template.texture.patterned.tiled"    name="texture patterned (tiled)"    description="Tiled patterned texture template"    context="com.wm.povclipse.code.templates"    enabled="true"    ><![CDATA[texture {        [PATTERNED_TEXTURE_ID]        [TRANSFORMATIONS...]}]]></template>    texture    {        PATTERN_TYPE        [TEXTURE_PATTERN_MODIFIERS...]    } |    texture    {        tiles TEXTURE tile2 TEXTURE        [TRANSFORMATIONS...]    } |    texture    {        material_map        {            BITMAP_TYPE "bitmap.ext"            [MATERIAL_MODS...] TEXTURE... [TRANSFORMATIONS...]        }    }]]></template> TEXTURE:    PLAIN_TEXTURE | PATTERNED_TEXTURE | LAYERED_TEXTUREPLAIN_TEXTURE:    texture    {        [TEXTURE_IDENTIFIER]        [PNF_IDENTIFIER...]        [PNF_ITEMS...]    }PNF_IDENTIFIER:    PIGMENT_IDENTIFIER | NORMAL_IDENTIFIER | FINISH_IDENTIFIERPNF_ITEMS:    PIGMENT | NORMAL | FINISH | TRANSFORMATIONLAYERED_TEXTURE:    NON_PATTERNED_TEXTURE...PATTERNED_TEXTURE:    texture    {        [PATTERNED_TEXTURE_ID]        [TRANSFORMATIONS...]    } |    texture    {        PATTERN_TYPE        [TEXTURE_PATTERN_MODIFIERS...]    } |    texture    {        tiles TEXTURE tile2 TEXTURE        [TRANSFORMATIONS...]    } |    texture    {        material_map        {            BITMAP_TYPE "bitmap.ext"            [MATERIAL_MODS...] TEXTURE... [TRANSFORMATIONS...]        }    }TEXTURE_PATTERN_MODIFIER:    PATTERN_MODIFIER | TEXTURE_LIST |    texture_map { TEXTURE_MAP_BODY }  <!-- Template template ;-))  <template id="com.wm.povclipse.template."    name=""    description=" object template"    context="com.wm.povclipse.code.templates"    enabled="true"    ><![CDATA[]]></template>--></templates>