MultiPassEmissionAbsorptionRenderer

Summary: I think there is a typo here could not find any MultiPassEARenderer just MultiPassEmissionAbsorptionRenderer?

Reviewed By: bottler

Differential Revision: D39056641

fbshipit-source-id: 4dd0b123fc795a0083a957786c032e23dc5abac9
This commit is contained in:
Darijan Gudelj 2022-08-26 09:23:49 -07:00 committed by Facebook GitHub Bot
parent e7c609f198
commit 4711d12a09

View File

@ -110,8 +110,9 @@ class BaseRenderer(ABC, ReplaceableBase):
xy locations of each ray's pixel in the NDC screen space.
implicit_functions: List of ImplicitFunctionWrappers which define the
implicit function methods to be used. Most Renderers only allow
a single implicit function. Currently, only the MultiPassEARenderer
allows specifying mulitple values in the list.
a single implicit function. Currently, only the
MultiPassEmissionAbsorptionRenderer allows specifying mulitple
values in the list.
evaluation_mode: one of EvaluationMode.TRAINING or
EvaluationMode.EVALUATION which determines the settings used for
rendering.