Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.
Jim Price edited this page Jun 1, 2018 · 5 revisions

Introduction

houdini-pbrt-v3 is a pbrt-v3 scene exporter for SideFX's Houdini. The goal is to support pbrt's feature-set using standing Houdini workflows. Additionally the implementation should be easily extensible to support experimental branches of pbrt.

Requirements

  • Houdini 16.5 (other versions may also work)
  • pbrt-v3 tested against master branch

Installation

The easiest way to install houdini-pbrt-v3 is to unzip (or git clone) into your $HOME/houdini16.5 directory. Please see Installation for more details.

TODOs

  • Finish AreaLightSources
  • Shapes
  • Volumes
  • Textures
  • Materials

Considerations

Possible Bugs?

  • Disk Shape and AreaLights, seems to emit from opposite side (-z by default). ReverseOrientation doesn't seem to fix it, but a Scale 1 1 -1 does.
Clone this wiki locally