From dd840fe47a6fa8cd2ee672c03f38e83fae2fc8ec Mon Sep 17 00:00:00 2001 From: Brian Wandell <wandell@stanford.edu> Date: Sun, 29 Oct 2017 19:44:30 -0700 Subject: [PATCH] Added new files --- Utilities/rtbPBRTSingleFile.m | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Utilities/rtbPBRTSingleFile.m b/Utilities/rtbPBRTSingleFile.m index 4951fc1..8eaa076 100644 --- a/Utilities/rtbPBRTSingleFile.m +++ b/Utilities/rtbPBRTSingleFile.m @@ -7,11 +7,18 @@ function [ieObject, outFile] = rtbPBRTSingleFile(sceneFile,varargin) % Scene files are in pbrt-v2-spectral on wandell's home account. % % sceneFile = '/home/wandell/pbrt-v2-spectral/pbrt-scenes/bunny.pbrt'; +% sceneFile = '/home/wandell/pbrt-v2-spectral/pbrt-scenes/rtbBunny.pbrt'; +% % sceneFile = '/home/wandell/pbrt-v2-spectral/pbrt-scenes/bump-sphere.pbrt'; % sceneFile = '/home/wandell/pbrt-v2-spectral/pbrt-scenes/rtbSanmiguel.pbrt'; % sceneFile = '/home/wandell/pbrt-v2-spectral/pbrt-scenes/rtbTeapot-metal.pbrt'; % sceneFile = '/home/wandell/pbrt-v2-spectral/pbrt-scenes/rtbVilla-daylight.pbrt'; % +% sceneFile = '/home/wandell/pbrt-v2-spectral/scenes/bunny.pbrt'; +% sceneFile = '/home/wandell/pbrt-v2-spectral/scenes/killeroo-simple.pbrt'; +% sceneFile = '/home/wandell/pbrt-v2-spectral/scenes/prt-teapot.pbrt'; +% sceneFile = '/home/wandell/pbrt-v2-spectral/scenes/metal.pbrt'; +% % Example code %{ % Example 1 - run the docker container @@ -34,6 +41,11 @@ function [ieObject, outFile] = rtbPBRTSingleFile(sceneFile,varargin) % and then run with a lens file % % Should have an option to create the depth map +% See rtbPBRTRead.m +% We should be able to parse PBRT scene files a bit and re-write them. +% What is the deal with the --outfile not working +% Can we add a conditions file for the singleFile case +% Can we use 'hints' for the singleFile case? % %% Name of the pbrt scene file and whether we use a pinhole or lens model -- GitLab