ImmutableOctet / glare

Glare: Open Source Game Engine written in Modern C++
MIT License
0 stars 0 forks source link

Implement 'Motion Attachment' functionality #13

Open ImmutableOctet opened 1 year ago

ImmutableOctet commented 1 year ago

For scenarios like moving platforms, etc. -- Essentially, this would parent/un-parent an object to a platform or other moving geometry, allowing it to be influenced implicitly, rather than via collision resolution/casting procedures.

ImmutableOctet commented 1 year ago

Partially implemented, but was running into clipping issues and collision objects resolving away from each other.

Currently on hold due to other items taking priority. Definitely need to finish this, it's a key feature for kinematic objects.