SCM Repository
[diderot] Diff of /benchmarks/programs/vr-lite-cam/bmark-diderot.diderot
Diff of /benchmarks/programs/vr-lite-cam/bmark-diderot.diderot
Parent Directory
|
Revision Log
|
Patch
61 |
real alpha = min(1.0, lerp(0.0, 1.0, valOpacMin, val, valOpacMax)); |
real alpha = min(1.0, lerp(0.0, 1.0, valOpacMin, val, valOpacMax)); |
62 |
real ld = max(0.0, norm • lightDir); |
real ld = max(0.0, norm • lightDir); |
63 |
real hd = max(0.0, norm • normalize(lightDir + toEye)); |
real hd = max(0.0, norm • normalize(lightDir + toEye)); |
|
// GLK not sure why this line is here |
|
|
// real mat = lerp(0.2, 1.0, 1.0, rayPos[0], 8.0); |
|
64 |
real pnt = phongKa |
real pnt = phongKa |
65 |
+ phongKd * ld |
+ phongKd * ld |
66 |
+ phongKs * hd^phongSp; |
+ phongKs * hd^phongSp; |
|
Legend:
Removed from v.1603 |
|
changed lines |
|
Added in v.1604 |
|
|