<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/dynamics/solver, branch v0.7.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/'/>
<entry>
<title>Fix parallel build.</title>
<updated>2021-04-01T08:22:00+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-04-01T08:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=cc3f16eb85f23a86ddd9d182d967cb12acc32354'/>
<id>cc3f16eb85f23a86ddd9d182d967cb12acc32354</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some small performance improvements.</title>
<updated>2021-04-01T08:11:32+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-04-01T08:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0ecc302971e353f181c5319504124c3967c89d15'/>
<id>0ecc302971e353f181c5319504124c3967c89d15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more warnings.</title>
<updated>2021-03-31T14:55:18+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-31T14:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=4e84c122df9838e530c7828f8b7b23477e04dc68'/>
<id>4e84c122df9838e530c7828f8b7b23477e04dc68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the parallel solver to work properly with CCD.</title>
<updated>2021-03-31T08:53:44+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-31T08:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e9f6384081e7f3722976b9fefda6926f5206e0a2'/>
<id>e9f6384081e7f3722976b9fefda6926f5206e0a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the position solver after the CCD motion clamping.</title>
<updated>2021-03-30T15:11:52+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-30T15:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=88933bd4317c6ae522a4af906919dffd2becc6f9'/>
<id>88933bd4317c6ae522a4af906919dffd2becc6f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CCD: take angular motion and penetration depth into account in various thresholds.</title>
<updated>2021-03-30T15:10:50+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-30T15:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=d2ee6420538d7ee524f2096995d4f44fcfef4551'/>
<id>d2ee6420538d7ee524f2096995d4f44fcfef4551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attenuate the warmstart impulse for CCD contacts.</title>
<updated>2021-03-28T09:27:07+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-28T09:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7306821c460ca3f77e697c89a79393e61c126624'/>
<id>7306821c460ca3f77e697c89a79393e61c126624</id>
<content type='text'>
CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting.
</pre>
</div>
</content>
</entry>
<entry>
<title>First working version of non-linear CCD based on single-substep motion-clamping.</title>
<updated>2021-03-26T17:16:27+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-26T17:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=97157c9423f3360c5e941b4065377689221014ae'/>
<id>97157c9423f3360c5e941b4065377689221014ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in the WASM version of the velocity solver.</title>
<updated>2021-03-08T14:14:54+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-08T14:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=8dab63bda15071be1ed4a4de5951382386f8e5c0'/>
<id>8dab63bda15071be1ed4a4de5951382386f8e5c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression causing invalid contacts to be solved.</title>
<updated>2021-03-07T16:34:54+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-07T16:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=152ada67ecd122fe38a9cae8b262542b4abf25fc'/>
<id>152ada67ecd122fe38a9cae8b262542b4abf25fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
