Minor simplification of the light calculation
This commit is contained in:
parent
3890c80b1a
commit
2203da0c93
2 changed files with 6 additions and 4 deletions
|
|
@ -136,6 +136,7 @@ private:
|
|||
SSAInt C1, C2, C3;
|
||||
SSAFloat gradWX, gradWY;
|
||||
SSAFloat gradVaryingX[TriVertex::NumVarying], gradVaryingY[TriVertex::NumVarying];
|
||||
SSAFloat shade;
|
||||
|
||||
SSAInt x, y;
|
||||
SSAInt x0, x1, y0, y1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue