<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src_testbed, branch v0.7.2</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>Add the ability to pass a custom filter to all the QueryPipeline queries.</title>
<updated>2021-04-01T09:02:48+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-04-01T09:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=20069193476e2f4f9f6f2d04c24d80a3e1c8fbed'/>
<id>20069193476e2f4f9f6f2d04c24d80a3e1c8fbed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the IntegrationParameters field we don't use.</title>
<updated>2021-03-31T16:41:02+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-31T16:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=1b073e98b45915abe3c727696e8b49753a03d7ee'/>
<id>1b073e98b45915abe3c727696e8b49753a03d7ee</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>Implement the ability to run multiple CCD substeps.</title>
<updated>2021-03-29T15:21:49+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-29T15:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=a733f97028f5cd532212572f9561ab64e09f002b'/>
<id>a733f97028f5cd532212572f9561ab64e09f002b</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>Start implementing SAPLayer creation and insertion.</title>
<updated>2021-03-08T17:27:06+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-08T17:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=a967ace7d426eea11b4132328574cc3a48790ea5'/>
<id>a967ace7d426eea11b4132328574cc3a48790ea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Projection friction impulses on an implicit cone instead of a pyramidal approximation.</title>
<updated>2021-03-07T10:44:19+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-03-07T10:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=bed47a82e706a13c22799fcf644753c69fdec6ad'/>
<id>bed47a82e706a13c22799fcf644753c69fdec6ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
