Gamestudio Links
Zorro Links
Newest Posts
Black Book, 4th edition
by jcl. 03/17/26 09:28
Trying to get started...
by Lukudo. 03/16/26 09:08
ZorroGPT
by TipmyPip. 03/08/26 18:50
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (TipmyPip, clint000), 5,167 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
mredit, vestriaa, Lukudo, mldenoiser, the1
19204 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Alpha-Channel Skins and the Z-index #99211
11/19/06 08:41
11/19/06 08:41
Joined: Apr 2003
Posts: 508
Deutschland/Hessen
GS_Raphael Offline OP
Developer
GS_Raphael  Offline OP
Developer

Joined: Apr 2003
Posts: 508
Deutschland/Hessen
hello,
i've got a6.22 and i wonder if there is any way to create models with alpha-channel-skins, without confusing the z-index of the model... ?!?!


GRafiker bei Sechsta Sinn
Re: Alpha-Channel Skins and the Z-index [Re: GS_Raphael] #99212
11/19/06 08:57
11/19/06 08:57
Joined: Apr 2005
Posts: 4,506
Germany
F
fogman Offline
Expert
fogman  Offline
Expert
F

Joined: Apr 2005
Posts: 4,506
Germany
Code:

material right_alpha_mat
{
effect =
"
technique right_alpha1
{
pass p0 {zWriteEnable=true; alphaTestEnable=true;}
}
";
}


action right_alpha_acc
{
my.material = right_alpha_mat;
}



http://www.coniserver.net/wiki/index.php/ImprovedOverlay


no science involved
Re: Alpha-Channel Skins and the Z-index [Re: fogman] #99213
11/19/06 15:21
11/19/06 15:21
Joined: Apr 2003
Posts: 508
Deutschland/Hessen
GS_Raphael Offline OP
Developer
GS_Raphael  Offline OP
Developer

Joined: Apr 2003
Posts: 508
Deutschland/Hessen
thank you!


GRafiker bei Sechsta Sinn

Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1