STEAM 组
Blender Source Tools BleST
STEAM 组
Blender Source Tools BleST
212
游戏中
1,494
在线
成立于
2013 年 11 月 8 日
所有讨论 > Help > 主题详情
Alchemist 2018 年 2 月 11 日 下午 8:50
VTFEdit & Animated Textures.
Hi guys im trying to add an animated texture that has a black background.
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1299179150

how do i remove the black, in the gif or in is there a green screen setting in VTF?
最后由 Alchemist 编辑于; 2018 年 2 月 11 日 下午 9:08
< >
正在显示第 1 - 2 条,共 2 条留言
Zappy 2018 年 2 月 12 日 上午 2:20 
Depending on what you want, you can try using $Translucent (gradual changes between 0% and 100% see-through-ness, but has a few rendering issues in some cases), $AlphaTest (only exactly 0% visible or 100% visible, with nothing anywhere between 0% or 100%, but mostly without rendering issues), or $Additive (only makes stuff brighter, never darker, so a black part of a texture isn't visible, while a red part of a texture would make something blue behind it appear purple instead of just overriding the blue-ness) in the material.
$Translucent and $AlphaTest require the alpha to be in the textures themselves, while $Additive just doesn't do anything when the texture is black, so alpha won't be required for $Additive.

In the context of what the screenshot shows, $Additive is probably what you'll want in this case.
Alchemist 2018 年 2 月 12 日 上午 3:25 
引用自 Zappy
Depending on what you want, you can try using $Translucent (gradual changes between 0% and 100% see-through-ness, but has a few rendering issues in some cases), $AlphaTest (only exactly 0% visible or 100% visible, with nothing anywhere between 0% or 100%, but mostly without rendering issues), or $Additive (only makes stuff brighter, never darker, so a black part of a texture isn't visible, while a red part of a texture would make something blue behind it appear purple instead of just overriding the blue-ness) in the material.
$Translucent and $AlphaTest require the alpha to be in the textures themselves, while $Additive just doesn't do anything when the texture is black, so alpha won't be required for $Additive.

In the context of what the screenshot shows, $Additive is probably what you'll want in this case.

thank you @zappy that worked perfectly!
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50

所有讨论 > Help > 主题详情
发帖日期: 2018 年 2 月 11 日 下午 8:50
回复数: 2