Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, TedMar), 1,031 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
I am real newbe in shader #44978
04/28/05 15:55
04/28/05 15:55
Joined: Mar 2005
Posts: 296
Lithuania
S
Sader Offline OP
Member
Sader  Offline OP
Member
S

Joined: Mar 2005
Posts: 296
Lithuania
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!

Re: I am real newbe in shader [Re: Sader] #44979
04/28/05 21:43
04/28/05 21:43
Joined: Jul 2001
Posts: 1,269
Hopewell Jct, NY
Yulor Offline
Senior Developer
Yulor  Offline
Senior Developer

Joined: Jul 2001
Posts: 1,269
Hopewell Jct, NY
why not do a search before wasting your time typing this message. :P

Re: I am real newbe in shader [Re: Yulor] #44980
04/29/05 01:10
04/29/05 01:10
Joined: Jul 2002
Posts: 2,813
U.S.
Nadester Offline

Expert
Nadester  Offline

Expert

Joined: Jul 2002
Posts: 2,813
U.S.
Read all the articles posted in the sticky threads, and look at some samples. Buy some books too, such as ShaderX ( and 2).


--Eric
Re: I am real newbe in shader [Re: Nadester] #44981
04/29/05 04:20
04/29/05 04:20
Joined: Oct 2003
Posts: 4,131
M
Matt_Aufderheide Offline
Expert
Matt_Aufderheide  Offline
Expert
M

Joined: Oct 2003
Posts: 4,131
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!!

Re: I am real newbe in shader [Re: Matt_Aufderheide] #44982
04/29/05 16:05
04/29/05 16:05
Joined: Nov 2004
Posts: 113
canada EH!?
zammmm Offline
Member
zammmm  Offline
Member

Joined: Nov 2004
Posts: 113
canada EH!?
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.


-- Send me a shout at zammmm@gmail.com, also got MSN messenger, Xbox Live, "random FIRE", Xfire, "zammmm" and Steam, "zammmm". --------------------
Re: I am real newbe in shader [Re: Matt_Aufderheide] #44983
04/29/05 20:38
04/29/05 20:38
Joined: Mar 2001
Posts: 3,298
Beverly, Massachusetts
Rhuarc Offline
Expert
Rhuarc  Offline
Expert

Joined: Mar 2001
Posts: 3,298
Beverly, Massachusetts
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

Moderated by  Blink, Hummel, Superku 

Gamestudio download | chip programmers | 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