keunhong / svbrdf-renderer

Python renderer for spatially varying BRDFs from Aittala et al., 2015
7 stars 1 forks source link

Based on renderer from "Two-shot SVBRDF capture for stationary materials" by Aittala, Miika and Weyrich, Tim and Lehtinen, Jaakko. https://mediatech.aalto.fi/publications/graphics/TwoShotSVBRDF/

Dependencies

Core

Setup

First install dependencies and their dependencies.

Virtualenv

Setup virtualenv.

pyenv install 3.5.2
pyenv virtualenv --system-site-packages 3.5.2 myenv
pyenv activate

Install Python Packages

pip install git+https://github.com/vispy/vispy.git@master
pip install -r requirements.txt