Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/fa6b30737c407f76badabf97823dfcf9 to your computer and use it in GitHub Desktop.
Save r-ryantm/fa6b30737c407f76badabf97823dfcf9 to your computer and use it in GitHub Desktop.
/nix/store/kanblamywl322jc3r8rgcm4gyj2gwzbg-python3.7-trimesh-3.8.12
├── lib
│   └── python3.7
│   └── site-packages
│   ├── trimesh
│   │   ├── base.py
│   │   ├── boolean.py
│   │   ├── bounds.py
│   │   ├── caching.py
│   │   ├── collision.py
│   │   ├── comparison.py
│   │   ├── constants.py
│   │   ├── convex.py
│   │   ├── creation.py
│   │   ├── curvature.py
│   │   ├── decomposition.py
│   │   ├── exceptions.py
│   │   ├── exchange
│   │   │   ├── assimp.py
│   │   │   ├── binvox.py
│   │   │   ├── dae.py
│   │   │   ├── export.py
│   │   │   ├── gltf.py
│   │   │   ├── __init__.py
│   │   │   ├── load.py
│   │   │   ├── misc.py
│   │   │   ├── obj.py
│   │   │   ├── off.py
│   │   │   ├── openctm.py
│   │   │   ├── ply.py
│   │   │   ├── __pycache__
│   │   │   │   ├── assimp.cpython-37.pyc
│   │   │   │   ├── binvox.cpython-37.pyc
│   │   │   │   ├── dae.cpython-37.pyc
│   │   │   │   ├── export.cpython-37.pyc
│   │   │   │   ├── gltf.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── load.cpython-37.pyc
│   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   ├── obj.cpython-37.pyc
│   │   │   │   ├── off.cpython-37.pyc
│   │   │   │   ├── openctm.cpython-37.pyc
│   │   │   │   ├── ply.cpython-37.pyc
│   │   │   │   ├── stl.cpython-37.pyc
│   │   │   │   ├── threemf.cpython-37.pyc
│   │   │   │   ├── urdf.cpython-37.pyc
│   │   │   │   ├── xml_based.cpython-37.pyc
│   │   │   │   └── xyz.cpython-37.pyc
│   │   │   ├── stl.py
│   │   │   ├── threemf.py
│   │   │   ├── urdf.py
│   │   │   ├── xml_based.py
│   │   │   └── xyz.py
│   │   ├── geometry.py
│   │   ├── graph.py
│   │   ├── grouping.py
│   │   ├── inertia.py
│   │   ├── __init__.py
│   │   ├── integrate.py
│   │   ├── interfaces
│   │   │   ├── blender.py
│   │   │   ├── generic.py
│   │   │   ├── gmsh.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── blender.cpython-37.pyc
│   │   │   │   ├── generic.cpython-37.pyc
│   │   │   │   ├── gmsh.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── scad.cpython-37.pyc
│   │   │   │   └── vhacd.cpython-37.pyc
│   │   │   ├── scad.py
│   │   │   └── vhacd.py
│   │   ├── intersections.py
│   │   ├── interval.py
│   │   ├── nsphere.py
│   │   ├── parent.py
│   │   ├── path
│   │   │   ├── arc.py
│   │   │   ├── creation.py
│   │   │   ├── curve.py
│   │   │   ├── entities.py
│   │   │   ├── exchange
│   │   │   │   ├── dxf.py
│   │   │   │   ├── export.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── load.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── dxf.cpython-37.pyc
│   │   │   │   │   ├── export.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── load.cpython-37.pyc
│   │   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   │   └── svg_io.cpython-37.pyc
│   │   │   │   └── svg_io.py
│   │   │   ├── __init__.py
│   │   │   ├── intersections.py
│   │   │   ├── packing.py
│   │   │   ├── path.py
│   │   │   ├── polygons.py
│   │   │   ├── __pycache__
│   │   │   │   ├── arc.cpython-37.pyc
│   │   │   │   ├── creation.cpython-37.pyc
│   │   │   │   ├── curve.cpython-37.pyc
│   │   │   │   ├── entities.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── intersections.cpython-37.pyc
│   │   │   │   ├── packing.cpython-37.pyc
│   │   │   │   ├── path.cpython-37.pyc
│   │   │   │   ├── polygons.cpython-37.pyc
│   │   │   │   ├── raster.cpython-37.pyc
│   │   │   │   ├── repair.cpython-37.pyc
│   │   │   │   ├── segments.cpython-37.pyc
│   │   │   │   ├── simplify.cpython-37.pyc
│   │   │   │   ├── traversal.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── raster.py
│   │   │   ├── repair.py
│   │   │   ├── segments.py
│   │   │   ├── simplify.py
│   │   │   ├── traversal.py
│   │   │   └── util.py
│   │   ├── permutate.py
│   │   ├── points.py
│   │   ├── poses.py
│   │   ├── primitives.py
│   │   ├── proximity.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── boolean.cpython-37.pyc
│   │   │   ├── bounds.cpython-37.pyc
│   │   │   ├── caching.cpython-37.pyc
│   │   │   ├── collision.cpython-37.pyc
│   │   │   ├── comparison.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── convex.cpython-37.pyc
│   │   │   ├── creation.cpython-37.pyc
│   │   │   ├── curvature.cpython-37.pyc
│   │   │   ├── decomposition.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── geometry.cpython-37.pyc
│   │   │   ├── graph.cpython-37.pyc
│   │   │   ├── grouping.cpython-37.pyc
│   │   │   ├── inertia.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── integrate.cpython-37.pyc
│   │   │   ├── intersections.cpython-37.pyc
│   │   │   ├── interval.cpython-37.pyc
│   │   │   ├── nsphere.cpython-37.pyc
│   │   │   ├── parent.cpython-37.pyc
│   │   │   ├── permutate.cpython-37.pyc
│   │   │   ├── points.cpython-37.pyc
│   │   │   ├── poses.cpython-37.pyc
│   │   │   ├── primitives.cpython-37.pyc
│   │   │   ├── proximity.cpython-37.pyc
│   │   │   ├── registration.cpython-37.pyc
│   │   │   ├── remesh.cpython-37.pyc
│   │   │   ├── rendering.cpython-37.pyc
│   │   │   ├── repair.cpython-37.pyc
│   │   │   ├── resolvers.cpython-37.pyc
│   │   │   ├── sample.cpython-37.pyc
│   │   │   ├── schemas.cpython-37.pyc
│   │   │   ├── smoothing.cpython-37.pyc
│   │   │   ├── transformations.cpython-37.pyc
│   │   │   ├── triangles.cpython-37.pyc
│   │   │   ├── units.cpython-37.pyc
│   │   │   ├── unwrap.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── ray
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ray_pyembree.cpython-37.pyc
│   │   │   │   ├── ray_triangle.cpython-37.pyc
│   │   │   │   └── ray_util.cpython-37.pyc
│   │   │   ├── ray_pyembree.py
│   │   │   ├── ray_triangle.py
│   │   │   └── ray_util.py
│   │   ├── registration.py
│   │   ├── remesh.py
│   │   ├── rendering.py
│   │   ├── repair.py
│   │   ├── resolvers.py
│   │   ├── resources
│   │   │   ├── blender_boolean.py.template
│   │   │   ├── blender_unwrap.py.template
│   │   │   ├── dxf.json.template
│   │   │   ├── gltf_2_schema.zip
│   │   │   ├── __init__.py
│   │   │   ├── ply.template
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── svg.base.template
│   │   │   ├── svg.path.template
│   │   │   ├── units_to_inches.json
│   │   │   └── viewer.template.zip
│   │   ├── sample.py
│   │   ├── scene
│   │   │   ├── cameras.py
│   │   │   ├── __init__.py
│   │   │   ├── lighting.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cameras.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lighting.cpython-37.pyc
│   │   │   │   ├── scene.cpython-37.pyc
│   │   │   │   └── transforms.cpython-37.pyc
│   │   │   ├── scene.py
│   │   │   └── transforms.py
│   │   ├── schemas.py
│   │   ├── smoothing.py
│   │   ├── transformations.py
│   │   ├── triangles.py
│   │   ├── units.py
│   │   ├── unwrap.py
│   │   ├── util.py
│   │   ├── version.py
│   │   ├── viewer
│   │   │   ├── __init__.py
│   │   │   ├── notebook.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── notebook.cpython-37.pyc
│   │   │   │   ├── trackball.cpython-37.pyc
│   │   │   │   ├── widget.cpython-37.pyc
│   │   │   │   └── windowed.cpython-37.pyc
│   │   │   ├── trackball.py
│   │   │   ├── widget.py
│   │   │   └── windowed.py
│   │   ├── visual
│   │   │   ├── base.py
│   │   │   ├── color.py
│   │   │   ├── __init__.py
│   │   │   ├── material.py
│   │   │   ├── objects.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── color.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── material.cpython-37.pyc
│   │   │   │   ├── objects.cpython-37.pyc
│   │   │   │   └── texture.cpython-37.pyc
│   │   │   └── texture.py
│   │   └── voxel
│   │   ├── base.py
│   │   ├── creation.py
│   │   ├── encoding.py
│   │   ├── __init__.py
│   │   ├── morphology.py
│   │   ├── ops.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── creation.cpython-37.pyc
│   │   │   ├── encoding.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── morphology.cpython-37.pyc
│   │   │   ├── ops.cpython-37.pyc
│   │   │   ├── runlength.cpython-37.pyc
│   │   │   └── transforms.cpython-37.pyc
│   │   ├── runlength.py
│   │   └── transforms.py
│   └── trimesh-3.8.12.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
27 directories, 245 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment