1 Efm3dDepthRendererConfig

rendering.Efm3dDepthRendererConfig()

Configuration for Efm3dDepthRenderer.

1.1 Attributes

Name Description
target_type Factory target for BaseConfig.setup_target.
device Torch device for the returned depth tensor.
zfar Depth value (metres) for rays that miss the mesh.
add_proxy_walls If True seal missing walls with thin box proxies.
proxy_wall_area_threshold Minimum fraction of expected wall area required to skip proxies.
proxy_eps Epsilon (metres) for detecting faces near bounds.
chunk_rays Number of rays processed per chunk to limit memory.
backend Ray backend: 'auto' (pyembree if available else native),
verbosity Enable structured logging.
is_debug Enable extra debug logging.