Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

matt77hias/pbrtpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

pbrtpy

About

A Python subset of pbrt-v2 focussing only on geometry (i.e. no materials for surfaces and volumes are currently supported).

Use

from pbrtpy import test

test()

Extra Features

  • Basic .obj parser
  • Scene generators
  • Multi Film support: MultiFilm
  • False Color support (good for debugging and optimizing): FalseColorFilm
  • Wireframe Rendering (good for debugging): WireframeRenderer and WireframeFilm

Bibliography

PHARR M., HUMPHREYS: Physically Based Rendering: From Theory to Implementation, 2nd Edition, Morgan Kaufmann, 2010.