You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Did you make any progress with this? We're trying the same using RAY_DEPTH with depth channel values corresponding to ray distance from the camera in meters.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: