LICENSE.md
README.md
pyproject.toml
tests/test_3dxml.py
tests/test_3mf.py
tests/test_adjacency.py
tests/test_align.py
tests/test_arc.py
tests/test_base.py
tests/test_binvox.py
tests/test_boolean.py
tests/test_bounds.py
tests/test_cache.py
tests/test_camera.py
tests/test_collision.py
tests/test_color.py
tests/test_convex.py
tests/test_copy.py
tests/test_crash.py
tests/test_creation.py
tests/test_curvature.py
tests/test_dae.py
tests/test_decomposition.py
tests/test_dxf.py
tests/test_edges.py
tests/test_encoding.py
tests/test_except.py
tests/test_export.py
tests/test_extrude.py
tests/test_facets.py
tests/test_fill.py
tests/test_geom.py
tests/test_gltf.py
tests/test_gmsh.py
tests/test_graph.py
tests/test_grouping.py
tests/test_html.py
tests/test_identifier.py
tests/test_import.py
tests/test_inertia.py
tests/test_integralmeancurvature.py
tests/test_interval.py
tests/test_light.py
tests/test_loaded.py
tests/test_medial.py
tests/test_merge.py
tests/test_mesh.py
tests/test_meta.py
tests/test_minimal.py
tests/test_mutate.py
tests/test_normals.py
tests/test_nsphere.py
tests/test_obj.py
tests/test_off.py
tests/test_operators.py
tests/test_packing.py
tests/test_path_creation.py
tests/test_path_sample.py
tests/test_pathlib.py
tests/test_paths.py
tests/test_pbr.py
tests/test_permutate.py
tests/test_ply.py
tests/test_points.py
tests/test_polygons.py
tests/test_poses.py
tests/test_primitives.py
tests/test_project.py
tests/test_proximity.py
tests/test_quadric.py
tests/test_raster.py
tests/test_ray.py
tests/test_registration.py
tests/test_remesh.py
tests/test_render.py
tests/test_repair.py
tests/test_repr.py
tests/test_resolvers.py
tests/test_runlength.py
tests/test_sample.py
tests/test_scene.py
tests/test_scenegraph.py
tests/test_section.py
tests/test_segments.py
tests/test_simplify.py
tests/test_smooth.py
tests/test_smoothing.py
tests/test_splines.py
tests/test_step.py
tests/test_stl.py
tests/test_svg.py
tests/test_sweep.py
tests/test_texture.py
tests/test_thickness.py
tests/test_trackball.py
tests/test_transformations.py
tests/test_triangles.py
tests/test_typed.py
tests/test_units.py
tests/test_unwrap.py
tests/test_upstream.py
tests/test_urdf.py
tests/test_util.py
tests/test_vector.py
tests/test_vertices.py
tests/test_viewer.py
tests/test_visual.py
tests/test_voxel.py
trimesh/__init__.py
trimesh/__main__.py
trimesh/base.py
trimesh/boolean.py
trimesh/bounds.py
trimesh/caching.py
trimesh/collision.py
trimesh/comparison.py
trimesh/constants.py
trimesh/convex.py
trimesh/creation.py
trimesh/curvature.py
trimesh/decomposition.py
trimesh/exceptions.py
trimesh/geometry.py
trimesh/graph.py
trimesh/grouping.py
trimesh/inertia.py
trimesh/intersections.py
trimesh/interval.py
trimesh/nsphere.py
trimesh/parent.py
trimesh/permutate.py
trimesh/points.py
trimesh/poses.py
trimesh/primitives.py
trimesh/proximity.py
trimesh/py.typed
trimesh/registration.py
trimesh/remesh.py
trimesh/rendering.py
trimesh/repair.py
trimesh/resolvers.py
trimesh/sample.py
trimesh/schemas.py
trimesh/smoothing.py
trimesh/transformations.py
trimesh/triangles.py
trimesh/typed.py
trimesh/units.py
trimesh/util.py
trimesh/version.py
trimesh.egg-info/PKG-INFO
trimesh.egg-info/SOURCES.txt
trimesh.egg-info/dependency_links.txt
trimesh.egg-info/entry_points.txt
trimesh.egg-info/requires.txt
trimesh.egg-info/top_level.txt
trimesh/exchange/__init__.py
trimesh/exchange/binvox.py
trimesh/exchange/cascade.py
trimesh/exchange/dae.py
trimesh/exchange/export.py
trimesh/exchange/gltf.py
trimesh/exchange/load.py
trimesh/exchange/misc.py
trimesh/exchange/obj.py
trimesh/exchange/off.py
trimesh/exchange/ply.py
trimesh/exchange/stl.py
trimesh/exchange/threedxml.py
trimesh/exchange/threemf.py
trimesh/exchange/urdf.py
trimesh/exchange/xaml.py
trimesh/exchange/xyz.py
trimesh/interfaces/__init__.py
trimesh/interfaces/blender.py
trimesh/interfaces/generic.py
trimesh/interfaces/gmsh.py
trimesh/path/__init__.py
trimesh/path/arc.py
trimesh/path/creation.py
trimesh/path/curve.py
trimesh/path/entities.py
trimesh/path/intersections.py
trimesh/path/packing.py
trimesh/path/path.py
trimesh/path/polygons.py
trimesh/path/raster.py
trimesh/path/repair.py
trimesh/path/segments.py
trimesh/path/simplify.py
trimesh/path/traversal.py
trimesh/path/util.py
trimesh/path/exchange/__init__.py
trimesh/path/exchange/dxf.py
trimesh/path/exchange/export.py
trimesh/path/exchange/load.py
trimesh/path/exchange/misc.py
trimesh/path/exchange/svg_io.py
trimesh/ray/__init__.py
trimesh/ray/ray_pyembree.py
trimesh/ray/ray_triangle.py
trimesh/ray/ray_util.py
trimesh/resources/__init__.py
trimesh/resources/creation.json
trimesh/resources/units_to_inches.json
trimesh/resources/schema/README.md
trimesh/resources/schema/gltf2.schema.zip
trimesh/resources/schema/urdf.xsd
trimesh/resources/schema/primitive/box.schema.json
trimesh/resources/schema/primitive/capsule.schema.json
trimesh/resources/schema/primitive/cylinder.schema.json
trimesh/resources/schema/primitive/extrusion.schema.json
trimesh/resources/schema/primitive/primitive.schema.json
trimesh/resources/schema/primitive/scenegraph.schema.json
trimesh/resources/schema/primitive/sphere.schema.json
trimesh/resources/schema/primitive/transform.schema.json
trimesh/resources/schema/primitive/trimesh.schema.json
trimesh/resources/schema/primitive/wkt.polygon.schema.json
trimesh/resources/templates/base.svg
trimesh/resources/templates/blender_boolean.py.tmpl
trimesh/resources/templates/blender_unwrap.py.template
trimesh/resources/templates/dxf.json
trimesh/resources/templates/path.svg
trimesh/resources/templates/ply.json
trimesh/resources/templates/viewer.zip
trimesh/scene/__init__.py
trimesh/scene/cameras.py
trimesh/scene/lighting.py
trimesh/scene/scene.py
trimesh/scene/transforms.py
trimesh/viewer/__init__.py
trimesh/viewer/notebook.py
trimesh/viewer/trackball.py
trimesh/viewer/widget.py
trimesh/viewer/windowed.py
trimesh/visual/__init__.py
trimesh/visual/base.py
trimesh/visual/color.py
trimesh/visual/gloss.py
trimesh/visual/material.py
trimesh/visual/objects.py
trimesh/visual/texture.py
trimesh/voxel/__init__.py
trimesh/voxel/base.py
trimesh/voxel/creation.py
trimesh/voxel/encoding.py
trimesh/voxel/morphology.py
trimesh/voxel/ops.py
trimesh/voxel/runlength.py
trimesh/voxel/transforms.py