Panda3D + Render Pipeline -- How to Setup Panda3D for PBR Rendering

Panda3D + Render Pipeline -- How to Setup Panda3D for PBR Rendering

This video walks through the process of seting up a Panda3D development environment that includes the PBR Render Pipeline extension. Not a particularly difficult process, it's simply not documented anywere. The links in this tutorial are: Panda Dev Build: https://www.panda3d.org/download.php?... Render Pipeline Wiki: https://github.com/tobspr/RenderPipel... Although ultimately you just need to copy/paste this commend: git clone https://github.com/tobspr/RenderPipeline --depth=1 --branch master --single-branch render_pipeline Happy PBR Panda'ing