You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+44-4Lines changed: 44 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# Genesis Release Note
2
2
3
+
This release polishes our newly introduced USD parser and external interactive viewer plugin mechanism. Beyond that, the performance of the simulation has been significantly improved for collision-heavy scenes (up to 30%) and robots using capsule/sphere collision geometries (up to 20%).
4
+
5
+
### Breaking changes
6
+
7
+
* Migrate from GsTaichi to Quadrants. (@hughperkins, @duburcqa) (#2399, #2409)
* Speed up linesearch via reducing global reads by recomputing quad. (@erizmr) (#2384)
32
+
* Speed up capsule-capsule and capsule-sphere collision detection. (@hughperkins) (#2363, #2413, #2414)
33
+
* Lazy-initialize SDF pre-processing in RigidGeom. (@duburcqa) (#2392)
34
+
* Add uv installation instructions to translated READMEs. (@antoinedandi) (#2416)
35
+
* Fix support of fastcache for raycast kernels. (@duburcqa) (#2417)
36
+
3
37
## 0.3.14
4
38
5
39
This release mainly focuses on usability, by extending support of USD and introducing a new external plugin mechanism for the interactive viewer. Besides, the performance of the simulation has been significantly improved for collision-heavy scenes (up to 30%).
@@ -162,10 +196,13 @@ Small release mainly fixing bugs.
162
196
163
197
Small release mainly polishing features that were introduced in previous release.
164
198
199
+
### Breaking changes
200
+
201
+
* Replace SDF fallback by GJK. (@duburcqa) (#2081)
202
+
* Improve inertial estimation if undefined. (@YilingQiao) (#2100)
203
+
165
204
### New Features
166
205
167
-
*[CHANGING] Replace SDF fallback by GJK. (@duburcqa) (#2081)
168
-
*[CHANGING] Improve inertial estimation if undefined. (@YilingQiao) (#2100)
169
206
* Add support of boolean masking as index. (@duburcqa) (#2087)
170
207
* Fix and improve merging of rigid entities. (@duburcqa) (#2098)
171
208
@@ -189,10 +226,13 @@ Small release mainly polishing features that were introduced in previous release
189
226
190
227
The performance of data accessors have been dramatically improved by leveraging zero-copy memory sharing between GsTaichi and Torch. Beyond that, the robustness of the default contact algorithm has been improved, and differentiable forward dynamics for Rigid Body simulation is not partially available. Last, but not least, GsTaichi dynamic array mode is finally enabled back by default!
191
228
229
+
### Breaking changes
230
+
231
+
* More robust MPR+SDF collision detection algorithm. (@duburcqa) (#1983, #1985)
232
+
* Disable box-box by default. (@duburcqa) (#1982)
233
+
192
234
### New Features
193
235
194
-
*[CHANGING] More robust MPR+SDF collision detection algorithm. (@duburcqa) (#1983, #1985)
195
-
*[CHANGING] Disable box-box by default. (@duburcqa) (#1982)
196
236
* Enable back GsTaichi dynamic array mode by default except for MacOS. (@duburcqa) (#1977)
197
237
* Add error code to rigid solver. (@duburcqa) (#1979)
198
238
* Add option to force batching of fixed vertices. (@duburcqa) (#1998)
0 commit comments