Conversation
…use a realisticDiffraction camera.
…u run PBRT, 2) Outputs and saves an "oi" object when rendering with PBRT, and 3) Passes parameters needed to make the oi structure to PBRT2OI (doesn't work with conditions right now)
…istaLab's Docker container.
# By Ben Heasly # Via Ben Heasly * 'master' of https://github.com/DavidBrainard/RenderToolbox3: New example scene renders textures without mappings file. PBRT Collada importer supports materials with diffuse and specular textures. Revise Collada "clean up" to permit materials with diffuse and specular textures. import assets for collada texture demo Better reporting of compared vs skipped file pairs. Tolerate when compared images have different spectral depths. working mexopts.sh for Xcode 6.4 and Matlab 2014b Update Mitsuba plugin "bump" now called "bumpmap" All example scenes use explicit light spectra to avoid RGB promotion. Allow PBRT to read spectral planes up to a limit, instead of all planes. Explicit illuminant spectrum for point light. This is necessary because the point light was automatically imported with an RGB spectrum, and Mitsuba changed its default spectral promotion for RGB spectra. Utility for viewing exr-image slices. PBRT spectral sampling with 32 bands. Small typo Conflicts: Admin/mexopts/XCode-6.4-Matlab-2014b/mexopts.sh ExampleScenes/ColladaTexture/MakeColladaTexture.m Utilities/ReadMultispectralEXR/ReadMultichannelEXR/MakeReadMultichannelEXR.m
Collaborator
There was a problem hiding this comment.
Nice. I like what you did here. I think copying files to the resource folder could be useful in other cases as well. Would you be interested in making this a separate behavior, independent of the renderer or Docker?
We could define a separate hint like copyResources. Then it could be
if hints.copyResources
instead of
if(hints.dockerFlag == 0 || strcmp(hints.renderer,'Mitsuba'))
A downside would be that docker users would have to remember to set the value of this new flag. But I think it would be worth it to gain a nice, modular behavior.
by adding camera widthToHeightAspectRatio parameter to the generateCameraType method.
…box3 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts Synced with RenderToolbox3/RenderToolbox3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes allow users to specify a dockerFlag and run PBRT in a docker container. A dockerized version for PBRT-spectral can be found here: https://hub.docker.com/r/vistalab/pbrt/. When running the docker version, files must be copied over to a single directory.