HLSL Shaders

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
PumpkinPieman
Posts: 13
Joined: Fri Apr 20, 2007 4:35 pm

HLSL Shaders

Post by PumpkinPieman »

Hey guys,
I'm new to shaders and am having a little issue with my own shader. What I'm trying to do is enable alpha transparency and If I remember correctly alpha transparency is a render state that needs to be set with the rendering API. (which kind of throws me off seeing as there only seems to be one material, or no obvious way of setting alpha blending) What my shader is going now is not using the alpha values, so I'm just wondering how this can be fixed.
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

My FadeMesh demo may point you in the right direction...
Post Reply