We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2b210 commit c94b9f2Copy full SHA for c94b9f2
CHANGELOG.md
@@ -49,6 +49,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
* Changed `compas_model.model.Model.materials` to property.
50
* Changed `compas_model.model.Model.contacts` to property.
51
* Changed `compas_model.model.Element.compute_modelgeometry` to use new modifier implementation.
52
+* Changed BVH to use AABB by default.
53
+* Changed interaction graph to store elements by guid reference.
54
+* Changed root node of element tree to default `TreeNode`.
55
+* Changed `ElementNode` to require `Element`.
56
57
### Removed
58
0 commit comments