mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-01-17 03:40:34 +08:00
spelling
Summary: Collection of spelling things, mostly in docs / tutorials. Reviewed By: gkioxari Differential Revision: D26101323 fbshipit-source-id: 652f62bc9d71a4ff872efa21141225e43191353a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2e62a5087
commit
124bb5e391
@@ -531,7 +531,7 @@ class TestRenderVolumes(TestCaseMixin, unittest.TestCase):
|
||||
# get the EA raymarcher
|
||||
raymarcher = EmissionAbsorptionRaymarcher()
|
||||
|
||||
# intialize the renderer
|
||||
# initialize the renderer
|
||||
renderer = VolumeRenderer(
|
||||
raysampler=raysampler,
|
||||
raymarcher=raymarcher,
|
||||
@@ -574,8 +574,8 @@ class TestRenderVolumes(TestCaseMixin, unittest.TestCase):
|
||||
def test_rotating_cube_volume_render(self):
|
||||
"""
|
||||
Generates 4 renders of 4 sides of a volume representing a 3D cube.
|
||||
Since each side of the cube is homogenously colored with
|
||||
a different color, this should result in 4 images of homogenous color
|
||||
Since each side of the cube is homogeneously colored with
|
||||
a different color, this should result in 4 images of homogeneous color
|
||||
with the depth of each pixel equal to a constant.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user