mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
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:
parent
e7c609f198
commit
4711d12a09
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user