Skip to content

Commit

Permalink
Update rasterize docstring to correct differentiability behavior.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673387775
  • Loading branch information
The diffren Authors committed Sep 11, 2024
1 parent 7c660b3 commit 0cd0d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diffren/jax/internal/rasterize.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def rasterize_triangles(vertices: jnp.ndarray,
If num_layers > 1, the layers are returned in front-to-back order (layer 0 is
closest to the camera).
None of the outputs of this function are differentiable.
None of the outputs of this function are differentiable unless
compute_diff_barys is True.
Args:
vertices: float array of xyz positions with shape [vertex_count, d]. If
Expand Down

0 comments on commit 0cd0d4d

Please sign in to comment.