• M
    Rework object creation in BasicScene · 15a517fe
    Matt Pharr 提交于
    The Camera, Filter, Film, and Sampler are all created using RunAsync() calls as
    soon as their specifications are available. This also cleans things up from the
    caller side as we take care of the dependencies between them (e.g. the Sampler
    needing the Film resolution) once inside BasicScene.
    15a517fe
integrator.cpp 28.1 KB