File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- `` binvox ``
1+ binvox
22=======
33
44Binvox is a file-format developed by Patrick Min that helps to store
55the 3D binary-volume (e.g. occupancy grid) in compact manner.
66This repository contains a library for loading & saving the Binvox files.
77
88A popular script to load/save binvox files has been published
9- at [ here]( https://github.com/dimatura/binvox-rw-py) . However, the code is
9+ at ` here < https://github.com/dimatura/binvox-rw-py >`_ . However, the code is
1010almost 10 years old now and every project duplicated the script file
1111when using it.
1212
@@ -19,9 +19,9 @@ Installation
1919
2020Pip can be used to install the library:
2121
22- ``` pip install binvox` ``
22+ ``pip install binvox ``
2323
2424Understanding the binvox file-format
2525====================================
2626
27- Information regarding the format can be found here: [ patrickmin.com/binvox]( https://www.patrickmin.com/binvox/)
27+ Information regarding the format can be found here: ` patrickmin.com/binvox < https://www.patrickmin.com/binvox/ >`_
Original file line number Diff line number Diff line change 1- __version__ = "0.1.4 "
1+ __version__ = "0.1.5 "
22
33from binvox .utils import compress_flat_voxels
44from binvox .binvox import Binvox
You can’t perform that action at this time.
0 commit comments