Quote:

Dont pay attention to them.. shader programming is easy.. see this example code that makes everything raytraced in realtime:
Code:
 Function Make_raytraced_coolness()
{
float light=light.pos;
float surface=surface.pos;
return raytrace(surface,light);
}



Its as simple as that!!



LOL!

-Rhuarc


I no longer post on these forums, keep in touch with me via:
Linkedin.com
My MSDN blog