Skip to content

Commit

Permalink
Fix hello3d docs (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Jul 9, 2020
1 parent 6609114 commit ec193ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/hello3d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Voxels are another popular 3D representation. Think of them as the 3D extension

.. code-block:: python
>>> voxels = kal.conversions.trianglemesh_to_voxelgrid(mesh, 32)
>>> voxels = kal.conversions.trianglemesh_to_voxelgrid(mesh, 32, vertex_offset=0.5)
To visualize the voxel grid, run

Expand Down

0 comments on commit ec193ff

Please sign in to comment.