Skip to content
Snippets Groups Projects

Adding a PBR section to the CxxHowTo and the PythonHowTo

Merged Andrew Maclean requested to merge Add-PBR-to-the-HowTo-Sections into master
2 files
+ 42
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 21
0
@@ -58,6 +58,27 @@ Here are some snippets and examples that highlight interesting features that may
[MultipleRenderWindows](/Cxx/Visualization/MultipleRenderWindows) | Multiple Render Windows.
[MultipleViewports](/Cxx/Visualization/MultipleViewports) | Multiple Viewports.
## Physically Based Rendering
Physically based rendering sets metallicity, roughness, occlusion strength and normal scaling of the object. Textures are used to set base color, ORM, anisotropy and normals. Textures for the image based lighting and the skymap are supplied from a cubemap.
Image based lighting uses a cubemap texture to specify the environment. A Skybox is used to create the illusion of distant three-dimensional surroundings.
The results can be quite spectacular, it is hoped that these examples will help you to get started.
| Example Name | Comments | Image |
| -------------- | ---------------------- | ------- |
[PBR_Anisotropy](/Cxx/Rendering/PBR_Anisotropy) | Render spheres with different anisotropy values.
[PBR_Clear_Coat](/Cxx/Rendering/PBR_Clear_Coat) | Render a cube with custom texture mapping and a coat normal texture.
[PBR_Edge_Tint](/Cxx/Rendering/PBR_Edge_Tint) | Render spheres with different edge colors using a skybox as image based lighting.
[PBR_HDR_Environment](/Cxx/Rendering/PBR_HDR_Environment) | Renders spheres with different materials using a skybox as image based lighting.
[PBR_Mapping](/Cxx/Rendering/PBR_Mapping) | Render a cube with custom texture mapping.
[PBR_Materials](/Cxx/Rendering/PBR_Materials) | Renders spheres with different materials using a skybox as image based lighting.
[PBR_Materials_Coat](/Cxx/Rendering/PBR_Materials_Coat) | Render spheres with different coat materials using a skybox as image based lighting.
[PBR_Skybox](/Cxx/Rendering/PBR_Skybox) | Demonstrates physically based rendering, a skybox and image based lighting.
[PBR_Skybox_Texturing](/Cxx/Rendering/PBR_Skybox_Texturing) | Demonstrates physically based rendering, a skybox, image based lighting and texturing.
[PBR_Skybox_Anisotropy](/Cxx/Rendering/PBR_Skybox_Anisotropy) | Demonstrates physically based rendering, a skybox, image based lighting, and anisotropic texturing.
## Polydata
| Example Name | Comments | Image |
Loading