Page 1 of 1

Moving texture + glow

Posted: Wed May 18, 2016 6:47 pm
by Kingpin
I have a basic model with a texture. I am quite a noob in XSI (I model in Sketchup and export) and would like the texture to do several things. First, I want it to slowly move. I would also like a quite bright glow. What will I need to do? Thanks

Re: Moving texture + glow

Posted: Wed May 18, 2016 8:06 pm
by AceMastermind
Maybe "Glow Scroll" or "Glow 2 scroll" is what you need. You can set it up in the Material Manager of ZETools.

Re: Moving texture + glow

Posted: Thu May 19, 2016 4:36 pm
by Kingpin
I'll look into it. Cheers.

EDIT: I'm unfamiliar with using the Material Manager. Could someone help me add flags? :oops:
Here's my setup:
Hidden/Spoiler:
Image

Re: Moving texture + glow

Posted: Thu May 19, 2016 5:46 pm
by thelegend
Sure. I usually choose the Material (In your case ID3) and press ZEiFy. Then I go on the edit panel and can edit the material as I wish. Enable glow, choose Rendertype 3 (Scroll) and your U and V speeds. When finished you'll need to assign your Material. Make sure you select the right geometry when assigning your materials.

Re: Moving texture + glow

Posted: Thu May 19, 2016 7:25 pm
by Kingpin
thelegend wrote:Sure. I usually choose the Material (In your case ID3) and press ZEiFy. Then I go on the edit panel and can edit the material as I wish. Enable glow, choose Rendertype 3 (Scroll) and your U and V speeds. When finished you'll need to assign your Material. Make sure you select the right geometry when assigning your materials.

This is very helpful. I assigned it as Rendertype 3, but I can't find the U and V values.

EDIT: Nevermind, I figured it out. Thanks for the help!
Also, I added glow, but it is very bright and makes my texture look white. Is there any way I can tone down the effect? Cheers

Re: Moving texture + glow

Posted: Fri May 20, 2016 4:24 am
by Anakin
add a alpha channel. Black is no glow, white is 100% glow. But no glow doesn't mean that the texture looks like without glow. In the dark it is still visible as in the light. It's just not glowing bright.

Re: Moving texture + glow

Posted: Fri May 20, 2016 4:31 am
by thelegend
Kingpin wrote:Also, I added glow, but it is very bright and makes my texture look white. Is there any way I can tone down the effect? Cheers
You can reduce the glow brightness in your texture's alpha channel. Alternatively you can also make the glowing surfaces darker using XSI "paint brush" tool. I always use that method. It's faster and works fine for me. Select your model (or polygons) and press Ctrl and then W (Left Ctrl still being pressed). Go to the panel "Vertex Colors" and then choose your color (Lets say a darker grey than half of 255), then keep pressing the left shift button (The good one, not the one which destroys entire textes) and press LMB to draw your "vertixes".
You can use any color or greyscale. But be careful with colors. Some can make your model look weird and if you use blue, in-game it will be red...

Tips:
-Switch to Contrast View to have a better view on your colored parts.
-In Selection (Under panel of Vertex Colors) you can change the selection method. When a polygon is selected, go and check "Use" and you no longer need to worry about colorizing the wrong parts of your mesh.

Re: Moving texture + glow

Posted: Fri May 20, 2016 4:39 pm
by Kingpin
This is really helpful information guys. Thanks for all the help. :)

Re: Moving texture + glow

Posted: Fri May 20, 2016 9:51 pm
by AQT
Anakin wrote:add a alpha channel. Black is no glow, white is 100% glow. But no glow doesn't mean that the texture looks like without glow. In the dark it is still visible as in the light. It's just not glowing bright.
While it is true that pure black will result in no glow, rather than producing the same effect as emissive colors, the part of the model intended to glow will appear completely black instead. So rather than using pure black in the alpha layer, a near-black color would be more fitting.

Re: Moving texture + glow

Posted: Sat May 21, 2016 11:57 am
by Kingpin
Ah, I see. Could someone help me add an alpha channel to my texture? I feel like I may be overlooking something... :oops: :oops: :oops:

Re: Moving texture + glow

Posted: Sat May 21, 2016 12:15 pm
by AQT
[b][color=#FF8000]The FAQ / Everything You Need Thread Version 2.0[/color][/b] wrote:...
Texture editing / implementing
... ...
Unless you meant you need help making one? Just to be clear, we're talking about the fourth A layer in an RGBA texture where individual layers are grayscale. An example of this would be the stock Dark Trooper texture, which has an alpha layer causing it to look like a checkerboard in GIMP. I suggest for just your texture's alpha layer to use an all-light gray color to lower the intensity of the glow in-game. If it's still not to your liking, simply make the gray darker and test again.

Re: Moving texture + glow

Posted: Sat May 21, 2016 3:36 pm
by Anakin
What graphic program are you using??

Re: Moving texture + glow

Posted: Mon May 23, 2016 3:56 pm
by Kingpin
GIMP and Paint.NET. Again, thank you for the replies.
So I have my texture, but when I decompose, I only have 3 layers (for RGB) and no alpha. How do I add one? Cheers

Re: Moving texture + glow

Posted: Mon May 23, 2016 5:13 pm
by Anakin
In PS there is a button to add a layer. Pain.net cannot handle layers. In PSE you can save a selection. This will be stored as layer. So if you add a selection called Alpha 1 you add the alpha channel.

Re: Moving texture + glow

Posted: Mon May 23, 2016 8:47 pm
by AQT
Kingpin wrote:So I have my texture, but when I decompose, I only have 3 layers (for RGB) and no alpha. How do I add one? Cheers
In GIMP, before decomposing your texture, go to Layer > Add Alpha Channel. Then decompose your texture to RGBA. If done correctly, your fourth layer (A) will appear completely white, which you will want to make into a gray color before composing your layers back again.

Re: Moving texture + glow

Posted: Tue May 24, 2016 12:41 am
by Kingpin
AQT wrote:
Kingpin wrote:So I have my texture, but when I decompose, I only have 3 layers (for RGB) and no alpha. How do I add one? Cheers
In GIMP, before decomposing your texture, go to Layer > Add Alpha Channel. Then decompose your texture to RGBA. If done correctly, your fourth layer (A) will appear completely white, which you will want to make into a gray color before composing your layers back again.
Cheers :thumbs: