Skip to content
Snippets Groups Projects
Commit 6d614ec9 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

changelog

parent dfb76c87
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,9 @@ order. ...@@ -7,8 +7,9 @@ order.
* The :class:`.TriangleMesh` class now uses the ``trimesh`` library * The :class:`.TriangleMesh` class now uses the ``trimesh`` library
(https://github.com/mikedh/trimesh) to perform ray-mesh intersections, (https://github.com/mikedh/trimesh) to perform various geometrical
via a new :meth:`.TriangleMesh.rayIntersection` method. operations, accessible via new :meth:`.TriangleMesh.rayIntersection` and
:meth:`.TriangleMesh.nearestVertex` methods.
* Optional dependencies ``wxpython``, ``indexed_gzip``, ``trimesh``, and * Optional dependencies ``wxpython``, ``indexed_gzip``, ``trimesh``, and
``rtree`` are now listed separately, so ``fslpy`` can be used without ``rtree`` are now listed separately, so ``fslpy`` can be used without
them (although relevant functionality will be disabled). them (although relevant functionality will be disabled).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment