Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi G - M > Grafica e immagini digitali > myPhong e myLambert
  Last Thread   Next Thread
Author
Thread    Post New Thread    Post A Reply
walterbesuschio
.novellino.

User info:
Registered: Apr 2008
Posts: 5 (0.00 al dì)
Location: abbiategrasso
Corso: comunicazione digitale
Anno: primo anno
Time Online: 1:50:05: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
myPhong e myLambert

Ciao. Qualcuno mi potrebbe dare gentilmente il codice degli shader myLambert.sl e myPhong.sl? Grazie mille!!!!!!!!!!!!!

02-12-2008 18:24
Click Here to See the Profile for walterbesuschio Click here to Send walterbesuschio a Private Message Find more posts by walterbesuschio Add walterbesuschio to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Ste.dv
.precettore.

User info:
Registered: Apr 2008
Posts: 86 (0.01 al dì)
Location:
Corso:
Anno:
Time Online: 23:04:59 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

myLambert.sl
surface myLambert(float Kd = 1)
{
color lambert;
normal Nf;

Nf = normalize(N);
Nf = faceforward(Nf, I);
lambert = diffuse(Nf);
Ci = Cs * Kd * lambert;
}

myPhong.sl
surface myPhong(float Kd = 0.5; float Ks = 0.5; float n = 0; color specularColor = (0, 1, 0))
{
color lambert;
color phong;
normal Nf;
vector If;

Nf = faceforward(normalize(N), I);
If = normalize(-I);

phong = specular(Nf, If, n);
lambert = diffuse(Nf);

Ci = (Cs * Kd * lambert) + (specularColor * Ks * phong);
}

03-12-2008 13:42
Click Here to See the Profile for Ste.dv Click here to Send Ste.dv a Private Message Find more posts by Ste.dv Add Ste.dv to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
walterbesuschio
.novellino.

User info:
Registered: Apr 2008
Posts: 5 (0.00 al dì)
Location: abbiategrasso
Corso: comunicazione digitale
Anno: primo anno
Time Online: 1:50:05: [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Grazie!!!!!!!!!!!!

03-12-2008 17:45
Click Here to See the Profile for walterbesuschio Click here to Send walterbesuschio a Private Message Find more posts by walterbesuschio Add walterbesuschio to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 03:21.    Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.031 seconds (70.67% PHP - 29.33% MySQL) con 20 query.