Talk:Creating textures from Ornate Photos: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(Created page with "Alternate design proposed by stgatilov: <pre> textures/darkmod/stone/sculpted/girard_relief { stone qer_editorimage textures/darkmod/stone/sculpted/girard_relief_ed bumpmap textures/darkmod/stone/sculpted/girard_local diffusemap textures/darkmod/stone/sculpted/girard_relief { blend filter map invertColor(scale(invertColor(textures/darkmod/stone/sculpted/girard_relief_ao), 0.85, 0.85, 0.85, 1)) } } </pre> ht...")
 
(No difference)

Latest revision as of 02:29, 25 June 2024

Alternate design proposed by stgatilov:

textures/darkmod/stone/sculpted/girard_relief
{
    stone

    qer_editorimage     textures/darkmod/stone/sculpted/girard_relief_ed
    bumpmap             textures/darkmod/stone/sculpted/girard_local
    diffusemap          textures/darkmod/stone/sculpted/girard_relief
    {
      blend filter
      map invertColor(scale(invertColor(textures/darkmod/stone/sculpted/girard_relief_ao), 0.85, 0.85, 0.85, 1))
    }

}

https://forums.thedarkmod.com/index.php?/topic/22490-blend-filter-and-alpha-keyword/