PyOpenGLを使用したPBRレンダラー

投稿日: 2020-07-31 01:46:04

https://www.artstation.com/artwork/4brXq8

Python OpenGLでPBRシェーディングモデルの実装

- GLSLシェーダプログラミング、

- PBR技術(マイクロファセットBRDFとメタリック/粗さworkfrow)をシェーディング

- PythonのOpenGLの設定(PyOpenGL)

- GlumpyのPythonライブラリ

リソース:

- PyOpenGLライブラリ(http://pyopengl.sourceforge.net/

- Glumpy Pythonライブラリ(http://glumpy.github.io/

- PBRシェーディング技術(https://learnopengl.com/PBR/Theory

-テクスチャ(https://freepbr.com/