I just finished a wonderful dominion mining station, but I'm having trouble with the exaust animations. I'm using the wbeams texture from stock armada, but when I export the model to SOD and view it, the black portions of the wbeams texture show up in the finished version. I checked the wbeams texture, and there is no alpha channel, so I'm not sure why the black is invisible in the stock models, but shows up on mine.
I need to know how to get this to work, because I still have to do a Sona, Talarian, and Gorn mining station and I want to go all out for this mod.
Any help would be great.
I need advice to finish new dom mining station
Moderators: thunderchero, MrVulcan
-
- Cadet 4th Year
- Posts: 103
- Joined: Sun May 16, 2004 2:00 am
- Location: Langley Virginia
- MrVulcan
- Site Administrator aka Fleet Admiral
- Posts: 660
- Joined: Fri Apr 25, 2003 2:00 am
- Location: TO CA
The original texture is used with the "additive" material (or additive blending). With additive blending, the texture RGB values are literally being added to the RGB values of whatever is behind that texture.
Since the RGB values of pure black are 0,0,0, nothing is being added in this type of blending. The result is that the black portions appear transparent.
To implement additive blending, add a "c_tm_additive" node to the mesh that uses this wbeam texture.
Hope this helps.
Since the RGB values of pure black are 0,0,0, nothing is being added in this type of blending. The result is that the black portions appear transparent.
To implement additive blending, add a "c_tm_additive" node to the mesh that uses this wbeam texture.
Hope this helps.
Nicely doneMrVulcan wrote:The original texture is used with the "additive" material (or additive blending). With additive blending, the texture RGB values are literally being added to the RGB values of whatever is behind that texture.
Since the RGB values of pure black are 0,0,0, nothing is being added in this type of blending. The result is that the black portions appear transparent.
To implement additive blending, add a "c_tm_additive" node to the mesh that uses this wbeam texture.
Hope this helps.

-
- Cadet 4th Year
- Posts: 103
- Joined: Sun May 16, 2004 2:00 am
- Location: Langley Virginia
-
- Cadet 4th Year
- Posts: 103
- Joined: Sun May 16, 2004 2:00 am
- Location: Langley Virginia
Thanks for the help, I finally got it to work....and I am so happy.
here is what the final version looks like.
http://soulforge.tripod.com/dominion_mine.bmp
here is what the final version looks like.
http://soulforge.tripod.com/dominion_mine.bmp
-
- Cadet 4th Year
- Posts: 103
- Joined: Sun May 16, 2004 2:00 am
- Location: Langley Virginia
-
- Cadet 4th Year
- Posts: 103
- Joined: Sun May 16, 2004 2:00 am
- Location: Langley Virginia