Add albedo output to the raytracer
This commit is contained in:
parent
bafe6a7f43
commit
3d09f86258
4 changed files with 21 additions and 9 deletions
|
|
@ -56,6 +56,7 @@ namespace tp {
|
|||
RenderBuffer normals;
|
||||
RenderBuffer color;
|
||||
RenderBuffer depth;
|
||||
RenderBuffer albedo;
|
||||
// albedo, reflectance ...
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue