-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Autogenerate docs for the renderer too. This will be helpful but make a slightly ugly TOC Reviewed By: kjchalup Differential Revision: D40977315 fbshipit-source-id: 10831de3ced68080cb5671c5dc31d4da8500f761
- Loading branch information
1 parent
d0fbe2c
commit 9a0b0c2
Showing
46 changed files
with
408 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,5 @@ API Documentation | |
utils | ||
datasets | ||
common | ||
vis | ||
vis/index | ||
implicitron/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
blending | ||
pytorch3d.renderer.blending | ||
=========================== | ||
|
||
blending | ||
|
||
.. automodule:: pytorch3d.renderer.blending | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.camera_conversions | ||
===================================== | ||
|
||
camera_conversions | ||
|
||
.. automodule:: pytorch3d.renderer.camera_conversions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.camera_utils | ||
=============================== | ||
|
||
camera_utils | ||
|
||
.. automodule:: pytorch3d.renderer.camera_utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
pytorch3d.renderer.cameras | ||
========================== | ||
|
||
cameras | ||
=========================== | ||
|
||
.. automodule:: pytorch3d.renderer.cameras | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.compositing | ||
============================== | ||
|
||
compositing | ||
|
||
.. automodule:: pytorch3d.renderer.compositing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.fisheyecameras | ||
================================= | ||
|
||
fisheyecameras | ||
|
||
.. automodule:: pytorch3d.renderer.fisheyecameras | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.implicit.harmonic_embedding | ||
============================================== | ||
|
||
harmonic_embedding | ||
|
||
.. automodule:: pytorch3d.renderer.implicit.harmonic_embedding | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
pytorch3d.renderer.implicit | ||
=========================== | ||
|
||
.. toctree:: | ||
|
||
harmonic_embedding | ||
raymarching | ||
raysampling | ||
renderer | ||
sample_pdf | ||
utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.implicit.raymarching | ||
======================================= | ||
|
||
raymarching | ||
|
||
.. automodule:: pytorch3d.renderer.implicit.raymarching | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.implicit.raysampling | ||
======================================= | ||
|
||
raysampling | ||
|
||
.. automodule:: pytorch3d.renderer.implicit.raysampling | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.implicit.renderer | ||
==================================== | ||
|
||
renderer | ||
|
||
.. automodule:: pytorch3d.renderer.implicit.renderer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.implicit.sample_pdf | ||
====================================== | ||
|
||
sample_pdf | ||
|
||
.. automodule:: pytorch3d.renderer.implicit.sample_pdf | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.implicit.utils | ||
================================= | ||
|
||
utils | ||
|
||
.. automodule:: pytorch3d.renderer.implicit.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
pytorch3d.renderer | ||
=========================== | ||
pytorch3d.renderer | ||
================== | ||
|
||
.. toctree:: | ||
|
||
rasterizer | ||
blending | ||
camera_conversions | ||
camera_utils | ||
cameras | ||
compositing | ||
fisheyecameras | ||
lighting | ||
materials | ||
texturing | ||
blending | ||
shading | ||
shader | ||
renderer | ||
utils | ||
splatter_blend | ||
utils | ||
implicit/index | ||
mesh/index | ||
opengl/index | ||
points/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
lighting | ||
pytorch3d.renderer.lighting | ||
=========================== | ||
|
||
lighting | ||
|
||
.. automodule:: pytorch3d.renderer.lighting | ||
:members: | ||
:undoc-members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
pytorch3d.renderer.materials | ||
============================ | ||
|
||
materials | ||
=========================== | ||
|
||
.. automodule:: pytorch3d.renderer.materials | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.mesh.clip | ||
============================ | ||
|
||
clip | ||
|
||
.. automodule:: pytorch3d.renderer.mesh.clip | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pytorch3d.renderer.mesh | ||
======================= | ||
|
||
.. toctree:: | ||
|
||
clip | ||
rasterize_meshes | ||
rasterizer | ||
renderer | ||
shader | ||
shading | ||
textures | ||
utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.mesh.rasterize_meshes | ||
======================================== | ||
|
||
rasterize_meshes | ||
|
||
.. automodule:: pytorch3d.renderer.mesh.rasterize_meshes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.mesh.rasterizer | ||
================================== | ||
|
||
rasterizer | ||
|
||
.. automodule:: pytorch3d.renderer.mesh.rasterizer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pytorch3d.renderer.mesh.renderer | ||
================================ | ||
|
||
renderer | ||
|
||
.. automodule:: pytorch3d.renderer.mesh.renderer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
6 changes: 4 additions & 2 deletions
6
docs/modules/renderer/shader.rst → docs/modules/renderer/mesh/shader.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
pytorch3d.renderer.mesh.shader | ||
============================== | ||
|
||
shader | ||
=========================== | ||
|
||
.. automodule:: pytorch3d.renderer.mesh.shader | ||
:members: | ||
:undoc-members: | ||
|
||
:show-inheritance: |
Oops, something went wrong.