leetvr / hotham

Hotham is a tool for creating incredible standalone VR games.
Apache License 2.0
393 stars 28 forks source link

Do parent hierarchy less dumb #435

Closed kanerogers closed 1 year ago

kanerogers commented 1 year ago

It turns out that there's no reason to recreate the graph when we already have one; traverse bottom up instead of top down.

Views could help with this.