- Notifications
You must be signed in to change notification settings - Fork1
Physically Based Rendering Scenes
License
NotificationsYou must be signed in to change notification settings
Zielon/PBRScenes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Physically Based Rendering Scenes
This repository combines scenes from multiple sources primaly for the projectPBRVulkan.
All materials are based onDisney BRDF. The scene description is based onTinsel project.
Example of scene description
material red{color 0.63 0.065 0.05}mesh{file cornell_box/cbox_redwall.objmaterial redposition .5536 .2744 .2796scale 0.01 0.01 0.01}
The orignal source can be findhere inGLSL-PathTracer project.
[0]Disney BSDF
[1]Disney in Arnold
[2]Disney Tinsel
[3]SIGGRAPH Course
[4]Disney Report