-
Not sure if this is in the correct place.
Anyway...
I'm looking for someone who can make me a glowing eye for a preset (With the coding please).
It has to be white, it can glowing as in glow in the dark, or it just glows(I dunno I'm bad at explaining stuff)
If someone can understand what I'm saying and make it for me that'll be great!
-
Bump~
-
I don't have time to make a preset, but I can give you an advice. Open the material file in notepad and add a "scene_blend alpha_blend" above the "texture unit" line (without the quote marks)
-
I don't have time to make a preset, but I can give you an advice. Open the material file in notepad and add a "scene_blend alpha_blend" above the "texture unit" line (without the quote marks)
Will this make it glow?
-
Yes, it should
-
I don't think it made the eye glow.
Here's what I'm seeing
(http://i.imgur.com/zf7JcT9.png)
-
Are you still looking for someone to make the eye for you? Because if so, I can definitely do it ^^ I just need need an eye texture and your code.
-
That'd be great Morgra!
Here's the eye texture I'm using:
(http://i.imgur.com/5hxm3hy.jpg)
And the code:
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
scene_blend alpha_blend
texture_unit
{
texture preset_12eyer.jpg
}
}
}
}
-
Okay that works! :D There's a couple ways I can go about this. The first way would save on file space but your teeth would glow as well. The second way, I would just add a glow layer above the current eye texture and that would actually give it the glowing effect. I think i'm gonna go about it the second way but it's up to you ^^
-
I'd go with the second way as well. c:
-
Okay and would you like it to glow the color of the eye or white in the coding? There is a slight difference but it isn't too noticeable.
-
Whatever you think will work better, I think white will show the glow more though.
-
Okey! I did it with the white glow. Here is the code that you will need to replace the right eye material section with:
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_12eyer.jpg
}
}
pass
{
emissive 1.0 1.0 1.0
scene_blend alpha_blend
texture_unit
{
texture preset_12eyerglow.png
}
}
}
}
Here is the eye glowing texture that you add into your preset_12 folder: https://www.mediafire.com/?b77mk3jl6qpqlfd (https://www.mediafire.com/?b77mk3jl6qpqlfd)
I did add a little bit of a dodge effect on the eye texture to give it more of a "glow" effect. If you don't like the effect, lemme know and I can always adjust it.
-
Thank you!
It looks great. c:
This may be locked now.
-
Thank you!
It looks great. c:
This may be locked now.
Glad ya like it ^^