Welcome to Dawn of Eternity

In order to download and play the game you need to sign up for an account and activate it, it's free. Once you have an active account you will be able to see the download page at the top of the forum.

Sign Up

How to add hair

Discussion in 'Help & Documentation' started by Karkat_Vantas, Mar 14, 2016.

  1. Karkat_Vantas

    Karkat_Vantas Active Member

    Joined:
    Jul 12, 2015
    Messages:
    258
    Likes Received:
    63
    Gender:
    Female
    id like if some one gave me an example of the coding, that would be great
     
  2. muffin

    muffin Active Member

    Joined:
    Jun 7, 2015
    Messages:
    502
    Likes Received:
    37
    I can try
    The code-

    material muffin_test/mane
    {
    receive_shadows off
    technique
    {
    pass
    {
    ambient 0.95 0.95 0.95 1
    diffuse 0.6 0.6 0.6 1
    specular 0.1 0.1 0.1 1
    texture_unit
    {
    texture muffin_test_mane.png
    }
    }
    }
    }

    and if you'd like tuft

    material muffin_test/tuft
    {
    receive_shadows off
    technique
    {
    pass
    {
    ambient 0.95 0.95 0.95 1
    diffuse 0.6 0.6 0.6 1
    specular 0.1 0.1 0.1 1
    texture_unit
    {
    texture muffin_test_tuft.png
    }
    }
    }
    }

    Just the same changing the name from 'mane' to 'tuft'.
    Hope that was of help.
     

Share This Page