<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/geometry, branch v0.6.0</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>Contact modification: make the contact normal modifiable too.</title>
<updated>2021-02-25T14:40:54+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-25T14:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f53d0438ed63417684c961ece307f8dc57ac7a5c'/>
<id>f53d0438ed63417684c961ece307f8dc57ac7a5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement dominance.</title>
<updated>2021-02-24T12:26:51+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-24T12:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=96ecb877e290ad15459258a415aca64ca4af3a69'/>
<id>96ecb877e290ad15459258a415aca64ca4af3a69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename modify_contacts -&gt; modify_solver_contacts.</title>
<updated>2021-02-23T15:02:19+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-23T15:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0f0f2c344fd78c3d1ca9ec07d3523c5d0ea10c82'/>
<id>0f0f2c344fd78c3d1ca9ec07d3523c5d0ea10c82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the testbed to use PhysicsHooks.</title>
<updated>2021-02-23T14:49:23+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-23T14:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=babcab0bed23fadd23181ccc58aae34fb80d01d8'/>
<id>babcab0bed23fadd23181ccc58aae34fb80d01d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add one-way platform + conveyor belt demos.</title>
<updated>2021-02-23T14:43:43+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-23T14:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=4ca32a9546beca788104041134f0afbe96c5e871'/>
<id>4ca32a9546beca788104041134f0afbe96c5e871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce the PhysicsHook trait used for both contact filtering and contact modification.</title>
<updated>2021-02-23T10:24:54+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-23T10:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=00706e8b360e132cb88a7b393dcedadf35403379'/>
<id>00706e8b360e132cb88a7b393dcedadf35403379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use contact ids instead of contact reordering in order to identify the impulse writeback location.</title>
<updated>2021-02-22T16:52:03+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-22T16:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=ad5c10672e36f47fbdb0667bccd79c59ff3a97cc'/>
<id>ad5c10672e36f47fbdb0667bccd79c59ff3a97cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New contacts are bouncy, old are resting</title>
<updated>2021-02-18T14:41:46+00:00</updated>
<author>
<name>Emil Ernerfeldt</name>
<email>emil.ernerfeldt@gmail.com</email>
</author>
<published>2021-02-15T20:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f9e3d382d2ee097dce05997735982f5e120cca03'/>
<id>f9e3d382d2ee097dce05997735982f5e120cca03</id>
<content type='text'>
If a contact is new (previous impluse = 0), then we treat it as bouncy (respecting restitution).
If the contact is old we treat it as resting.

Exceptions for restitutions &lt;=0 and &gt;= 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a contact is new (previous impluse = 0), then we treat it as bouncy (respecting restitution).
If the contact is old we treat it as resting.

Exceptions for restitutions &lt;=0 and &gt;= 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ColliderHandle:s to PairFilterContext</title>
<updated>2021-02-17T10:19:51+00:00</updated>
<author>
<name>Emil Ernerfeldt</name>
<email>emil.ernerfeldt@gmail.com</email>
</author>
<published>2021-02-17T10:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f2d9225101843207188e554a14649f34870380ef'/>
<id>f2d9225101843207188e554a14649f34870380ef</id>
<content type='text'>
This makes it easy to write custom filters based on the handles.

For instance, a user can add pairs of `ColliderHandle`s into a `HashSet` and
do a lookup in a `ContactPairFilter` to easily (if maybe not efficiently)
disable collisions between pairs of colliders.

The same could be accomplished by using the `user_data: u128` field of the
`Collider`, but it would be less ergonomic, and also with this PR that
`user_data` space can be saved for more important things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easy to write custom filters based on the handles.

For instance, a user can add pairs of `ColliderHandle`s into a `HashSet` and
do a lookup in a `ContactPairFilter` to easily (if maybe not efficiently)
disable collisions between pairs of colliders.

The same could be accomplished by using the `user_data: u128` field of the
`Collider`, but it would be less ergonomic, and also with this PR that
`user_data` space can be saved for more important things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a small documentation typo</title>
<updated>2021-02-14T04:03:51+00:00</updated>
<author>
<name>Alec Deason</name>
<email>alec@tinycountry.com</email>
</author>
<published>2021-02-14T04:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=365426555c5d2887b25c7568ea1d1812eb631ebd'/>
<id>365426555c5d2887b25c7568ea1d1812eb631ebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
