This repository was archived by the owner on Nov 8, 2019. It is now read-only.

Description
Could someone clarify the needed specifications for depth maps when rendering with an offline renderer? I tried 3ds max scanline and vray so far. Using native 3ds max Z-Depth with scanline i get:
ERROR: Point is outside of the frustum used for binning. Possible causes for this problem: geometry inside the headbox, incorrect matrices, incorrect depth values, other errors in the generation process. (Showing only the first error)
With vray's clamped and inverted VrayZ-Depth i get:
DFATAL [seurat/base/projective_camera.cc:91] DCHECK failed: expression='"(depth) >= (0.0f)"' (-5.96046e-08 >= 0) and the first error as well
In both cases there are no objects in the view box. From the error message it's basically impossible to know what to change. Is there any more documentation on this subject and the error codes?