I am real newbe in shader

Posted By: Sader

I am real newbe in shader - 04/28/05 15:55

I reached thay time when I need vertex and shader effects.
I know that effect script must be in *.fx file but I do not know how do them .
So where I could find good tutorials and workshops about vertex, shader and the like
Thanks!
Posted By: Yulor

Re: I am real newbe in shader - 04/28/05 21:43

why not do a search before wasting your time typing this message. :P
Posted By: Nadester

Re: I am real newbe in shader - 04/29/05 01:10

Read all the articles posted in the sticky threads, and look at some samples. Buy some books too, such as ShaderX ( and 2).
Posted By: Matt_Aufderheide

Re: I am real newbe in shader - 04/29/05 04:20

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!!
Posted By: zammmm

Re: I am real newbe in shader - 04/29/05 16:05

I wouldn't mind learning shaders either, from your example, it looks really easy. Is there any place to get all the comands/syntax for shader programming? Thanks.
Posted By: Rhuarc

Re: I am real newbe in shader - 04/29/05 20:38

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
© 2024 lite-C Forums