Fading object

Started by
0 comments, last by ddn 22 years, 10 months ago
What is the best way to get an object to fade out? Would i change the alpha values of the vertices manually? A render property? an object with an alphaing animation? This is for a cloak effect btw. Thanks again -ddn
Advertisement
There is a SetMaterialAlpha command, try that!

void PR_SetMaterialAlpha (*mat, alpha);

Edited by - PsycoBlade on June 21, 2001 5:37:16 PM

This topic is closed to new replies.

Advertisement