Adding Dual Tree Support to AncesteryWeb3D in Unity
A few months ago, I wrote a post about the family tree visualisation app I wrote using Unity, and followed up with the live web demo.
The app used to show the 3D visualisation of the ancestry of a selected individual, based on an imported Gedcom file. This is still the main mode for the application, but have now also added a dual tree mode, which shows the visualisation of two root indivuals side by side. Shared ancestors are grouped together in a subtree, allowing you to easily visualise common ancestry between two people.
For more information about the app, I recommend reading my original post.
The full source code is available at https://github.com/sjmeunier/ancestry-web-3d.